@charset "UTF-8";
/*
 * ======================================
 * 追加クラス一覧（共通SCSS取り込み検討用）
 * ======================================
 *
 * -- 値の粒度不足を埋めるサイト内utility --
 * .crima-sec                 - セクション左右padding 24px（共通 .section は上下のみ）
 * .crima-sec--intro          - 上90px / 下70px
 * .crima-sec--intro-tight    - 上90px / 下40px
 * .crima-sec--pt0-pb100      - 上0 / 下100px
 * .crima-sec--pt40-pb110     - 上40px / 下110px
 * .crima-sec--96 / --100     - 上下96px / 100px
 * .crima-mb-20〜56           - 共通utilityに存在しない刻みのmargin-bottom（34/36/44/48/52/56）
 * .crima-gap-24 / -28 / -32  - grid-3 / grid-4 のgap上書き（共通は20px固定）
 * .crima-container-1080      - 1080px幅コンテナ（共通は1280/1500/900のみ）
 *
 * -- 見出し・テキスト --
 * .crima-en / --light / --soft   - 英字見出し 70px（共通 heading は5rem固定）
 * .crima-ttl / --white           - 日本語見出し 22px / weight900
 * .crima-shead / __lead / -row   - 英日見出しブロック（縦gap12px）と左右振り分け行
 * .crima-txt / --mid / --dark / --sub - 本文テキスト（17px・1.8em）
 * .crima-link-more               - 下線付きテキストリンク
 * .crima-btn                     - 角丸なし枠線ボタン（.btn --outline のサイズ差分）
 * .crima-btn-row                 - ボタン中央寄せ行
 *
 * -- 共通パーツ --
 * .crima-loader / __logo / __text / __bar - ロゴ入りページローダー（.is-loadedで消える）
 * .crima-header ...          - ロゴ左 + 右ブルーブロック（電話バー＋ナビ）のヘッダー
 * .crima-sp-nav__ja          - SPナビの日本語（左寄せ・英字を右へ送る）
 * .crima-sp-nav__tel / __note - SPナビ下部の電話番号
 * .crima-contact / __bg / __inner - お問い合わせCTA（写真＋rgba(0,90,140,.86)ベタ被せ）
 * .crima-tel-card            - 白地の電話番号カード
 * .crima-footer ...          - ダークフッター
 * .crima-hero / __overlay / __content / __inner - 下層ページヒーロー（280px・page-hero の写真+暗幕構造を利用）
 * .crima-bc                  - パンくず（区切り「／」）
 *
 * -- TOP --
 * .crima-mv ...              - メインビュー（#slideshow 外枠 760px + テキスト重ね）
 * .crima-strength ...        - 強み3カラム（1pxグリッド線）
 * .crima-svc ...             - 事業内容カード（写真＋右下矢印バッジ）
 * .crima-works-grid / .crima-work / .crima-cat - 施工実績4カラム＋区分バッジ
 * .crima-recruit / __bg / __inner - 採用バナー（背景写真 blur(6px)＋グラデ被せ）
 *
 * ※写真はすべてCDN配信のため、CSSに url() を持たせず <img> で配置している
 *   （背景写真も __bg / page-hero__bg として <img> を敷き、暗幕を別レイヤーで重ねる）
 * .crima-dl ...              - 定義リスト型テーブル（--profile で下層版）
 *
 * -- 下層 --
 * .crima-feature             - 特長カード（左グリーンボーダー）
 * .crima-field ...           - 事業分野の写真＋テキスト交互レイアウト
 * .crima-flow ...            - フロー（縦線＋番号丸／右カラム sticky 写真）
 * .crima-wgroup / .crima-wcard - 施工実績グループ見出し・カード
 * .crima-office / .crima-map - 事業所カード・地図
 * .crima-award ...           - 表彰状ギャラリー
 *
 * ======================================
 * 共通SCSSに不足していたもの
 * ======================================
 *
 * ・値の粒度不足
 *   - margin/padding の刻み（34/36/44/48/52/56/70/88/96/110px）が無い
 *   - grid-2/3/4 の gap が 20px 固定で変更用 modifier が無い
 *   - fz-* に 70/62/76/44/25/15/17/11 等が無い（デザインはpx基準）
 *   - コンテナ幅が 1200/1500/900 のみで 1080px が無い
 * ・構造不足
 *   - ヘッダーが「ロゴ＋右カラーブロック（情報バー＋ナビ2段）」型に非対応
 *   - 見出しが「英字大＋日本語小」で英字が主役のパターンに非対応
 *     （heading は英字 5rem・日本語 2.2rem 固定）
 *   - dl 型の情報テーブル（grid 2カラム）用コンポーネントが無い
 *     （table-basic 系はいずれも table 前提）
 *   - 片側 sticky 写真の 2カラムセクション（flow）が無い
 * ・装飾パターン不足
 *   - 1px グリッド線でカードを区切るパターン（gap:1px + 背景色）
 *   - 背景写真を blur + グラデで沈めるセクション背景
 * ・状態不足
 *   - hover で「背景塗り＋文字白」に反転するリンク（カード・バッジ）
 */

