@charset "UTF-8";
body .ct_crumb {
  padding: 18px 0 0;
}
body .ct_crumb ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: #566b5e;
}
body .ct_crumb li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
body .ct_crumb li + li::before {
  content: "/";
  color: #9bb3a4;
}
body .ct_crumb a {
  color: #15803d;
  text-decoration: none;
}
body .ct_crumb a:hover {
  text-decoration: underline;
}
body .ct_crumb li[aria-current=page] {
  color: #566b5e;
  font-weight: 700;
}
body .feat_head {
  padding: 100px 0 40px;
  background: #f1faf4;
  border-bottom: 1px solid #d8e8de;
}
body .feat_h1 {
  font-family: "Plus Jakarta Sans", "Jakarta Fallback", "Zen Kaku Gothic New", "ZenKaku Fallback", system-ui, sans-serif;
  font-weight: 900;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.3;
  letter-spacing: 0.01em;
  color: #052e1a;
  margin: 14px 0 16px;
}
body .feat_lead {
  font-size: 16px;
  line-height: 1.95;
  color: #566b5e;
  margin: 0;
}
/* feat_lead を feat_head 以外で説明文として再利用した場合に下余白を確保 */
body section:not(.feat_head) .feat_lead {
  margin-bottom: 40px;
}
body .feat_hub_layout {
  display: block;
}
body .feat_hub_main {
  min-width: 0;
}
body .feat_hub_side {
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 80;
}
body .feat_hub_side_toggle {
  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;
  gap: 7px;
  width: 44px;
  padding: 16px 0;
  border: 1px solid #d8e8de;
  border-right: none;
  border-radius: 12px 0 0 12px;
  background: #fff;
  color: #15803d;
  cursor: pointer;
  -webkit-box-shadow: -6px 0 22px rgba(5, 46, 26, 0.1);
  box-shadow: -6px 0 22px rgba(5, 46, 26, 0.1);
  -webkit-transition: background-color 0.2s, color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}
body .feat_hub_side_toggle:hover, body .feat_hub_side_toggle:focus-visible {
  background: #ecfdf5;
}
body .feat_hub_side_toggle_icon {
  display: block;
}
body .feat_hub_side_toggle_txt {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  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.16em;
}
body .feat_hub_side.is_open .feat_hub_side_toggle {
  background: #16a34a;
  color: #fff;
  border-color: #16a34a;
}
body .feat_hub_side_panel {
  position: absolute;
  top: 50%;
  right: 100%;
  margin-right: 8px;
  width: 248px;
  max-width: calc(100vw - 64px);
  max-height: 78vh;
  overflow-y: auto;
  padding: 18px;
  background: #fff;
  border: 1px solid #d8e8de;
  border-radius: 12px;
  -webkit-box-shadow: -10px 0 34px rgba(5, 46, 26, 0.12);
  box-shadow: -10px 0 34px rgba(5, 46, 26, 0.12);
  -webkit-transform: translateY(-50%) translateX(12px);
  transform: translateY(-50%) translateX(12px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.3s, visibility 0.3s;
  transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
body .feat_hub_side.is_open .feat_hub_side_panel {
  -webkit-transform: translateY(-50%) translateX(0);
  transform: translateY(-50%) translateX(0);
  opacity: 1;
  visibility: visible;
}
body .feat_hub_side_label {
  font-family: "Plus Jakarta Sans", "Jakarta Fallback", "Zen Kaku Gothic New", "ZenKaku Fallback", system-ui, sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.14em;
  color: #566b5e;
  margin: 0 0 12px;
  padding-left: 4px;
  opacity: 0.75;
}
body .feat_hub_side_list {
  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: 1px;
}
body .feat_hub_side_list a {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  color: #566b5e;
  text-decoration: none;
  padding: 9px 12px;
  border-radius: 8px;
  -webkit-transition: color 0.2s, background-color 0.2s;
  transition: color 0.2s, background-color 0.2s;
}
body .feat_hub_side_list a:hover, body .feat_hub_side_list a:focus-visible {
  color: #052e1a;
  background: #f1faf4;
}
body .feat_hub_side_list a.is_active {
  color: #15803d;
  background: #ecfdf5;
}
body .feat_hub {
  padding: clamp(52px, 7vw, 80px) 0 clamp(72px, 10vw, 108px);
  background: #fff;
}
body .feat_hub + .ct_cta {
  margin-top: 0;
}
body .feat_hub_intro {
  max-width: 60em;
  margin: 0 0 clamp(48px, 6vw, 76px);
  padding-bottom: clamp(32px, 4vw, 48px);
  border-bottom: 1px solid #d8e8de;
}
body .feat_hub_intro p {
  font-size: 16px;
  line-height: 2;
  color: #566b5e;
  margin: 0 0 16px;
}
body .feat_hub_intro p:last-child {
  margin-bottom: 0;
}
body .feat_hub_cat {
  margin-bottom: clamp(60px, 8vw, 96px);
  scroll-margin-top: 92px;
}
body .feat_hub_cat:last-child {
  margin-bottom: 0;
}
body .feat_hub_cat_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
  font-weight: 900;
  font-size: clamp(20px, 2.4vw, 25px);
  letter-spacing: 0.01em;
  color: #052e1a;
  margin: 0 0 14px;
}
body .feat_hub_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(#15803d));
  background: linear-gradient(180deg, #16a34a, #15803d);
}
body .feat_hub_cat_desc {
  margin: 0 0 clamp(26px, 3.4vw, 36px);
  padding-left: 20px;
  font-size: 15px;
  line-height: 1.9;
  color: #566b5e;
}
body .feat_hub_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr clamp(16px, 1.8vw, 22px) 1fr clamp(16px, 1.8vw, 22px) 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 1.8vw, 22px);
  list-style: none;
  margin: 0;
  padding: 0;
}
body .feat_hub_card {
  position: relative;
  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;
  height: 100%;
  background: #fff;
  border: 1px solid #d8e8de;
  border-radius: 14px;
  padding: 24px 54px 22px 24px;
  text-decoration: none;
  -webkit-transition: border-color 0.2s, -webkit-box-shadow 0.2s, -webkit-transform 0.2s;
  transition: border-color 0.2s, -webkit-box-shadow 0.2s, -webkit-transform 0.2s;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s, -webkit-box-shadow 0.2s, -webkit-transform 0.2s;
}
body .feat_hub_card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 3px;
  border-radius: 0 3px 3px 0;
  background: #16a34a;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
