@charset "UTF-8";
#cta-6a3e21018111482299f83acf {
  /* ---------------------------------------------
    blog/factory-work-not-recommended point
    作成日：2026-07-14
    作成者：白波瀬結花
  --------------------------------------------- */
  /* 一覧 */
  /* カード */
  /* 番号 */
  /* タイトル */
  /* 本文 */
  /* 注釈 */
  /* スマホ */
  /* =========================
     表
  ========================= */
  /* すべてのセル */
  /* LPOneでは1行目がヘッダー */
  /* ヘッダー左列 */
  /* ヘッダー右端 */
  /* 2行目以降の左列 */
  /* 2行目以降の右列 */
  /* 偶数行 */
  /* 右端の縦線を削除 */
  /* 最終行の下線を削除 */
  /* LPOneが自動挿入するpタグ */
  /* 以前の丸印を削除 */
  /* ホバー */
  /* スマートフォン */
}
#cta-6a3e21018111482299f83acf .mtm-factory-reasons {
  max-width: 1000px;
  margin: 60px auto;
  font-family: "Noto Sans JP", "Yu Gothic", sans-serif;
}
#cta-6a3e21018111482299f83acf .mtm-factory-reasons__title {
  position: relative;
  margin-bottom: 30px;
  padding: 15px 20px 15px 28px;
  border-bottom: 2px solid #2f9ad6;
  font-size: 34px;
  font-weight: 700;
  color: #156eb8;
  line-height: 1.5;
}
#cta-6a3e21018111482299f83acf .mtm-factory-reasons__title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  border-radius: 6px;
  background: #2f9ad6;
}
#cta-6a3e21018111482299f83acf .mtm-factory-reasons__list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
#cta-6a3e21018111482299f83acf .mtm-factory-reason {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 22px;
  padding: 24px;
  background: #f5fafe;
  border: 1px solid #d8eaf5;
  border-left: 6px solid #2f9ad6;
  border-radius: 10px;
  transition: 0.25s;
}
#cta-6a3e21018111482299f83acf .mtm-factory-reason:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}
#cta-6a3e21018111482299f83acf .mtm-factory-reason__number {
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #53b5e3, #1976c9);
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  box-shadow: 0 5px 15px rgba(25, 118, 201, 0.25);
}
#cta-6a3e21018111482299f83acf .mtm-factory-reason__content h3 {
  margin: 0 0 12px;
  color: #1976c9;
  font-size: 24px;
  font-weight: 700;
}
#cta-6a3e21018111482299f83acf .mtm-factory-reason__content p {
  margin: 0;
  font-size: 16px;
  line-height: 2;
  color: #333;
}
#cta-6a3e21018111482299f83acf .mtm-factory-reasons__note {
  margin-top: 18px;
  font-size: 13px;
  color: #777;
  text-align: right;
}
@media (max-width: 768px) {
  #cta-6a3e21018111482299f83acf .mtm-factory-reasons__title {
    font-size: 26px;
  }
  #cta-6a3e21018111482299f83acf .mtm-factory-reason {
    grid-template-columns: 55px 1fr;
    gap: 15px;
    padding: 18px;
  }
  #cta-6a3e21018111482299f83acf .mtm-factory-reason__number {
    width: 50px;
    height: 50px;
    font-size: 18px;
  }
  #cta-6a3e21018111482299f83acf .mtm-factory-reason__content h3 {
    font-size: 20px;
  }
  #cta-6a3e21018111482299f83acf .mtm-factory-reason__content p {
    font-size: 15px;
    line-height: 1.9;
  }
}
#cta-6a3e21018111482299f83acf .mtm-job-table-wrap {
  width: 100% !important;
  margin: 32px 0 !important;
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch !important;
}
#cta-6a3e21018111482299f83acf .mtm-job-table-wrap,
#cta-6a3e21018111482299f83acf .mtm-job-table-wrap * {
  box-sizing: border-box !important;
}
#cta-6a3e21018111482299f83acf .mtm-job-table {
  width: 100% !important;
  min-width: 520px !important;
  margin: 0 !important;
  border: 1px solid #d7e8f2 !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  background: #ffffff !important;
  box-shadow: 0 5px 16px rgba(18, 111, 175, 0.1) !important;
  font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
}
#cta-6a3e21018111482299f83acf .mtm-job-table tbody th,
#cta-6a3e21018111482299f83acf .mtm-job-table tbody td {
  height: auto !important;
  padding: 15px 18px !important;
  border: 0 !important;
  border-right: 1px solid #dceaf2 !important;
  border-bottom: 1px solid #dceaf2 !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
  text-align: left !important;
  vertical-align: middle !important;
}
#cta-6a3e21018111482299f83acf .mtm-job-table tbody tr:first-child th {
  padding: 16px 18px !important;
  background: #126faf !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  text-align: left !important;
  border-bottom: 0 !important;
  border-right: 1px solid rgba(255, 255, 255, 0.3) !important;
}
#cta-6a3e21018111482299f83acf .mtm-job-table tbody tr:first-child th:first-child {
  width: 30% !important;
}
#cta-6a3e21018111482299f83acf .mtm-job-table tbody tr:first-child th:last-child {
  border-right: 0 !important;
}
#cta-6a3e21018111482299f83acf .mtm-job-table tbody tr:not(:first-child) th {
  width: 30% !important;
  background: #eef7fc !important;
  color: #126faf !important;
  font-weight: 700 !important;
}
#cta-6a3e21018111482299f83acf .mtm-job-table tbody tr:not(:first-child) td {
  background: #ffffff !important;
  color: #222222 !important;
  font-weight: 500 !important;
}
#cta-6a3e21018111482299f83acf .mtm-job-table tbody tr:nth-child(even):not(:first-child) th {
  background: #e8f4fa !important;
}
#cta-6a3e21018111482299f83acf .mtm-job-table tbody tr:nth-child(even):not(:first-child) td {
  background: #f8fbfd !important;
}
#cta-6a3e21018111482299f83acf .mtm-job-table tbody th:last-child,
#cta-6a3e21018111482299f83acf .mtm-job-table tbody td:last-child {
  border-right: 0 !important;
}
#cta-6a3e21018111482299f83acf .mtm-job-table tbody tr:last-child th,
#cta-6a3e21018111482299f83acf .mtm-job-table tbody tr:last-child td {
  border-bottom: 0 !important;
}
#cta-6a3e21018111482299f83acf .mtm-job-table th p,
#cta-6a3e21018111482299f83acf .mtm-job-table td p {
  margin: 0 !important;
  padding: 0 !important;
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}
#cta-6a3e21018111482299f83acf .mtm-job-table th::before,
#cta-6a3e21018111482299f83acf .mtm-job-table th::after {
  display: none !important;
  content: none !important;
}
@media (hover: hover) {
  #cta-6a3e21018111482299f83acf .mtm-job-table tbody tr:not(:first-child):hover th {
    background: #dff0f9 !important;
  }
  #cta-6a3e21018111482299f83acf .mtm-job-table tbody tr:not(:first-child):hover td {
    background: #f1f8fc !important;
  }
}
@media screen and (max-width: 767px) {
  #cta-6a3e21018111482299f83acf .mtm-job-table-wrap {
    margin: 24px 0 !important;
  }
  #cta-6a3e21018111482299f83acf .mtm-job-table {
    min-width: 480px !important;
    border-radius: 8px !important;
  }
  #cta-6a3e21018111482299f83acf .mtm-job-table tbody th,
#cta-6a3e21018111482299f83acf .mtm-job-table tbody td {
    padding: 13px 14px !important;
    font-size: 14px !important;
  }
  #cta-6a3e21018111482299f83acf .mtm-job-table tbody tr:first-child th:first-child,
#cta-6a3e21018111482299f83acf .mtm-job-table tbody tr:not(:first-child) th {
    width: 34% !important;
  }
}