/* ==========================================================================
   0. base 上書き（claude-design-output の body / a に合わせる）
   ========================================================================== */
body {
  font-weight: 500;
}

a:hover {
  opacity: 1;
  color: #00883f;
}

/* コンテナは 1280px 固定・左右paddingはセクション側で持つ */
@media (max-width: 1320px) {
  .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.crima-container-1080 {
  max-width: 1080px;
  margin: 0 auto;
}

/* ==========================================================================
   1. セクション余白（値の粒度不足）
   ========================================================================== */
.crima-sec {
  padding-left: 24px;
  padding-right: 24px;
}

.crima-sec--intro {
  padding-top: 90px;
  padding-bottom: 70px;
}

.crima-sec--intro-tight {
  padding-top: 90px;
  padding-bottom: 40px;
}

.crima-sec--pt0-pb100 {
  padding-top: 0;
  padding-bottom: 100px;
}

.crima-sec--pt40-pb110 {
  padding-top: 40px;
  padding-bottom: 110px;
}

.crima-sec--96 {
  padding-top: 96px;
  padding-bottom: 96px;
}

.crima-sec--100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.crima-mb-20 { margin-bottom: 20px; }
.crima-mb-34 { margin-bottom: 34px; }
.crima-mb-36 { margin-bottom: 36px; }
.crima-mb-40 { margin-bottom: 40px; }
.crima-mb-44 { margin-bottom: 44px; }
.crima-mb-48 { margin-bottom: 48px; }
.crima-mb-52 { margin-bottom: 52px; }
.crima-mb-56 { margin-bottom: 56px; }

.crima-gap-24 { gap: 24px; }
.crima-gap-28 { gap: 28px; }
.crima-gap-32 { gap: 32px; }

/* ==========================================================================
   2. 見出し・本文テキスト
   ========================================================================== */
.crima-en {
  display: block;
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #00883f;
}

.crima-en--light { color: #4fbf7a; }
.crima-en--soft  { color: rgba(255, 255, 255, 0.75); }

.crima-ttl {
  margin: 0;
  font-size: 22px;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.04em;
}

.crima-ttl--white { color: #fff; }

.crima-shead {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.crima-shead__lead {
  margin: 14px 0 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.03em;
  color: #33454f;
  text-wrap: pretty;
}

.crima-shead__lead--white { color: #fff; }

.crima-shead-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}

.crima-txt {
  margin: 0;
  font-size: 17px;
  line-height: 1.8em;
  text-wrap: pretty;
}

.crima-txt--mid  { color: #4a5c68; }
.crima-txt--dark { color: #33454f; }

.crima-txt--sub {
  margin: 0;
  font-size: 15px;
  line-height: 1.8em;
  color: #5d707d;
  text-wrap: pretty;
}

.crima-txt--max520 { max-width: 520px; }
.crima-txt--max760 { max-width: 760px; }

.crima-link-more {
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 1px solid #0085c8;
  font-size: 13px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.1em;
  color: #0085c8;
}

.crima-link-more:hover {
  color: #00883f;
  border-bottom-color: #00883f;
}

/* ボタン（.btn .btn--outline との差分） */
.crima-btn {
  gap: 14px;
  max-width: none;
  width: auto;
  padding: 19px 46px;
  border-width: 1px;
  border-radius: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.1em;
}

.crima-btn-row {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

/* ==========================================================================
   2b. ページローダー（ロゴ）
   JSで .is-loaded を付与して消す。JSが届かない環境でも
   crima-loader-out（5秒後発火）で必ず消えるようにしている。
   ========================================================================== */
.crima-loader {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  transition: opacity 0.9s ease, visibility 0.9s ease;
  animation: crima-loader-out 0.9s ease 5s forwards;
}

.crima-loader.is-loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.crima-loader__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  animation: crima-loader-in 1s ease both;
}

.crima-loader__logo {
  display: block;
  width: auto;
  height: 62px;
  animation: crima-loader-pulse 2.8s ease-in-out 0.7s infinite;
}

.crima-loader__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  line-height: 1.2;
}

.crima-loader__name {
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.04em;
  color: #12212b;
}

.crima-loader__en {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.22em;
  color: #0085c8;
}

.crima-loader__bar {
  position: relative;
  display: block;
  overflow: hidden;
  width: 150px;
  height: 2px;
  margin-top: 6px;
  background: #e2e9ee;
}

.crima-loader__bar::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #0085c8;
  transform: scaleX(0);
  transform-origin: left center;
  animation: crima-loader-bar 2.6s ease-in-out 0.5s infinite;
}

@keyframes crima-loader-in {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: none; }
}

@keyframes crima-loader-pulse {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.5; }
}

@keyframes crima-loader-bar {
  0%     { transform: scaleX(0); transform-origin: left center; }
  45%    { transform: scaleX(1); transform-origin: left center; }
  55%    { transform: scaleX(1); transform-origin: right center; }
  100%   { transform: scaleX(0); transform-origin: right center; }
}

@keyframes crima-loader-out {
  to { opacity: 0; visibility: hidden; }
}

@media (prefers-reduced-motion: reduce) {
  .crima-loader__inner,
  .crima-loader__logo { animation: none; }
  .crima-loader__bar::before {
    animation: none;
    transform: scaleX(1);
  }
}

@media (max-width: 639px) {
  .crima-loader__logo { height: 48px; }
  .crima-loader__name { font-size: 13px; }
  .crima-loader__bar  { width: 120px; }
}

/* ==========================================================================
   3. ヘッダー
   ========================================================================== */
.crima-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #fff;
}

.crima-header .header__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: stretch;
  gap: 32px;
  max-width: 100%;
  width: 100%;
  height: auto;
  padding: 0 0 0 2.5%;
}