body .feat_hub_card:hover {
  border-color: #16a34a;
  -webkit-box-shadow: 0 12px 30px rgba(5, 46, 26, 0.09);
  box-shadow: 0 12px 30px rgba(5, 46, 26, 0.09);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
body .feat_hub_card:hover::before {
  opacity: 1;
}
body .feat_hub_card_name {
  font-weight: 800;
  font-size: 16px;
  line-height: 1.5;
  color: #052e1a;
}
body .feat_hub_card_desc {
  font-size: 12.5px;
  line-height: 1.65;
  color: #566b5e;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body .feat_hub_card_go {
  position: absolute;
  top: 22px;
  right: 20px;
  width: 28px;
  height: 28px;
  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;
  font-size: 15px;
  line-height: 1;
  color: #15803d;
  background: #ecfdf5;
  border: 1px solid rgba(22, 163, 74, 0.25);
  border-radius: 50%;
  -webkit-transition: background 0.2s, color 0.2s, -webkit-transform 0.2s;
  transition: background 0.2s, color 0.2s, -webkit-transform 0.2s;
  transition: background 0.2s, color 0.2s, transform 0.2s;
  transition: background 0.2s, color 0.2s, transform 0.2s, -webkit-transform 0.2s;
}
body .feat_hub_card:hover .feat_hub_card_go {
  background: #16a34a;
  color: #fff;
  -webkit-transform: translateX(2px);
  transform: translateX(2px);
}
body .feat_shot_sec {
  padding: 40px 0 4px;
  background: #fff;
}
body .feat_shot {
  margin: 0;
  border: 1px solid #d8e8de;
  border-radius: 16px;
  overflow: hidden;
  -webkit-box-shadow: 0 16px 40px rgba(5, 46, 26, 0.08);
  box-shadow: 0 16px 40px rgba(5, 46, 26, 0.08);
}
body .feat_shot img {
  display: block;
  width: 100%;
  height: auto;
}
body .feat_shot_cap {
  font-size: 13px;
  color: #566b5e;
  padding: 12px 18px;
  background: #f1faf4;
  border-top: 1px solid #d8e8de;
}
body .feat_body {
  padding: 56px 0 clamp(44px, 5vw, 64px);
  background: #fff;
}
body .feat_outro {
  padding: 56px 0 clamp(44px, 5vw, 64px);
  background: #fff;
}
/* feat_body/feat_outro 直後の CTA は底余白と二重にならないよう margin-top を 0 に */
body .feat_body + .ct_cta, body .feat_outro + .ct_cta {
  margin-top: 0;
}
body .feat_outro .feat_related {
  margin-top: 0;
}
body .feat_block_title {
  font-weight: 900;
  font-size: clamp(20px, 2.4vw, 26px);
  color: #052e1a;
  margin: 0 0 22px;
  scroll-margin-top: 96px;
}
body .feat_points.feat_points {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 18px 1fr 18px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  list-style: none !important;
  margin: 0 0 56px !important;
  padding: 0 !important;
}
body .feat_points .feat_point {
  background: #f1faf4 !important;
  border: 1px solid #d8e8de !important;
  border-radius: 14px !important;
  padding: 26px 24px !important;
  margin: 0 !important;
  list-style: none !important;
}
body .feat_point_no {
  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: 12px;
  color: #15803d;
  background: #ecfdf5;
  border: 1px solid rgba(22, 163, 74, 0.3);
  border-radius: 6px;
  padding: 4px 10px;
  margin-bottom: 12px;
}
body .feat_point_h {
  font-weight: 800;
  font-size: 17px;
  color: #052e1a;
  margin: 0 0 8px;
}
body .feat_point_d {
  font-size: 14px;
  line-height: 1.8;
  color: #566b5e;
  margin: 0;
}
body .feat_cando {
  margin: 0 0 56px;
}
body .feat_cando_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 28px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}
body .feat_cando_list li {
  position: relative;
  padding-left: 30px;
  font-size: 15px;
  line-height: 1.8;
  color: #14271d;
}
body .feat_cando_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ecfdf5 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2316a34a' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center/12px no-repeat;
  border: 1px solid rgba(22, 163, 74, 0.35);
}
body .feat_overview {
  font-size: 15px;
  line-height: 2;
  color: #14271d;
  margin: 0 0 56px;
}
body .feat_scenes {
  margin: 0 0 56px;
}
body .feat_scenes_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 14px 1fr 14px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}
body .feat_scenes_list li {
  position: relative;
  padding: 18px 18px 18px 42px;
  background: #f1faf4;
  border: 1px solid #d8e8de;
  border-radius: 12px;
  font-size: 14px;
  line-height: 1.7;
  color: #14271d;
}
body .feat_scenes_list li::before {
  content: "‣";
  position: absolute;
  left: 18px;
  top: 15px;
  color: #16a34a;
  font-weight: 700;
  font-size: 16px;
}
body .feat_back {
  margin-top: 48px;
  text-align: center;
}
body .feat_back_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 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: #15803d;
  background: #fff;
  border: 1px solid #d8e8de;
  border-radius: 999px;
  padding: 14px 34px;
  text-decoration: none;
  -webkit-transition: border-color 0.2s, background 0.2s, color 0.2s;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
}
body .feat_back_btn:hover {
  border-color: #16a34a;
  background: #ecfdf5;
  color: #15803d;
}
body .feat_back_arrow {
  font-size: 17px;
  line-height: 1;
}
body .feat_related {
  margin: 56px 0 0;
}
body .feat_related .feat_block_title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 14px;
}
body .feat_related_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}
body .feat_related_list a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #15803d;
  background: #ecfdf5;
  border: 1px solid rgba(22, 163, 74, 0.3);
  border-radius: 999px;
  padding: 9px 18px;
  text-decoration: none;
  -webkit-transition: background 0.2s, border-color 0.2s;
  transition: background 0.2s, border-color 0.2s;
}
body .feat_related_list a:hover {
  background: #d9f3e3;
  border-color: #16a34a;
}
body .ct_contact {
  padding: clamp(44px, 6vw, 72px) 0 clamp(72px, 10vw, 108px);
}
body .ct_contact_form {
  margin-top: clamp(28px, 4vw, 44px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: clamp(20px, 3vw, 26px);
}
body .ct_contact_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 210px 28px minmax(0, 1fr);
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 6px 28px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
body .ct_contact_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding-top: 13px;
  font-weight: 700;
  font-size: 15px;
  color: #052e1a;
}
body .ct_contact_req {
  -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-size: 11px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: #16a34a;
  border-radius: 4px;
  padding: 4px 7px;
}
body .ct_contact_field {
  min-width: 0;
}
body .ct_contact_input, body .ct_contact_select, body .ct_contact_textarea {
  width: 100%;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.6;
  color: #14271d;
  background: #f1faf4;
  border: 1px solid #d8e8de;
  border-radius: 10px;
  padding: 12px 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: border-color 0.2s, background-color 0.2s, -webkit-box-shadow 0.2s;
  transition: border-color 0.2s, background-color 0.2s, -webkit-box-shadow 0.2s;
  transition: border-color 0.2s, box-shadow 0.2s, background-color 0.2s;
  transition: border-color 0.2s, box-shadow 0.2s, background-color 0.2s, -webkit-box-shadow 0.2s;
}
body .ct_contact_textarea {
  resize: vertical;
  min-height: 150px;
}
body .ct_contact_select {
  padding-right: 42px;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2316a34a' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 18px;
}
body .ct_contact_input:focus, body .ct_contact_select:focus, body .ct_contact_textarea:focus {
  outline: none;
  background: #fff;
  border-color: #16a34a;
  -webkit-box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.15);
  box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.15);
}
body .ct_contact_input::-webkit-input-placeholder, body .ct_contact_textarea::-webkit-input-placeholder {
  color: #9aa8a0;
}
body .ct_contact_input::-webkit-input-placeholder, body .ct_contact_textarea::-webkit-input-placeholder {
  color: #9aa8a0;
}
body .ct_contact_input::-moz-placeholder, body .ct_contact_textarea::-moz-placeholder {
  color: #9aa8a0;
}
body .ct_contact_input:-ms-input-placeholder, body .ct_contact_textarea:-ms-input-placeholder {
  color: #9aa8a0;
}
body .ct_contact_input::-ms-input-placeholder, body .ct_contact_textarea::-ms-input-placeholder {
  color: #9aa8a0;
}
body .ct_contact_input::placeholder, body .ct_contact_textarea::placeholder {
  color: #9aa8a0;
}
body .ct_contact_agree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  margin-top: 4px;
  font-size: 14px;
  line-height: 1.7;
  color: #566b5e;
}
body .ct_contact_check {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  accent-color: #16a34a;
  cursor: pointer;
}
body .ct_contact_agree a {
  color: #15803d;
  text-decoration: underline;
}
body .ct_contact_actions {
  margin-top: clamp(8px, 2vw, 16px);
  text-align: center;
}
body .ct_contact_submit {
  min-width: 300px;
}
body .feat_easy {
  margin: 0 0 56px;
}
body .feat_easy_p {
  font-size: 15px;
  line-height: 2.05;
  color: #14271d;
  margin: 0 0 16px;
}
body .feat_easy_p:last-child {
  margin-bottom: 0;
}
body .feat_easy_p strong {
  color: #15803d;
  font-weight: 800;
}
body .feat_steps.feat_steps {
  list-style: none !important;
  margin: 0 0 56px !important;
  padding: 0 !important;
  counter-reset: featstep;
  display: -ms-grid;
  display: grid;
  gap: 14px;
}
body .feat_steps .feat_step {
  position: relative;
  counter-increment: featstep;
  padding: 20px 22px 20px 70px !important;
  margin: 0 !important;
  background: #f1faf4 !important;
  border: 1px solid #d8e8de !important;
  border-radius: 14px !important;
  list-style: none !important;
}
body .feat_steps .feat_step::before {
  content: counter(featstep) !important;
  position: absolute !important;
  left: 20px !important;
  top: 20px !important;
  width: 34px !important;
  height: 34px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Plus Jakarta Sans", "Jakarta Fallback", "Zen Kaku Gothic New", "ZenKaku Fallback", system-ui, sans-serif;
  font-weight: 800 !important;
  font-size: 15px !important;
  color: #fff !important;
  background: #16a34a !important;
  border-radius: 10px !important;
  text-align: center !important;
}
body .feat_step_t {
  font-weight: 800;
  font-size: 16px;
  color: #052e1a;
  margin: 0 0 6px;
}
body .feat_step_d {
  font-size: 14px;
  line-height: 1.85;
  color: #566b5e;
  margin: 0;
}
body .feat_shots_sec {
  padding: 48px 0 4px;
  background: #fff;
}
body .feat_shots {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 22px;
  margin: 18px 0 0;
}
body .feat_shot_zoom {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  position: relative;
  line-height: 0;
}
body .feat_shot_zoom img {
  display: block;
  width: 100%;
  height: auto;
  max-height: clamp(360px, 56vh, 620px);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
body .feat_shot_zoom_ico {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 38px;
  height: 38px;
  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;
  color: #fff;
  background: rgba(5, 46, 26, 0.72);
  border-radius: 10px;
  backdrop-filter: blur(4px);
  -webkit-transition: background 0.2s, -webkit-transform 0.2s;
  transition: background 0.2s, -webkit-transform 0.2s;
  transition: background 0.2s, transform 0.2s;
  transition: background 0.2s, transform 0.2s, -webkit-transform 0.2s;
  pointer-events: none;
}
body .feat_shot_zoom:hover .feat_shot_zoom_ico, body .feat_shot_zoom:focus-visible .feat_shot_zoom_ico {
  background: #16a34a;
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}
body .feat_shot_zoom:focus-visible {
  outline: 3px solid rgba(22, 163, 74, 0.55);
  outline-offset: 3px;
}
body .feat_shot_ph {
  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;
  gap: 10px;
  aspect-ratio: 1.7777777778;
  padding: 24px;
  text-align: center;
  color: #566b5e;
  background: repeating-linear-gradient(45deg, rgba(22, 163, 74, 0.04) 0, rgba(22, 163, 74, 0.04) 12px, transparent 12px, transparent 24px), #f1faf4;
}
body .feat_shot_ph_ico {
  width: 52px;
  height: 52px;
  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;
  color: #16a34a;
  background: #ecfdf5;
  border: 1px solid rgba(22, 163, 74, 0.3);
  border-radius: 14px;
}
body .feat_shot_ph_txt {
  font-size: 14px;
  font-weight: 700;
  color: #566b5e;
}
body .feat_shot_ph_sub {
  font-size: 12px;
  color: #8aa294;
}
body .feat_lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  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: safe center;
  -ms-flex-pack: safe center;
  justify-content: safe center;
  overflow-y: auto;
  gap: 16px;
  padding: clamp(16px, 4vw, 48px);
  background: rgba(3, 24, 14, 0.82);
  backdrop-filter: blur(6px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.24s ease, visibility 0.24s ease;
  transition: opacity 0.24s ease, visibility 0.24s ease;
}
body .feat_lightbox.is_open {
  opacity: 1;
  visibility: visible;
}
body .feat_lightbox_img {
  max-width: min(1100px, 94vw);
  width: auto;
  height: auto;
  border-radius: 12px;
  -webkit-box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(0.96);
  transform: scale(0.96);
  -webkit-transition: -webkit-transform 0.24s ease;
  transition: -webkit-transform 0.24s ease;
  transition: transform 0.24s ease;
  transition: transform 0.24s ease, -webkit-transform 0.24s ease;
}
body .feat_lightbox.is_open .feat_lightbox_img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
body .feat_lightbox_cap {
  max-width: min(1200px, 94vw);
  color: #eafff2;
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
}
body .feat_lightbox_close {
  position: fixed;
  top: clamp(12px, 3vw, 28px);
  right: clamp(12px, 3vw, 28px);
  z-index: 2;
  width: 48px;
  height: 48px;
  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;
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
body .feat_lightbox_close:hover {
  background: rgba(255, 255, 255, 0.28);
}
body .feat_lightbox_close:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.7);
  outline-offset: 2px;
}
body .feat_lightbox_vid {
  max-width: min(1200px, 94vw);
  max-height: 80vh;
  width: auto;
  height: auto;
  border-radius: 12px;
  background: #000;
  -webkit-box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
}
body .feat_figs {
  margin: 0 0 56px;
}
body .feat_figs_note {
  font-size: 13px;
  line-height: 1.7;
  color: #566b5e;
  margin: -6px 0 24px;
}
body .feat_figrows {
  display: -ms-grid;
  display: grid;
  gap: 22px;
}
body .feat_figrow {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 340px) clamp(18px, 3vw, 34px) 1fr;
  grid-template-columns: minmax(0, 340px) 1fr;
  gap: clamp(18px, 3vw, 34px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: clamp(16px, 2.4vw, 22px);
  background: #f1faf4;
  border: 1px solid #d8e8de;
  border-radius: 16px;
}
body .feat_figrow:nth-child(even) {
  -ms-grid-columns: 1fr minmax(0, 340px);
  grid-template-columns: 1fr minmax(0, 340px);
}
body .feat_figrow:nth-child(even) .feat_figrow_media {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
body .feat_figrow_media {
  margin: 0;
}
body .feat_figrow_btn {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 1px solid #d8e8de;
  border-radius: 12px;
  overflow: hidden;
  background: none;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  position: relative;
  line-height: 0;
}
body .feat_figrow_btn img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 80px;
  max-height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
body .feat_figrow_btn .feat_shot_ph {
  aspect-ratio: 1.3333333333;
}
body .feat_figrow_btn .feat_shot_ph_ico {
  width: 44px;
  height: 44px;
}
body .feat_media_play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 54px;
  height: 54px;
  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;
  color: #fff;
  background: rgba(232, 115, 31, 0.92);
  border-radius: 50%;
  -webkit-box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
  pointer-events: none;
}
body .feat_figrow_kind {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  font-family: "Plus Jakarta Sans", "Jakarta Fallback", "Zen Kaku Gothic New", "ZenKaku Fallback", system-ui, sans-serif;
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.03em;
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 10px;
}
body .feat_figrow_kind_img {
  color: #15803d;
  background: #ecfdf5;
  border: 1px solid rgba(22, 163, 74, 0.3);
}
body .feat_figrow_kind_mov {
  color: #b4530a;
  background: #fff4ec;
  border: 1px solid rgba(232, 115, 31, 0.35);
}
body .feat_figrow_t {
  font-weight: 800;
  font-size: 17px;
  color: #052e1a;
  margin: 0 0 8px;
}
body .feat_figrow_d {
  font-size: 14px;
  line-height: 1.85;
  color: #566b5e;
  margin: 0;
}
body .feat_ai_limit {
  margin: 0 0 56px;
  padding: 28px 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ecfdf5), to(#fff));
  background: linear-gradient(180deg, #ecfdf5 0%, #fff 100%);
  border: 1px solid rgba(22, 163, 74, 0.35);
  border-radius: 16px;
}
body .feat_ai_limit_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  margin: 0 0 14px;
}
body .feat_ai_limit_badge {
  -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: 800;
  font-size: 11px;
  letter-spacing: 0.04em;
  color: #fff;
  background: #16a34a;
  border-radius: 999px;
  padding: 5px 12px;
}
body .feat_ai_limit_title {
  font-weight: 900;
  font-size: clamp(17px, 2vw, 20px);
  color: #052e1a;
  margin: 0;
}
body .feat_ai_limit_lead {
  font-size: 14.5px;
  line-height: 1.95;
  color: #14271d;
  margin: 0 0 16px;
}
body .feat_ai_limit_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 14px 1fr 14px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 0 0 16px;
}
body .feat_ai_limit_card {
  background: #fff;
  border: 1px solid #d8e8de;
  border-radius: 12px;
  padding: 16px 16px 18px;
}
body .feat_ai_limit_card_t {
  font-weight: 800;
  font-size: 14px;
  color: #15803d;
  margin: 0 0 6px;
}
body .feat_ai_limit_card_d {
  font-size: 13px;
  line-height: 1.75;
  color: #566b5e;
  margin: 0;
}
body .feat_ai_limit_list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  gap: 9px;
}
body .feat_ai_limit_list li {
  position: relative;
  padding-left: 28px;
  font-size: 14px;
  line-height: 1.8;
  color: #14271d;
}
body .feat_ai_limit_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ecfdf5 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2316a34a' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center/12px no-repeat;
  border: 1px solid rgba(22, 163, 74, 0.35);
}
body .feat_ai_limit_note {
  font-size: 12.5px;
  line-height: 1.7;
  color: #566b5e;
  margin: 16px 0 0;
}
body .feat_ai_limit_note a {
  color: #15803d;
  text-decoration: underline;
}
body .feat_caution {
  font-size: 13px;
  line-height: 1.8;
  color: #b91c1c;
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-left: 4px solid #dc2626;
  border-radius: 10px;
  padding: 14px 16px;
  margin: 0 0 28px;
}
@media (max-width: 1024px) {
  body .feat_hub_grid {
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
  }
  body .feat_points.feat_points {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  body .feat_scenes_list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  body .feat_ai_limit_grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  body .feat_head {
    padding: 64px 0 28px;
  }
  body .feat_hub_grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  body .feat_hub_side {
    top: auto;
    bottom: 74px;
    -webkit-transform: none;
    transform: none;
  }
  body .feat_hub_side_panel {
    top: auto;
    bottom: 0;
    max-height: 70vh;
    -webkit-transform: translateY(0) translateX(12px);
    transform: translateY(0) translateX(12px);
  }
  body .feat_hub_side.is_open .feat_hub_side_panel {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
  body .feat_cando_list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  body .ct_contact_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 6px;
  }
  body .ct_contact_label {
    padding-top: 0;
  }
  body .ct_contact_submit {
    min-width: 0;
    width: 100%;
  }
  body .feat_steps .feat_step {
    padding: 16px 16px 16px 58px !important;
  }
  body .feat_steps .feat_step::before {
    left: 14px !important;
    top: 16px !important;
    width: 30px !important;
    height: 30px !important;
  }
  body .feat_ai_limit {
    padding: 22px 18px;
  }
  body .feat_shot_zoom_ico {
    width: 32px;
    height: 32px;
    right: 9px;
    bottom: 9px;
  }
  body .feat_figrow, body .feat_figrow:nth-child(even) {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 14px;
  }
  body .feat_figrow:nth-child(even) .feat_figrow_media {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  body .feat_figrow_media {
    max-width: 420px;
  }
}
body .ct_feat_cat_list a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: color 0.2s, border-color 0.2s;
  transition: color 0.2s, border-color 0.2s;
}
body .ct_feat_cat_list a:hover {
  color: #15803d;
  border-bottom-color: #16a34a;
}
body .ct_features_cta {
  margin-top: clamp(40px, 6vw, 68px);
  text-align: center;
}
body .ct_features_cta .ct_btn {
  font-size: 18px;
  padding: 22px 64px;
  border-radius: 12px;
}
body .env_anchor {
  scroll-margin-top: 96px;
}
body .env_toc {
  background: #f1faf4;
  border: 1px solid #d8e8de;
  border-radius: 14px;
  padding: 22px 26px;
  margin: 0 0 56px;
}
body .env_toc_t {
  font-weight: 800;
  font-size: 15px;
  color: #052e1a;
  margin: 0 0 12px;
}
body .env_toc_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
body .env_toc_list li {
  margin: 0 0 8px;
}
body .env_toc_list li:last-child {
  margin-bottom: 0;
}
body .env_toc_list a {
  color: #15803d;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid rgba(21, 128, 61, 0.35);
  -webkit-transition: border-color 0.2s, color 0.2s;
  transition: border-color 0.2s, color 0.2s;
}
body .env_toc_list a:hover {
  border-bottom-color: #16a34a;
}
body .env_badge {
  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: 11px;
  line-height: 1;
  padding: 5px 10px;
  border-radius: 999px;
  white-space: nowrap;
  border: 1px solid transparent;
}
body .env_badge_req {
  color: #fff;
  background: #15803d;
  border-color: #15803d;
}
body .env_badge_rec {
  color: #92600a;
  background: #fef3c7;
  border-color: #fcd34d;
}
body .env_badge_opt {
  color: #566b5e;
  background: #f1f5f3;
  border-color: #d8e8de;
}
body .env_legend {
  list-style: none;
  margin: 4px 0 28px;
  padding: 0;
  font-size: 13px;
  color: #566b5e;
  line-height: 1.7;
}
body .env_legend li {
  display: inline-block;
  margin: 0 20px 8px 0;
}
body .env_tiers {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 0 0 8px;
}
body .env_tier {
  border: 1px solid #d8e8de;
  border-radius: 14px;
  padding: 28px 26px;
  background: #fff;
}
body .env_tier_min {
  background: #f1faf4;
}
body .env_tier_rec {
  background: #ecfdf5;
  border-color: rgba(22, 163, 74, 0.35);
}
body .env_tier_label {
  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: 12px;
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 14px;
}
body .env_tier_min .env_tier_label {
  color: #566b5e;
  background: #fff;
  border: 1px solid #d8e8de;
}
body .env_tier_rec .env_tier_label {
  color: #fff;
  background: #16a34a;
}
body .env_tier_h {
  font-weight: 800;
  font-size: 18px;
  color: #052e1a;
  margin: 0 0 14px;
}
body .env_tier_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
body .env_tier_list li {
  position: relative;
  padding-left: 22px;
  font-size: 14px;
  line-height: 1.9;
  color: #14271d;
}
body .env_tier_list li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #16a34a;
}
body .env_callout {
  background: #fffbeb;
  border: 1px solid #fde68a;
  border-left: 4px solid #f59e0b;
  border-radius: 12px;
  padding: 18px 22px;
  margin: 0 0 28px;
  font-size: 14px;
  line-height: 1.95;
  color: #14271d;
}
body .env_callout strong {
  color: #052e1a;
  font-weight: 800;
}
body .env_callout_t {
  display: block;
  font-weight: 800;
  color: #92600a;
  font-size: 14px;
  margin-bottom: 6px;
}
body .env_table_wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #d8e8de;
  border-radius: 14px;
  margin: 0 0 16px;
}
body .env_table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  min-width: 680px;
}
body .env_table_cmp {
  min-width: 820px;
}
body .env_table th, body .env_table td {
  text-align: left;
  padding: 14px 16px;
  border-bottom: 1px solid #d8e8de;
  vertical-align: top;
  line-height: 1.8;
}
body .env_table tr:last-child th, body .env_table tr:last-child td {
  border-bottom: none;
}
body .env_table thead th {
  background: #052e1a;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  white-space: nowrap;
}
body .env_table tbody th {
  font-weight: 700;
  color: #052e1a;
  background: #ecfdf5;
}
body .env_table tbody td {
  color: #14271d;
}
body .env_table th a, body .env_table td a {
  color: #15803d;
  text-decoration: underline;
}
body .env_table th a:hover, body .env_table td a:hover {
  color: #16a34a;
}
body .env_td_warn {
  color: #b91c1c;
}
body .env_rate_good {
  color: #15803d;
  font-weight: 800;
}
body .env_rate_ok {
  color: #14271d;
  font-weight: 700;
}
body .env_rate_na {
  color: #b3433a;
  font-weight: 700;
}
body .env_table_note {
  font-size: 12px;
  line-height: 1.85;
  color: #566b5e;
  margin: 0 0 48px;
}
body .env_subtitle {
  font-weight: 800;
  font-size: clamp(17px, 2vw, 20px);
  color: #052e1a;
  margin: 8px 0 18px;
}
body .env_scroll_hint {
  display: none;
}
body .env_disclaimer {
  font-size: 12px;
  line-height: 1.9;
  color: #566b5e;
  background: #f8faf9;
  border: 1px dashed #d8e8de;
  border-radius: 10px;
  padding: 16px 18px;
  margin: 0 0 8px;
}
@media (max-width: 640px) {
  body .env_tiers {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  body .env_toc {
    padding: 18px 18px;
  }
  body .env_table {
    min-width: 560px;
  }
  body .env_table_cmp {
    min-width: 680px;
  }
  body .env_scroll_hint {
    display: block;
    font-size: 12px;
    color: #566b5e;
    text-align: right;
    margin: 0 2px 6px;
  }
}
/* ============ 比較テーブル（/comparison/） ============ */
body .feat_cmp_wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 28px 0 56px;
  border-radius: 12px;
  border: 1px solid #d0e8da;
}
body .feat_cmp_table {
  width: 100%;
  min-width: 540px;
  border-collapse: collapse;
  font-size: 14px;
  color: #052e1a;
}
body .feat_cmp_table thead th {
  background: #052e1a;
  color: #fff;
  font-weight: 700;
  padding: 12px 16px;
  text-align: center;
  white-space: nowrap;
}
body .feat_cmp_table thead th.feat_cmp_self {
  background: #1a6b3a;
}
body .feat_cmp_table tbody th {
  background: #f6faf8;
  font-weight: 600;
  padding: 12px 16px;
  text-align: left;
  border-top: 1px solid #d0e8da;
  white-space: nowrap;
  min-width: 130px;
}
body .feat_cmp_table tbody td {
  padding: 12px 16px;
  text-align: center;
  border-top: 1px solid #d0e8da;
  vertical-align: middle;
  line-height: 1.5;
}
body .feat_cmp_table tbody td.feat_cmp_self {
  background: #f0faf4;
  font-weight: 700;
  color: #1a6b3a;
}
body .feat_cmp_good::before {
  content: "◎ ";
  color: #1a6b3a;
}
body .feat_cmp_ok::before {
  content: "○ ";
  color: #2e7d47;
}
body .feat_cmp_bad::before {
  content: "△ ";
  color: #b03030;
}
body .feat_cmp_note {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #566b5e;
  margin-top: 3px;
}
@media (max-width: 640px) {
  body .feat_cmp_table {
    font-size: 13px;
  }
  body .feat_cmp_table thead th, body .feat_cmp_table tbody th, body .feat_cmp_table tbody td {
    padding: 10px 11px;
  }
}
/* ============ About / アバウトページ専用 ============ */
body .feat_head_label {
  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: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #15803d;
  background: #ecfdf5;
  border: 1px solid rgba(22, 163, 74, 0.3);
  border-radius: 6px;
  padding: 4px 12px;
  margin-bottom: 12px;
}
body .feat_head_title {
  font-family: "Plus Jakarta Sans", "Jakarta Fallback", "Zen Kaku Gothic New", "ZenKaku Fallback", system-ui, sans-serif;
  font-weight: 900;
  font-size: clamp(26px, 3.5vw, 40px);
  line-height: 1.3;
  letter-spacing: 0.01em;
  color: #052e1a;
  margin: 12px 0 14px;
}
body .feat_head_lead {
  font-size: 16px;
  line-height: 1.9;
  color: #566b5e;
  margin: 0;
}
body .feat_sec {
  padding: 64px 0;
  background: #fff;
}
body .feat_sec_alt {
  padding: 64px 0;
  background: #f1faf4;
  border-top: 1px solid #d8e8de;
  border-bottom: 1px solid #d8e8de;
}
body .feat_sec_label {
  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: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #15803d;
  margin-bottom: 8px;
}
body .feat_sec_title {
  font-weight: 900;
  font-size: clamp(20px, 2.4vw, 28px);
  color: #052e1a;
  margin: 0 0 14px;
  line-height: 1.35;
}
body .feat_sec_lead {
  font-size: 15px;
  line-height: 1.9;
  color: #566b5e;
  margin: 0 0 32px;
}
body .feat_dl {
  border-top: 1px solid #d8e8de;
  margin: 0 0 32px;
}
body .feat_dl_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  padding: 14px 0;
  border-bottom: 1px solid #d8e8de;
  font-size: 15px;
}
body .feat_dl_row dt {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 130px;
  flex: 0 0 130px;
  font-weight: 700;
  color: #052e1a;
}
body .feat_dl_row dd {
  margin: 0;
  color: #566b5e;
  line-height: 1.75;
}
body .feat_dl_row dd a {
  color: #15803d;
  text-decoration: underline;
}
body .feat_list {
  list-style: none;
  margin: 0 0 32px;
  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: 20px;
}
body .feat_list_item {
  padding: 24px;
  background: #fff;
  border: 1px solid #d8e8de;
  border-radius: 12px;
}
body .feat_sec_alt .feat_list_item {
  background: #fff;
}
body .feat_list_item strong {
  display: block;
  font-size: 16px;
  font-weight: 800;
  color: #052e1a;
  margin-bottom: 8px;
}
body .feat_list_item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.85;
  color: #566b5e;
}
body .feat_cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 18px 1fr 18px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  list-style: none;
  margin: 0 0 32px;
  padding: 0;
}
body .feat_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 22px 20px;
  background: #fff;
  border: 1px solid #d8e8de;
  border-radius: 12px;
  gap: 8px;
}
body .feat_sec_alt .feat_card {
  background: #fff;
}
body .feat_card_title {
  display: block;
  font-size: 16px;
  font-weight: 800;
  color: #052e1a;
}
body .feat_card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.8;
  color: #566b5e;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
