/* =========================================================
  0) FONT BASE（全デバイス共通）
  目的：スマホで明朝に落ちるのを防ぐ
========================================================= */
html, body{
  font-family: "Noto Sans JP",
               "Hiragino Kaku Gothic ProN",
               "Hiragino Sans",
               "Yu Gothic",
               "Meiryo",
               sans-serif;
}

/* =========================================================
  1) Base / Utilities
========================================================= */
.nowrap{ white-space: nowrap; }

/* =========================================================
  2) Header (clean + offcanvas)
========================================================= */
.site-header{
  background:#fff;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.header-inner{
  height: 72px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  gap: 24px;
}

/* ロゴ */
.site-logo{
  position: relative;
  top: -6px;
  display: flex;
  align-items: center;
  line-height: 1;
  margin: 0;
}
.site-logo img{
  height: 76px;
  width: auto;
  display: block;
  max-height: none;
}

/* PC menu */
.site-nav--desktop{
  display: none;
  margin-left: auto;
  padding-right: 40px;
}
.nav-list{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  align-items:center;
  gap:22px;
  flex-wrap: nowrap;
}
.nav-list a{
  font-size: 14px;
  letter-spacing: .18em;
  color:#8b8b8b;
  text-decoration:none;
  white-space: nowrap;
}

/* hamburger */
.hamburger{
  background: transparent;
  border: 0;
  padding: 10px;
  cursor: pointer;
  display:flex;
  flex-direction:column;
  gap: 6px;
  margin-top: -2px;

  position: relative;
  z-index: 1002;
}
.hamburger-line{
  width: 26px;
  height: 2px;
  background:#6f6f6f;
  display:block;
}

