@charset "UTF-8";
#cta-69253f7cff259b9651d95bb1 {
  /* =========================================
     待遇・福利厚生
     LPOne / Tiptap / サイドバー対応版
  ========================================= */
  /* =========================================
     リスト
  ========================================= */
  /* =========================================
     各カード
  ========================================= */
  /* 上部アクセント */
  /* =========================================
     タイトル
  ========================================= */
  /* =========================================
     Tiptap対策
  ========================================= */
  /* =========================================
     番号
  ========================================= */
  /* =========================================
     説明文
  ========================================= */
  /* 強調 */
  /* =========================================
     サイドバー想定
     700px以下は必ず1列
  ========================================= */
}
#cta-69253f7cff259b9651d95bb1 .benefits-block {
  width: 100%;
  max-width: none;
  margin: 0 0 40px;
  padding: 24px 20px 28px;
  box-sizing: border-box;
  background: linear-gradient(180deg, #f5fbfe 0%, #ffffff 100%);
  border-radius: 0 0 16px 16px;
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
  color: #253746;
}
#cta-69253f7cff259b9651d95bb1 .benefits-block__list {
  list-style: none !important;
  width: 100%;
  max-width: none;
  margin: 0 !important;
  padding: 0 !important;
  display: grid;
  /* 幅が取れる時だけ2列 */
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 14px;
}
#cta-69253f7cff259b9651d95bb1 .benefits-block__list > li {
  position: relative;
  min-width: 0;
  margin: 0 !important;
  padding: 20px 18px 18px;
  background: #ffffff;
  border: 1px solid #dcecf4;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(25, 80, 110, 0.05);
  box-sizing: border-box;
  word-break: normal;
  overflow-wrap: break-word;
}
#cta-69253f7cff259b9651d95bb1 .benefits-block__list > li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 16px;
  right: 16px;
  height: 3px;
  border-radius: 0 0 4px 4px;
  background: linear-gradient(90deg, #3e92df, #54cbd7);
}
#cta-69253f7cff259b9651d95bb1 .benefits-block__item-title {
  width: 100%;
  min-width: 0;
  margin: 0;
  font-size: 17px !important;
  font-weight: 700;
  line-height: 1.55;
  color: #203746;
}
#cta-69253f7cff259b9651d95bb1 .benefits-block__item-title > div,
#cta-69253f7cff259b9651d95bb1 .benefits-block__item-title > div > div,
#cta-69253f7cff259b9651d95bb1 .benefits-block__item-title [data-inserted-by=tiptap] {
  width: 100%;
  min-width: 0;
  display: flex;
  align-items: center;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
}
#cta-69253f7cff259b9651d95bb1 .benefits-block__list .num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 36px;
  height: 30px;
  margin-right: 10px;
  padding: 0 8px;
  box-sizing: border-box;
  border-radius: 6px;
  background: linear-gradient(135deg, #e8f6fc, #dff5f8);
  border: 1px solid #c8eaf3;
  color: #078fcb;
  font-size: 13px !important;
  font-weight: 700;
  line-height: 1;
}
#cta-69253f7cff259b9651d95bb1 .benefits-block__list > li > p {
  margin: 10px 0 0;
  padding-left: 46px;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 1.8;
  color: #526470;
  word-break: normal;
  overflow-wrap: break-word;
}
#cta-69253f7cff259b9651d95bb1 .benefits-block__list > li > p strong {
  font-size: inherit !important;
  font-weight: 700;
  color: #203746;
}
@media (max-width: 700px) {
  #cta-69253f7cff259b9651d95bb1 .benefits-block {
    padding: 18px 12px 22px;
  }
  #cta-69253f7cff259b9651d95bb1 .benefits-block__list {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  #cta-69253f7cff259b9651d95bb1 .benefits-block__list > li {
    padding: 16px 14px 15px;
  }
  #cta-69253f7cff259b9651d95bb1 .benefits-block__item-title {
    font-size: 15px !important;
  }
  #cta-69253f7cff259b9651d95bb1 .benefits-block__list .num {
    min-width: 32px;
    height: 27px;
    margin-right: 8px;
    font-size: 12px !important;
  }
  #cta-69253f7cff259b9651d95bb1 .benefits-block__list > li > p {
    margin-top: 8px;
    padding-left: 0;
    font-size: 13px !important;
    line-height: 1.7;
  }
}