.crima-header .header__logo {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 0;
  color: #12212b;
}

.crima-header .header__logo:hover {
  color: #12212b;
  opacity: 1;
}

.crima-header .header__logo img {
  height: 44px;
  width: auto;
}

.crima-header__logo-body {
  display: flex;
  flex-direction: column;
  gap: 4px; /* 元データは gap なし。社名と英字が詰まって見えるため間隔を追加 */
  line-height: 1.15;
}

.crima-header__logo-name {
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.crima-header__logo-en {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  color: #0085c8;
}

.crima-header__right {
  display: flex;
  flex-direction: column;
  background: #0085c8;
}

.crima-header__bar {
  display: flex;
  align-items: stretch;
}

.crima-header__contact {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 26px;
}

.crima-header__contact-label {
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.85);
}

.crima-header__tel {
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.02em;
  color: #fff;
}

.crima-header__tel:hover {
  color: #fff;
  opacity: 1;
}

.crima-header__meta {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.crima-header__meta-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.crima-header__meta-badge {
  padding: 2px 8px;
  background: #fff;
  color: #0085c8;
  font-size: 10px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.06em;
}

.crima-header__meta-value {
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.04em;
  color: #fff;
}

.crima-header .header__nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: stretch;
  gap: 0;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
}

.crima-header .header__nav-item + .header__nav-item {
  border-left: 1px dashed rgba(255, 255, 255, 0.35);
}

.crima-header .header__nav-item a {
  height: 100%;
  gap: 2px;
  padding: 10px 24px;
  color: #fff;
}

.crima-header .header__nav-item a::after {
  display: none;
}

