@charset "UTF-8";
/* ============================================================
    下地
   ============================================================ */
body:has(.p-ocsmarthr) {
  margin: 0;
}

.p-ocsmarthr {
  font-family:
    "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  color: #1c1c1a;
  background: #ffffff;
  font-size: 17px;
  line-height: 2;
  word-break: normal;
  line-break: strict;
  overflow-wrap: break-word;
  text-wrap: pretty;
  -webkit-font-smoothing: antialiased;
}

.p-ocsmarthr * {
  box-sizing: border-box;
}

.p-ocsmarthr :where(img) {
  max-width: 100%;
  height: auto;
  display: block;
}

/* リセット：余白とフォント */
.p-ocsmarthr :where(p, h1, h2, h3, ul, ol, li, figure, figcaption) {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  font-size: inherit;
}

/* リセット：リストマーカーはリスト要素のみ */
.p-ocsmarthr :where(ul, ol) {
  list-style: none;
}

/* ============================================================
    ユーティリティ
   ============================================================ */

/* 折り返し禁止（このLP専用） */
.p-ocsmarthr-nowrap {
  white-space: nowrap;
}

/* セクション内容幅：problem / about / feature / contact 共通 */
.p-ocsmarthr-problem__inner,
.p-ocsmarthr-about__inner,
.p-ocsmarthr-feature__inner,
.p-ocsmarthr-contact__inner {
  width: 100%;
  max-width: 1100px;
  margin-inline: auto;
}

/* セクション見出しブロック（中央寄せ＋赤下線） */
.p-ocsmarthr-problem__head,
.p-ocsmarthr-about__head,
.p-ocsmarthr-feature__head {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-ocsmarthr-problem__title-rule,
.p-ocsmarthr-about__title-rule,
.p-ocsmarthr-feature__title-rule {
  display: block;
  width: 56px;
  height: 4px;
  background: #c22820;
}

/* ============================================================
    ボタン
   ============================================================ */
.p-ocsmarthr-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 34px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  white-space: nowrap; /* ボタン内は改行させない */
  border-radius: 2px;
  transition: opacity 0.2s ease;
}

.p-ocsmarthr-btn::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  margin-left: 14px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translateY(-1px) rotate(45deg);
  flex: 0 0 auto;
}

.p-ocsmarthr-btn:hover {
  opacity: 0.85;
}

.p-ocsmarthr-btn:focus-visible {
  outline: 3px solid #2d86b2;
  outline-offset: 3px;
}

.p-ocsmarthr-btn--primary,
.p-ocsmarthr-btn--primary:hover {
  background: #c22820;
  color: #ffffff;
}

.p-ocsmarthr-btn--secondary,
.p-ocsmarthr-btn--secondary:hover {
  background: #2d86b2;
  color: #ffffff;
}

.p-ocsmarthr-btn--contact,
.p-ocsmarthr-btn--contact:hover {
  background: #ffffff;
  color: #14456b;
}

/* ============================================================
   パンくずリスト
   ============================================================ */
.smarthr-integration_breadcrumb {
  position: relative !important;
  z-index: 2 !important;
  display: flow-root !important;
  box-sizing: border-box;
  float: none !important;
  clear: both !important;
  width: 100%;
  max-width: 1560px;
  margin: 0 auto !important;
  padding: 20px clamp(24px, 5vw, 100px) 10px !important;
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
  overflow-wrap: break-word;
}

.smarthr-integration_breadcrumb * {
  position: static !important;
  inset: auto !important;
  transform: none !important;
  float: none !important;
}

.smarthr-integration_breadcrumb > *,
.smarthr-integration_breadcrumb > * > :where(ul, ol, div, p) {
  box-sizing: border-box !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  margin-inline: 0 !important;
  padding-inline: 0 !important;
  text-align: left !important;
}

.smarthr-integration_breadcrumb,
.smarthr-integration_breadcrumb > *,
.smarthr-integration_breadcrumb :where(ul, ol, li, p, span, a) {
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  clip-path: none !important;
  text-indent: 0 !important;
}

.smarthr-integration_breadcrumb > * {
  display: block !important;
}

.smarthr-integration_breadcrumb :where(ul, ol) {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  list-style: none !important;
  margin-top: 60px;
}

.smarthr-integration_breadcrumb :where(li) {
  display: inline-flex !important;
  align-items: center !important;
}

.smarthr-integration_breadcrumb :where(a, span, strong, em) {
  display: inline !important;
}

/* ============================================================
    ヒーローエリア
   ============================================================ */