body .feat_card_link {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: #15803d;
  text-decoration: none;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-top: auto;
}
body .feat_card_link:hover {
  text-decoration: underline;
}
@media (max-width: 900px) {
  body .feat_cards {
    -ms-grid-columns: 1fr 14px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
}
@media (max-width: 640px) {
  body .feat_sec {
    padding: 48px 0;
  }
  body .feat_sec_alt {
    padding: 48px 0;
  }
  body .feat_cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  body .feat_dl_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
  }
  body .feat_dl_row dt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
/* ============================================================
   検索結果ページ（/search/）
   ctn-search-* … Search_Front::renderResultsBody() の出力に対応
   ============================================================ */
body .ctn-search-sec {
  padding: 72px 0 100px;
  min-height: 60vh;
}
body .ctn-search-form-wrap {
  max-width: 760px;
  margin: 0 auto 48px;
}
/* 検索フォーム（結果ページ版） */
body .ctn-search-form__label {
  display: block;
  font-size: 12px;
  color: #5a7a65;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}
body .ctn-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 .ctn-search-form__row:focus-within {
  border-color: #0a9913;
  background: #fff;
}
body .ctn-search-form__ico {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #7aaa88;
}
body .ctn-search-form__input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: none;
  background: none;
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", "ZenKaku Fallback", system-ui, sans-serif;
  color: #052e1a;
  padding: 13px 0;
  outline: none;
  min-width: 0;
}
body .ctn-search-form__input::-webkit-input-placeholder {
  color: #9ab8a2;
}
body .ctn-search-form__input::-moz-placeholder {
  color: #9ab8a2;
}
body .ctn-search-form__input:-ms-input-placeholder {
  color: #9ab8a2;
}
body .ctn-search-form__input::placeholder {
  color: #9ab8a2;
}
body .ctn-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: 14px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", "ZenKaku Fallback", system-ui, sans-serif;
  padding: 9px 22px;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
body .ctn-search-form__btn:hover {
  background: #087a0f;
}
/* 検索結果エリア */
body .ctn-search {
  max-width: 760px;
  margin: 0 auto;
}
body .ctn-search__hint {
  color: #5a7a65;
  font-size: 15px;
  text-align: center;
  padding: 40px 0;
}
body .ctn-search__summary {
  font-size: 14px;
  color: #5a7a65;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e8f0eb;
}
body .ctn-search__summary strong {
  color: #052e1a;
  font-weight: 700;
}
body .ctn-search__empty {
  color: #5a7a65;
  font-size: 15px;
  padding: 32px 0;
  text-align: center;
}
body .ctn-search__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
body .ctn-search__item {
  border-bottom: 1px solid #e8f0eb;
}
body .ctn-search__link {
  display: block;
  padding: 16px 16px;
  margin: 4px -16px;
  text-decoration: none;
  color: inherit;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
  border-radius: 8px;
}
body .ctn-search__link:hover {
  background: #f4faf6;
}
body .ctn-search__badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  background: #e8f4ea;
  color: #1d6b27;
  border-radius: 4px;
  padding: 2px 8px;
  margin-bottom: 6px;
  letter-spacing: 0.03em;
}
body .ctn-search__title {
  display: block;
  font-size: 17px;
  font-weight: 700;
  color: #052e1a;
  line-height: 1.5;
  margin-bottom: 4px;
}
body .ctn-search__link:hover .ctn-search__title {
  color: #0a9913;
}
body .ctn-search__excerpt {
  display: block;
  font-size: 14px;
  color: #4a6654;
  line-height: 1.7;
  margin-top: 4px;
}
body .ctn-search mark {
  background: #d4f5d6;
  color: #0a5c11;
  padding: 0 2px;
  border-radius: 2px;
}
/* ページャ */
body .ctn-search__pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
}
body .ctn-search__pager a, body .ctn-search__pager span {
  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: 38px;
  height: 38px;
  padding: 0 12px;
  border: 1px solid #d8e8de;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  color: #1d6b27;
  -webkit-transition: background 0.2s, border-color 0.2s;
  transition: background 0.2s, border-color 0.2s;
}
body .ctn-search__pager a:hover {
  background: #f1faf4;
  border-color: #0a9913;
}
body .ctn-search__pager .is-current {
  background: #0a9913;
  color: #fff;
  border-color: #0a9913;
}
@media (max-width: 640px) {
  body .ctn-search-sec {
    padding: 48px 0 72px;
  }
  body .ctn-search-form__btn {
    display: none;
  }
  body .ctn-search__title {
    font-size: 15px;
  }
}
/* =====================================================
   サイトマップ（#sitemap）
   ===================================================== */
