@charset "UTF-8";
body .ct_hero {
  position: relative;
  padding: 132px 0 72px;
  overflow: hidden;
  background: linear-gradient(160deg, #052e1a 0%, #14532d 60%, #16a34a 130%);
  color: #fff;
}
body .ct_hero_bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
body .ct_hero_bg::before {
  content: "";
  position: absolute;
  inset: -25%;
  background: radial-gradient(38% 48% at 28% 30%, rgba(34, 197, 94, 0.34), transparent 70%), radial-gradient(44% 54% at 76% 64%, rgba(16, 163, 74, 0.28), transparent 72%);
  -webkit-filter: blur(26px);
  filter: blur(26px);
  will-change: transform;
  -webkit-animation: heroAurora 16s ease-in-out infinite alternate;
  animation: heroAurora 16s ease-in-out infinite alternate;
}
@-webkit-keyframes heroAurora {
  from {
    -webkit-transform: translate3d(-3%, -2%, 0) scale(1.05);
    transform: translate3d(-3%, -2%, 0) scale(1.05);
  }
  to {
    -webkit-transform: translate3d(3%, 2%, 0) scale(1.14);
    transform: translate3d(3%, 2%, 0) scale(1.14);
  }
}
@keyframes heroAurora {
  from {
    -webkit-transform: translate3d(-3%, -2%, 0) scale(1.05);
    transform: translate3d(-3%, -2%, 0) scale(1.05);
  }
  to {
    -webkit-transform: translate3d(3%, 2%, 0) scale(1.14);
    transform: translate3d(3%, 2%, 0) scale(1.14);
  }
}
body .ct_hero_video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
  -webkit-transition: opacity 1.2s ease;
  transition: opacity 1.2s ease;
  will-change: opacity;
}
body .ct_hero_video.is_playing {
  opacity: 0.22;
}
body .ct_hero_veil {
  position: absolute;
  inset: 0;
  background: radial-gradient(120% 80% at 70% 0%, rgba(34, 197, 94, 0.25), transparent 60%), -webkit-gradient(linear, left top, left bottom, from(rgba(5, 46, 26, 0.35)), to(rgba(5, 46, 26, 0.65)));
  background: radial-gradient(120% 80% at 70% 0%, rgba(34, 197, 94, 0.25), transparent 60%), linear-gradient(180deg, rgba(5, 46, 26, 0.35), rgba(5, 46, 26, 0.65));
}
body .ct_hero_inner {
  position: relative;
  z-index: 1;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.05fr 48px 0.95fr;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
body .ct_hero_eyebrow {
  -webkit-animation: heroRise 0.95s cubic-bezier(0.19, 1, 0.22, 1) both 0.35s;
  animation: heroRise 0.95s cubic-bezier(0.19, 1, 0.22, 1) both 0.35s;
}
body .ct_hero_brand {
  -webkit-animation: heroRise 0.95s cubic-bezier(0.19, 1, 0.22, 1) both 0.45s;
  animation: heroRise 0.95s cubic-bezier(0.19, 1, 0.22, 1) both 0.45s;
}
body .ct_hero_badges {
  -webkit-animation: heroRise 0.95s cubic-bezier(0.19, 1, 0.22, 1) both 0.56s;
  animation: heroRise 0.95s cubic-bezier(0.19, 1, 0.22, 1) both 0.56s;
}
body .ct_hero_heading .ln {
  -webkit-animation: heroLineIn 1.05s cubic-bezier(0.19, 1, 0.22, 1) both;
  animation: heroLineIn 1.05s cubic-bezier(0.19, 1, 0.22, 1) both;
}
body .ct_hero_heading .ln:nth-child(1) {
  -webkit-animation-delay: 0.68s;
  animation-delay: 0.68s;
}
body .ct_hero_heading .ln:nth-child(2) {
  -webkit-animation-delay: 0.84s;
  animation-delay: 0.84s;
}
body .ct_hero_heading .ln:nth-child(3) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
body .ct_hero_lead {
  -webkit-animation: heroRise 0.95s cubic-bezier(0.19, 1, 0.22, 1) both 1.12s;
  animation: heroRise 0.95s cubic-bezier(0.19, 1, 0.22, 1) both 1.12s;
}
body .ct_hero_actions {
  -webkit-animation: heroRise 0.95s cubic-bezier(0.19, 1, 0.22, 1) both 1.5s;
  animation: heroRise 0.95s cubic-bezier(0.19, 1, 0.22, 1) both 1.5s;
}
body .ct_hero_feats li {
  -webkit-animation: heroRise 0.95s cubic-bezier(0.19, 1, 0.22, 1) both;
  animation: heroRise 0.95s cubic-bezier(0.19, 1, 0.22, 1) both;
}
body .ct_hero_feats li:nth-child(1) {
  -webkit-animation-delay: 1.15s;
  animation-delay: 1.15s;
}
body .ct_hero_feats li:nth-child(2) {
  -webkit-animation-delay: 1.27s;
  animation-delay: 1.27s;
}
body .ct_hero_feats li:nth-child(3) {
  -webkit-animation-delay: 1.39s;
  animation-delay: 1.39s;
}
body .ct_hero_visual {
  -webkit-animation: heroVisualIn 1.2s cubic-bezier(0.19, 1, 0.22, 1) both 0.32s;
  animation: heroVisualIn 1.2s cubic-bezier(0.19, 1, 0.22, 1) both 0.32s;
}
@-webkit-keyframes heroRise {
  from {
    opacity: 0;
    -webkit-transform: translateY(28px);
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes heroRise {
  from {
    opacity: 0;
    -webkit-transform: translateY(28px);
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes heroLineIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(44px);
    transform: translateY(44px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes heroLineIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(44px);
    transform: translateY(44px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes heroVisualIn {
  from {
    -webkit-transform: translateY(40px) scale(0.94);
    transform: translateY(40px) scale(0.94);
  }
  to {
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
}
@keyframes heroVisualIn {
  from {
    -webkit-transform: translateY(40px) scale(0.94);
    transform: translateY(40px) scale(0.94);
  }
  to {
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
}
body .ct_hero_eyebrow {
  font-family: "Plus Jakarta Sans", "Jakarta Fallback", "Zen Kaku Gothic New", "ZenKaku Fallback", system-ui, sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.14em;
  color: #4ade80;
  margin-bottom: 14px;
}
body .ct_hero_brand {
  margin-bottom: 22px;
}
body .ct_hero_brand_name {
  display: block;
  font-family: "Plus Jakarta Sans", "Jakarta Fallback", "Zen Kaku Gothic New", "ZenKaku Fallback", system-ui, sans-serif;
  font-weight: 800;
  font-size: clamp(42px, 4.8vw, 58px);
  line-height: 1.05;
  letter-spacing: 0.005em;
  color: #fff;
}
body .ct_hero_brand_tag {
  display: block;
  margin-top: 10px;
  font-weight: 700;
  font-size: clamp(15px, 1.5vw, 19px);
  letter-spacing: 0.04em;
  color: #4ade80;
}
body .ct_hero_badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}
body .ct_hero_badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 16px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
}
body .ct_hero_badge_txt {
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.45;
  color: #eafff2;
}
body .ct_hero_badge_txt strong {
  font-family: "Plus Jakarta Sans", "Jakarta Fallback", "Zen Kaku Gothic New", "ZenKaku Fallback", system-ui, sans-serif;
  font-weight: 800;
  font-size: 17px;
  line-height: 1;
  vertical-align: -1px;
  color: #4ade80;
  margin-left: 3px;
}
body .ct_hero_badge_ic {
  display: flex;
  flex: none;
  color: #4ade80;
}
body .ct_hero_badge_ic svg {
  display: block;
}
body .ct_hero_heading {
  font-weight: 900;
  font-size: clamp(20px, 4vw, 44px);
  line-height: 1.22;
  letter-spacing: 0.01em;
  margin-bottom: 18px;
}
body .ct_hero_heading .ln {
  display: block;
}
body .ct_hero_lead {
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.9;
  color: #cdeed9;
}
body .ct_hero_actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 18px;
}
body .ct_hero_actions .ct_btn {
  flex: 1 1 0;
}
body .ct_hero_feats {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px 14px;
  margin-top: 34px;
}
body .ct_hero_feat {
  display: flex;
  min-width: 0;
}
body .ct_hero_feat_btn {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  margin: 0;
  padding: 3px 2px 8px;
  background: none;
  border: 0;
  border-bottom: 2px solid transparent;
  font: inherit;
  color: inherit;
  cursor: pointer;
  opacity: 0.55;
  transition: opacity 0.3s ease, border-color 0.3s ease;
}
body .ct_hero_feat_btn:hover, body .ct_hero_feat_btn:focus-visible {
  opacity: 0.85;
}
body .ct_hero_feat_btn.is_active {
  opacity: 1;
  border-bottom-color: #4ade80;
}
body .ct_hero_feat_btn.is_active .ct_hero_feat_ic {
  background: #16a34a;
  color: #fff;
  -webkit-box-shadow: 0 0 16px rgba(74, 222, 128, 0.55);
  box-shadow: 0 0 16px rgba(74, 222, 128, 0.55);
}
body .ct_hero_feat_btn.is_active .ct_hero_feat_txt strong {
  color: #fff;
  text-shadow: 0 0 12px rgba(74, 222, 128, 0.45);
}
body .ct_hero_feat_ic {
  flex: none;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  background: rgba(74, 222, 128, 0.16);
  color: #4ade80;
}
body .ct_hero_feat_ic svg {
  display: block;
  width: 13px;
  height: 13px;
}
body .ct_hero_feat_txt {
  line-height: 1.4;
  white-space: nowrap;
}
body .ct_hero_feat_txt strong {
  font-size: 11.5px;
  font-weight: 700;
  color: #d9f5e4;
}
/* スマホ：機能動画モーダル（デスクトップでは未使用・JSがモバイル時のみ起動） */
body .ct_hero_vmodal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(5, 20, 12, 0.82);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.28s ease, visibility 0.28s ease;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
body .ct_hero_vmodal.is_open {
  opacity: 1;
  visibility: visible;
}
body .ct_hero_vmodal_inner {
  position: relative;
  width: 100%;
  max-width: 560px;
  background: #0c1a12;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  overflow: hidden;
  -webkit-box-shadow: 0 30px 70px rgba(0, 0, 0, 0.55);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.55);
  -webkit-transform: translateY(12px) scale(0.98);
  transform: translateY(12px) scale(0.98);
  transition: -webkit-transform 0.28s ease;
  transition: transform 0.28s ease;
  transition: transform 0.28s ease, -webkit-transform 0.28s ease;
}
body .ct_hero_vmodal.is_open .ct_hero_vmodal_inner {
  -webkit-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
}
body .ct_hero_vmodal_head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
body .ct_hero_vmodal_ic {
  flex: none;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #16a34a;
  color: #fff;
}
body .ct_hero_vmodal_ic svg {
  display: block;
  width: 18px;
  height: 18px;
}
body .ct_hero_vmodal_ttl {
  font-size: 14px;
  font-weight: 800;
  color: #fff;
}
body .ct_hero_vmodal_close {
  margin-left: auto;
  flex: none;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: #cdeed9;
  cursor: pointer;
}
body .ct_hero_vmodal_frame {
  position: relative;
  aspect-ratio: 2.2222222222;
  background: #071109;
}
body .ct_hero_vmodal_vid {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
body .ct_hero_visual {
  position: relative;
}
body .ct_hero_glow {
  position: absolute;
  inset: -10% -8% -14% -8%;
  background: radial-gradient(58% 58% at 62% 36%, rgba(34, 197, 94, 0.5), transparent 70%);
  -webkit-filter: blur(22px);
  filter: blur(22px);
  z-index: 0;
  pointer-events: none;
}
body .ct_hero_shot {
  position: relative;
  z-index: 1;
  margin: 0;
}
body .ct_hero_browser {
  display: block;
  border-radius: 14px;
  overflow: hidden;
  background: #0c1a12;
  border: 1px solid rgba(255, 255, 255, 0.14);
  -webkit-box-shadow: 0 40px 80px rgba(0, 0, 0, 0.5), 0 8px 24px rgba(0, 0, 0, 0.35);
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.5), 0 8px 24px rgba(0, 0, 0, 0.35);
}
body .ct_hero_browser_bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
  height: 38px;
  padding: 0 16px;
  background: -webkit-gradient(linear, left top, left bottom, from(#14241a), to(#0e1c14));
  background: linear-gradient(180deg, #14241a, #0e1c14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
body .ct_hero_dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #2f4a3a;
}
body .ct_hero_dot:nth-child(1) {
  background: #ef6a5e;
}
body .ct_hero_dot:nth-child(2) {
  background: #f5bd4f;
}
body .ct_hero_dot:nth-child(3) {
  background: #5bc466;
}
/* ブラウザ枠のラベル：管理画面URLは出さず、再生中の機能名＋そのアイコンを表示（JSが差し替え）。
   切替時は旧ラベルが上へ抜け、新ラベルが下から入る（JS が is_out → is_in を付け替え） */
body .ct_hero_screen_label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 12px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  max-width: 340px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #d9f5e4;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 999px;
  padding: 5px 16px;
  overflow: hidden;
}
body .ct_hero_screen_label_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
  min-width: 0;
}
body .ct_hero_screen_label_ic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  color: #4ade80;
  -webkit-filter: drop-shadow(0 0 6px rgba(74, 222, 128, 0.6));
  filter: drop-shadow(0 0 6px rgba(74, 222, 128, 0.6));
}
body .ct_hero_screen_label_ic svg {
  display: block;
  width: 14px;
  height: 14px;
}
body .ct_hero_screen_label_txt {
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@-webkit-keyframes ct_hero_label_out {
  from {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes ct_hero_label_out {
  from {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes ct_hero_label_in {
  from {
    opacity: 0;
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes ct_hero_label_in {
  from {
    opacity: 0;
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
body .ct_hero_screen_label.is_out .ct_hero_screen_label_inner {
  -webkit-animation: ct_hero_label_out 0.24s ease-in both;
  animation: ct_hero_label_out 0.24s ease-in both;
}
body .ct_hero_screen_label.is_in .ct_hero_screen_label_inner {
  -webkit-animation: ct_hero_label_in 0.34s cubic-bezier(0.19, 1, 0.22, 1) both;
  animation: ct_hero_label_in 0.34s cubic-bezier(0.19, 1, 0.22, 1) both;
}
body .ct_hero_browser img {
  display: block;
  width: 100%;
  height: auto;
}
body .ct_hero_screen {
  position: relative;
  aspect-ratio: 2.2222222222;
  overflow: hidden;
  background: #0c1a12;
}
body .ct_hero_screen_img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}
body .ct_hero_screen_video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.55s ease;
}
body .ct_hero_screen_video.is_showing {
  opacity: 1;
}
body .ct_hero_float {
  position: absolute;
  z-index: 2;
  opacity: 0;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 14px;
  -webkit-box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
  padding: 14px 16px;
}
body .ct_hero_float_ai {
  top: -26px;
  left: -28px;
}
body .ct_hero_float_ey {
  display: block;
  font-family: "Plus Jakarta Sans", "Jakarta Fallback", "Zen Kaku Gothic New", "ZenKaku Fallback", system-ui, sans-serif;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.02em;
  color: #052e1a;
  margin-bottom: 8px;
}
body .ct_hero_float_chips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
body .ct_hero_float_chips i {
  font-style: normal;
  font-size: 11px;
  font-weight: 700;
  color: #16a34a;
  background: #ecfdf5;
  border: 1px solid rgba(22, 163, 74, 0.25);
  border-radius: 6px;
  padding: 4px 8px;
}
body .ct_hero_float_logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 13px;
}
body .ct_hero_float_logos img {
  height: 15px;
  width: auto;
  display: block;
}
@-webkit-keyframes ct_hero_floaty {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-9px);
    transform: translateY(-9px);
  }
}
@keyframes ct_hero_floaty {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-9px);
    transform: translateY(-9px);
  }
}
@-webkit-keyframes ct_hero_floatin {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes ct_hero_floatin {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body .ct_hero_float_ai {
  -webkit-animation: ct_hero_floaty 5s ease-in-out infinite;
  animation: ct_hero_floaty 5s ease-in-out infinite;
  transition: opacity 0.6s ease;
  pointer-events: none;
}
body .ct_hero_float_ai.is_showing {
  opacity: 1;
}
/* ---- ct_for（ターゲット明示バンド） ---- */
body .ct_for {
  padding: 22px 0;
  background: #fff;
  border-bottom: 1px solid #d8e8de;
}
body .ct_for_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 20px;
}
body .ct_for_label {
  font-size: 12px;
  font-weight: 700;
  color: #9bb3a4;
  letter-spacing: 0.08em;
  white-space: nowrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
body .ct_for_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
body .ct_for_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  background: #f1faf4;
  border: 1px solid #d8e8de;
  border-radius: 100px;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 600;
  color: #14271d;
}
body .ct_for_item::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #16a34a;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 640px) {
  body .ct_for_label {
    width: 100%;
  }
}
body .ct_problem {
  padding: 84px 0;
  background: #f1faf4;
}
body .ct_problem .ct_sec_heading em {
  color: #d97757;
}
body .ct_problem_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 18px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
body .ct_problem_card {
  position: relative;
  background: #fff;
  border: 1px solid #d8e8de;
  border-radius: 12px;
  padding: 26px 26px 26px 76px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.7;
  color: #14271d;
  -webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
}
body .ct_problem_card:hover {
  -webkit-box-shadow: 0 10px 26px rgba(5, 46, 26, 0.08);
  box-shadow: 0 10px 26px rgba(5, 46, 26, 0.08);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  border-color: #c2e6d0;
}
body .ct_problem_no {
  position: absolute;
  left: 22px;
  top: 22px;
  font-family: "Plus Jakarta Sans", "Jakarta Fallback", "Zen Kaku Gothic New", "ZenKaku Fallback", system-ui, sans-serif;
  font-weight: 800;
  font-size: 22px;
  color: #22c55e;
  background: #ecfdf5;
  width: 38px;
  height: 38px;
  border-radius: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
body .ct_problem_bridge {
  text-align: center;
  margin-top: 40px;
  font-weight: 700;
  font-size: clamp(17px, 2vw, 22px);
  color: #052e1a;
}
body .ct_problem_bridge span {
  display: block;
  color: #d97757;
  font-size: 28px;
  margin-top: 6px;
  -webkit-animation: ct_bounce 1.6s ease-in-out infinite;
  animation: ct_bounce 1.6s ease-in-out infinite;
}
@-webkit-keyframes ct_bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@keyframes ct_bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
body .ct_about {
  padding: 90px 0;
  background: #fff;
  overflow: hidden;
}
body .ct_about_lead {
  font-size: 16px;
  line-height: 1.95;
  color: #566b5e;
  margin: 0 0 44px;
}
body .ct_about_lead strong {
  color: #052e1a;
  font-weight: 700;
}
body .ct_about_pack {
  margin: 0 auto 44px;
  max-width: 720px;
}
body .ct_about_box {
  position: relative;
  border: 1px solid #d8e8de;
  border-radius: 16px;
  background: #f1faf4;
  padding: 46px 28px 30px;
}
body .ct_about_box_label {
  position: absolute;
  top: -15px;
  left: 28px;
  font-family: "Plus Jakarta Sans", "Jakarta Fallback", "Zen Kaku Gothic New", "ZenKaku Fallback", system-ui, sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: #fff;
  background: #052e1a;
  padding: 6px 18px;
  border-radius: 999px;
}
body .ct_about_inv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
body .ct_about_inv .ct_chip {
  font-size: 14px;
  font-weight: 600;
  color: #16a34a;
  background: #ecfdf5;
  border: 1px solid #d8e8de;
  border-radius: 8px;
  padding: 10px 18px;
}
body .ct_about_inv .ct_chip:last-child {
  color: #fff;
  background: #16a34a;
  border-color: #16a34a;
  font-weight: 700;
}
body .ct_about_layer {
  margin-top: 14px;
}
body .ct_about_layer_box {
  position: relative;
  display: block;
  border: 1px solid #d8e8de;
  border-radius: 12px;
  background: #fff;
  padding: 38px 22px 22px;
  margin-top: 14px;
}
body .ct_about_layer_box.ct_about_layer_box_inner {
  margin-top: 20px;
  background: #f1faf4;
}
body .ct_about_layer_label {
  position: absolute;
  top: -13px;
  left: 22px;
  font-family: "Plus Jakarta Sans", "Jakarta Fallback", "Zen Kaku Gothic New", "ZenKaku Fallback", system-ui, sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: #16a34a;
  background: #ecfdf5;
  border: 1px solid rgba(22, 163, 74, 0.3);
  padding: 5px 14px;
  border-radius: 999px;
}
body .ct_about_pack.is_anim_ready .ct_about_box, body .ct_about_pack.is_anim_ready .ct_about_box_label, body .ct_about_pack.is_anim_ready .ct_about_layer_box, body .ct_about_pack.is_anim_ready .ct_about_layer_label, body .ct_about_pack.is_anim_ready .ct_about_inv .ct_chip {
  opacity: 0;
  will-change: transform, opacity;
}
body .ct_about_pack.is_anim_ready .ct_about_box, body .ct_about_pack.is_anim_ready .ct_about_box_label, body .ct_about_pack.is_anim_ready .ct_about_layer_box, body .ct_about_pack.is_anim_ready .ct_about_layer_label {
  -webkit-transition: opacity 0.55s ease, -webkit-transform 0.75s cubic-bezier(0.2, 0.7, 0.2, 1);
  transition: opacity 0.55s ease, -webkit-transform 0.75s cubic-bezier(0.2, 0.7, 0.2, 1);
  transition: opacity 0.55s ease, transform 0.75s cubic-bezier(0.2, 0.7, 0.2, 1);
  transition: opacity 0.55s ease, transform 0.75s cubic-bezier(0.2, 0.7, 0.2, 1), -webkit-transform 0.75s cubic-bezier(0.2, 0.7, 0.2, 1);
}
body .ct_about_pack.is_anim_ready .ct_about_box {
  -webkit-transform: scale(1.18);
  transform: scale(1.18);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
body .ct_about_pack.is_anim_ready .ct_about_box_label {
  -webkit-transform: scale(1.12);
  transform: scale(1.12);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
body .ct_about_pack.is_anim_ready .ct_about_layer_box {
  -webkit-transform: translateY(22px) scale(0.95);
  transform: translateY(22px) scale(0.95);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
body .ct_about_pack.is_anim_ready .ct_about_layer_label {
  -webkit-transform: translateY(-12px);
  transform: translateY(-12px);
  -webkit-transition-delay: 0.62s;
  transition-delay: 0.62s;
}
body .ct_about_pack.is_anim_ready .ct_about_layer_box.ct_about_layer_box_inner {
  -webkit-transition-delay: 1.35s;
  transition-delay: 1.35s;
}
body .ct_about_pack.is_anim_ready .ct_about_layer_box.ct_about_layer_box_inner .ct_about_layer_label {
  -webkit-transition-delay: 1.47s;
  transition-delay: 1.47s;
}
body .ct_about_pack.is_anim_ready .ct_about_inv .ct_chip {
  -webkit-transform: translate(0, 0) rotate(0) scale(0.5);
  transform: translate(0, 0) rotate(0) scale(0.5);
  -webkit-transition: opacity 0.45s ease, -webkit-transform 0.75s cubic-bezier(0.5, 0, 0.2, 1.12);
  transition: opacity 0.45s ease, -webkit-transform 0.75s cubic-bezier(0.5, 0, 0.2, 1.12);
  transition: opacity 0.45s ease, transform 0.75s cubic-bezier(0.5, 0, 0.2, 1.12);
  transition: opacity 0.45s ease, transform 0.75s cubic-bezier(0.5, 0, 0.2, 1.12), -webkit-transform 0.75s cubic-bezier(0.5, 0, 0.2, 1.12);
}
body .ct_about_pack.is_anim_ready .ct_about_inv .ct_chip:nth-child(1) {
  -webkit-transform: translate(-150px, -110px) rotate(-18deg) scale(0.5);
  transform: translate(-150px, -110px) rotate(-18deg) scale(0.5);
}
body .ct_about_pack.is_anim_ready .ct_about_inv .ct_chip:nth-child(2) {
  -webkit-transform: translate(140px, -130px) rotate(16deg) scale(0.5);
  transform: translate(140px, -130px) rotate(16deg) scale(0.5);
}
body .ct_about_pack.is_anim_ready .ct_about_inv .ct_chip:nth-child(3) {
  -webkit-transform: translate(-175px, 85px) rotate(15deg) scale(0.5);
  transform: translate(-175px, 85px) rotate(15deg) scale(0.5);
}
body .ct_about_pack.is_anim_ready .ct_about_inv .ct_chip:nth-child(4) {
  -webkit-transform: translate(160px, 105px) rotate(-14deg) scale(0.5);
  transform: translate(160px, 105px) rotate(-14deg) scale(0.5);
}
body .ct_about_pack.is_anim_ready .ct_about_inv .ct_chip:nth-child(5) {
  -webkit-transform: translate(-110px, 130px) rotate(21deg) scale(0.5);
  transform: translate(-110px, 130px) rotate(21deg) scale(0.5);
}
body .ct_about_pack.is_anim_ready .ct_about_inv .ct_chip:nth-child(6) {
  -webkit-transform: translate(130px, -85px) rotate(-23deg) scale(0.5);
  transform: translate(130px, -85px) rotate(-23deg) scale(0.5);
}
body .ct_about_pack.is_anim_ready .ct_about_inv .ct_chip:nth-child(7) {
  -webkit-transform: translate(-150px, -65px) rotate(14deg) scale(0.5);
  transform: translate(-150px, -65px) rotate(14deg) scale(0.5);
}
body .ct_about_pack.is_anim_ready .ct_about_inv .ct_chip:nth-child(8) {
  -webkit-transform: translate(155px, 70px) rotate(-17deg) scale(0.5);
  transform: translate(155px, 70px) rotate(-17deg) scale(0.5);
}
body .ct_about_pack.is_anim_ready .ct_about_layer > .ct_about_layer_box > .ct_about_inv .ct_chip:nth-child(1) {
  -webkit-transition-delay: 0.85s;
  transition-delay: 0.85s;
}
body .ct_about_pack.is_anim_ready .ct_about_layer > .ct_about_layer_box > .ct_about_inv .ct_chip:nth-child(2) {
  -webkit-transition-delay: 0.95s;
  transition-delay: 0.95s;
}
body .ct_about_pack.is_anim_ready .ct_about_layer > .ct_about_layer_box > .ct_about_inv .ct_chip:nth-child(3) {
  -webkit-transition-delay: 1.05s;
  transition-delay: 1.05s;
}
body .ct_about_pack.is_anim_ready .ct_about_layer > .ct_about_layer_box > .ct_about_inv .ct_chip:nth-child(4) {
  -webkit-transition-delay: 1.15s;
  transition-delay: 1.15s;
}
body .ct_about_pack.is_anim_ready .ct_about_layer_box_inner .ct_about_inv .ct_chip:nth-child(1) {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}
body .ct_about_pack.is_anim_ready .ct_about_layer_box_inner .ct_about_inv .ct_chip:nth-child(2) {
  -webkit-transition-delay: 1.78s;
  transition-delay: 1.78s;
}
body .ct_about_pack.is_anim_ready .ct_about_layer_box_inner .ct_about_inv .ct_chip:nth-child(3) {
  -webkit-transition-delay: 1.86s;
  transition-delay: 1.86s;
}
body .ct_about_pack.is_anim_ready .ct_about_layer_box_inner .ct_about_inv .ct_chip:nth-child(4) {
  -webkit-transition-delay: 1.94s;
  transition-delay: 1.94s;
}
body .ct_about_pack.is_anim_ready .ct_about_layer_box_inner .ct_about_inv .ct_chip:nth-child(5) {
  -webkit-transition-delay: 2.02s;
  transition-delay: 2.02s;
}
body .ct_about_pack.is_anim_ready .ct_about_layer_box_inner .ct_about_inv .ct_chip:nth-child(6) {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s;
}
body .ct_about_pack.is_anim_ready .ct_about_layer_box_inner .ct_about_inv .ct_chip:nth-child(7) {
  -webkit-transition-delay: 2.18s;
  transition-delay: 2.18s;
}
body .ct_about_pack.is_anim_ready .ct_about_layer_box_inner .ct_about_inv .ct_chip:nth-child(8) {
  -webkit-transition-delay: 2.26s;
  transition-delay: 2.26s;
}
body .ct_about_pack.is_anim_ready.is_assembled .ct_about_box, body .ct_about_pack.is_anim_ready.is_assembled .ct_about_box_label, body .ct_about_pack.is_anim_ready.is_assembled .ct_about_layer_box, body .ct_about_pack.is_anim_ready.is_assembled .ct_about_layer_label, body .ct_about_pack.is_anim_ready.is_assembled .ct_about_inv .ct_chip {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
body .ct_about_legend {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 18px 1fr 18px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 0;
}
body .ct_about_legend .ct_about_legend_item {
  background: #f1faf4;
  border: 1px solid #d8e8de;
  border-radius: 12px;
  padding: 24px 26px;
}
body .ct_about_legend .ct_about_legend_item dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  font-size: 18px;
  color: #052e1a;
  margin-bottom: 8px;
}
body .ct_about_legend .ct_about_legend_item dd {
  margin: 0;
  font-size: 15px;
  color: #566b5e;
  line-height: 1.8;
}
body .ct_about_legend .ct_about_legend_item .ct_legend_no {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  font-size: 12px;
  font-weight: 700;
  color: #16a34a;
  background: #ecfdf5;
  border: 1px solid rgba(22, 163, 74, 0.3);
  border-radius: 6px;
  padding: 4px 10px;
}
body .ct_feature {
  padding: 90px 0;
  background: #f1faf4;
}
body .ct_feature_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
body .ct_feature_card {
  background: #fff;
  border: 1px solid #d8e8de;
  border-top: 4px solid #22c55e;
  border-radius: 14px;
  padding: 32px 28px;
  -webkit-transition: -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
}
body .ct_feature_card:hover {
  -webkit-box-shadow: 0 16px 36px rgba(5, 46, 26, 0.1);
  box-shadow: 0 16px 36px rgba(5, 46, 26, 0.1);
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
body .ct_feature_icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: #ecfdf5;
  color: #16a34a;
  margin-bottom: 18px;
}
body .ct_feature_title {
  font-weight: 900;
  font-size: 20px;
  color: #052e1a;
  margin-bottom: 8px;
}
body .ct_feature_lead {
  font-size: 15px;
  font-weight: 700;
  color: #16a34a;
  margin-bottom: 16px;
}
body .ct_feature_points li {
  position: relative;
  padding-left: 24px;
  font-size: 14px;
  line-height: 1.7;
  color: #566b5e;
  margin-bottom: 10px;
}
body .ct_feature_points li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 8px;
  width: 7px;
  height: 11px;
  border: solid #d97757;
  border-width: 0 2.5px 2.5px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body .ct_compare {
  padding: 90px 0;
  background: #f1faf4;
}
body .ct_compare .ct_sec_heading em {
  color: #16a34a;
}
body .ct_cmp_lead {
  font-size: clamp(15px, 1.5vw, 17px);
  color: #566b5e;
  margin: 0 0 38px;
}
body .ct_cmp_visual {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px auto 24px 1fr;
  grid-template-columns: 1fr auto 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  margin-bottom: 40px;
}
body .ct_cmp_side {
  border-radius: 16px;
  padding: 26px 22px 30px;
  min-height: 220px;
}
body .ct_cmp_side_cap {
  font-family: "Plus Jakarta Sans", "Jakarta Fallback", "Zen Kaku Gothic New", "ZenKaku Fallback", system-ui, sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.04em;
  margin: 0 0 18px;
  text-align: center;
}
body .ct_cmp_side_messy {
  background: #fff;
  border: 1px solid #d8e8de;
}
body .ct_cmp_side_messy .ct_cmp_side_cap {
  color: #566b5e;
}
body .ct_cmp_scatter {
  position: relative;
  height: 160px;
}
body .ct_cmp_scatter .ct_cmp_chip {
  position: absolute;
  font-size: 12px;
  font-weight: 600;
  color: #566b5e;
  background: #f1faf4;
  border: 1px solid #d8e8de;
  border-radius: 6px;
  padding: 7px 11px;
  white-space: nowrap;
  will-change: transform;
}
body .ct_cmp_chip_a {
  left: 2%;
  top: 6%;
  -webkit-animation: chip_drift_a 6s ease-in-out infinite;
  animation: chip_drift_a 6s ease-in-out infinite;
}
body .ct_cmp_chip_b {
  left: 46%;
  top: 0;
  -webkit-animation: chip_drift_b 7.5s ease-in-out infinite 0.8s;
  animation: chip_drift_b 7.5s ease-in-out infinite 0.8s;
}
body .ct_cmp_chip_c {
  left: 26%;
  top: 38%;
  -webkit-animation: chip_drift_c 5.5s ease-in-out infinite 1.5s;
  animation: chip_drift_c 5.5s ease-in-out infinite 1.5s;
}
body .ct_cmp_chip_d {
  left: 58%;
  top: 44%;
  -webkit-animation: chip_drift_d 8s ease-in-out infinite 0.3s;
  animation: chip_drift_d 8s ease-in-out infinite 0.3s;
}
body .ct_cmp_chip_e {
  left: 4%;
  top: 64%;
  -webkit-animation: chip_drift_e 6.5s ease-in-out infinite 2s;
  animation: chip_drift_e 6.5s ease-in-out infinite 2s;
}
body .ct_cmp_chip_f {
  left: 50%;
  top: 76%;
  -webkit-animation: chip_drift_f 7s ease-in-out infinite 1s;
  animation: chip_drift_f 7s ease-in-out infinite 1s;
}
body .ct_cmp_chip_g {
  right: 2%;
  top: 6%;
  -webkit-animation: chip_drift_g 7s ease-in-out infinite 0.5s;
  animation: chip_drift_g 7s ease-in-out infinite 0.5s;
}
body .ct_cmp_chip_h {
  right: 4%;
  top: 62%;
  -webkit-animation: chip_drift_h 6.5s ease-in-out infinite 1.8s;
  animation: chip_drift_h 6.5s ease-in-out infinite 1.8s;
}
@-webkit-keyframes chip_drift_a {
  0% {
    -webkit-transform: translate(0, 0) rotate(-6deg);
    transform: translate(0, 0) rotate(-6deg);
  }
  25% {
    -webkit-transform: translate(6px, -8px) rotate(-9deg);
    transform: translate(6px, -8px) rotate(-9deg);
  }
  55% {
    -webkit-transform: translate(-5px, 6px) rotate(-4deg);
    transform: translate(-5px, 6px) rotate(-4deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-6deg);
    transform: translate(0, 0) rotate(-6deg);
  }
}
@keyframes chip_drift_a {
  0% {
    -webkit-transform: translate(0, 0) rotate(-6deg);
    transform: translate(0, 0) rotate(-6deg);
  }
  25% {
    -webkit-transform: translate(6px, -8px) rotate(-9deg);
    transform: translate(6px, -8px) rotate(-9deg);
  }
  55% {
    -webkit-transform: translate(-5px, 6px) rotate(-4deg);
    transform: translate(-5px, 6px) rotate(-4deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-6deg);
    transform: translate(0, 0) rotate(-6deg);
  }
}
@-webkit-keyframes chip_drift_b {
  0% {
    -webkit-transform: translate(0, 0) rotate(5deg);
    transform: translate(0, 0) rotate(5deg);
  }
  30% {
    -webkit-transform: translate(-36px, 22px) rotate(11deg);
    transform: translate(-36px, 22px) rotate(11deg);
  }
  60% {
    -webkit-transform: translate(28px, -18px) rotate(1deg);
    transform: translate(28px, -18px) rotate(1deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(5deg);
    transform: translate(0, 0) rotate(5deg);
  }
}
@keyframes chip_drift_b {
  0% {
    -webkit-transform: translate(0, 0) rotate(5deg);
    transform: translate(0, 0) rotate(5deg);
  }
  30% {
    -webkit-transform: translate(-36px, 22px) rotate(11deg);
    transform: translate(-36px, 22px) rotate(11deg);
  }
  60% {
    -webkit-transform: translate(28px, -18px) rotate(1deg);
    transform: translate(28px, -18px) rotate(1deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(5deg);
    transform: translate(0, 0) rotate(5deg);
  }
}
@-webkit-keyframes chip_drift_c {
  0% {
    -webkit-transform: translate(0, 0) rotate(-2deg);
    transform: translate(0, 0) rotate(-2deg);
  }
  25% {
    -webkit-transform: translate(22px, 28px) rotate(-7deg);
    transform: translate(22px, 28px) rotate(-7deg);
  }
  55% {
    -webkit-transform: translate(-18px, -16px) rotate(3deg);
    transform: translate(-18px, -16px) rotate(3deg);
  }
  80% {
    -webkit-transform: translate(10px, 12px) rotate(-5deg);
    transform: translate(10px, 12px) rotate(-5deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-2deg);
    transform: translate(0, 0) rotate(-2deg);
  }
}
@keyframes chip_drift_c {
  0% {
    -webkit-transform: translate(0, 0) rotate(-2deg);
    transform: translate(0, 0) rotate(-2deg);
  }
  25% {
    -webkit-transform: translate(22px, 28px) rotate(-7deg);
    transform: translate(22px, 28px) rotate(-7deg);
  }
  55% {
    -webkit-transform: translate(-18px, -16px) rotate(3deg);
    transform: translate(-18px, -16px) rotate(3deg);
  }
  80% {
    -webkit-transform: translate(10px, 12px) rotate(-5deg);
    transform: translate(10px, 12px) rotate(-5deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-2deg);
    transform: translate(0, 0) rotate(-2deg);
  }
}
@-webkit-keyframes chip_drift_d {
  0% {
    -webkit-transform: translate(0, 0) rotate(7deg);
    transform: translate(0, 0) rotate(7deg);
  }
  35% {
    -webkit-transform: translate(-40px, -26px) rotate(14deg);
    transform: translate(-40px, -26px) rotate(14deg);
  }
  65% {
    -webkit-transform: translate(32px, 30px) rotate(2deg);
    transform: translate(32px, 30px) rotate(2deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(7deg);
    transform: translate(0, 0) rotate(7deg);
  }
}
@keyframes chip_drift_d {
  0% {
    -webkit-transform: translate(0, 0) rotate(7deg);
    transform: translate(0, 0) rotate(7deg);
  }
  35% {
    -webkit-transform: translate(-40px, -26px) rotate(14deg);
    transform: translate(-40px, -26px) rotate(14deg);
  }
  65% {
    -webkit-transform: translate(32px, 30px) rotate(2deg);
    transform: translate(32px, 30px) rotate(2deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(7deg);
    transform: translate(0, 0) rotate(7deg);
  }
}
@-webkit-keyframes chip_drift_e {
  0% {
    -webkit-transform: translate(0, 0) rotate(3deg);
    transform: translate(0, 0) rotate(3deg);
  }
  20% {
    -webkit-transform: translate(9px, -11px) rotate(0deg);
    transform: translate(9px, -11px) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(-7px, -4px) rotate(6deg);
    transform: translate(-7px, -4px) rotate(6deg);
  }
  75% {
    -webkit-transform: translate(5px, 8px) rotate(1deg);
    transform: translate(5px, 8px) rotate(1deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(3deg);
    transform: translate(0, 0) rotate(3deg);
  }
}
@keyframes chip_drift_e {
  0% {
    -webkit-transform: translate(0, 0) rotate(3deg);
    transform: translate(0, 0) rotate(3deg);
  }
  20% {
    -webkit-transform: translate(9px, -11px) rotate(0deg);
    transform: translate(9px, -11px) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(-7px, -4px) rotate(6deg);
    transform: translate(-7px, -4px) rotate(6deg);
  }
  75% {
    -webkit-transform: translate(5px, 8px) rotate(1deg);
    transform: translate(5px, 8px) rotate(1deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(3deg);
    transform: translate(0, 0) rotate(3deg);
  }
}
@-webkit-keyframes chip_drift_f {
  0% {
    -webkit-transform: translate(0, 0) rotate(-5deg);
    transform: translate(0, 0) rotate(-5deg);
  }
  40% {
    -webkit-transform: translate(-30px, 34px) rotate(-11deg);
    transform: translate(-30px, 34px) rotate(-11deg);
  }
  70% {
    -webkit-transform: translate(24px, -20px) rotate(-1deg);
    transform: translate(24px, -20px) rotate(-1deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-5deg);
    transform: translate(0, 0) rotate(-5deg);
  }
}
@keyframes chip_drift_f {
  0% {
    -webkit-transform: translate(0, 0) rotate(-5deg);
    transform: translate(0, 0) rotate(-5deg);
  }
  40% {
    -webkit-transform: translate(-30px, 34px) rotate(-11deg);
    transform: translate(-30px, 34px) rotate(-11deg);
  }
  70% {
    -webkit-transform: translate(24px, -20px) rotate(-1deg);
    transform: translate(24px, -20px) rotate(-1deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-5deg);
    transform: translate(0, 0) rotate(-5deg);
  }
}
@-webkit-keyframes chip_drift_g {
  0% {
    -webkit-transform: translate(0, 0) rotate(8deg);
    transform: translate(0, 0) rotate(8deg);
  }
  30% {
    -webkit-transform: translate(-20px, 18px) rotate(13deg);
    transform: translate(-20px, 18px) rotate(13deg);
  }
  65% {
    -webkit-transform: translate(-32px, -10px) rotate(4deg);
    transform: translate(-32px, -10px) rotate(4deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(8deg);
    transform: translate(0, 0) rotate(8deg);
  }
}
@keyframes chip_drift_g {
  0% {
    -webkit-transform: translate(0, 0) rotate(8deg);
    transform: translate(0, 0) rotate(8deg);
  }
  30% {
    -webkit-transform: translate(-20px, 18px) rotate(13deg);
    transform: translate(-20px, 18px) rotate(13deg);
  }
  65% {
    -webkit-transform: translate(-32px, -10px) rotate(4deg);
    transform: translate(-32px, -10px) rotate(4deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(8deg);
    transform: translate(0, 0) rotate(8deg);
  }
}
@-webkit-keyframes chip_drift_h {
  0% {
    -webkit-transform: translate(0, 0) rotate(-4deg);
    transform: translate(0, 0) rotate(-4deg);
  }
  25% {
    -webkit-transform: translate(-10px, -16px) rotate(-9deg);
    transform: translate(-10px, -16px) rotate(-9deg);
  }
  60% {
    -webkit-transform: translate(6px, 12px) rotate(0deg);
    transform: translate(6px, 12px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-4deg);
    transform: translate(0, 0) rotate(-4deg);
  }
}
@keyframes chip_drift_h {
  0% {
    -webkit-transform: translate(0, 0) rotate(-4deg);
    transform: translate(0, 0) rotate(-4deg);
  }
  25% {
    -webkit-transform: translate(-10px, -16px) rotate(-9deg);
    transform: translate(-10px, -16px) rotate(-9deg);
  }
  60% {
    -webkit-transform: translate(6px, 12px) rotate(0deg);
    transform: translate(6px, 12px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-4deg);
    transform: translate(0, 0) rotate(-4deg);
  }
}
body .ct_cmp_side_tidy {
  background: #052e1a;
  border: 1px solid #14532d;
}
body .ct_cmp_side_tidy .ct_cmp_side_cap {
  color: #fff;
}
body .ct_cmp_one {
  position: relative;
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: linear-gradient(160deg, #14532d 0%, #052e1a 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
}
body .ct_cmp_one_tape {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 8px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #16a34a;
}
body .ct_cmp_one_label {
  position: relative;
  font-family: "Plus Jakarta Sans", "Jakarta Fallback", "Zen Kaku Gothic New", "ZenKaku Fallback", system-ui, sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.16em;
  color: #fff;
}
body .ct_cmp_one_sub {
  position: relative;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  max-width: 84%;
}
body .ct_cmp_arrow {
  font-family: "Plus Jakarta Sans", "Jakarta Fallback", "Zen Kaku Gothic New", "ZenKaku Fallback", system-ui, sans-serif;
  font-weight: 600;
  font-size: 30px;
  color: #16a34a;
}
body .ct_cmp_scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
body .ct_cmp_table {
  width: 100%;
  min-width: 760px;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border: 1px solid #d8e8de;
  border-radius: 14px;
  overflow: hidden;
  font-size: 15px;
}
body .ct_cmp_table th, body .ct_cmp_table td {
  padding: 16px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #d8e8de;
}
body .ct_cmp_table thead th {
  font-family: "Zen Kaku Gothic New", "ZenKaku Fallback", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 800;
  background: #f1faf4;
  color: #052e1a;
  white-space: nowrap;
}
body .ct_cmp_table thead .ct_cmp_axis {
  background: #eaf3ec;
}
body .ct_cmp_table thead .ct_cmp_self {
  background: #052e1a;
  color: #fff;
}
body .ct_cmp_table tbody th[scope=row] {
  font-size: 15px;
  font-weight: 700;
  width: 20%;
  color: #052e1a;
  background: #f1faf4;
}
body .ct_cmp_table tbody tr:last-child th, body .ct_cmp_table tbody tr:last-child td {
  border-bottom: none;
}
body .ct_cmp_table .ct_cmp_self {
  background: #ecfdf5;
}
body .ct_cmp_label {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 5px;
  background: #f1faf4;
  color: #566b5e;
  margin-bottom: 6px;
}
body .ct_cmp_label.ct_cmp_best {
  background: #15803d;
  color: #fff;
}
body .ct_cmp_label.ct_cmp_low {
  background: #fbeae3;
  color: #ab4527;
}
body .ct_cmp_note {
  display: block;
  font-size: 13px;
  color: #566b5e;
  line-height: 1.6;
}
body .ct_cmp_disclaimer {
  margin: 18px 0 0;
  font-size: 12px;
  color: #5f6e65;
  line-height: 1.7;
}
@media (max-width: 768px) {
  body .ct_cmp_visual {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  body .ct_cmp_arrow {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -ms-grid-column-align: center;
    justify-self: center;
  }
}
body .ct_function {
  padding: 90px 0;
  background: #f1faf4;
}
body .ct_func_block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.9fr 48px 1.1fr;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 56px;
}
body .ct_func_reverse .ct_func_text {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
body .ct_func_reverse .ct_func_shot {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
body .ct_func_badge {
  display: inline-block;
  font-family: "Plus Jakarta Sans", "Jakarta Fallback", "Zen Kaku Gothic New", "ZenKaku Fallback", system-ui, sans-serif;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #fff;
  background: #14532d;
  padding: 6px 12px;
  border-radius: 6px;
  margin-bottom: 16px;
}
body .ct_func_title {
  font-weight: 900;
  font-size: clamp(20px, 2.4vw, 26px);
  color: #052e1a;
  line-height: 1.4;
  margin-bottom: 14px;
}
body .ct_func_text p {
  font-size: 16px;
  line-height: 1.9;
  color: #566b5e;
}
body .ct_func_shot {
  position: relative;
}
body .ct_func_shot img {
  width: 100%;
  height: auto;
  border-radius: 14px;
  -webkit-box-shadow: 0 18px 44px rgba(5, 46, 26, 0.18);
  box-shadow: 0 18px 44px rgba(5, 46, 26, 0.18);
  border: 1px solid #d8e8de;
}
body .ct_func_cap {
  display: block;
  margin-top: 12px;
  font-size: 13px;
  color: #566b5e;
  text-align: center;
}
body .ct_annot {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  background: #052e1a;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 14px 8px 8px;
  border-radius: 999px;
  -webkit-box-shadow: 0 8px 18px rgba(5, 46, 26, 0.25);
  box-shadow: 0 8px 18px rgba(5, 46, 26, 0.25);
  white-space: nowrap;
  max-width: 90%;
}
body .ct_annot_dot {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #d97757;
  color: #fff;
  font-family: "Plus Jakarta Sans", "Jakarta Fallback", "Zen Kaku Gothic New", "ZenKaku Fallback", system-ui, sans-serif;
  font-weight: 800;
  font-size: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
body .ct_annot_a {
  top: 14%;
  left: -8px;
}
body .ct_annot_b {
  bottom: 18%;
  right: -8px;
}
body .ct_func_mini {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 22px 1fr 22px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 8px;
}
body .ct_func_mini li {
  background: #fff;
  border: 1px solid #d8e8de;
  border-radius: 12px;
  padding: 26px 24px;
}
body .ct_func_mini_title {
  font-weight: 800;
  font-size: 17px;
  color: #052e1a;
  margin-bottom: 8px;
}
body .ct_func_mini p {
  font-size: 14px;
  line-height: 1.8;
  color: #566b5e;
}
body .ct_logos {
  padding: 66px 0;
  background: #f1faf4;
  border-top: 1px solid #d8e8de;
  border-bottom: 1px solid #d8e8de;
}
body .ct_logos_heading {
  text-align: center;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 0.08em;
  color: #566b5e;
  margin-bottom: 30px;
}
body .ct_logo_marquee {
  overflow: hidden;
  width: 100%;
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(0, transparent), color-stop(6%, #000), color-stop(94%, #000), to(transparent));
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
  mask-image: -webkit-gradient(linear, left top, right top, color-stop(0, transparent), color-stop(6%, #000), color-stop(94%, #000), to(transparent));
  mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
}
body .ct_logo_track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-animation: ct_logo_scroll 45s linear infinite;
  animation: ct_logo_scroll 45s linear infinite;
}
body .ct_logo_marquee:hover .ct_logo_track {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
body .ct_logo_track li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: clamp(20px, 2.8vw, 40px);
}
body .ct_logo_track img {
  width: auto;
  height: clamp(46px, 5.5vw, 64px);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.72;
  -webkit-transition: opacity 0.25s ease, -webkit-filter 0.25s ease;
  transition: opacity 0.25s ease, -webkit-filter 0.25s ease;
  transition: filter 0.25s ease, opacity 0.25s ease;
  transition: filter 0.25s ease, opacity 0.25s ease, -webkit-filter 0.25s ease;
}
body .ct_logo_track li:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}
@-webkit-keyframes ct_logo_scroll {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes ct_logo_scroll {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  body .ct_logo_track {
    -webkit-animation-duration: 80s;
    animation-duration: 80s;
  }
}
body .ct_ai {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(165deg, #052e1a 0%, #0a3d24 55%, #14532d 120%);
  color: #fff;
  overflow: hidden;
}
body .ct_ai_glow {
  position: absolute;
  top: -120px;
  right: -80px;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(34, 197, 94, 0.35), transparent 65%);
  pointer-events: none;
  z-index: 0;
}
body .ct_ai .ct_inner {
  position: relative;
  z-index: 1;
}
body .ct_ai_head {
  margin-bottom: 48px;
}
body .ct_ai_eyebrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-family: "Plus Jakarta Sans", "Jakarta Fallback", "Zen Kaku Gothic New", "ZenKaku Fallback", system-ui, sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.14em;
  color: #4ade80;
  margin-bottom: 18px;
}
body .ct_ai_pulse {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #d97757;
  -webkit-box-shadow: 0 0 0 0 rgba(217, 119, 87, 0.6);
  box-shadow: 0 0 0 0 rgba(217, 119, 87, 0.6);
  -webkit-animation: ct_ai_pulse 1.8s ease-out infinite;
  animation: ct_ai_pulse 1.8s ease-out infinite;
}
@-webkit-keyframes ct_ai_pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(217, 119, 87, 0.6);
    box-shadow: 0 0 0 0 rgba(217, 119, 87, 0.6);
  }
  100% {
    -webkit-box-shadow: 0 0 0 12px rgba(217, 119, 87, 0);
    box-shadow: 0 0 0 12px rgba(217, 119, 87, 0);
  }
}
@keyframes ct_ai_pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(217, 119, 87, 0.6);
    box-shadow: 0 0 0 0 rgba(217, 119, 87, 0.6);
  }
  100% {
    -webkit-box-shadow: 0 0 0 12px rgba(217, 119, 87, 0);
    box-shadow: 0 0 0 12px rgba(217, 119, 87, 0);
  }
}
body .ct_ai_heading {
  font-weight: 900;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.3;
  letter-spacing: 0.01em;
  margin-bottom: 20px;
}
body .ct_ai_lead {
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.95;
  color: #cdeed9;
}
body .ct_ai_lead strong {
  color: #fff;
  font-weight: 700;
}
body .ct_ai_providers {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  padding: 36px 32px 30px;
  margin-bottom: 28px;
}
body .ct_ai_providers_label {
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #b2e6c4;
  margin-bottom: 26px;
}
body .ct_ai_logos {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 22px 1fr 22px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
body .ct_ai_logo_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
body .ct_ai_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 76px;
  background: #fff;
  border-radius: 12px;
  margin-bottom: 14px;
  -webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
}
body .ct_ai_logo img {
  width: auto;
  height: 32px;
  max-width: 80%;
}
body .ct_ai_logo_gemini {
  color: #14271d;
}
body .ct_ai_logo_note {
  font-size: 14px;
  font-weight: 500;
  color: #bbf0cf;
  line-height: 1.6;
}
body .ct_ai_providers_sub {
  margin-top: 24px;
  font-size: 13px;
  line-height: 1.8;
  color: #a4cdb4;
  text-align: center;
}
body .ct_ai_guard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 22px;
  background: linear-gradient(120deg, rgba(217, 119, 87, 0.16), rgba(22, 163, 74, 0.16));
  border: 1px solid rgba(217, 119, 87, 0.4);
  border-radius: 16px;
  padding: 26px 30px;
  margin-bottom: 54px;
}
body .ct_ai_guard_icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 14px;
  background: #d97757;
  color: #fff;
}
body .ct_ai_guard_body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
body .ct_ai_guard_title {
  font-weight: 900;
  font-size: clamp(18px, 2vw, 22px);
  color: #fff;
  line-height: 1.4;
  margin-bottom: 6px;
}
body .ct_ai_guard_text {
  font-size: 15px;
  line-height: 1.8;
  color: #ddf5e5;
}
body .ct_ai_guard_text strong {
  color: #f4d9cd;
  font-weight: 700;
}
body .ct_ai_guard_more {
  display: inline-block;
  margin-top: 8px;
  color: #aef0c8;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(174, 240, 200, 0.5);
  -webkit-transition: color 0.2s, border-color 0.2s;
  transition: color 0.2s, border-color 0.2s;
}
body .ct_ai_guard_more:hover {
  color: #fff;
  border-bottom-color: #fff;
}
body .ct_ai_guard_channels {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 8px auto;
  grid-template-columns: auto auto;
  gap: 8px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
body .ct_ai_guard_channels li {
  font-family: "Plus Jakarta Sans", "Jakarta Fallback", "Zen Kaku Gothic New", "ZenKaku Fallback", system-ui, sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  padding: 5px 12px;
  text-align: center;
}
body .ct_ai_cap_label {
  font-family: "Plus Jakarta Sans", "Jakarta Fallback", "Zen Kaku Gothic New", "ZenKaku Fallback", system-ui, sans-serif;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.12em;
  color: #4ade80;
  margin-bottom: 20px;
}
body .ct_ai_cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 18px 1fr 18px 1fr 18px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
body .ct_ai_card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 26px 22px;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, transform 0.2s ease, border-color 0.2s ease, -webkit-transform 0.2s ease;
}
body .ct_ai_card:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(74, 222, 128, 0.5);
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
body .ct_ai_card_guard {
  background: rgba(217, 119, 87, 0.12);
  border-color: rgba(217, 119, 87, 0.45);
}
body .ct_ai_card_guard:hover {
  background: rgba(217, 119, 87, 0.18);
  border-color: rgba(217, 119, 87, 0.65);
}
body .ct_ai_card_icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(34, 197, 94, 0.22);
  color: #4ade80;
  margin-bottom: 16px;
}
body .ct_ai_card_guard .ct_ai_card_icon {
  background: rgba(217, 119, 87, 0.25);
  color: #ecb39f;
}
body .ct_ai_card_title {
  font-weight: 800;
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 10px;
}
body .ct_ai_card_text {
  font-size: 13.5px;
  line-height: 1.8;
  color: #bbf0cf;
}
body .ct_ai_card_text code {
  font-family: "Plus Jakarta Sans", "Jakarta Fallback", "Zen Kaku Gothic New", "ZenKaku Fallback", system-ui, sans-serif;
  font-size: 12px;
  background: rgba(255, 255, 255, 0.12);
  padding: 1px 5px;
  border-radius: 4px;
}
body .ct_features {
  padding: 90px 0;
  background: #fff;
}
body .ct_features_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
body .ct_feat_cat {
  background: #f1faf4;
  border: 1px solid #d8e8de;
  border-radius: 14px;
  padding: 26px 26px 28px;
  -webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
}
body .ct_feat_cat:hover {
  -webkit-box-shadow: 0 14px 30px rgba(5, 46, 26, 0.08);
  box-shadow: 0 14px 30px rgba(5, 46, 26, 0.08);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  border-color: #c2e6d0;
}
body .ct_feat_cat_title {
  position: relative;
  font-weight: 900;
  font-size: 17px;
  color: #052e1a;
  line-height: 1.5;
  padding-left: 16px;
  margin-bottom: 16px;
}
body .ct_feat_cat_title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 5px;
  height: 18px;
  border-radius: 3px;
  background: #22c55e;
}
body .ct_feat_cat_ai .ct_feat_cat_title::before {
  background: #d97757;
}
body .ct_feat_cat_ai {
  border-color: rgba(217, 119, 87, 0.35);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(217, 119, 87, 0.05)), color-stop(60%, #f1faf4));
  background: linear-gradient(180deg, rgba(217, 119, 87, 0.05), #f1faf4 60%);
}
body .ct_feat_cat_list li {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.7;
  color: #566b5e;
  margin-bottom: 9px;
}
body .ct_feat_cat_list li:last-child {
  margin-bottom: 0;
}
body .ct_feat_cat_list li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #22c55e;
}
body .ct_feat_cat_ai .ct_feat_cat_list li::before {
  background: #d97757;
}
body .ct_features_more {
  text-align: center;
  margin-top: 36px;
  font-weight: 700;
  font-size: clamp(16px, 1.8vw, 19px);
  color: #052e1a;
}
body .ct_features_cta {
  margin-top: clamp(28px, 4vw, 44px);
  text-align: center;
}
/* ============ トップページ レスポンシブ（1024/900/640） ============ */
/* ※ common.css 側の同一プロパティ規則は読込順（home.css が後）で無効化されるため、
     トップページ専用のメディアクエリは本ファイルが正。 */
@media (max-width: 1024px) {
  body .ct_hero_inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  body .ct_hero_visual {
    max-width: 620px;
    margin: 0 auto;
  }
  body .ct_about_legend {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  body .ct_func_block {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  body .ct_func_reverse .ct_func_text, body .ct_func_reverse .ct_func_shot {
    order: 0;
  }
  body .ct_ai_cards {
    grid-template-columns: repeat(2, 1fr);
  }
  body .ct_features_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 900px) {
  body .ct_hero_float {
    display: none;
  }
  body .ct_feature_list {
    grid-template-columns: 1fr;
  }
  body .ct_func_mini {
    grid-template-columns: 1fr;
  }
  body .ct_ai_guard {
    flex-wrap: wrap;
    gap: 18px;
  }
  body .ct_ai_guard_channels {
    justify-content: start;
  }
}
@media (max-width: 640px) {
  body .ct_hero {
    padding: 112px 0 56px;
  }
  body .ct_hero_eyebrow {
    margin-bottom: 10px;
  }
  body .ct_hero_brand {
    margin-bottom: 16px;
  }
  body .ct_hero_brand_name {
    font-size: clamp(36px, 10vw, 44px);
  }
  body .ct_hero_brand_tag {
    margin-top: 6px;
    font-size: 14px;
  }
  body .ct_hero_badges {
    gap: 8px;
    margin-bottom: 24px;
  }
  body .ct_hero_badge {
    padding: 7px 12px;
    gap: 8px;
  }
  body .ct_hero_badge_txt {
    font-size: 11px;
  }
  body .ct_hero_badge_txt strong {
    font-size: 15px;
  }
  body .ct_hero_badge_ic svg {
    width: 20px;
    height: 20px;
  }
  body .ct_hero_heading {
    font-size: clamp(22px, 6.4vw, 28px);
    line-height: 1.35;
  }
  body .ct_hero_inner {
    gap: 26px;
  }
  body .ct_hero_shot, body .ct_hero_glow {
    display: none;
  }
  body .ct_hero_visual {
    width: 100%;
  }
  body .ct_hero_feats {
    margin-top: 0;
    gap: 8px;
  }
  body .ct_hero_feat {
    flex: 1 1 100%;
  }
  body .ct_hero_feat_btn {
    width: 100%;
    opacity: 1;
    cursor: pointer;
    gap: 10px;
    padding: 11px 14px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.07);
    justify-content: flex-start;
  }
  body .ct_hero_feat_ic {
    background: rgba(74, 222, 128, 0.16);
    color: #4ade80;
  }
  body .ct_hero_feat_txt strong {
    font-size: 13px;
    color: #fff;
  }
  body .ct_hero_feat_btn::after {
    content: "";
    margin-left: auto;
    flex: none;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(74, 222, 128, 0.18) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='%234ade80'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E") center/12px no-repeat;
  }
  body .ct_hero_actions .ct_btn {
    flex: 1 1 100%;
  }
  body .ct_problem, body .ct_about, body .ct_feature, body .ct_compare, body .ct_function, body .ct_ai, body .ct_features {
    padding: 64px 0;
  }
  body .ct_problem_list {
    grid-template-columns: 1fr;
  }
  body .ct_problem_card {
    padding: 22px 18px 22px 66px;
    font-size: 15px;
  }
  body .ct_problem_no {
    left: 16px;
    top: 20px;
    width: 34px;
    height: 34px;
    font-size: 19px;
    border-radius: 8px;
  }
  body .ct_about_box {
    padding: 44px 16px 24px;
  }
  body .ct_feature_card {
    padding: 26px 20px;
  }
  body .ct_func_block {
    margin-bottom: 44px;
  }
  body .ct_annot {
    display: none;
  }
  body .ct_ai_logos {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  body .ct_ai_logo_card {
    flex-direction: row;
    gap: 16px;
    text-align: left;
  }
  body .ct_ai_logo {
    width: 150px;
    height: 64px;
    flex: 0 0 auto;
    margin-bottom: 0;
  }
  body .ct_ai_providers {
    padding: 26px 20px 24px;
  }
  body .ct_ai_guard {
    padding: 22px 18px;
  }
  body .ct_ai_cards {
    grid-template-columns: 1fr;
  }
  body .ct_features_grid {
    grid-template-columns: 1fr;
  }
}
/* ============ マンガLPバナー（トップ導線 → /manga/・コミック枠） ============ */
body .ct_manga_bnr {
  background: #faf7f1;
  border-bottom: 1px solid #d8e8de;
}
body .ct_manga_bnr_inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 18px 24px;
}
body .ct_manga_bnr_link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
  padding: 12px 22px;
  background-color: #fff;
  background-image: radial-gradient(rgba(22, 163, 74, 0.13) 2px, transparent 2.4px);
  background-size: 18px 18px;
  border: 2.5px solid #1c1c24;
  border-radius: 4px;
  -webkit-box-shadow: 5px 5px 0 rgba(28, 28, 36, 0.9);
  box-shadow: 5px 5px 0 rgba(28, 28, 36, 0.9);
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
body .ct_manga_bnr_link:hover {
  -webkit-transform: translate(-2px, -2px);
  transform: translate(-2px, -2px);
  -webkit-box-shadow: 7px 7px 0 rgba(28, 28, 36, 0.9);
  box-shadow: 7px 7px 0 rgba(28, 28, 36, 0.9);
}
body .ct_manga_bnr_chara {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
body .ct_manga_bnr_chara svg {
  display: block;
  width: 88px;
  height: 62px;
}
body .ct_manga_bnr_badge {
  display: inline-block;
  margin-bottom: 4px;
  padding: 3px 12px;
  background: #fff;
  border: 2px solid #16a34a;
  border-radius: 999px;
  font-family: "Zen Kaku Gothic New", "ZenKaku Fallback", system-ui, sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #0e6b31;
}
body .ct_manga_bnr_title {
  display: block;
  font-family: "Zen Kaku Gothic New", "ZenKaku Fallback", system-ui, sans-serif;
  font-weight: 700;
  font-size: 19px;
  line-height: 1.35;
  color: #1c1c24;
}
body .ct_manga_bnr_title em {
  font-style: normal;
  color: #16a34a;
}
body .ct_manga_bnr_sub {
  display: block;
  margin-top: 2px;
  font-size: 13px;
  line-height: 1.5;
  color: #566b5e;
}
body .ct_manga_bnr_arrow {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  font-family: "Zen Kaku Gothic New", "ZenKaku Fallback", system-ui, sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #16a34a;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  body .ct_manga_bnr_inner {
    padding: 12px 16px;
  }
  body .ct_manga_bnr_link {
    gap: 12px;
    padding: 10px 14px;
    -webkit-box-shadow: 4px 4px 0 rgba(28, 28, 36, 0.9);
    box-shadow: 4px 4px 0 rgba(28, 28, 36, 0.9);
  }
  body .ct_manga_bnr_chara svg {
    width: 62px;
    height: 44px;
  }
  body .ct_manga_bnr_badge {
    margin-bottom: 3px;
    padding: 2px 9px;
    font-size: 10px;
  }
  body .ct_manga_bnr_title {
    font-size: 15px;
  }
  body .ct_manga_bnr_sub {
    display: none;
  }
  body .ct_manga_bnr_arrow span {
    display: none;
  }
}
