@charset "UTF-8";
@font-face {
  font-family: "Jakarta Fallback";
  src: local("Arial");
  ascent-override: 90.79%;
  descent-override: 22.23%;
  line-gap-override: 0%;
  size-adjust: 106.18%;
}
@font-face {
  font-family: "ZenKaku Fallback";
  src: local("Yu Gothic Medium"), local("YuGothic"), local("Hiragino Sans"), local("Hiragino Kaku Gothic ProN"), local("Meiryo");
  size-adjust: 100%;
}
body {
  font-family: "Zen Kaku Gothic New", "ZenKaku Fallback", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  color: #14271d;
  background: #ffffff;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
body *, body *::before, body *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
body a {
  color: inherit;
  text-decoration: none;
}
body h1, body h2, body h3, body p, body ul, body li, body figure, body figcaption, body table {
  margin: 0;
  padding: 0;
}
body ul {
  list-style: none;
}
body h4, body h5, body h6, body ol, body dl, body dt, body dd, body blockquote, body pre, body figure {
  margin: 0;
  padding: 0;
}
body ol {
  list-style: none;
}
body input, body textarea, body select, body button {
  font-family: inherit;
  font-size: 100%;
  color: inherit;
  margin: 0;
}
body button, body select {
  text-transform: none;
}
body button {
  cursor: pointer;
}
body em {
  font-style: normal;
  color: #22c55e;
}
body :focus-visible {
  outline: 3px solid #22c55e;
  outline-offset: 2px;
  border-radius: 4px;
}
body .ct_inner {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
body .ct_inner_narrow {
  max-width: 800px;
}
body .ct_visually_hidden, body .ct_skip {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
body .ct_skip:focus {
  position: fixed;
  top: 12px;
  left: 12px;
  width: auto;
  height: auto;
  padding: 10px 18px;
  margin: 0;
  clip: auto;
  z-index: 999;
  background: #d97757;
  color: #fff;
  font-weight: 700;
  border-radius: 6px;
}
body .ct_sec_eyebrow {
  display: inline-block;
  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.12em;
  color: #16a34a;
  margin-bottom: 14px;
}
body .ct_sec_heading {
  font-family: "Zen Kaku Gothic New", "ZenKaku Fallback", system-ui, sans-serif;
  font-weight: 900;
  font-size: clamp(26px, 3.6vw, 40px);
  line-height: 1.35;
  letter-spacing: 0.01em;
  color: #052e1a;
  margin-bottom: 40px;
}
body .ct_btn {
  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;
  gap: 8px;
  font-family: "Zen Kaku Gothic New", "ZenKaku Fallback", system-ui, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  padding: 15px 30px;
  border-radius: 10px;
  border: 2px solid transparent;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.15s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
  transition: transform 0.15s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.2s ease;
  cursor: pointer;
  text-align: center;
}
body .ct_btn_lg {
  padding: 18px 40px;
  font-size: 17px;
}
body .ct_btn_primary {
  background: #d97757;
  color: #fff;
  -webkit-box-shadow: 0 8px 20px rgba(217, 119, 87, 0.35);
  box-shadow: 0 8px 20px rgba(217, 119, 87, 0.35);
}
body .ct_btn_primary:hover {
  background: #c8643f;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 12px 26px rgba(217, 119, 87, 0.45);
  box-shadow: 0 12px 26px rgba(217, 119, 87, 0.45);
}
body .ct_btn_ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.55);
}
body .ct_btn_ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
body .ct_btn_ghost_light {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.6);
}
body .ct_btn_ghost_light:hover {
  background: rgba(255, 255, 255, 0.14);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
body .ct_btn_white {
  background: #fff;
  color: #052e1a;
}
body .ct_btn_white:hover {
  background: #ecfdf5;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
body .ct_btn_more {
  background: #fff;
  color: #16a34a;
  border-color: #d8e8de;
}
body .ct_btn_more:hover {
  background: #ecfdf5;
  border-color: #16a34a;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
body .ct_btn_arrow {
  -webkit-transition: -webkit-transform 0.15s ease;
  transition: -webkit-transform 0.15s ease;
  transition: transform 0.15s ease;
  transition: transform 0.15s ease, -webkit-transform 0.15s ease;
}
body .ct_btn_more:hover .ct_btn_arrow {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}
body .ct_sec_more {
  margin-top: 40px;
  text-align: center;
}
body .ct_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: saturate(160%) blur(10px);
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 0.25s ease, background-color 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: border-color 0.25s ease, background-color 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: box-shadow 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
  transition: box-shadow 0.25s ease, border-color 0.25s ease, background-color 0.25s ease, -webkit-box-shadow 0.25s ease;
}
body .ct_header.is_scrolled {
  -webkit-box-shadow: 0 6px 20px rgba(5, 46, 26, 0.08);
  box-shadow: 0 6px 20px rgba(5, 46, 26, 0.08);
  border-bottom-color: #d8e8de;
}
body .ct_header_inner {
  max-width: 1120px;
  margin: 0 auto;
  height: 70px;
  padding: 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}
body .ct_header_logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 9px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-decoration: none;
}
body .ct_logo_mark {
  width: 32px;
  height: 32px;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
body .ct_logo_word {
  font-family: "Plus Jakarta Sans", "Jakarta Fallback", "Zen Kaku Gothic New", "ZenKaku Fallback", system-ui, sans-serif;
  font-weight: 800;
  font-size: 21px;
  letter-spacing: 0.005em;
  color: #052e1a;
  line-height: 1;
}
body .ct_logo_c {
  color: #0a9913;
}
body .ct_logo_word_light {
  color: #fff;
}
body .ct_logo_word_light .ct_logo_c {
  color: #0a9913;
}
body .ct_gnav {
  margin-left: auto;
}
body .ct_gnav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
}
body .ct_gnav_list a {
  font-family: "Zen Kaku Gothic New", "ZenKaku Fallback", system-ui, sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #0a3d24;
  padding: 6px 2px;
  position: relative;
}
body .ct_gnav_list a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #22c55e;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
body .ct_gnav_list a:hover::after {
  width: 100%;
}
body .ct_secnav {
  position: sticky;
  top: 70px;
  z-index: 90;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: saturate(160%) blur(10px);
  border-bottom: 1px solid #d8e8de;
}
body .ct_secnav_inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
body .ct_secnav_inner::-webkit-scrollbar {
  display: none;
}
body .ct_secnav a {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: inline-block;
  padding: 15px 2px;
  font-family: "Zen Kaku Gothic New", "ZenKaku Fallback", system-ui, sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #566b5e;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
  -webkit-transition: color 0.2s, border-color 0.2s;
  transition: color 0.2s, border-color 0.2s;
}
body .ct_secnav a:hover {
  color: #052e1a;
  border-bottom-color: #16a34a;
}
body .ct_problem, body .ct_feature, body .ct_compare, body .ct_function, body .ct_ai, body .ct_case, body .ct_faq {
  scroll-margin-top: 128px;
}
body .ct_header_cta {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background: #d97757;
  color: #fff;
  font-family: "Zen Kaku Gothic New", "ZenKaku Fallback", system-ui, sans-serif;
  font-weight: 700;
  font-size: 14px;
  padding: 11px 20px;
  border-radius: 8px;
  -webkit-transition: background-color 0.2s ease, -webkit-transform 0.15s ease;
  transition: background-color 0.2s ease, -webkit-transform 0.15s ease;
  transition: background-color 0.2s ease, transform 0.15s ease;
  transition: background-color 0.2s ease, transform 0.15s ease, -webkit-transform 0.15s ease;
}
body .ct_header_cta:hover {
  background: #c8643f;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}
body .ct_case {
  padding: 90px 0;
  background: #fff;
}
body .ct_case_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 26px 1fr 26px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
body .ct_case_list.ct_case_list_2col {
  -ms-grid-columns: 1fr 26px 1fr;
  grid-template-columns: repeat(2, 1fr);
}
body .ct_case_card {
  border: 1px solid #d8e8de;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  -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_case_card:hover {
  -webkit-box-shadow: 0 16px 36px rgba(5, 46, 26, 0.12);
  box-shadow: 0 16px 36px rgba(5, 46, 26, 0.12);
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
body .ct_case_thumb {
  line-height: 0;
}
body .ct_case_thumb img {
  width: 100%;
  height: auto;
}
body .ct_case_body {
  padding: 22px 24px 26px;
}
body .ct_case_tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #16a34a;
  background: #ecfdf5;
  padding: 4px 10px;
  border-radius: 6px;
  margin-bottom: 10px;
}
body .ct_case_title {
  font-weight: 900;
  font-size: 18px;
  color: #052e1a;
  margin-bottom: 8px;
}
body .ct_case_desc {
  font-size: 14px;
  line-height: 1.8;
  color: #566b5e;
}
body .ct_faq {
  padding: 90px 0;
  background: #fff;
}
body .ct_faq_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px;
}
body .ct_faq_item {
  border: 1px solid #d8e8de;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  -webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}
body .ct_faq_item.is_open {
  border-color: #bce6cb;
  -webkit-box-shadow: 0 10px 26px rgba(5, 46, 26, 0.08);
  box-shadow: 0 10px 26px rgba(5, 46, 26, 0.08);
}
body .ct_faq_q {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 18px;
  text-align: left;
  background: transparent;
  border: 0;
  padding: 22px 24px;
  font-family: "Zen Kaku Gothic New", "ZenKaku Fallback", system-ui, sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: #052e1a;
  cursor: pointer;
  line-height: 1.6;
}
body .ct_faq_q_text {
  position: relative;
  padding-left: 32px;
}
body .ct_faq_q_text::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: -2px;
  font-family: "Plus Jakarta Sans", "Jakarta Fallback", "Zen Kaku Gothic New", "ZenKaku Fallback", system-ui, sans-serif;
  font-weight: 800;
  color: #16a34a;
  font-size: 18px;
}
body .ct_faq_icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  width: 22px;
  height: 22px;
}
body .ct_faq_icon::before, body .ct_faq_icon::after {
  content: "";
  position: absolute;
  background: #16a34a;
  border-radius: 2px;
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease, -webkit-transform 0.25s ease;
}
body .ct_faq_icon::before {
  left: 0;
  top: 10px;
  width: 22px;
  height: 2px;
}
body .ct_faq_icon::after {
  left: 10px;
  top: 0;
  width: 2px;
  height: 22px;
}
body .ct_faq_q[aria-expanded=true] .ct_faq_icon::after {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  opacity: 0;
}
body .ct_faq_a {
  padding: 0 24px 24px 56px;
}
body .ct_faq_a p {
  position: relative;
  padding-left: 32px;
  font-size: 15px;
  line-height: 1.9;
  color: #566b5e;
}
body .ct_faq_a p::before {
  content: "A";
  position: absolute;
  left: -24px;
  top: -1px;
  font-family: "Plus Jakarta Sans", "Jakarta Fallback", "Zen Kaku Gothic New", "ZenKaku Fallback", system-ui, sans-serif;
  font-weight: 800;
  color: #d97757;
  font-size: 18px;
}
body .ct_faq_cat {
  margin-top: clamp(44px, 5vw, 64px);
}
body .ct_faq_cat:first-of-type {
  margin-top: 0;
}
body .ct_faq_cat_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  font-size: clamp(18px, 2vw, 22px);
  letter-spacing: 0.01em;
  color: #052e1a;
  margin: 0 0 18px;
}
body .ct_faq_cat_title::before {
  content: "";
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 6px;
  height: 1.05em;
  border-radius: 3px;
  background: -webkit-gradient(linear, left top, left bottom, from(#16a34a), to(#052e1a));
  background: linear-gradient(180deg, #16a34a, #052e1a);
}
body .ct_news {
  padding: 90px 0;
  background: #fff;
}
body .ct_news_soft {
  background: #f1faf4;
}
body .ct_news_filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 28px;
}
body .ct_news_filter_item {
  display: inline-block;
  padding: 7px 20px;
  border: 1px solid #bce6cb;
  border-radius: 999px;
  background: #f1faf4;
  color: #052e1a;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
body .ct_news_filter_item:hover {
  border-color: #16a34a;
  color: #16a34a;
}
body .ct_news_filter_item.is_current {
  background: #16a34a;
  border-color: #16a34a;
  color: #fff;
}
body .ct_news_list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #d8e8de;
}
body .ct_news_item {
  border-bottom: 1px solid #d8e8de;
}
body .ct_news_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
  padding: 22px 6px;
  text-decoration: none;
  color: #052e1a;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
body .ct_news_link:hover {
  color: #16a34a;
}
body .ct_news_date {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: "Plus Jakarta Sans", "Jakarta Fallback", "Zen Kaku Gothic New", "ZenKaku Fallback", system-ui, sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #566b5e;
  letter-spacing: 0.02em;
}
body .ct_news_cat {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 700;
  color: #16a34a;
  border: 1px solid #bce6cb;
  border-radius: 999px;
  padding: 3px 14px;
  background: #f1faf4;
}
body .ct_news_title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
}
body .ct_news_detail {
  padding: 56px 0 76px;
  background: #fff;
}
body .ct_news_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
  margin: 18px 0 16px;
}
body .ct_pager {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: clamp(36px, 5vw, 52px);
}
body .ct_pager_item, body .ct_pager_ctrl {
  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;
  min-width: 42px;
  height: 42px;
  padding: 0 14px;
  border: 1px solid #d8e8de;
  border-radius: 8px;
  font-family: "Plus Jakarta Sans", "Jakarta Fallback", "Zen Kaku Gothic New", "ZenKaku Fallback", system-ui, sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #052e1a;
  background: #fff;
  text-decoration: none;
  -webkit-transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}