body#sitemap .feat_body {
  padding: 56px 0 80px;
}
body#sitemap .sitemap_cat {
  margin-bottom: 56px;
}
body#sitemap .sitemap_cat:last-child {
  margin-bottom: 0;
}
body#sitemap .sitemap_list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0;
  border-top: 1px solid #e5e7eb;
}
body#sitemap .sitemap_list li {
  border-bottom: 1px solid #e5e7eb;
  width: 100%;
}
body#sitemap .sitemap_list li a {
  display: block;
  padding: 14px 20px 14px 36px;
  font-size: 15px;
  color: #1c3d2e;
  text-decoration: none;
  position: relative;
  -webkit-transition: background 0.15s, color 0.15s;
  transition: background 0.15s, color 0.15s;
}
body#sitemap .sitemap_list li a::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-top: 2px solid #0a9913;
  border-right: 2px solid #0a9913;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
body#sitemap .sitemap_list li a:hover {
  background: #f6faf7;
  color: #0a9913;
}
/* グリッドレイアウト（機能詳細） */
body#sitemap .sitemap_list.sitemap_list_grid li {
  width: 25%;
}
@media (max-width: 1024px) {
  body#sitemap .sitemap_list.sitemap_list_grid li {
    width: 33.333%;
  }
}
@media (max-width: 900px) {
  body#sitemap .sitemap_list.sitemap_list_grid li {
    width: 50%;
  }
}
@media (max-width: 640px) {
  body#sitemap .sitemap_list.sitemap_list_grid li {
    width: 100%;
  }
  body#sitemap .sitemap_list li a {
    font-size: 14px;
    padding: 12px 20px 12px 32px;
  }
}
/* ============ /flow/ ============ */
body#flow .flow_detail_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: 0;
  margin-top: 40px;
  border-top: 1px solid #d8e8de;
}
body#flow .flow_detail_item {
  padding: 32px 0;
  border-bottom: 1px solid #d8e8de;
}
body#flow .flow_detail_h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 14px;
  font-size: clamp(17px, 2vw, 20px);
  font-weight: 700;
  color: #052e1a;
  margin: 0 0 14px;
}
body#flow .flow_detail_num {
  font-family: "Plus Jakarta Sans", "Jakarta Fallback", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #16a34a;
  background: #ecfdf5;
  border: 1px solid #bbf0cf;
  border-radius: 4px;
  padding: 3px 8px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