.crima-header .header__nav-item a:hover,
.crima-header .header__nav-item--current a {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  opacity: 1;
}

.crima-header .header__nav-en {
  font-size: 10px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.18em;
  color: #fff;
  opacity: 0.72;
}

.crima-header .header__nav-ja {
  margin-top: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.06em;
  color: #fff;
}

/* SPナビ：日本語（左）＋英字（右）の並びに入れ替え、英字と矢印アイコンの間隔を確保 */
.crima-sp-nav__ja {
  margin-right: auto;
}

.sp-nav__link .sp-nav__en {
  margin-right: 16px;
  padding-left: 0;
}

/* SPナビ下部 */
.crima-sp-nav__tel {
  display: block;
  font-family: "Cabin", sans-serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
}

.crima-sp-nav__tel:hover {
  color: #fff;
  opacity: 0.8;
}

.crima-sp-nav__note {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
}

/* ==========================================================================
   4. メインビュー
   ========================================================================== */
.crima-mv {
  position: relative;
  height: 760px; /* 元データ640px → 高さを拡大 */
  overflow: hidden;
  background: #0b2230;
}

/* #slideshow は外枠。CMSスライダー差し替え後も高さが効くよう明示的に指定する。
   .swiper-slide には position を与えない（CMS側のSwiperと競合するため） */
.crima-mv__slideshow {
  position: absolute;
  inset: 0;
  z-index: 0;
  height: 100%;
  overflow: hidden;
}

.crima-mv__slideshow .swiper-slide,
.crima-mv__slideshow .swiper-slide > div {
  height: 100%;
}

.crima-mv__slideshow img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.crima-mv__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(100deg, rgba(4, 32, 48, 0.86) 0%, rgba(4, 32, 48, 0.55) 48%, rgba(4, 32, 48, 0.15) 100%);
}

.crima-mv__inner {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 0 2.5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 28px;
}

.crima-mv__title {
  margin: 0;
  font-size: 62px;
  font-weight: 900;
  line-height: 1.28;
  letter-spacing: 0.02em;
  color: #fff;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.3);
  text-wrap: pretty;
}

.crima-mv__text {
  margin: 0;
  max-width: 640px;
  font-size: 17px;
  line-height: 1.8em;
  color: rgba(255, 255, 255, 0.86);
  text-wrap: pretty;
}

.crima-mv__since {
  position: absolute;
  right: 2.5%;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  gap: 18px;
  z-index: 2;
}

.crima-mv__since span {
  display: block;
  font-size: 76px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #8fd3f2;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
  white-space: nowrap;
}

/* ==========================================================================
   5. TOP：強み
   ========================================================================== */
.crima-strength-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #e2e9ee;
}

.crima-strength {
  background: #fff;
  padding: 44px 34px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.crima-strength__num {
  display: block;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  color: #dbe7ee;
}

.crima-strength__ttl {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-wrap: pretty;
}

.crima-strength__lead {
  font-size: 16px;
  font-weight: 700;
  color: #4a5c68;
}

.crima-strength__label {
  align-self: flex-start;
  padding: 6px 16px;
  background: #0085c8;
  font-size: 25px;
  font-weight: 700;
  color: #fff;
}

/* ==========================================================================
   6. TOP：事業内容カード
   ========================================================================== */
.crima-svc {
  display: flex;
  flex-direction: column;
  color: #12212b;
}

.crima-svc:hover {
  color: #0085c8;
  opacity: 1;
}

.crima-svc__img {
  position: relative;
  height: 320px;
  overflow: hidden;
  background: #cfdde6;
}

.crima-svc__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.crima-svc__arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00883f;
  color: #fff;
  font-size: 17px;
  line-height: 1;
}