/* overlay（背景） */
.menu-overlay{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.25);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .2s ease, visibility .2s ease;
  z-index: 1000;
}
.menu-overlay.is-open{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* mobile nav */
.mobile-nav{
  position: fixed;
  top: 0;
  right: 0;
  width: min(84vw, 340px);
  height: 100dvh;
  background: #fff;
  transform: translateX(100%);
  transition: transform .25s ease;
  z-index: 1001;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-top: 96px;
}
.mobile-nav.is-open{ transform: translateX(0); }

.mobile-nav-list{
  list-style:none;
  margin:0;
  padding: 18px 22px;
  display:flex;
  flex-direction:column;
  gap: 18px;
}
.mobile-nav-list a{
  font-size: 14px;
  letter-spacing: .18em;
  color:#6f6f6f;
  text-decoration:none;
}

body.is-menu-open{ overflow: hidden; }

/* PC表示 */
@media (min-width: 900px){
  .site-nav--desktop{ display: flex; }
  .hamburger{ display: none; }
  .menu-overlay{ display: none; }
  .mobile-nav{ display: none !important; }
}


/* =========================================================
  3) TOP PAGE HERO（共通ヒーロー：PC 3枚 / SP 1枚）
========================================================= */
.hero{
  position: relative;
  overflow: hidden;
}

.hero__media{
  position: relative;
  width: 100%;
  min-height: 520px;
  background: #000;
}

/* 画像グリッド */
.hero__grid{
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
}
.hero__img{
  background-size: cover;
  background-repeat: no-repeat;
  filter: grayscale(100%);
}

/* PC：3枚 */
.hero__grid--pc{ grid-template-columns: 1fr 1fr 1fr; }
.hero__img--left{ background-position: left center; }
.hero__img--center{ background-position: center; }
.hero__img--right{ background-position: right center; }

/* SP：1枚 */
.hero__grid--sp{
  display: none;
  grid-template-columns: 1fr;
}
.hero__img--single{ background-position: left center; }

/* overlay */
.hero__overlay{
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(0,0,0,.35);
}

/* PC 文字（白で重ねる） */
.hero__inner{
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  padding: 0 24px;
}
.hero__title{
  margin: 0 0 10px;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: .08em;
}
.hero__lead{
  margin: 0 0 18px;
  font-size: 14px;
  letter-spacing: .08em;
  opacity: .92;
}
.hero__text{
  margin: 0;
  font-size: 12px;
  line-height: 2.1;
  opacity: .9;
}

/* SP専用要素（デフォ非表示） */
.hero-sp,
.hero-sp-content{ display: none; }

/* SP切り替え */
@media (max-width: 899px){
  .hero{ overflow: visible; }

  .hero__media{ min-height: 420px; }
  .hero__grid--pc{ display: none; }
  .hero__grid--sp{ display: grid; }

  /* PC用重ね文字はスマホで消す */
  .hero__inner--pc{ display: none; }

  /* overlay弱め */
  .hero__overlay{ background: rgba(0,0,0,.18); }

  /* 画像上タイトル（白） */
  .hero-sp{
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
  }
  .hero-sp__title{
    font-size: 22px;
    letter-spacing: .08em;
    font-weight: 500;
    color: #fff;
    margin: 0;
    font-family: "Noto Sans JP",sans-serif;
  }

  /* 画像下の白ブロック */
  .hero-sp-content{
    display: block;
    background: #fff;
    padding: 26px 20px 34px;
    text-align: left;
    color: #8b8b8b;
  }

  .hero-sp__lead{
    margin: 0 0 16px;
    color: #8b8b8b;
    white-space: nowrap;
    font-weight: 600;
    letter-spacing: .01em;
    font-size: clamp(13px, 3.8vw, 15px);
    line-height: 1.9;
    transform: translateX(-0.02em);
  }

  .hero-sp__text{
    margin: 0;
    color: #8b8b8b;
    font-size: 13px;
    line-height: 2.0;
    letter-spacing: .02em;
    font-weight: 400;
  }
}


/* =========================================================
  4) TOP 共通セクション（Scenarios / Services / Process）
========================================================= */
.section--scenarios{
  background: #fff;
  padding: 120px 0;
  color: #8b8b8b;
}
.section--scenarios .scenarios{
  max-width: 760px;
  margin: 0 auto;
  padding: 0 28px;
}
.section--scenarios .scenarios__inner{ text-align: left; }
.section--scenarios .scenarios__title{
  font-size: 28px;
  font-weight: 500;
  letter-spacing: .02em;
  margin: 0 0 18px;
  color: #8b8b8b;
}
.section--scenarios .scenarios__sub{
  font-size: 16px;
  line-height: 2;
  margin: 0 0 28px;
  color: #8b8b8b;
}
.section--scenarios .scenarios__list{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  font-size: 16px;
  line-height: 2;
}
.section--scenarios .scenarios__list li{ color: #8b8b8b; }

/* OUR SERVICES */
.section--services{
  background:#fff;
  padding: 120px 0;
  color:#8b8b8b;
}
.section--services .services{
  max-width: 980px;
  margin: 0 auto;
  padding: 0 28px;
}
.services__head{ text-align: left; margin: 0 0 34px; }
.services__title{
  margin: 0 0 10px;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: .02em;
  color:#8b8b8b;
}
.services__sub{
  margin: 0;
  font-size: 16px;
  line-height: 2;
  color:#8b8b8b;
}
.services__grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
}
.service-card{ color:#8b8b8b; }
.service-card__media{ margin: 0 0 18px; background: #fff; }
.service-card__media img{
  width: 100%;
  height: auto;
  display: block;
  filter: grayscale(100%);
}
.service-card__kicker{
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .02em;
  color:#8b8b8b;
}
.service-card__name{
  margin: 0 0 14px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: .02em;
  color:#8b8b8b;
}
.service-card__lead{
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.95;
  font-weight: 600;
  letter-spacing: .02em;
  color:#8b8b8b;
}
.service-card__text p{
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 2.0;
  letter-spacing: .02em;
  color:#8b8b8b;
}
.service-card__text p:last-child{ margin-bottom: 0; }

/* OUR PROCESS */
.section--process{
  background:#fff;
  padding: 120px 0;
  color:#8b8b8b;
}
.section--process .process{
  max-width: 980px;
  margin: 0 auto;
  padding: 0 28px;
}
.process__head{ text-align: left; margin: 0 0 34px; }
.process__title{
  margin: 0 0 10px;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: .02em;
  color:#8b8b8b;
}
.process__sub{
  margin: 0;
  font-size: 16px;
  line-height: 2;
  color:#8b8b8b;
}
.process__grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
}
.process-card{ color:#8b8b8b; }
.process-card__media{ margin: 0 0 18px; background:#fff; }
.process-card__media img{
  width: 100%;
  height: auto;
  display: block;
  filter: grayscale(100%);
}
.process-card__name{
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: .02em;
  color:#8b8b8b;
}
.process-card__text p{
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 2.0;
  letter-spacing: .02em;
  color:#8b8b8b;
}
.process-card__text p:last-child{ margin-bottom: 0; }

/* PCレイアウト（トップ共通） */
@media (min-width: 900px){
  .section--services{ padding: 140px 0; }
  .section--services .services{
    max-width: 1120px;
    padding: 0 16px;
  }
  .services__grid{
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    align-items: start;
  }
  .service-card__kicker{ font-size: 16px; }
  .service-card__name{ font-size: 18px; }
  .service-card__lead{
    font-size: 14px;
    white-space: nowrap;
  }
  .service-card__text p{ font-size: 12.5px; }

  .section--process{ padding: 140px 0; }
  .section--process .process{
    max-width: 1120px;
    padding: 0 16px;
  }
  .process__grid{
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    align-items: start;
  }
  .process-card__name{
    font-size: 16px;
    margin-bottom: 14px;
  }
  .process-card__text p{ font-size: 12.5px; }
}

/* SP：余白だけ詰める（トップ共通） */
@media (max-width: 899px){
  .section--services,
  .section--process,
  .section--scenarios{
    padding: 64px 0;
  }

  .services__head,
  .process__head{
    margin-bottom: 24px;
  }

  .services__grid,
  .process__grid{
    gap: 24px;
  }

  .service-card__media,
  .process-card__media{
    margin-bottom: 14px;
  }

  .service-card__lead{ margin-bottom: 12px; }

  .service-card__text p,
  .process-card__text p{
    margin-bottom: 10px;
  }

  .section--scenarios .scenarios__sub{ margin-bottom: 18px; }
  .section--scenarios .scenarios__list{ gap: 10px; }
  .process-card__name{ margin-bottom: 12px; }

  /* scenarios SP */
  .section--scenarios{ padding: 80px 0; }
  .section--scenarios .scenarios{
    max-width: 420px;
    padding: 0 22px;
  }
  .section--scenarios .scenarios__title{
    font-size: 22px;
    margin-bottom: 14px;
  }
  .section--scenarios .scenarios__sub{
    font-size: 14px;
    margin-bottom: 22px;
  }
  .section--scenarios .scenarios__list{
    gap: 12px;
    font-size: 14px;
    line-height: 1.9;
  }
}


/* =========================================================
  5) Footer
========================================================= */
.site-footer{
  background:#fff;
  color:#8b8b8b;
  padding: 80px 0 56px;
  padding-left: 22px;
  padding-right: 22px;
}

.site-footer a{
  color:#8b8b8b;
  text-decoration: none;
}
.site-footer ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Contact */
.footer-contact{
  max-width: 760px;
  margin: 0;
  text-align: left;
}
.footer-contact-eyebrow{
  font-size: 28px;
  font-weight: 500;
  letter-spacing: .01em;
  margin: 0 0 18px;
  color:#8b8b8b;
}
.footer-contact-title{
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .02em;
  margin: 0 0 18px;
  color:#8b8b8b;
}
.footer-contact-text{
  font-size: 16px;
  line-height: 2.1;
  margin: 0 0 22px;
  color:#8b8b8b;
}
.footer-contact-mail{
  display: inline-block;
  font-size: 18px;
  margin: 10px 0 18px;
  color:#8b8b8b;
}
.footer-contact-note{
  font-size: 16px;
  line-height: 2;
  margin: 0;
  color:#8b8b8b;
}

/* Bottom */
.footer-bottom{
  margin-top: 72px;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 48px;
  align-items: start;

  max-width: 760px;
  margin-left: 0;
  margin-right: 0;
}
.footer-nav-list{
  display:flex;
  flex-direction:column;
  gap: 18px;
}
.footer-nav-list a{
  font-size: 14px;
  letter-spacing: .18em;
  color:#8b8b8b;
}

.footer-meta{ text-align: center; }
.footer-links{
  font-size: 14px;
  letter-spacing: .06em;
  margin-bottom: 14px;
}
.footer-links .sep{
  margin: 0 8px;
  color:#b7b7b7;
}
.footer-copy{
  font-size: 14px;
  letter-spacing: .02em;
  color:#8b8b8b;
}

/* Footer PC */
@media (min-width: 900px){
  .site-footer{
    padding: 96px 0 72px;
    padding-left: 28px;
    padding-right: 28px;
  }

  .footer-contact{
    max-width: 1120px;
    margin: 0 auto;
  }

  .footer-contact-eyebrow,
  .footer-contact-title,
  .footer-contact-text,
  .footer-contact-mail,
  .footer-contact-note{
    max-width: 760px;
  }

  .footer-bottom{
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 240px 1fr 240px;
    column-gap: 24px;
    row-gap: 0;
    min-height: 240px;
    align-items: stretch;
  }

  .footer-nav{ grid-column: 1; }
  .footer-meta{
    grid-column: 2;
    align-self: end;
    padding-bottom: 12px;
  }
  .footer-spacer{ grid-column: 3; }
}

/* Footer SP微調整 */
@media (max-width: 899px){
  .site-footer{
    padding: 72px 0 56px;
    padding-left: 22px;
    padding-right: 22px;
  }
  .footer-contact-eyebrow{ font-size: 25px; }
  .footer-contact-title{ font-size: 23px; }
}


/* =========================================================
  6) ABOUT PAGE（page-id-6）
========================================================= */
body.page-id-6 .about-page{
  background:#fff;
  color:#8b8b8b;
}

/* HERO */
body.page-id-6 .about-hero{
  position: relative;
  overflow: hidden;
  margin: 0;
}
body.page-id-6 .about-hero__media{
  height: 320px;
  background-image: url('img/about1.png');
  background-size: cover;
  background-position: center;
  filter: grayscale(100%);
}
body.page-id-6 .about-hero__inner{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
}
body.page-id-6 .about-hero__title{
  margin:0;
  color:#fff;
  font-size: 22px;
  letter-spacing: .06em;
  font-weight: 600;
  text-shadow: 0 2px 12px rgba(0,0,0,.35);
}

@media (max-width: 899px){
  body.page-id-6 .about-hero__media{
    height: 56vh;
    min-height: 360px;
  }
  body.page-id-6 .about-hero__title{
    font-size: 20px;
    letter-spacing: .08em;
  }
}
@media (min-width: 900px){
  body.page-id-6 .about-hero__media{
    height: 520px;
    min-height: 520px;
  }
}

/* SECTION */
body.page-id-6 .about-section{ padding: 140px 0; }
body.page-id-6 .about-section__inner{
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}
body.page-id-6 .about-section__head{ margin: 0 0 38px; }
body.page-id-6 .about-section__en{
  margin: 0 0 10px;
  font-size: 28px;
  letter-spacing: .08em;
  font-weight: 500;
  color:#8b8b8b;
}
body.page-id-6 .about-section__jp{
  margin: 0;
  font-size: 18px;
  line-height: 2.0;
  letter-spacing: .08em;
  font-weight: 400;
  color:#8b8b8b;
}

body.page-id-6 .about-two-col{
  background: transparent !important;
  padding: 0 !important;
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 64px;
  align-items: start;
}
body.page-id-6 .about-two-col--compact{
  grid-template-columns: 420px 1fr;
}
body.page-id-6 .about-two-col__media img{
  width: 100%;
  height: auto;
  display: block;
  filter: grayscale(100%);
}
body.page-id-6 .about-name{
  margin: 0 0 18px;
  font-size: 18px;
  letter-spacing: .06em;
  font-weight: 500;
  color:#8b8b8b;
}
body.page-id-6 .about-text p{
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: .02em;
  color:#8b8b8b;
}
body.page-id-6 .about-text p:last-child{ margin-bottom: 0; }

/* 会社概要（■安定版） */
body.page-id-6 .about-profile__box{
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
  border: 0 !important;
}
body.page-id-6 .about-profile__title{
  margin: 0 0 14px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .06em;
  color: #8b8b8b;
}
body.page-id-6 .about-profile__list{
  list-style: none;
  margin: 0;
  padding: 0;
}
body.page-id-6 .about-profile__row{
  position: relative;
  display: block;
  padding-left: 18px;
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 2.0;
  letter-spacing: .02em;
  color: #8b8b8b;
  word-break: break-word;
}
body.page-id-6 .about-profile__row::before{
  content: "■";
  position: absolute;
  left: 0;
  top: 1.05em;
  transform: translateY(-50%);
  font-size: 12px;
  line-height: 1;
  color: #8b8b8b;
}
body.page-id-6 .about-profile__sublist{
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
}
body.page-id-6 .about-profile__sublist li{
  position: relative;
  padding-left: 14px;
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 2.0;
  letter-spacing: .02em;
  color:#8b8b8b;
}
body.page-id-6 .about-profile__sublist li::before{
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

/* About SP */
@media (max-width: 899px){
  body.page-id-6{ overflow-x: hidden; }
  body.page-id-6 .about-section{ padding: 84px 0; }
  body.page-id-6 .about-section__inner{ padding: 0 22px; }
  body.page-id-6 .about-section__en{ font-size: 22px; }
  body.page-id-6 .about-section__jp{ font-size: 16px; }

  body.page-id-6 .about-two-col,
  body.page-id-6 .about-two-col--compact{
    grid-template-columns: 1fr;
    gap: 22px;
  }
  body.page-id-6 .about-name{ font-size: 16px; }
  body.page-id-6 .about-text p{
    font-size: 15px;
    line-height: 2.1;
  }
}


/* =========================================================
  7) SERVICES PAGE（page-id-9）
  目的：HERO PCをトップと同じ高さ / SPは現状維持
========================================================= */
body.page-id-9{
  background:#fff;
  color:#8b8b8b;
}

/* HERO（img版に統一） */
body.page-id-9 .services-hero{
  position: relative;
  overflow: hidden;
  margin: 0;
}

body.page-id-9 .services-hero__media{
  width: 100%;
  overflow: hidden;
}
body.page-id-9 .services-hero__media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display:block;
  filter: grayscale(100%);
}

body.page-id-9 .services-hero__overlay{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  pointer-events:none;
}

body.page-id-9 .services-hero__title{
  margin:0;
  color:#fff;
  font-weight: 600;
  letter-spacing: .08em;
  text-shadow: 0 2px 12px rgba(0,0,0,.35);
}

/* SP（今のまま） */
@media (max-width: 899px){
  body.page-id-9 .services-hero__media{
    height: 56vh;
    min-height: 320px;
  }
  body.page-id-9 .services-hero__title{
    font-size: 20px;
  }
}

/* PC（トップと同じ） */
@media (min-width: 900px){
  body.page-id-9 .services-hero__media{
    height: 520px;
    min-height: 520px;
  }
  body.page-id-9 .services-hero__title{
    font-size: 22px;
  }
}


/* ===== 以下：page-id-9 本文（今のまま必要部分だけ残す） ===== */
body.page-id-9 .services-delivery,
body.page-id-9 .services-cards{
  padding: 170px 0;
}

body.page-id-9 .services-delivery__inner,
body.page-id-9 .services-cards__inner{
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 22px;
}

body.page-id-9 .services-delivery__kicker{
  margin:0 0 6px;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: .04em;
}
body.page-id-9 .services-delivery__title{
  margin:0 0 18px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .06em;
}

body.page-id-9 .services-delivery__two{
  display:grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: start;
}

body.page-id-9 .services-delivery__img img{
  width:100%;
  height: 220px;
  object-fit: cover;
  display:block;
  filter: grayscale(100%);
}

body.page-id-9 .services-delivery__text{
  border: none;
  padding: 14px 16px;
}
body.page-id-9 .services-delivery__text p{
  margin:0;
  font-size: 16px;
  line-height: 2.0;
  letter-spacing: .02em;
}
body.page-id-9 .services-delivery__text p:nth-child(2){
  margin-bottom: 18px;
}

@media (min-width: 900px){
  body.page-id-9 .services-delivery__two{
    grid-template-columns: 360px 1fr;
    gap: 28px;
    align-items: center;
  }
  body.page-id-9 .services-delivery__img img{ height: 240px; }
}

/* OUR SERVICES（cards） */
body.page-id-9 .services-cards{
  padding: 90px 0;
}
body.page-id-9 .services-cards__head{
  text-align: left;
  margin-bottom: 28px;
}
body.page-id-9 .services-cards__title{
  margin: 0 0 6px;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: .08em;
  color:#8b8b8b;
}
body.page-id-9 .services-cards__sub{
  margin: 0;
  font-size: 13px;
  line-height: 2;
  letter-spacing: .06em;
  color:#8b8b8b;
}

body.page-id-9 .services-cards__grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
  align-items: start;
}
@media (min-width: 900px){
  body.page-id-9 .services-cards__grid{
    grid-template-columns: repeat(3, 1fr);
    gap: 34px;
  }
}

/* 画像を小さく統一 */
body.page-id-9 .service-card__media{
  margin: 0 0 16px;
  overflow: hidden;
  background: #fff;
  height: 200px;
}
@media (max-width: 899px){
  body.page-id-9 .service-card__media{ height: 190px; }
}
body.page-id-9 .service-card__media img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: grayscale(100%);
}

body.page-id-9 .service-card__kicker{
  margin: 0 0 10px;
  font-size: 16px;
  letter-spacing: .06em;
  color:#8b8b8b;
}
body.page-id-9 .service-card__name{
  margin: 0 0 14px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 1.6;
  color:#8b8b8b;
}
body.page-id-9 .service-card__lead{
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.9;
  font-weight: 600;
  letter-spacing: .02em;
  color:#8b8b8b;
}
body.page-id-9 .service-card__text p{
  margin: 0 0 16px;
  font-size: 13px;
  line-height: 2.0;
  letter-spacing: .02em;
  color:#8b8b8b;
}
body.page-id-9 .service-card__text p:last-child{ margin-bottom: 0; }