body#flow .flow_detail_item p {
  font-size: 15px;
  line-height: 1.95;
  color: #374151;
  margin: 0;
}
body#flow .flow_checklist {
  list-style: none;
  margin: 24px 0 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: 0;
  border-top: 1px solid #d8e8de;
}
body#flow .flow_checklist_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid #d8e8de;
}
body#flow .flow_checklist_icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 22px;
  height: 22px;
  margin-top: 2px;
  border-radius: 50%;
  background: #16a34a;
  position: relative;
}
body#flow .flow_checklist_icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -60%) rotate(45deg);
  transform: translate(-50%, -60%) rotate(45deg);
  width: 5px;
  height: 9px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
body#flow .flow_checklist_body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}
body#flow .flow_checklist_label {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #052e1a;
  margin-bottom: 4px;
}
body#flow .flow_checklist_desc {
  font-size: 14px;
  line-height: 1.8;
  color: #566b5e;
  margin: 0;
}
@media (max-width: 640px) {
  body#flow .flow_detail_item {
    padding: 24px 0;
  }
  body#flow .flow_detail_h3 {
    font-size: 16px;
    gap: 10px;
  }
  body#flow .flow_checklist_item {
    gap: 12px;
    padding: 16px 0;
  }
}
body .ct_case_lead {
  font-size: 15px;
  line-height: 1.9;
  color: #566b5e;
  margin: 0 0 32px;
  max-width: 680px;
}
body .ct_case_note {
  font-size: 13px;
  color: #84ab92;
  margin-top: 24px;
  line-height: 1.8;
}
body .ct_case_note a {
  color: #16a34a;
  text-decoration: underline;
}
/* page_module.css（.mod_cont > ul > li::before の汎用ドット）が feat_points カードに当たるのを打ち消す */
body .feat_points .feat_point::before {
  content: none !important;
  display: none !important;
}