.p-ocsmarthr-hero {
  position: relative;
  overflow: hidden;
  background: #f4f3eb;
  padding: 44px 0 88px;
  min-height: 80vh;
  display: flex;
  align-items: center;
}

.p-ocsmarthr-hero__deco {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.p-ocsmarthr-hero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1560px;
  margin-inline: auto;
  padding-inline: clamp(24px, 5vw, 100px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 44%);
  align-items: center;
  gap: clamp(32px, 4vw, 72px);
}

.p-ocsmarthr-hero__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.p-ocsmarthr-hero__logo-frame {
  display: inline-flex;
  align-items: center;
  margin-bottom: 34px;
}

.p-ocsmarthr-hero__logo-img {
  width: 580px;
  max-width: 100%;
}

.p-ocsmarthr-hero__catch {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
  font-size: clamp(18px, 1.7vw, 25px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: #2d86b2;
}

.p-ocsmarthr-hero__catch::before,
.p-ocsmarthr-hero__catch::after {
  content: "";
  display: block;
  width: 2px;
  height: 1.4em;
  background: #c22820;
  flex: 0 0 auto;
}

.p-ocsmarthr-hero__catch::before {
  transform: rotate(-20deg);
}

.p-ocsmarthr-hero__catch::after {
  transform: rotate(20deg);
}

.p-ocsmarthr-hero__eyebrow {
  margin-bottom: 24px;
  padding-right: 2px;
  font-size: clamp(19px, 1.9vw, 32px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #1c1c1a;
  background-image: linear-gradient(
    transparent 66%,
    #f9e084 66%,
    #f9e084 92%,
    transparent 92%
  );
  background-repeat: no-repeat;
}

.p-ocsmarthr-hero__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(38px, 4.6vw, 66px);
  font-weight: 900;
  line-height: 1.34;
  letter-spacing: -0.01em;
  color: #111111;
}

.p-ocsmarthr-hero__accent {
  color: #c22820;
  background-image: linear-gradient(
    transparent 72%,
    #f9e084 72%,
    #f9e084 94%,
    transparent 94%
  );
  background-repeat: no-repeat;
}

.p-ocsmarthr-hero__spark {
  display: inline-block;
  width: 0.3em;
  height: 0.44em;
  margin-left: 0.08em;
  vertical-align: 0.3em;
  color: #c22820;
  fill: none;
}

.p-ocsmarthr-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 42px;
}

.p-ocsmarthr-hero .p-ocsmarthr-btn {
  min-width: 250px;
  padding: 24px 32px;
  font-size: 18px;
  border-radius: 10px;
}

.p-ocsmarthr-hero__visual {
  display: flex;
  justify-content: center;
}

.p-ocsmarthr-hero__figure {
  width: 100%;
  max-width: 674px;
  margin-inline: auto;
}

/* ============================================================
   SECTION 1 : 課題／連携で解決（problem）
   ============================================================ */
.p-ocsmarthr-problem {
  background: #ffffff;
  padding: 88px 24px 96px;
}

.p-ocsmarthr-problem__head {
  gap: 22px;
  margin-bottom: 64px;
}

.p-ocsmarthr-problem__title {
  font-size: 42px;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0.03em;
  text-align: center;
  color: #10243a;
}

.p-ocsmarthr-problem__title-rule {
  width: 64px;
}

.p-ocsmarthr-problem__cols {
  display: grid;
  grid-template-columns: 1fr 96px 1fr;
  align-items: stretch;
}

