@charset "UTF-8";
:root {
  --primary: #ec0505;
  --secondary: #f9c27b;
  --secondary-box: #f7f97b51;
  --accent: #e6f0f7;
  --text-main: #1a1a1a;
  --text-sub: #1a1a1a;
  --border-light: #e0e6eb;
  --bg-light: #f7f9fb;
  --headline2: #245796;
  --blue-circle: #5c9ee7;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
  color: var(--text-main);
  line-height: 1.8;
  background: #fff;
  font-size: 1.15rem;
}

section {
  padding: 80px 20px;
  max-width: 1100px;
  margin: 0 auto;
}

h1,
h2,
h3 {
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

h1 {
  font-size: 38px;
  margin-bottom: 24px;
}

h2 {
  font-size: 30px;
  margin-bottom: 32px;
  position: relative;
  color: var(--headline2);
}
h2::after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  background: var(--secondary);
  margin-top: 12px;
}

h3 {
  font-size: 20px;
  margin-bottom: 12px;
  color: var(--primary);
}

h4 {
  margin-bottom: 48px;
}

p {
  margin-bottom: 18px;
  color: var(--text-sub);
}

li {
  list-style: none;
  position: relative;
}
li::before {
  content: "\f138";
  font: var(--fa-font-solid);
  color: var(--secondary);
  position: absolute;
  left: -1.5em;
  top: 0.5em;
  opacity: 1;
}