.crima-svc__body {
  padding: 26px 0 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.crima-svc__en {
  font-size: 13px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.2em;
  color: #00883f;
}

.crima-svc__ttl {
  margin: 0;
  font-size: 22px;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.05em;
}

/* ==========================================================================
   7. TOP：施工実績
   ========================================================================== */
.crima-work {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.crima-work__img {
  position: relative;
  height: 190px;
  background: #cfdde6;
  overflow: hidden;
}

.crima-work__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.crima-cat {
  position: absolute;
  left: 0;
  top: 0;
  padding: 6px 14px;
  background: #0085c8;
  font-size: 11px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.1em;
  color: #fff;
}

.crima-cat--private {
  background: #00883f;
}

.crima-work__ttl {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.03em;
  text-wrap: pretty;
}

/* ==========================================================================
   8. TOP：採用情報
   ========================================================================== */
.crima-recruit {
  position: relative;
  padding: 96px 24px;
  background: #0b2230;
  overflow: hidden;
}

.crima-recruit__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

/* 写真はCDN配信のため <img> で入れる（CSSにURLを持たせない） */
.crima-recruit__bg img {
  position: absolute;
  inset: -16px;
  display: block;
  width: calc(100% + 32px);
  height: calc(100% + 32px);
  object-fit: cover;
  object-position: center;
  filter: blur(6px);
}

.crima-recruit__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(11, 34, 48, 0.94) 0%, rgba(11, 34, 48, 0.8) 52%, rgba(15, 59, 79, 0.7) 100%);
}

.crima-recruit__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 64px;
  align-items: center;
}

.crima-recruit__body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.crima-recruit__text {
  color: rgba(255, 255, 255, 0.82);
}

.crima-recruit__photo {
  align-self: stretch;
  overflow: hidden;
  background: #0f3b4f;
}

.crima-recruit__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ==========================================================================
   9. 定義リスト型テーブル
   ========================================================================== */
.crima-dl {
  background: #fff;
  border-top: 3px solid #0085c8;
}

.crima-dl__row {
  display: grid;
  grid-template-columns: 240px 1fr;
  border-bottom: 1px solid #e8eef2;
}

.crima-dl__key {
  padding: 20px 28px;
  background: #f7fafc;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.06em;
}

.crima-dl__val {
  margin: 0;
  padding: 20px 28px;
  font-size: 17px;
  line-height: 1.8em;
  color: #33454f;
  text-wrap: pretty;
}

.crima-dl--profile {
  background: transparent;
}

.crima-dl--profile .crima-dl__row {
  grid-template-columns: 260px 1fr;
}

.crima-dl--profile .crima-dl__key,
.crima-dl--profile .crima-dl__val {
  padding: 22px 28px;
}

/* ==========================================================================
   10. お問い合わせCTA
   ========================================================================== */
.crima-contact {
  position: relative;
  padding: 88px 24px;
  overflow: hidden;
  background: #005a8c;
}

/* 写真はCDN配信のため <img> で入れる（CSSにURLを持たせない） */
.crima-contact__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
}

/* 元データの linear-gradient(rgba(0,90,140,.86), rgba(0,90,140,.86)) と同値のベタ被せ */
.crima-contact::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 90, 140, 0.86);
}

.crima-contact__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
  align-items: center;
}