body .ct_pager_item:hover, body .ct_pager_ctrl:hover {
  border-color: #22c55e;
  color: #16a34a;
}
body .ct_pager_item.is_current {
  background: #16a34a;
  border-color: #16a34a;
  color: #fff;
  pointer-events: none;
}
body .ct_pager_ctrl.is_disabled {
  opacity: 0.4;
  pointer-events: none;
}
body .ct_news_nav {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: clamp(40px, 6vw, 64px);
  padding-top: clamp(28px, 4vw, 36px);
  border-top: 1px solid #d8e8de;
}
body .ct_news_nav_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
  padding: 16px 18px;
  border: 1px solid #d8e8de;
  border-radius: 12px;
  text-decoration: none;
  -webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}
body .ct_news_nav_link:hover {
  border-color: #bce6cb;
  -webkit-box-shadow: 0 10px 26px rgba(5, 46, 26, 0.08);
  box-shadow: 0 10px 26px rgba(5, 46, 26, 0.08);
}
body .ct_news_nav_next {
  text-align: right;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
body .ct_news_nav_label {
  font-family: "Plus Jakarta Sans", "Jakarta Fallback", "Zen Kaku Gothic New", "ZenKaku Fallback", system-ui, sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #566b5e;
  letter-spacing: 0.04em;
}
body .ct_news_nav_title {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.6;
  color: #052e1a;
}
body .ct_news_nav_empty {
  visibility: hidden;
}
body .ct_news_back {
  text-align: center;
  margin-top: clamp(36px, 5vw, 52px);
}
body .ct_news_related {
  margin-top: clamp(44px, 6vw, 68px);
}
body .ct_news_related_title {
  font-weight: 900;
  font-size: clamp(18px, 2.2vw, 22px);
  color: #052e1a;
  margin: 0 0 16px;
}
body .ct_cta {
  margin-top: 76px;
  padding: 96px 0;
  background: linear-gradient(135deg, #052e1a 0%, #14532d 55%, #16a34a 130%);
  color: #fff;
  text-align: center;
}
body .ct_cta_eyebrow {
  font-family: "Plus Jakarta Sans", "Jakarta Fallback", "Zen Kaku Gothic New", "ZenKaku Fallback", system-ui, sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #4ade80;
  margin-bottom: 14px;
}
body .ct_cta_heading {
  font-weight: 900;
  font-size: clamp(26px, 3.6vw, 40px);
  line-height: 1.4;
  margin-bottom: 18px;
}
body .ct_cta_lead {
  font-size: 16px;
  line-height: 1.9;
  color: #cdeed9;
  margin: 0 auto 34px;
}
body .ct_cta_actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 14px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
body .ct_footer {
  background: #052e1a;
  color: #bbf0cf;
  padding: 48px 0 32px;
}
body .ct_footer_inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 180px 1fr;
  grid-template-columns: 180px 1fr;
  -webkit-column-gap: 48px;
  column-gap: 48px;
  row-gap: 24px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
body .ct_footer_logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 9px;
  text-decoration: none;
  padding-top: 4px;
}
body .ct_footer_nav {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 32px;
}
body .ct_footer_nav_label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #84ab92;
  margin-bottom: 10px;
}
body .ct_footer_nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
body .ct_footer_nav a {
  font-size: 13px;
  color: #bbf0cf;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
body .ct_footer_nav a:hover {
  color: #fff;
}
body .ct_footer_copy {
  font-size: 12px;
  color: #84ab92;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  grid-column: 1 / -1;
  -ms-grid-column-span: 2;
  width: 100%;
}
body .ct_pagetop {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 60;
  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: 52px;
  height: 52px;
  padding: 0;
  border: none;
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
  color: #ffffff;
  background: #0a3d24;
  -webkit-box-shadow: 0 10px 26px rgba(5, 46, 26, 0.28);
  box-shadow: 0 10px 26px rgba(5, 46, 26, 0.28);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, background-color 0.2s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, background-color 0.2s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, background-color 0.2s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, background-color 0.2s ease, -webkit-transform 0.3s ease;
}
body .ct_pagetop::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  border-radius: 0 0 14px 14px;
  background: #d97757;
}
body .ct_pagetop svg {
  display: block;
}
body .ct_pagetop:hover {
  background: #052e1a;
}
body .ct_pagetop.is_visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media (max-width: 900px) {
  body .ct_gnav {
    display: none;
  }
  body .ct_header_inner {
    gap: 14px;
  }
  body .ct_header_cta {
    margin-left: 0;
  }
  body .ct_case_list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    max-width: 520px;
    margin: 0 auto;
  }
  body .ct_case_list.ct_case_list_2col {
    -ms-grid-columns: 1fr 26px 1fr;
    grid-template-columns: repeat(2, 1fr);
    max-width: none;
  }
  body .ct_footer_nav {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 20px;
  }
}
@media (max-width: 640px) {
  body {
    line-height: 1.75;
  }
  body .ct_inner {
    padding-left: 18px;
    padding-right: 18px;
  }
  body .ct_case_list.ct_case_list_2col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    max-width: 520px;
    margin: 0 auto;
  }
  body .ct_news_link {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px 14px;
    padding: 18px 4px;
  }
  body .ct_news_title {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  body .ct_news_nav {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  body .ct_sec_heading {
    margin-bottom: 30px;
  }
  body .ct_case, body .ct_faq {
    padding: 64px 0;
  }
  body .ct_cta {
    padding: 72px 0;
  }
  body .ct_cta_actions .ct_btn {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  body .ct_faq_q {
    font-size: 16px;
    padding: 18px;
  }
  body .ct_faq_a {
    padding: 0 18px 20px 42px;
  }
  body .ct_footer_inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  body .ct_footer_nav {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 16px;
  }
  body .ct_pagetop {
    right: 16px;
    bottom: 16px;
    width: 46px;
    height: 46px;
    border-radius: 12px;
  }
  body .ct_pagetop::after {
    border-radius: 0 0 12px 12px;
  }
  body input, body select, body textarea, body button {
    font-size: 16px;
  }
}
/* ============ ハンバーガーボタン ============ */
body .ct_hamburger {
  display: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  -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;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  border-radius: 8px;
  margin-left: auto;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
body .ct_hamburger:hover, body .ct_hamburger:focus-visible {
  background: #f1faf4;
}
body .ct_hamburger_bar {
  display: block;
  width: 20px;
  height: 2px;
  background: #052e1a;
  border-radius: 2px;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: -webkit-transform 0.25s ease, opacity 0.2s;
  transition: -webkit-transform 0.25s ease, opacity 0.2s;
  transition: transform 0.25s ease, opacity 0.2s;
  transition: transform 0.25s ease, opacity 0.2s, -webkit-transform 0.25s ease;
}
body .ct_hamburger.is_open .ct_hamburger_bar:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}
body .ct_hamburger.is_open .ct_hamburger_bar:nth-child(2) {
  opacity: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
body .ct_hamburger.is_open .ct_hamburger_bar:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}
/* ============ ヘッダー CTA：アイコン＋テキスト構成 ============ */
body .ct_header_cta {
  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;
  gap: 7px;
}
body .ct_header_cta_icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: block;
}
/* ============ ナビオーバーレイ ============ */
body .ct_nav_overlay {
  position: fixed;
  inset: 0;
  z-index: 90;
  background: rgba(5, 46, 26, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
body .ct_nav_overlay.is_open {
  opacity: 1;
  visibility: visible;
}
/* ============ モバイルナビパネル ============ */
body .ct_mobile_nav {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: -webkit-min-content;
  width: min-content;
  min-width: 260px;
  max-width: 82vw;
  z-index: 91;
  background: #fff;
  padding: 72px 28px 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: translateX(110%);
  transform: translateX(110%);
  visibility: hidden;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1), visibility 0.35s;
  transition: -webkit-transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1), visibility 0.35s;
  transition: transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1), visibility 0.35s;
  transition: transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1), visibility 0.35s, -webkit-transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
  overflow-y: auto;
  -webkit-box-shadow: -20px 0 50px rgba(5, 46, 26, 0.12);
  box-shadow: -20px 0 50px rgba(5, 46, 26, 0.12);
}
body .ct_mobile_nav.is_open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
}
body .ct_mobile_nav_list {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
body .ct_mobile_nav_list li {
  border-bottom: 1px solid #d8e8de;
}
body .ct_mobile_nav_list a {
  display: block;
  font-weight: 700;
  font-size: 16px;
  color: #052e1a;
  padding: 15px 4px;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
body .ct_mobile_nav_list a:hover, body .ct_mobile_nav_list a:focus-visible {
  color: #15803d;
}
body .ct_mobile_nav_cta {
  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-top: 28px;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  background: #d97757;
  padding: 16px 24px;
  border-radius: 10px;
  text-decoration: none;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
body .ct_mobile_nav_cta:hover {
  background: #c8643f;
}
/* ============ ヘッダーアクション群（検索＋CTA） ============ */
body .ct_header_actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
/* CTA デスクトップ：テキストボタン */
body .ct_header_cta {
  width: auto;
  height: 36px;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
body .ct_header_cta_icon {
  display: none;
}
body .ct_header_cta_text {
  display: inline;
}
/* ============ ≤900px：ハンバーガー表示・CTA をアイコン正方形に ============ */
@media (max-width: 900px) {
  /* ハンバーガー表示 */
  /* ロゴを flex:1 で左側へ、アクション群を右端へ */
  /* CTA：正方形・アイコンのみ（背景色はそのまま） */
  /* 検索ボタン：正方形 */
  body .ct_hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body .ct_header_inner {
    gap: 8px;
    padding-right: 0;
  }
  body .ct_header_logo {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  body .ct_header_actions {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    gap: 6px;
  }
  body .ct_header_cta {
    width: 38px;
    height: 38px;
    min-width: 0;
    padding: 0;
    font-size: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  body .ct_header_cta_icon {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  body .ct_header_cta_text {
    display: none;
  }
  body .ct_header_search_btn {
    width: 38px;
    height: 38px;
  }
}
@media (max-width: 640px) {
  /* ヘッダー高さを縮小 */
  /* ロゴ縮小 */
  body .ct_header_inner {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  body .ct_logo_mark {
    width: 24px;
    height: 24px;
  }
  body .ct_logo_word {
    font-size: 17px;
  }
}
/* ============ ヘッダー検索ボタン ============ */
body .ct_header_search_btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  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;
  background: none;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  color: #052e1a;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  padding: 0;
}
@media (max-width: 900px) {
  body .ct_header_search_btn {
    border: 1px solid #c2d9c9;
  }
}
body .ct_header_search_btn:hover, body .ct_header_search_btn:focus-visible {
  background: #f1faf4;
}
body .ct_header_search_btn.is_active {
  background: #f1faf4;
  color: #0a9913;
}
/* ============ 検索ドロップダウン ============ */
body .ct_search_drop {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #d8e8de;
  -webkit-box-shadow: 0 8px 24px rgba(5, 46, 26, 0.1);
  box-shadow: 0 8px 24px rgba(5, 46, 26, 0.1);
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  -webkit-transition: max-height 0.28s ease, opacity 0.22s ease;
  transition: max-height 0.28s ease, opacity 0.22s ease;
  pointer-events: none;
}
body .ct_search_drop.is_open {
  max-height: 120px;
  opacity: 1;
  pointer-events: auto;
}
body .ct_search_drop_inner {
  max-width: 760px;
  margin: 0 auto;
  padding: 20px 24px;
}
body .ct_search_form_label {
  display: block;
  font-size: 12px;
  color: #5a7a65;
  font-weight: 600;
  margin-bottom: 8px;
  letter-spacing: 0.04em;
}
body .ct_search_form_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  border: 1.5px solid #d8e8de;
  border-radius: 10px;
  background: #f8fbf9;
  padding: 0 14px;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
body .ct_search_form_row:focus-within {
  border-color: #0a9913;
  background: #fff;
}
body .ct_search_form_ico {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #7aaa88;
}
body .ct_search_form_input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: none;
  background: none;
  font-size: 15px;
  font-family: "Zen Kaku Gothic New", "ZenKaku Fallback", system-ui, sans-serif;
  color: #052e1a;
  padding: 11px 0;
  outline: none;
  min-width: 0;
}
body .ct_search_form_input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}
body .ct_search_form_input::-webkit-input-placeholder {
  color: #9ab8a2;
}
body .ct_search_form_input::-moz-placeholder {
  color: #9ab8a2;
}
body .ct_search_form_input:-ms-input-placeholder {
  color: #9ab8a2;
}
body .ct_search_form_input::placeholder {
  color: #9ab8a2;
}
body .ct_search_form_btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background: #0a9913;
  color: #fff;
  border: none;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", "ZenKaku Fallback", system-ui, sans-serif;
  padding: 7px 18px;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
body .ct_search_form_btn:hover {
  background: #087a0f;
}
@media (max-width: 640px) {
  body .ct_search_drop_inner {
    padding: 16px 16px;
  }
  body .ct_search_form_btn {
    display: none;
  }
  body .ct_search_form_input {
    font-size: 16px;
  }
}