.p-ocsmarthr-problem__col {
  padding: 36px 40px 44px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.p-ocsmarthr-problem__col--issue {
  background: #ffffff;
  border: 1px solid #dbe5ee;
  border-top: 4px solid #c22820;
}

.p-ocsmarthr-problem__col--solve {
  background: #f3f8fc;
  border: 1px solid #cfe0ee;
  border-top: 4px solid #2d86b2;
}

.p-ocsmarthr-problem__label {
  align-self: flex-start;
  padding: 9px 22px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.14em;
  color: #ffffff;
  white-space: nowrap;
}

.p-ocsmarthr-problem__label--issue {
  background: #c22820;
  letter-spacing: 0.3em;
  padding-left: 26px;
}

.p-ocsmarthr-problem__label--solve {
  background: #2d86b2;
}

.p-ocsmarthr-problem__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.p-ocsmarthr-problem__item {
  font-size: 21px;
  line-height: 1.55;
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.p-ocsmarthr-problem__col--issue .p-ocsmarthr-problem__item {
  color: #1c2c3c;
}

.p-ocsmarthr-problem__col--solve .p-ocsmarthr-problem__item {
  color: #132635;
}

.p-ocsmarthr-problem__mark {
  margin-right: 0.4em;
}

.p-ocsmarthr-problem__col--issue .p-ocsmarthr-problem__mark {
  color: #c22820;
}

.p-ocsmarthr-problem__col--solve .p-ocsmarthr-problem__mark {
  color: #2d86b2;
}

.p-ocsmarthr-problem__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-ocsmarthr-problem__arrow::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 22px solid #2d86b2;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

/* ============================================================
   SECTION 2 : SmartHR連携機能とは（about）
   ============================================================ */
.p-ocsmarthr-about {
  background: #e9f2f7;
  padding: 72px 24px;
}

.p-ocsmarthr-about__head {
  gap: 16px;
  margin-bottom: 56px;
}

.p-ocsmarthr-about__title {
  font-size: 42px;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  color: #10243a;
}

.p-ocsmarthr-about__lead {
  max-width: 860px;
  font-size: 20px;
  line-height: 2;
  text-align: center;
}

.p-ocsmarthr-about__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-bottom: 40px;
}

.p-ocsmarthr-about__col {
  position: relative; /* タブ型ラベルの基準 */
  background: #ffffff;
  border: 1px solid #2d86b2;
  padding: 42px 26px 26px;
}

.p-ocsmarthr-about__col-title {
  position: absolute;
  top: -19px;
  left: 20px;
  padding: 6px 22px;
  background: #2d86b2;
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.p-ocsmarthr-about__col-figure {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-ocsmarthr-about__col-text {
  padding-top: 16px;
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
}

.p-ocsmarthr-about__foot {
  background: #ffffff;
  border-left: 5px solid #c22820;
  padding: 20px 36px;
}

.p-ocsmarthr-about__foot-text {
  font-size: 20px;
  line-height: 2;
  text-align: center;
  font-weight: 600;
}

/* ============================================================
   SECTION 3 : 主な機能（feature）
   カード型：4枚 × 1列／番号なし／カード背景は白
   ============================================================ */
.p-ocsmarthr-feature {
  background: #ffffff;
  padding: 72px 24px;
}

.p-ocsmarthr-feature__head {
  gap: 16px;
  margin-bottom: 48px;
}

.p-ocsmarthr-feature__title {
  font-size: 42px;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  color: #1c1c1a;
}

/* カード並び：4カラム。align-items: stretch でカード高さを揃える */
.p-ocsmarthr-feature__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.p-ocsmarthr-feature__item {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid #dbe5ee;
  border-radius: 12px;
  overflow: hidden;
}

/* 画像エリア：高さ固定 → タイトルの開始位置が全カードで揃う */
.p-ocsmarthr-feature__figure {
  flex: 0 0 auto;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: #f4f3eb;
  border-bottom: 1px solid #f4f3eb;
}

.p-ocsmarthr-feature__figure img {
  width: 100px;
  max-width: 100%;
  max-height: 100%;
  margin-inline: auto;
}

.p-ocsmarthr-feature__body {
  flex: 1 1 auto;
  padding: 20px 20px 26px;
}

/* タイトル：2行分の高さを固定確保（1行の場合は上下中央） */
.p-ocsmarthr-feature__name {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3.2em; /* line-height 1.6 × 2行 */
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  color: #10243a;
}

/* 本文：全カードで同じ高さから始まる */
.p-ocsmarthr-feature__text {
  margin-top: 14px;
  padding-top: 14px;
  font-size: 18px;
  line-height: 1.9;
  text-align: center;
}

/* ============================================================
   SECTION 4 : CTA（contact）
   ============================================================ */
.p-ocsmarthr-contact {
  background: #14456b;
  padding: 68px 24px 76px;
}

.p-ocsmarthr-contact__inner {
  text-align: center;
}

.p-ocsmarthr-contact__eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 26px;
}

.p-ocsmarthr-contact__eyebrow-rule {
  display: block;
  width: 28px;
  height: 1px;
  background: #8fb4cd;
  flex: 0 0 auto;
}

.p-ocsmarthr-contact__eyebrow-text {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.42em;
  color: #cfe0ea;
  white-space: nowrap;
}

.p-ocsmarthr-contact__title {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.5;
  color: #ffffff;
}

.p-ocsmarthr-contact__note {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.9;
  color: #cfe0ea;
}

.p-ocsmarthr-contact__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 36px;
}

.p-ocsmarthr-contact .p-ocsmarthr-btn {
  padding: 15px 28px;
  font-size: 18px;
  border-radius: 10px;
}

.p-ocsmarthr-contact .p-ocsmarthr-btn:focus-visible {
  outline-color: #ffffff;
}

/* ============================================================
   1101px以上：見出しの折り返し禁止
   （1100px以下では横に溢れるため、広い画面に限定して適用）
   ============================================================ */
@media screen and (min-width: 1101px) {
  .p-ocsmarthr-about__title {
    white-space: nowrap;
  }
  .p-ocsmarthr-feature__title {
    white-space: nowrap;
  }
}

/* ============================================================
    タブレット（1100px以下）
   ============================================================ */
@media screen and (max-width: 1100px) {
  /* パンくず・ヒーローの左右余白（同値で縮める） */
  .smarthr-integration_breadcrumb {
    padding: 20px clamp(20px, 4vw, 56px) 10px !important;
  }
  .p-ocsmarthr-hero__inner {
    padding-inline: clamp(20px, 4vw, 56px);
  }

  /* ヒーロー */
  .p-ocsmarthr-hero {
    padding: 36px 0 72px;
  }
  .p-ocsmarthr-hero__inner {
    grid-template-columns: 1fr minmax(300px, 42%);
    gap: 28px;
  }
  .p-ocsmarthr-hero__logo-frame {
    margin-bottom: 26px;
  }
  .p-ocsmarthr-hero__logo-img {
    width: 320px;
  }

  .p-ocsmarthr-hero__title {
    font-size: clamp(30px, 3.6vw, 44px);
  }
  .p-ocsmarthr-hero__actions {
    margin-top: 32px;
  }
  .p-ocsmarthr-hero .p-ocsmarthr-btn {
    min-width: 210px;
    padding: 19px 28px;
    font-size: 17px;
  }

  /* 見出し：折り返し前提のサイズに落とす */
  .p-ocsmarthr-problem__title {
    font-size: 34px;
  }
  .p-ocsmarthr-about__title {
    font-size: 32px;
  }
  .p-ocsmarthr-feature__title {
    font-size: 32px;
  }

  /* 主な機能：4カラム維持のまま各要素を縮める */
  .p-ocsmarthr-feature__list {
    gap: 16px;
  }
  .p-ocsmarthr-feature__figure {
    height: 130px;
    padding: 14px;
  }
  .p-ocsmarthr-feature__figure img {
    width: 84px;
  }
  .p-ocsmarthr-feature__body {
    padding: 18px 14px 22px;
  }
  .p-ocsmarthr-feature__name {
    font-size: 17px;
  }
  .p-ocsmarthr-feature__text {
    font-size: 14px;
    line-height: 1.85;
  }

  /* CTA */
  .p-ocsmarthr-contact__title {
    font-size: 28px;
  }
}

/* ============================================================
   ボタン縦積み（1000px以下）
   ============================================================ */
@media screen and (max-width: 1000px) {
  .p-ocsmarthr-hero__actions,
  .p-ocsmarthr-contact__actions {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 14px;
    width: auto;
  }

  .p-ocsmarthr-hero__actions {
    align-items: flex-start;
  }
  .p-ocsmarthr-contact__actions {
    align-items: center;
  }

  .p-ocsmarthr-hero .p-ocsmarthr-btn,
  .p-ocsmarthr-contact .p-ocsmarthr-btn {
    flex: 0 0 auto;
    width: 100%;
    min-width: 0;
    max-width: 280px;
    padding: 18px 24px;
    font-size: 17px;
  }
}

/* ============================================================
   主な機能：2カラムへ切替（900px以下）
   ============================================================ */
@media screen and (max-width: 900px) {
  .p-ocsmarthr-feature__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
  .p-ocsmarthr-feature__figure {
    height: 150px;
    padding: 16px;
  }
  .p-ocsmarthr-feature__figure img {
    width: 100px;
  }
  .p-ocsmarthr-feature__body {
    padding: 20px 20px 26px;
  }
  .p-ocsmarthr-feature__name {
    font-size: 19px;
  }
  .p-ocsmarthr-feature__text {
    font-size: 15px;
    line-height: 1.9;
  }
}

/* ============================================================
   スマートフォン（768px以下）
   ============================================================ */
@media screen and (max-width: 768px) {
  .p-ocsmarthr {
    font-size: 16px;
  }

  /* ---- パンくず ---- */
  .smarthr-integration_breadcrumb {
    padding: 16px 20px 8px !important;
    font-size: 13px;
    line-height: 1.6;
  }

  /* ---- ヒーロー ---- */
  .p-ocsmarthr-hero {
    padding: 28px 0 56px;
    min-height: 0;
  }
  .p-ocsmarthr-hero__deco {
    opacity: 0.5;
  }
  .p-ocsmarthr-hero__inner {
    padding-inline: 20px;
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .p-ocsmarthr-hero__logo-frame {
    margin-bottom: 20px;
  }
  .p-ocsmarthr-hero__logo-img {
    width: 100%;
    max-width: 300px;
  }
  .p-ocsmarthr-hero__catch {
    gap: 12px;
    margin-bottom: 12px;
  }
  .p-ocsmarthr-hero__eyebrow {
    margin-bottom: 18px;
  }
  .p-ocsmarthr-hero__title {
    font-size: clamp(28px, 8vw, 34px);
  }
  .p-ocsmarthr-hero__figure {
    max-width: clamp(200px, 58vw, 320px);
  }
  .p-ocsmarthr-hero__actions {
    margin-top: 28px;
  }
  .p-ocsmarthr-hero .p-ocsmarthr-btn,
  .p-ocsmarthr-contact .p-ocsmarthr-btn {
    max-width: 280px;
    padding: 16px 22px;
    font-size: 16px;
  }

  /* ---- セクション共通：上下パディングと見出し ---- */
  .p-ocsmarthr-problem,
  .p-ocsmarthr-about,
  .p-ocsmarthr-feature {
    padding: 48px 20px 56px;
  }
  .p-ocsmarthr-problem__head,
  .p-ocsmarthr-about__head,
  .p-ocsmarthr-feature__head {
    gap: 16px;
    margin-bottom: 36px;
  }
  .p-ocsmarthr-problem__title,
  .p-ocsmarthr-about__title,
  .p-ocsmarthr-feature__title {
    font-size: 24px;
  }

  /* ---- SECTION 1 : problem ---- */
  .p-ocsmarthr-problem__cols {
    grid-template-columns: 1fr;
  }
  .p-ocsmarthr-problem__col {
    padding: 24px 20px 28px;
    gap: 20px;
  }
  .p-ocsmarthr-problem__item {
    font-size: 17px;
    line-height: 1.7;
  }
  .p-ocsmarthr-problem__arrow {
    padding: 14px 0;
  }
  .p-ocsmarthr-problem__arrow::before {
    transform: rotate(90deg);
  }

  /* ---- SECTION 2 : about ---- */
  .p-ocsmarthr-about__lead {
    font-size: 16px;
    line-height: 1.9;
    text-align: left;
  }
  .p-ocsmarthr-about__lead br {
    display: none;
  }
  .p-ocsmarthr-about__cols {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .p-ocsmarthr-about__col {
    padding: 36px 18px 20px;
  }
  .p-ocsmarthr-about__col-title {
    top: -16px;
    padding: 5px 18px;
    font-size: 16px;
  }
  .p-ocsmarthr-about__col-text {
    font-size: 16px;
  }
  .p-ocsmarthr-about__foot {
    padding: 18px 20px;
  }
  .p-ocsmarthr-about__foot-text {
    font-size: 17px;
    line-height: 1.8;
    text-align: left;
  }

  /* ---- SECTION 3 : feature（2カラムのまま縮小） ---- */
  .p-ocsmarthr-feature__list {
    gap: 14px;
  }
  .p-ocsmarthr-feature__figure {
    height: 120px;
    padding: 12px;
  }
  .p-ocsmarthr-feature__figure img {
    width: 76px;
  }
  .p-ocsmarthr-feature__body {
    padding: 16px 12px 20px;
  }
  .p-ocsmarthr-feature__name {
    font-size: 16px;
  }
  .p-ocsmarthr-feature__text {
    margin-top: 12px;
    padding-top: 12px;
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
  }

  /* ---- SECTION 4 : contact ---- */
  .p-ocsmarthr-contact {
    padding: 52px 20px 60px;
  }
  .p-ocsmarthr-contact__title {
    font-size: 24px;
  }
}

/* ============================================================
   主な機能：1カラムへ切替（600px以下）
   2カラムだとタイトルが3行以上に折れて高さが揃わないため
   ============================================================ */
@media screen and (max-width: 600px) {
  .p-ocsmarthr-feature__list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .p-ocsmarthr-feature__figure {
    height: 140px;
    padding: 16px;
  }
  .p-ocsmarthr-feature__figure img {
    width: 92px;
  }
  .p-ocsmarthr-feature__body {
    padding: 18px 20px 22px;
  }
  .p-ocsmarthr-feature__name {
    min-height: 0; /* 1カラムでは高さ揃えが不要なので解除 */
    font-size: 18px;
  }
  .p-ocsmarthr-feature__text {
    font-size: 15px;
  }
}