.crima-contact__body {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.crima-contact__text {
  margin: 0;
  font-size: 17px;
  line-height: 1.8em;
  color: rgba(255, 255, 255, 0.85);
}

.crima-contact__actions {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 340px;
}

.crima-tel-card {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 20px 28px;
  background: #fff;
  color: #12212b;
}

.crima-tel-card:hover {
  background: #00883f;
  color: #fff;
  opacity: 1;
}

.crima-tel-card__label {
  font-size: 11px;
  line-height: normal;
  letter-spacing: 0.14em;
}

.crima-tel-card__num {
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.02em;
}

.crima-contact__hours {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 19px 28px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.08em;
  color: #fff;
}

/* ==========================================================================
   11. フッター
   ========================================================================== */
.crima-footer {
  background: #0b2230;
  padding: 0 24px 32px;
}

.crima-footer__statement {
  padding: 72px 0 60px;
  text-align: center;
}

.crima-footer__statement p {
  margin: 0;
  font-size: 44px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #fff;
  text-wrap: pretty;
}

.crima-footer__main {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 56px;
  padding-bottom: 44px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.crima-footer__info {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.crima-footer__logo {
  display: flex;
  align-items: center;
  gap: 12px;
}

.crima-footer__logo img {
  display: block;
  height: 38px;
  width: auto;
}

.crima-footer__logo-body {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.crima-footer__logo-name {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.04em;
  color: #fff;
}

.crima-footer__logo-en {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.22em;
  color: #4fbf7a;
}

.crima-footer__address {
  margin: 0;
  font-size: 15px;
  line-height: 1.8em;
  color: rgba(255, 255, 255, 0.72);
  text-wrap: pretty;
}

.crima-footer__map {
  align-self: flex-start;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.1em;
  color: #fff;
}

.crima-footer__map:hover {
  border-color: #4fbf7a;
  color: #4fbf7a;
  opacity: 1;
}

.crima-footer__nav {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.crima-footer__nav-link {
  display: flex;
  align-items: baseline;
  gap: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.9);
}

.crima-footer__nav-link:hover {
  color: #4fbf7a;
  opacity: 1;
}

.crima-footer__nav-en {
  min-width: 90px;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: #4fbf7a;
}

.crima-footer__copyright {
  padding-top: 24px;
  font-size: 11px;
  line-height: normal;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.5);
}

/* ==========================================================================
   12. 下層：ページヒーロー / パンくず
   ========================================================================== */
/* 写真は page-hero__bg（共通コンポーネント）の <img> で入れる。CSSにURLを持たせない */
.crima-hero {
  height: 280px;
  background: #0b2230;
}

.crima-hero__overlay {
  background: linear-gradient(120deg, rgba(11, 34, 48, 0.9) 0%, rgba(15, 72, 99, 0.72) 100%);
}

.crima-hero__content {
  justify-content: center;
}

.crima-hero__inner {
  width: 100%;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.crima-hero__en {
  display: block;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #4fbf7a;
}

.crima-hero__ttl {
  margin: 0;
  font-size: 22px;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.06em;
  color: #fff;
}

.crima-bc {
  padding: 0;
  border-bottom: 1px solid #e8eef2;
  font-size: 12px;
}

/* .breadcrumb__list の margin:0 が .container の margin:0 auto を打ち消すため実数で上書き */
.crima-bc__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 14px 24px;
  line-height: normal;
}

.crima-bc .breadcrumb__item:not(:last-child)::after {
  content: " ／ ";
  margin: 0;
  color: #5d707d;
}

.crima-bc .breadcrumb__link,
.crima-bc .breadcrumb__current {
  color: #5d707d;
}

.crima-bc .breadcrumb__link:hover {
  color: #0085c8;
  text-decoration: none;
}

/* ==========================================================================
   13. 事業内容ページ
   ========================================================================== */
.crima-feature {
  padding: 34px 30px;
  background: #f2f6f9;
  border-left: 3px solid #00883f;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.crima-feature__ttl {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #12212b;
  text-wrap: pretty;
}

.crima-fields {
  display: flex;
  flex-direction: column;
  gap: 70px;
}

.crima-field {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}

.crima-field--reverse {
  direction: rtl;
}

.crima-field > * {
  direction: ltr;
}

.crima-field__img {
  height: 340px;
  overflow: hidden;
  background: #cfdde6;
}

.crima-field__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.crima-field__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

.crima-field__en-row {
  display: flex;
  align-items: baseline;
  gap: 16px;
}

.crima-field__en {
  font-size: 13px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.24em;
  color: #0085c8;
}

.crima-field__line {
  flex: 1;
  height: 1px;
  background: #dbe4ea;
}

.crima-field__ttl {
  margin: 0;
  font-size: 30px;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.05em;
}

.crima-field__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.crima-field__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 17px;
  line-height: 1.8em;
  color: #33454f;
}

.crima-field__mark {
  flex: none;
  display: block;
  width: 8px;
  height: 8px;
  margin-top: 8px;
  background: #00883f;
}

.crima-flow {
  background: #f2f6f9;
}

.crima-flow__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.crima-flow__body {
  padding: 100px 60px 100px max(24px, (100vw - 1280px) / 2 + 24px);
}

.crima-flow__list {
  position: relative;
  display: flex;
  flex-direction: column;
}

.crima-flow__line {
  position: absolute;
  left: 34px;
  top: 26px;
  bottom: 26px;
  width: 1px;
  background: #0085c8;
}

.crima-flow__item {
  position: relative;
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 28px;
  padding-bottom: 48px;
}

.crima-flow__num-wrap {
  position: relative;
  display: flex;
  justify-content: center;
}

.crima-flow__num {
  position: relative;
  z-index: 1;
  width: 52px;
  height: 52px;
  border: 1px solid #0085c8;
  border-radius: 50%;
  background: #f2f6f9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.06em;
  color: #0085c8;
}

.crima-flow__text {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 8px;
}

.crima-flow__ttl {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #12212b;
  text-wrap: pretty;
}

.crima-flow__photo {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  background: #cfdde6;
}

.crima-flow__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ==========================================================================
   14. 施工実績ページ
   ========================================================================== */
.crima-works-groups {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.crima-wgroup {
  display: flex;
  flex-direction: column;
  gap: 34px;
}

.crima-wgroup__head {
  display: flex;
  align-items: center;
  gap: 18px;
}

.crima-wgroup__label {
  padding: 8px 20px;
  background: #0085c8;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.1em;
  color: #fff;
  white-space: nowrap;
}

.crima-wgroup__label--private {
  background: #00883f;
}

.crima-wgroup__en {
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.26em;
  color: #8a9aa5;
  white-space: nowrap;
}

.crima-wgroup__line {
  flex: 1;
  height: 1px;
  background: #e2e9ee;
}

.crima-wcard {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.crima-wcard__img {
  display: block;
  height: 230px;
  background: #cfdde6;
  overflow: hidden;
  cursor: zoom-in;
}

.crima-wcard__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.crima-wcard__sub {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.crima-wcard__sub a {
  display: block;
  cursor: zoom-in;
}

.crima-wcard__sub img {
  display: block;
  width: 100%;
  height: 72px;
  object-fit: cover;
}

.crima-wcard__ttl {
  margin: 0;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.75;
  letter-spacing: 0.03em;
  text-wrap: pretty;
}

/* ==========================================================================
   15. 会社概要ページ
   ========================================================================== */
.crima-office {
  background: #fff;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  border-top: 3px solid #00883f;
}

.crima-office__name {
  font-size: 16px;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.05em;
}

.crima-map {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.crima-map__label {
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.06em;
}

.crima-map iframe {
  display: block;
  width: 100%;
  height: 400px;
  border: 0;
}

.crima-gallery__desc {
  margin: 0 0 44px;
  max-width: 760px;
  font-size: 17px;
  line-height: 1.8em;
  color: #4a5c68;
  text-wrap: pretty;
}

.crima-award {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.crima-award__link {
  display: block;
  cursor: zoom-in;
}

.crima-award__link img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #e0dccf;
}

.crima-award__body {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.crima-award__kind {
  font-size: 11px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.12em;
  color: #00883f;
}

.crima-award__ttl {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.02em;
  text-wrap: pretty;
}

.crima-award__meta {
  font-size: 14px;
  line-height: 1.8em;
  color: #5d707d;
}

/* ==========================================================================
   16. レスポンシブ（元データはPC固定のため、SP表示は本サイトで設計）
   ========================================================================== */
@media (max-width: 1240px) {
  .crima-header__contact {
    gap: 12px;
    padding: 10px 18px;
  }
  .crima-header__tel {
    font-size: 26px;
  }
  .crima-header .header__nav-item a {
    padding: 10px 14px;
  }
}

@media (max-width: 1100px) {
  .crima-header .header__inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 60px 0 15px;
  }
  .crima-header__right {
    display: none;
  }
  .crima-header .header__logo {
    padding: 10px 0;
  }
  .crima-header .header__logo img {
    height: 36px;
  }
  .crima-header__logo-name {
    font-size: 16px;
  }
  .crima-header__logo-en {
    font-size: 9px;
  }

  .crima-flow__body {
    padding: 70px 24px;
  }
}

@media (max-width: 1000px) {
  .crima-en {
    font-size: 52px;
  }
  .crima-hero__en {
    font-size: 48px;
  }
  .crima-mv {
    height: 620px;
  }
  .crima-mv__title {
    font-size: 44px;
  }
  .crima-mv__since span {
    font-size: 48px;
  }
  /* 3件のため2カラムだと4セル目が空になり gap:1px の背景色が面で見えてしまう。1カラムにする */
  .crima-strength-grid {
    grid-template-columns: 1fr;
  }
  .crima-works-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .crima-footer__statement p {
    font-size: 32px;
  }
}

@media (max-width: 896px) {
  .crima-sec--intro       { padding-top: 60px; padding-bottom: 45px; }
  .crima-sec--intro-tight { padding-top: 60px; padding-bottom: 30px; }
  .crima-sec--pt0-pb100   { padding-bottom: 60px; }
  .crima-sec--pt40-pb110  { padding-top: 30px; padding-bottom: 60px; }
  .crima-sec--96,
  .crima-sec--100         { padding-top: 60px; padding-bottom: 60px; }
  .crima-recruit          { padding-top: 60px; padding-bottom: 60px; }
  .crima-contact          { padding-top: 60px; padding-bottom: 60px; }

  .crima-mb-34, .crima-mb-36 { margin-bottom: 24px; }
  .crima-mb-40, .crima-mb-44, .crima-mb-48,
  .crima-mb-52, .crima-mb-56 { margin-bottom: 32px; }

  .crima-shead__lead { font-size: 19px; }

  .crima-recruit__inner,
  .crima-contact__inner,
  .crima-footer__main,
  .crima-field,
  .crima-flow__grid {
    grid-template-columns: 1fr;
  }
  .crima-recruit__inner { gap: 32px; }
  .crima-contact__inner { gap: 28px; }
  .crima-footer__main   { gap: 32px; }
  .crima-field          { gap: 28px; }
  .crima-field--reverse { direction: ltr; }

  .crima-contact__actions { min-width: 0; }

  .crima-recruit__photo { height: 260px; }
  .crima-flow__photo {
    position: static;
    height: 260px;
  }
  .crima-fields { gap: 48px; }
  .crima-works-groups { gap: 56px; }

  .crima-svc__img   { height: 260px; }
  .crima-field__img { height: 280px; }

  .crima-dl__row,
  .crima-dl--profile .crima-dl__row {
    grid-template-columns: 1fr;
  }
  .crima-dl__key {
    padding: 12px 20px;
  }
  .crima-dl__val,
  .crima-dl--profile .crima-dl__val {
    padding: 16px 20px;
  }

  .crima-map iframe { height: 300px; }
}

@media (max-width: 639px) {
  .crima-sec {
    padding-left: 20px;
    padding-right: 20px;
  }
  .crima-en      { font-size: 40px; }
  .crima-ttl     { font-size: 18px; }
  .crima-hero    { height: 200px; }
  .crima-hero__en  { font-size: 34px; }
  .crima-hero__ttl { font-size: 18px; }

  .crima-mv { height: 520px; }
  .crima-mv__title { font-size: 30px; }
  .crima-mv__text  { font-size: 15px; }
  .crima-mv__since span { font-size: 22px; }

  .crima-shead__lead { font-size: 17px; }
  .crima-txt         { font-size: 15px; }
  .crima-gallery__desc { font-size: 15px; margin-bottom: 28px; }

  .crima-works-grid {
    grid-template-columns: 1fr;
  }
  .crima-strength { padding: 32px 24px; }
  .crima-strength__label { font-size: 21px; }

  .crima-field__ttl { font-size: 24px; }
  .crima-feature__ttl,
  .crima-flow__ttl { font-size: 19px; }

  .crima-flow__body { padding: 50px 20px; }
  .crima-flow__item {
    grid-template-columns: 52px 1fr;
    gap: 18px;
    padding-bottom: 32px;
  }
  .crima-flow__line { left: 26px; }
  .crima-flow__num {
    width: 44px;
    height: 44px;
    font-size: 13px;
  }

  .crima-btn { padding: 16px 28px; }
  .crima-btn-row { margin-top: 32px; }

  .crima-footer { padding-left: 20px; padding-right: 20px; }
  .crima-footer__statement { padding: 48px 0 40px; }
  .crima-footer__statement p { font-size: 24px; }
  .crima-footer__nav-en { min-width: 70px; }

  .crima-contact__hours { padding: 15px 18px; font-size: 13px; }
  .crima-tel-card__num  { font-size: 26px; }
}