.hero {
  padding-top: 120px;
  padding-bottom: 120px;
  background: linear-gradient(180deg, var(--accent), #fff);
}
.hero h1 {
  color: var(--primary);
}
.hero .lead {
  font-size: 18px;
  max-width: 760px;
  margin: 0 auto;
}
.hero .image {
  width: 100%;
  height: 260px;
  background: #d0d5da;
  margin-top: 48px;
  border-radius: 8px;
}

.lead {
  font-size: 18px;
  color: var(--text-sub);
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

@media (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
}

@media (min-width: 992px) {
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}

@media (min-width: 992px) {
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
}

@media (min-width: 992px) {
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
}

@media (min-width: 992px) {
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
}

@media (min-width: 992px) {
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
}

@media (min-width: 992px) {
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
}

@media (min-width: 992px) {
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
}

@media (min-width: 992px) {
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
}

@media (min-width: 992px) {
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
}

@media (min-width: 992px) {
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

.fl-rev {
  flex-direction: row;
}
@media (min-width: 992px) {
  .fl-rev {
    flex-direction: row-reverse;
  }
}

.card {
  border: 1px solid var(--border-light);
  padding: 20px 25px;
  border-radius: 10px;
  background: #fff;
}

.important-card {
  border: 2px solid var(--secondary);
  background: var(--secondary-box);
  margin-top: 32px;
}

.image-box {
  width: 100%;
  min-height: 100px;
  margin-bottom: 20px;
  border-radius: 6px;
  text-align: center;
}
.image-box > img {
  width: 80%;
}

.sec-six-step .step {
  position: relative;
}
.sec-six-step .step > .row > * {
  width: initial;
}
.sec-six-step .step .triangle {
  width: 120px;
  height: 80px;
  margin: 30px;
  background: var(--secondary);
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
@media (max-width: 991px) {
  .sec-six-step .step .triangle {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
}
.sec-six-step .step:nth-of-type(1) .triangle {
  opacity: 0.37;
}
.sec-six-step .step:nth-of-type(2) .triangle {
  opacity: 0.44;
}
.sec-six-step .step:nth-of-type(3) .triangle {
  opacity: 0.51;
}
.sec-six-step .step:nth-of-type(4) .triangle {
  opacity: 0.58;
}
.sec-six-step .step:nth-of-type(5) .triangle {
  opacity: 0.65;
}
.sec-six-step .step:nth-of-type(6) .triangle {
  opacity: 0.72;
}
.sec-six-step .step div {
  background-color: rgba(255, 255, 255, 0.5);
}

.axes_of_judgment .triangle,
.contents_ai .triangle {
  background: var(--secondary);
  opacity: 0.72;
  align-self: center;
  width: 45px;
  height: 80px;
  margin: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media (max-width: 991px) {
  .axes_of_judgment .triangle,
  .contents_ai .triangle {
    width: 80px;
    height: 50px;
    margin: 0 auto;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
  }
}
.axes_of_judgment .grid,
.contents_ai .grid {
  grid-template-columns: 1fr 0.1fr 1fr 0.1fr 1fr;
}
@media (max-width: 991px) {
  .axes_of_judgment .grid,
  .contents_ai .grid {
    grid-template-columns: 1fr;
  }
}

.step {
  margin-bottom: 64px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--border-light);
}
.step:last-child {
  border-bottom: none;
}
.step .step-result {
  display: flex;
  align-items: center;
}
.step .step-result p {
  font-size: 18px;
  color: var(--primary);
  margin-bottom: 0;
  font-weight: bold;
}
.step .step-result::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin: 7px;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 30px solid var(--secondary);
}

.step-number {
  font-size: 13px;
  font-weight: 700;
  color: var(--secondary);
  margin-bottom: 6px;
  letter-spacing: 0.08em;
}

.checklist {
  padding-left: 20px;
}
.checklist li {
  margin-bottom: 10px;
  color: var(--text-sub);
}

footer {
  background: var(--bg-light);
  padding: 56px 20px;
  text-align: center;
  font-size: 14px;
  color: #666;
}

/* ===========================
   リマインダー機能ボックス
=========================== */
.reminder-box {
  padding: 28px 20px;
  background: #eef3f8;
  border-left: 6px solid var(--headline2);
  border-radius: 10px;
  /* スマホ */
}
.reminder-box h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px;
  color: var(--headline2);
  display: flex;
  align-items: center;
  gap: 8px;
}
.reminder-box p {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 8px;
  color: #333;
}
@media screen and (max-width: 768px) {
  .reminder-box {
    padding: 20px;
  }
  .reminder-box h3 {
    font-size: 18px;
  }
  .reminder-box p {
    font-size: 14px;
  }
}

.sla-guide3 {
  /* ===========================
     基本レイアウト
  =========================== */
  /* ===========================
     タイトル
  =========================== */
  /* ===========================
     グリッド構造（PC）
  =========================== */
  /* ===========================
     期限ラベル
  =========================== */
  /*
    .tl-24h {
      color: #d9534f;
      border-color: #d9534f;
    }

    .tl-48h {
      color: #f0ad4e;
      border-color: #f0ad4e;
    }

    .tl-72h {
      color: #f0ad4e;
      border-color: #f0ad4e;
    }

    .tl-5d {
      color: #b59b00;
      border-color: #b59b00;
    }

    .tl-7d {
      color: #b59b00;
      border-color: #b59b00;
    }
  */
  /* ===========================
     アクションカード
  =========================== */
  /* ===========================
     優先度色帯付きカード
  =========================== */
  /* カード上部の帯（疑似要素） */
  /* 色帯 */
  /* 最優先（赤） 
  .priority-high::before {
    background: #d9534f;
  }

  /* 優先（橙） 
  .priority-mid::before {
    background: #f0ad4e;
  }

  /* 中優先（黄） 
  .priority-low::before {
    background: #f7e463;
  }*/
  /* ===========================
     ラベル（帯の下に配置）
  =========================== */
  /*
  .priority-high .priority-label {
    background: #d9534f;
  }

  .priority-mid .priority-label {
    background: #f0ad4e;
  }

  .priority-low .priority-label {
    background: #b59b00;
    color: #fff;
  }*/
  /* ===========================
     PCのみカード高さを揃える
  =========================== */
  /* ===========================
     ホバー効果
  =========================== */
  /* ===========================
     スマホ版（timeline 左・カード右）
  =========================== */
  /* ===========================
     極小端末
  =========================== */
}
.sla-guide3 .sla-guide {
  background: #f8f9fb;
  padding: 80px 0;
  font-family: "Helvetica", "Arial", sans-serif;
  color: #333;
}
.sla-guide3 .sla-guide .container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}
.sla-guide3 p {
  font-size: 18pt;
}
.sla-guide3 .section-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
  text-align: left;
  color: var(--headline2);
}
.sla-guide3 .section-lead {
  line-height: 1.5;
  font-size: 30px;
  font-weight: normal;
  color: var(--text-sub);
  text-align: left;
  margin-bottom: 40px;
}
.sla-guide3 .section-lead .redbold {
  font-size: 30px;
  font-weight: bold;
  color: #d9534f;
}
.sla-guide3 .sla-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.sla-guide3 .deadline {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 12px;
  border-radius: 8px;
  margin-bottom: 16px;
  background: #ffffff;
  border: 1px solid #e2e6ea;
}
.sla-guide3 .sla-card {
  background: #fff;
  border: 1px solid #e2e6ea;
  border-radius: 10px;
  padding: 20px;
  transition: box-shadow 0.2s ease;
}
.sla-guide3 .sla-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.sla-guide3 .sla-card h4 {
  font-size: 18px;
  margin-bottom: 12px;
  color: var(--headline2);
}
.sla-guide3 .sla-card ul {
  margin: 0;
  padding-left: 20px;
}
.sla-guide3 .sla-card li {
  margin-bottom: 6px;
  line-height: 1.6;
}
.sla-guide3 .sla-col {
  padding: 10px;
  border-radius: 10px;
}
.sla-guide3 .sla-col:has(.priority-high) {
  background-color: #d9534f;
}
.sla-guide3 .sla-col:has(.priority-mid) {
  background-color: #f0ad4e;
}
.sla-guide3 .sla-col:has(.priority-low) {
  background-color: #f7e463;
}
.sla-guide3 .sla-card {
  position: relative;
  background: #fff;
  border: 1px solid #e2e6ea;
  border-radius: 10px;
  padding: 20px;
  overflow: hidden;
  transition: box-shadow 0.2s ease;
}
.sla-guide3 .sla-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 8px;
  width: 100%;
}
.sla-guide3 .priority-label-box {
  display: flex;
  justify-content: center;
}
.sla-guide3 .priority-label-box .priority-label {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 12px;
  padding: 4px 10px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 4px;
  color: #fff;
  background: #d9534f;
}
.sla-guide3 .priority-label-box :not(.priority-label) {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 12px;
  padding: 4px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 4px;
  color: var(--text-sub);
}
@media screen and (min-width: 769px) {
  .sla-guide3 {
    /* 各カラムを縦方向のフレックスに */
    /* カードを残りの高さいっぱいに */
    /* グリッド全体で高さを揃える */
  }
  .sla-guide3 .sla-col {
    display: flex;
    flex-direction: column;
  }
  .sla-guide3 .sla-card {
    flex: 1;
    height: 100%;
  }
  .sla-guide3 .sla-grid {
    align-items: stretch;
  }
}
.sla-guide3 .sla-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 768px) {
  .sla-guide3 {
    /* 期限ラベルを左側に固定サイズで */
    /* カードは右に */
    /* ラベル効果 */
  }
  .sla-guide3 .sla-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .sla-guide3 .sla-col {
    display: flex;
    gap: 12px;
    align-items: flex-start;
  }
  .sla-guide3 .deadline {
    min-width: 110px;
    font-size: 14px;
    padding: 10px;
    margin-bottom: 0;
    text-align: center;
  }
  .sla-guide3 .sla-card {
    flex: 1;
    margin-left: 0;
    padding: 16px;
  }
  .sla-guide3 .sla-card h4 {
    font-size: 16px;
  }
  .sla-guide3 .sla-card li {
    font-size: 14px;
  }
  .sla-guide3 .sla-card {
    padding: 16px;
  }
  .sla-guide3 .priority-label {
    margin-top: 6px;
    margin-bottom: 10px;
    font-size: 11px;
  }
  .sla-guide3 .sla-card h4 {
    font-size: 16px;
  }
  .sla-guide3 .sla-card li {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .sla-guide3 .deadline {
    min-width: 90px;
    font-size: 12px;
  }
  .sla-guide3 .sla-card {
    padding: 14px;
  }
  .sla-guide3 .priority-label {
    font-size: 10px;
    padding: 3px 8px;
  }
}

.pagetop {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: rgba(1, 1, 1, 0.6);
  text-decoration: none;
  width: 3rem;
  height: 3rem;
  background-color: rgba(1, 1, 1, 0.15);
  border-radius: 100%;
  cursor: pointer;
}

.hero {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 40px;
  display: flex;
  gap: 40px;
  /* 見出し全体 */
  /* サブコピー（“読む資料”ではない〜） */
  /* 箇条書き全体 */
  /* アンダーライン（画像に近い太さ・少し下） */
  /* 小さい助詞用 */
}
.hero h1 {
  font-size: 36px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.hero h1 {
  font-size: 36px;
  line-height: 1.45;
  margin-bottom: 20px;
  color: #1f3b63;
  /* 濃い青（ベース） */
  font-weight: 700;
  /* 赤文字強調部分 */
}
.hero h1 .em {
  font-size: 1.15em;
  /* 文字サイズを部分的に拡大 */
  position: relative;
  padding-bottom: 2px;
}
.hero .em {
  color: #d93025;
  font-weight: bold;
}
.hero .lead {
  font-size: 1.3rem;
  /* 本文より少し大きい */
  font-weight: 700;
  /* 見出し未満・本文以上 */
  color: #1f3b63;
  /* 見出しと同系統の青 */
  line-height: 1.6;
  margin-bottom: 24px;
  /* サブコピー区切り線 */
  position: relative;
  padding: 20px 0;
  /* 線との間隔 */
  border-top: 1px solid #e3e7ee;
  /* 薄い上線 */
  border-bottom: 1px solid #e3e7ee;
  /* 薄い下線 */
}
.hero .points {
  list-style: none;
  /* デフォルトの黒丸を消す */
  padding-left: 0;
  margin-bottom: 30px;
  /* 各行 */
}
.hero .points li {
  position: relative;
  padding-left: 20px;
  /* 黄色丸分の余白 */
  margin-bottom: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
  color: #333;
  /* 黄色い丸 */
}
.hero .points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  /* 文字の中央に合わせる */
  width: 8px;
  height: 8px;
  background: #f5b400;
  /* 画像に近い黄色 */
  border-radius: 50%;
}
.hero .cta {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 15px;
  max-width: 360px;
}
.hero .cta .btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 14px 16px;
  text-decoration: none;
  border-radius: 4px;
}
.hero .cta .btn::after {
  content: "＞";
  font-size: 14px;
  opacity: 0.85;
}
.hero .cta .btn.primary {
  background: #d93025;
  color: #fff;
  font-weight: 700;
  border-radius: 4px;
  box-shadow: 0 4px 0 #b2281f;
  /* 下に影＝押せる感 */
  transition: all 0.15s ease;
}
.hero .cta .btn.primary:hover {
  transform: translateY(2px);
  box-shadow: 0 2px 0 #b2281f;
}
.hero .cta .btn.secondary {
  background: #2f3e4e;
  /* 青みのあるダークグレー */
  color: #fff;
  font-weight: 600;
  border-radius: 4px;
  box-shadow: 0 4px 0 #24303c;
  /* 下に影＝押せる感 */
  transition: all 0.15s ease;
}
.hero .cta .btn.secondary:hover {
  transform: translateY(2px);
  box-shadow: 0 2px 0 #24303c;
}
.hero .note {
  font-size: 1.2rem;
  font-weight: bold;
  color: #555;
  margin-top: 30px;
}
.hero .underline_y {
  background: linear-gradient(transparent 70%, #fed375 90%);
}
.hero .underline_g {
  background: linear-gradient(transparent 70%, #b7b7b7 90%);
}
.hero .small {
  font-size: 0.75em;
  font-weight: 700;
  vertical-align: baseline;
}
.hero .row {
  align-items: flex-end;
}
.hero .image-box > img {
  width: 100%;
}

.lp-toc {
  border: 2px solid #2589d0;
  border-radius: 3px;
  max-width: 1000px;
  margin: auto auto 30px auto;
  width: 90%;
}
.lp-toc .chbox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 10px 0;
  background-color: #2589d0;
  color: #fff;
  font-weight: 600;
  font-size: 1.1rem;
}
.lp-toc .chbox::before {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8 4H21V6H8V4ZM3 3.5H6V6.5H3V3.5ZM3 10.5H6V13.5H3V10.5ZM3 17.5H6V20.5H3V17.5ZM8 11H21V13H8V11ZM8 18H21V20H8V18Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
  content: "";
}
.lp-toc label::after {
  margin-left: 7px;
  font-weight: 500;
  font-size: 0.7rem;
  color: #fff;
  content: "[開く]";
  cursor: pointer;
}
.lp-toc:has(:checked) label::after {
  content: "[閉じる]";
}
.lp-toc input {
  display: none;
}
.lp-toc > ol {
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  height: 0;
  counter-reset: number;
  /*数字をリセット*/
  list-style-type: none !important;
  /*数字を一旦消す*/
  padding: 0.5em;
  background: #f5faff;
}
.lp-toc > ol li {
  display: flex;
  align-items: center;
  font-weight: 600;
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
}
.lp-toc > ol li::before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display: inline-block;
  background: var(--blue-circle);
  color: white;
  font-family: "Avenir", "Arial Black", "Arial", sans-serif;
  font-weight: bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  transform: translateY(-50%);
}
.lp-toc > ol li::after {
  content: "＞";
  color: var(--blue-circle);
  margin-left: 0.7em;
  transition: 0.3s;
}
.lp-toc > ol li:has(a:hover)::after {
  transform: translateX(5px);
}
.lp-toc > ol li a {
  color: #333;
  text-decoration: none;
}
.lp-toc:has(:checked) > ol {
  height: auto;
  padding: 1em 1em 1em 3em;
}/*# sourceMappingURL=style.css.map */