@charset "UTF-8";

body.lp_repair {
  min-width: 0;
  background-color: #fff;
  padding-bottom: 0;
}

body.lp_repair header.lp_header {
  position: sticky;
  top: 0;
  z-index: 200;
  width: 100%;
  background-color: #113366;
}

.lp_header_inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 14px 40px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.lp_logo {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  min-width: 0;
}

.lp_logo_brand {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
  flex-shrink: 0;
  white-space: nowrap;
}

.lp_logo_sep {
  color: rgba(255, 255, 255, 0.4);
  font-weight: 400;
  line-height: 1;
}

.lp_logo_sub {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.lp_nav {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-left: auto;
}

.lp_nav a {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.lp_header_cta {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 148px;
  height: 40px;
  padding: 0 18px;
  background: linear-gradient(90deg, #3973c2 0%, #00439d 100%);
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  flex-shrink: 0;
}

.lp_header_cta:hover {
  opacity: 0.85;
}

.lp_inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 40px;
}

.lp_lead {
  margin: 24px auto 0;
  max-width: 760px;
  text-align: center;
  line-height: 1.9;
  letter-spacing: 0.02em;
}

#services,
#flow,
#faq,
#contact,
#worries,
#why,
#price,
#compare,
#tech,
#rescue100,
#cases,
#menu,
#data,
#include {
  scroll-margin-top: 72px;
}

.lp_mv {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  background-color: #0b1f3d;
  overflow: hidden;
}

.lp_mv_photo {
  position: absolute;
  inset: 0;
}

.lp_mv_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 70% 40%;
}

.lp_pc .lp_mv_photo img {
  object-position: 55% 35%;
}

.lp_mv_photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(11, 31, 61, 0.92) 0%, rgba(11, 31, 61, 0.72) 46%, rgba(11, 31, 61, 0.28) 100%);
}

.lp_mv_inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 90px 40px 80px;
  color: #fff;
}

.lp_mv_label {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.lp_mv_label span {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #9ce9ff;
  padding: 6px 12px;
  border: 1px solid rgba(156, 233, 255, 0.45);
  background-color: rgba(0, 0, 0, 0.22);
}

.lp_mv_ttl {
  margin-top: 16px;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
}

.lp_mv_desc {
  margin-top: 22px;
  max-width: 520px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.04em;
}

.lp_mv_desc strong {
  font-weight: 700;
}

.lp_mv_price {
  margin-top: 28px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 16px;
  padding: 16px 22px 14px;
  border: 1px solid rgba(156, 233, 255, 0.45);
  background-color: rgba(0, 0, 0, 0.28);
}

.lp_mv_price_kicker {
  width: 100%;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #9ce9ff;
}

.lp_mv_price_num {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
}

.lp_mv_price_num span {
  margin-left: 4px;
  font-size: 18px;
  letter-spacing: 0.08em;
}

.lp_mv_price_tax {
  font-size: 12px;
  letter-spacing: 0.04em;
  opacity: 0.85;
}

.lp_mv_price_note {
  margin-left: auto;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #9ce9ff;
}

.lp_mv_btns {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.lp_mv_points {
  margin-top: 36px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.lp_mv_points li {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background-color: rgba(255, 255, 255, 0.08);
}

.lp_worries {
  padding: 90px 0;
  background-color: #f5f7fc;
}

.lp_worries_list {
  margin: 48px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.lp_worries_list li {
  background-color: #fff;
  padding: 28px 28px 30px;
  box-shadow: 0 4px 16px rgba(17, 51, 102, 0.06);
}

.lp_worries_num {
  display: block;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #92b3e4;
}

.lp_worries_list .heading {
  margin-top: 8px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #113366;
  line-height: 1.5;
}

.lp_worries_list .desc {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.8;
}

.lp_caution {
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 40px 90px;
}

.lp_caution .lp_inner {
  padding: 36px 40px;
  background-color: #fff8f2;
  border-left: 4px solid #c45c2a;
}

.lp_caution_label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #c45c2a;
}

.lp_caution .heading {
  margin-top: 8px;
  font-size: 20px;
  font-weight: 700;
  color: #113366;
  letter-spacing: 0.04em;
}

.lp_caution ul {
  margin-top: 16px;
}

.lp_caution li {
  position: relative;
  padding-left: 18px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.9;
  color: #113366;
}

.lp_caution li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 8px;
  height: 2px;
  background-color: #c45c2a;
}

.lp_caution .desc {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.8;
}

.lp_services {
  padding: 90px 0;
  background-color: #fff;
}

.lp_service_grid {
  margin-top: 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.lp_service_card {
  background-color: #fff;
  box-shadow: 0 4px 20px rgba(17, 51, 102, 0.1);
  overflow: hidden;
}

.lp_service_ph {
  position: relative;
  height: 220px;
}

.lp_service_ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp_tag {
  position: absolute;
  top: 16px;
  left: 0;
  background-color: #00439d;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  padding: 6px 14px;
}

.lp_service_body {
  padding: 28px 28px 32px;
}

.lp_service_body .heading {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #113366;
}

.lp_service_body .catch {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  color: #00439d;
}

.lp_service_body .desc {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.8;
}

.lp_service_body .btn_arrow {
  margin-top: 22px;
}

.lp_chips {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.lp_chips li {
  font-size: 13px;
  font-weight: 500;
  color: #113366;
  background-color: #eef3fa;
  padding: 7px 12px;
}

.lp_service_sub {
  margin-top: 28px;
  padding: 32px 36px;
  background-color: #f5f7fc;
}

.lp_service_sub .heading {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #113366;
}

.lp_service_sub ul {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.lp_service_sub .ttl {
  font-size: 15px;
  font-weight: 700;
  color: #113366;
}

.lp_service_sub .desc {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.7;
}

.lp_why {
  padding: 90px 0;
  background-color: #f5f7fc;
}

.lp_why_list {
  margin: 48px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.lp_why_list li {
  padding: 28px 22px 30px;
  background-color: #fff;
}

.lp_why_num {
  display: block;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #92b3e4;
}

.lp_why_list .heading {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #113366;
  line-height: 1.5;
}

.lp_why_list .desc {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.8;
}

.lp_tech {
  padding: 90px 0;
  background-color: #eef3fa;
}

.lp_tech .c_ttl_wrap {
  flex-wrap: wrap;
}

.lp_tech .c_ttl_wrap .jp {
  line-height: 1.5;
  text-align: center;
}

.lp_level_grid {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  align-items: stretch;
}

.lp_level_card {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0 4px 16px rgba(17, 51, 102, 0.06);
  border-top: 4px solid #3973c2;
}

.lp_level_card.is_l2 {
  border-top-color: #6b8cce;
}

.lp_level_card.is_l3 {
  border-top-color: #113366;
}

.lp_level_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  padding: 16px 22px 0;
}

.lp_level_num {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #92b3e4;
}

.lp_level_status {
  flex-shrink: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 5px 10px;
  color: #fff;
  background-color: #00439d;
  white-space: nowrap;
  text-align: right;
  line-height: 1.4;
}

.lp_level_status span {
  display: block;
  margin-top: 3px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.04em;
  opacity: 0.92;
}

.lp_level_status.is_long {
  white-space: normal;
  max-width: 12em;
  font-size: 10px;
  letter-spacing: 0.04em;
}

.lp_level_card.is_l2 .lp_level_status {
  color: #00439d;
  background-color: #e8f0fa;
  border: 1px solid #9bb6d9;
}

.lp_level_card.is_l3 .lp_level_status {
  background-color: #113366;
}

.lp_level_card .heading {
  margin: 12px 22px 0;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #113366;
  line-height: 1.5;
}

.lp_level_card .note {
  margin: 12px 22px 0;
  font-size: 13px;
  line-height: 1.8;
  color: #444;
}

.lp_level_card .ex_ttl {
  margin: 18px 22px 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #3973c2;
}

.lp_level_card .ex_list {
  margin: 8px 22px 0;
}

.lp_level_card .ex_list li {
  position: relative;
  padding-left: 14px;
  font-size: 13px;
  line-height: 1.7;
  color: #313131;
}

.lp_level_card .ex_list li + li {
  margin-top: 4px;
}

.lp_level_card .ex_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 6px;
  height: 1px;
  background-color: #3973c2;
}

.lp_level_card .desc {
  margin: auto 22px 24px;
  padding-top: 16px;
  font-size: 13px;
  line-height: 1.8;
  color: #444;
  border-top: 1px solid #e4ebf4;
}

.lp_soft {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  background-color: #fff;
  box-shadow: 0 8px 28px rgba(17, 51, 102, 0.1);
  overflow: hidden;
}

.lp_soft_ph {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0b1f3d;
  min-height: 280px;
  padding: 28px 20px 48px;
}

.lp_soft_ph img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 640 / 420;
}

.lp_soft_cap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 16px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #c5d6ef;
  background-color: rgba(11, 31, 61, 0.82);
}

.lp_soft_body {
  padding: 36px 36px 34px;
}

.lp_soft_kicker {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #3973c2;
}

.lp_soft_body .heading {
  margin-top: 8px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #113366;
  line-height: 1.5;
}

.lp_soft_body .lead {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.9;
}

.lp_soft_points {
  margin-top: 20px;
}

.lp_soft_points li + li {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #e4ebf4;
}

.lp_soft_points .ttl {
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #113366;
}

.lp_soft_points .desc {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  line-height: 1.7;
  color: #444;
}

.lp_soft_body .note {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #e4ebf4;
  font-size: 12px;
  line-height: 1.8;
  color: #666;
}

.lp_rflow {
  margin-top: 28px;
  padding: 36px 36px 32px;
  background-color: #fff;
}

.lp_rflow .heading {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #113366;
  text-align: center;
}

.lp_rflow .intro {
  margin: 14px auto 0;
  max-width: 720px;
  font-size: 14px;
  line-height: 1.9;
  text-align: center;
}

.lp_rflow_list {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 0;
}

.lp_rflow_list li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 140px;
  padding: 0 8px 8px;
}

.lp_rflow_list li:not(:last-child)::after {
  content: "→";
  position: absolute;
  right: -6px;
  top: 22px;
  color: #3973c2;
  font-weight: 700;
  font-size: 14px;
}

.lp_rflow_ico {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  background-color: #eef3fa;
}

.lp_rflow_ico svg {
  width: 28px;
  height: 28px;
}

.lp_rflow_list .ttl {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #113366;
  text-align: center;
}

.lp_limit {
  margin-top: 28px;
  padding: 28px 32px;
  background-color: #fff;
  border: 1px solid #d5e2f2;
}

.lp_limit .heading {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #113366;
}

.lp_limit p {
  margin-top: 12px;
  font-size: 13px;
  line-height: 1.9;
  color: #555;
}

.lp_limit ul {
  margin-top: 10px;
}

.lp_limit li {
  position: relative;
  padding-left: 14px;
  font-size: 13px;
  line-height: 1.8;
  color: #555;
}

.lp_limit li + li {
  margin-top: 2px;
}

.lp_limit li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 6px;
  height: 1px;
  background-color: #92b3e4;
}

.lp_compare {
  padding: 90px 0;
  background-color: #fff;
}

.lp_compare .lp_lead strong {
  font-weight: 700;
  color: #00439d;
}

.lp_compare_wrap {
  margin: 40px auto 0;
  border: 1px solid #e4ebf4;
}

.lp_compare_head,
.lp_compare_row {
  display: grid;
  grid-template-columns: 0.72fr 1.14fr 1.14fr;
}

.lp_compare_head {
  background-color: #113366;
  color: #fff;
}

.lp_compare_head p,
.lp_compare_row p {
  padding: 18px 20px;
  font-size: 14px;
  line-height: 1.7;
}

.lp_compare_head .us {
  background-color: #00439d;
  font-weight: 700;
}

.lp_compare_head .item,
.lp_compare_head .other {
  font-weight: 700;
}

.lp_compare_row:nth-child(even) {
  background-color: #f5f7fc;
}

.lp_compare_row .item {
  font-weight: 700;
  color: #113366;
}

.lp_compare_row .us {
  font-weight: 700;
  color: #113366;
}

.lp_area {
  margin-top: 40px;
}

.lp_area .heading {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #113366;
}

.lp_area ul {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.lp_area li {
  padding: 28px 26px;
  background-color: #f5f7fc;
}

.lp_area .ttl {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #113366;
}

.lp_area .desc {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.8;
}

.lp_flow {
  padding: 90px 0;
  background-color: #fff;
}

.lp_flow_list {
  margin: 48px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  counter-reset: none;
}

.lp_flow_list li {
  position: relative;
  padding: 28px 22px 30px;
  background-color: #f5f7fc;
}

.lp_flow_list li:not(:last-child)::after {
  content: "→";
  position: absolute;
  right: -12px;
  top: 48px;
  z-index: 1;
  color: #3973c2;
  font-weight: 700;
}

.lp_flow_list .num {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #3973c2;
  letter-spacing: 0.04em;
}

.lp_flow_list .heading {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #113366;
}

.lp_flow_list .desc {
  margin-top: 12px;
  font-size: 13px;
  line-height: 1.8;
}

.lp_price {
  padding: 80px 0 90px;
  background: linear-gradient(90deg, #035c88 0%, #002d70 100%);
  color: #fff;
}

.lp_price .c_ttl_wrap .jp,
.lp_price .lp_lead {
  color: #fff;
}

.lp_price_hero {
  margin: 36px auto 0;
  text-align: center;
}

.lp_price_kicker {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #9ce9ff;
}

.lp_price_amount {
  margin-top: 8px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  line-height: 1;
}

.lp_price_label {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.lp_price_amount em {
  font-size: 64px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.02em;
}

.lp_price_unit {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.lp_price_tax {
  margin-top: 10px;
  font-size: 13px;
  letter-spacing: 0.06em;
  opacity: 0.85;
}

.lp_price_zero {
  margin-top: 16px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #9ce9ff;
}

.lp_price_zero strong {
  font-size: 28px;
}

.lp_price .lp_lead {
  margin-top: 28px;
}

.lp_price_cards {
  margin: 36px auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.lp_price_cards li {
  padding: 24px 22px 26px;
  background-color: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.lp_price_cards .heading {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #9ce9ff;
}

.lp_price_cards .desc {
  margin-top: 12px;
  font-size: 13px;
  line-height: 1.8;
}

.lp_price_cards .desc a {
  color: #9ce9ff;
  font-weight: 700;
  text-decoration: underline;
}

.lp_price_note {
  margin: 28px auto 0;
  max-width: 560px;
  text-align: center;
  font-size: 13px;
  line-height: 1.8;
  opacity: 0.9;
}

.lp_price_btn {
  margin: 32px auto 0;
  width: fit-content;
}

.lp_faq {
  padding: 90px 0;
  background-color: #f5f7fc;
}

.lp_faq_list {
  margin: 40px auto 0;
  max-width: 760px;
}

.lp_faq_list details {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf4;
}

.lp_faq_list summary {
  cursor: pointer;
  list-style: none;
  position: relative;
  padding: 22px 48px 22px 24px;
  font-size: 16px;
  font-weight: 700;
  color: #113366;
  letter-spacing: 0.03em;
}

.lp_faq_list summary::-webkit-details-marker {
  display: none;
}

.lp_faq_list summary::after {
  content: "";
  position: absolute;
  right: 22px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-right: 2px solid #3973c2;
  border-bottom: 2px solid #3973c2;
  transform: translateY(-70%) rotate(45deg);
  transition: 0.2s;
}

.lp_faq_list details[open] summary::after {
  transform: translateY(-20%) rotate(225deg);
}

.lp_faq_list details p {
  padding: 0 24px 24px;
  font-size: 14px;
  line-height: 1.9;
}

.lp_contact {
  padding: 90px 0 110px;
  background: linear-gradient(90deg, #035c88 0%, #002d70 100%);
  color: #fff;
}

.lp_contact .c_ttl_wrap .jp,
.lp_contact .lp_lead {
  color: #fff;
}

.lp_form {
  margin: 40px auto 0;
  max-width: 640px;
  padding: 40px 40px 44px;
  background-color: #fff;
  color: #313131;
}

.lp_form_row + .lp_form_row {
  margin-top: 22px;
}

.lp_form_row label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #113366;
}

.lp_form_row label span {
  display: inline-block;
  margin-left: 8px;
  padding: 1px 7px;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  background-color: #00439d;
  letter-spacing: 0.06em;
  vertical-align: 1px;
}

.lp_form_row input,
.lp_form_row select,
.lp_form_row textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #7b7b7b;
  background-color: #fff;
  color: #313131;
  box-sizing: border-box;
}

.lp_form_row input,
.lp_form_row select {
  height: 50px;
}

.lp_form_row select {
  -webkit-appearance: none;
  appearance: none;
  background: url(../../img/contact/ico_select_arrow.png) no-repeat center right 14px #fff;
  background-size: 14px;
}

.lp_form_row textarea {
  min-height: 160px;
  resize: vertical;
}

.lp_form_submit {
  margin-top: 32px;
  text-align: center;
}

.lp_form_submit button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 54px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
  background: linear-gradient(90deg, #3973c2 0%, #00439d 100%);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.lp_form_submit .note {
  margin-top: 14px;
  font-size: 13px;
  color: #666;
}

.lp_footer {
  background-color: #113366;
  color: #fff;
  padding: 40px 40px 28px;
}

.lp_footer_inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.lp_footer_brand {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.lp_footer_addr {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.7;
  opacity: 0.9;
}

.lp_footer_nav {
  margin-top: 22px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 28px;
}

.lp_footer_nav a {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}

.lp_footer .arr {
  margin-top: 28px;
  font-size: 12px;
}

.lp_faq_list details p a {
  color: #00439d;
  font-weight: 700;
  text-decoration: underline;
}

.lp_sticky {
  display: none;
}

@media screen and (max-width: 1100px) {
  .lp_header_inner,
  .lp_inner,
  .lp_mv_inner {
    padding-left: 24px;
    padding-right: 24px;
  }

  .lp_nav {
    display: none;
  }

  .lp_why_list,
  .lp_flow_list {
    grid-template-columns: 1fr 1fr;
  }

  .lp_level_grid {
    grid-template-columns: 1fr;
  }

  .lp_rflow,
  .lp_limit {
    padding-left: 24px;
    padding-right: 24px;
  }

  .lp_soft {
    grid-template-columns: 1fr;
  }

  .lp_soft_ph {
    min-height: 0;
  }

  .lp_soft_ph img {
    height: auto;
    object-fit: contain;
    display: block;
  }

  .lp_soft_body {
    padding: 28px 24px 30px;
  }

  .lp_rflow_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px 8px;
  }

  .lp_rflow_list li {
    width: auto;
  }

  .lp_rflow_list li:not(:last-child)::after {
    display: none;
  }

  .lp_flow_list li:not(:last-child)::after {
    display: none;
  }

  .lp_service_sub ul {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .lp_price_cards,
  .lp_area ul {
    grid-template-columns: 1fr;
  }

  .lp_mv_ttl {
    font-size: 34px;
  }
}

@media screen and (max-width: 767px) {
  body.lp_repair {
    padding-bottom: 76px;
  }

  .lp_header_inner {
    padding: 12px 16px;
    gap: 10px;
  }

  .lp_logo {
    flex: 1;
    flex-wrap: wrap;
    gap: 2px 8px;
  }

  .lp_logo_brand {
    font-size: 16px;
  }

  .lp_logo_sep {
    display: none;
  }

  .lp_logo_sub {
    width: 100%;
    font-size: 10px;
  }

  .lp_nav {
    display: none;
  }

  .lp_header_cta {
    margin-left: auto;
    min-width: 0;
    height: 36px;
    padding: 0 12px;
    font-size: 12px;
  }

  .lp_inner {
    padding: 0 20px;
  }

  .lp_lead {
    text-align: left;
  }

  .lp_mv {
    min-height: 0;
  }

  .lp_mv_photo img {
    width: 100%;
    height: 100%;
  }

  .lp_mv_photo::after {
    background: linear-gradient(180deg, rgba(11, 31, 61, 0.55) 0%, rgba(11, 31, 61, 0.88) 55%, rgba(11, 31, 61, 0.94) 100%);
  }

  .lp_mv_inner {
    padding: 72px 20px 48px;
  }

  .lp_mv_ttl {
    font-size: 28px;
  }

  .lp_mv_desc {
    font-size: 15px;
    margin-top: 16px;
  }

  .lp_mv_price {
    display: flex;
    padding: 14px 16px 12px;
  }

  .lp_mv_price_num {
    font-size: 32px;
  }

  .lp_mv_price_note {
    margin-left: 0;
  }

  .lp_mv_btns {
    margin-top: 24px;
  }

  .lp_mv_btns .box_btn a {
    width: 100%;
  }

  .lp_mv_points {
    margin-top: 24px;
    gap: 8px;
  }

  .lp_mv_points li {
    font-size: 11px;
    padding: 6px 10px;
  }

  .lp_worries,
  .lp_services,
  .lp_tech,
  .lp_why,
  .lp_compare,
  .lp_flow,
  .lp_faq {
    padding: 64px 0 70px;
  }

  .lp_compare_head {
    display: none;
  }

  .lp_compare_row {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 16px 16px 18px;
  }

  .lp_compare_head p,
  .lp_compare_row p {
    padding: 0;
  }

  .lp_compare_row .item {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .lp_compare_row .us,
  .lp_compare_row .other {
    position: relative;
    padding: 10px 12px 10px 12px;
    font-size: 13px;
    font-weight: 500;
  }

  .lp_compare_row .us {
    margin-bottom: 8px;
    background-color: #eef3fa;
    font-weight: 700;
  }

  .lp_compare_row .us::before,
  .lp_compare_row .other::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 4px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #00439d;
  }

  .lp_compare_row .other::before {
    color: #666;
  }

  .lp_area ul {
    grid-template-columns: 1fr;
  }

  .lp_worries_list,
  .lp_service_grid,
  .lp_why_list,
  .lp_flow_list,
  .lp_service_sub ul,
  .lp_level_grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 32px;
  }

  .lp_worries_list li,
  .lp_service_body,
  .lp_why_list li,
  .lp_flow_list li {
    padding: 22px 18px 24px;
  }

  .lp_caution {
    padding: 0 20px 64px;
  }

  .lp_caution .lp_inner {
    padding: 24px 18px;
  }

  .lp_caution .heading {
    font-size: 18px;
  }

  .lp_tech .c_ttl_wrap .jp {
    font-size: 18px;
    letter-spacing: 0.06em;
  }

  .lp_rflow,
  .lp_limit {
    padding: 24px 18px;
  }

  .lp_soft_body {
    padding: 24px 18px 26px;
  }

  .lp_soft_body .heading {
    font-size: 20px;
  }

  .lp_rflow .heading,
  .lp_rflow .intro {
    text-align: left;
  }

  .lp_rflow_list {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    margin-top: 24px;
  }

  .lp_rflow_list li {
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    gap: 14px;
    padding: 0 0 8px;
  }

  .lp_rflow_list li:not(:last-child)::after {
    display: block;
    content: "↓";
    right: auto;
    left: 18px;
    top: auto;
    bottom: -16px;
  }

  .lp_rflow_list .ttl {
    margin-top: 0;
    text-align: left;
  }

  .lp_level_head {
    padding: 16px 18px 0;
  }

  .lp_level_card .heading {
    margin-left: 18px;
    margin-right: 18px;
    font-size: 18px;
  }

  .lp_level_card .note,
  .lp_level_card .ex_ttl,
  .lp_level_card .ex_list {
    margin-left: 18px;
    margin-right: 18px;
  }

  .lp_level_card .desc {
    margin-left: 18px;
    margin-right: 18px;
    margin-bottom: 22px;
  }

  .lp_service_ph {
    height: 48vw;
  }

  .lp_service_body .heading {
    font-size: 22px;
  }

  .lp_service_sub {
    padding: 24px 18px;
  }

  .lp_flow_list li:not(:last-child)::after {
    content: "↓";
    right: auto;
    left: 50%;
    top: auto;
    bottom: -14px;
    transform: translateX(-50%);
  }

  .lp_flow_list {
    gap: 22px;
  }

  .lp_price {
    padding: 64px 0 80px;
  }

  .lp_price_amount em {
    font-size: 48px;
  }

  .lp_price_cards {
    grid-template-columns: 1fr;
  }

  .lp_price_note,
  .lp_price_cards .desc {
    text-align: left;
  }

  .lp_faq_list summary {
    font-size: 15px;
    padding: 18px 40px 18px 16px;
  }

  .lp_faq_list details p {
    padding: 0 16px 20px;
  }

  .lp_contact {
    padding: 64px 0 80px;
  }

  .lp_form {
    padding: 28px 16px 32px;
  }

  .lp_form_submit button {
    width: 100%;
  }

  .lp_footer {
    padding: 32px 20px 24px;
  }

  .lp_sticky {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 180;
    padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
    background-color: rgba(17, 51, 102, 0.96);
    transform: translateY(110%);
    transition: transform 0.25s ease;
  }

  .lp_sticky.is_show {
    transform: translateY(0);
  }

  .lp_sticky a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.08em;
    background: linear-gradient(90deg, #3973c2 0%, #00439d 100%);
  }
}

/* Rescue100 — Recovery Works LP / detail page */

.lp_rw100_intro,
.lp_logic,
.lp_ro {
  margin-top: 28px;
}

.lp_rw100_intro {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  background-color: #fff;
  box-shadow: 0 8px 28px rgba(17, 51, 102, 0.1);
  overflow: hidden;
}

.lp_rw100_visual {
  position: relative;
  padding: 36px 32px 28px;
  background:
    linear-gradient(180deg, rgba(11, 31, 61, 0.2) 0%, rgba(11, 31, 61, 0.85) 72%),
    #0b1f3d;
  color: #fff;
}

.lp_rw100_visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(156, 233, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(156, 233, 255, 0.06) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}

.lp_rw100_engine,
.lp_rw100_name,
.lp_rw100_tag,
.lp_rw100_marks {
  position: relative;
  z-index: 1;
}

.lp_rw100_engine {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: #9ce9ff;
}

.lp_rw100_name {
  margin-top: 8px;
  font-size: 52px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
}

.lp_rw100_tag {
  margin-top: 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: rgba(255, 255, 255, 0.72);
}

.lp_rw100_marks {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.lp_rw100_marks li {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 6px 10px;
  border: 1px solid rgba(156, 233, 255, 0.4);
  color: #9ce9ff;
}

.lp_rw100_visual img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  margin-top: 24px;
  opacity: 0.88;
}

.lp_rw100_body {
  padding: 36px 36px 34px;
}

.lp_rw100_kicker {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #3973c2;
}

.lp_rw100_sub {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #113366;
}

.lp_rw100_body .heading {
  margin-top: 4px;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #113366;
  line-height: 1.2;
}

.lp_rw100_body .catch {
  margin-top: 14px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  color: #00439d;
}

.lp_rw100_body .lead {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.9;
}

.lp_rw100_body .btn_arrow {
  margin-top: 22px;
}

.lp_logic {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  background-color: #fff;
}

.lp_logic_head,
.lp_logic_body {
  padding: 36px 36px 34px;
}

.lp_logic_body {
  background-color: #f5f7fc;
}

.lp_logic .kicker,
.lp_ro .kicker {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #3973c2;
}

.lp_logic .heading,
.lp_ro .heading {
  margin-top: 8px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #113366;
  line-height: 1.5;
}

.lp_logic .lead,
.lp_ro .lead {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.9;
}

.lp_logic .ex_ttl {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #3973c2;
}

.lp_logic_list {
  margin-top: 12px;
}

.lp_logic_list li {
  position: relative;
  padding-left: 14px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
  color: #113366;
}

.lp_logic_list li + li {
  margin-top: 2px;
}

.lp_logic_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 6px;
  height: 1px;
  background-color: #3973c2;
}

.lp_logic .note {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid #d5e2f2;
  font-size: 12px;
  line-height: 1.8;
  color: #666;
}

.lp_ro {
  padding: 36px 40px;
  background-color: #0b1f3d;
  color: #fff;
}

.lp_ro .kicker {
  color: #9ce9ff;
}

.lp_ro .heading {
  color: #fff;
}

.lp_ro .lead {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.88);
}

.lp_compare_tech {
  margin-top: 48px;
}

.lp_compare_tech .heading {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #113366;
  text-align: center;
}

.lp_compare_tech .intro {
  margin: 12px auto 0;
  max-width: 640px;
  font-size: 13px;
  line-height: 1.8;
  text-align: center;
  color: #555;
}

.lp_compare_tech .lp_compare_wrap {
  margin-top: 24px;
}

#about,
#pillars,
#features,
#scope,
#flow,
#fallback,
#thought,
#scale,
#recoverability,
#evidence,
#readonly,
#position,
#cta,
#detect,
#spec,
#workflow {
  scroll-margin-top: 72px;
}

.rw_mv {
  position: relative;
  overflow: hidden;
  padding: 92px 0 80px;
  background-color: #0b1f3d;
  color: #fff;
}

.rw_mv::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(156, 233, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(156, 233, 255, 0.07) 1px, transparent 1px);
  background-size: 48px 48px;
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent 88%);
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent 88%);
}

.rw_mv .lp_inner {
  position: relative;
  z-index: 1;
}

.rw_mv_label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #9ce9ff;
}

.rw_mv_name {
  margin-top: 14px;
  font-size: 72px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
}

.rw_mv_ver {
  margin-top: 12px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #9ce9ff;
}

.rw_mv_ttl {
  margin-top: 20px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.06em;
}

.rw_mv_desc {
  margin-top: 20px;
  max-width: 560px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.88);
}

.rw_mv_badges {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.rw_mv_badges li {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  padding: 8px 14px;
  border: 1px solid rgba(156, 233, 255, 0.45);
  background-color: rgba(0, 0, 0, 0.22);
  color: #9ce9ff;
}

.lp_rw100 .c_ttl_wrap {
  flex-wrap: wrap;
}

.rw_about,
.rw_feats,
.rw_scale,
.rw_evidence,
.rw_scope,
.rw_detect,
.rw_workflow {
  padding: 90px 0;
  background-color: #fff;
}

.rw_pillars,
.rw_aflow,
.rw_fallback,
.rw_recov,
.rw_ro,
.rw_spec {
  padding: 90px 0;
  background-color: #eef3fa;
}

.rw_about_grid {
  margin: 36px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 840px;
}

.rw_about_grid p {
  padding: 28px 26px;
  background-color: #f5f7fc;
  font-size: 15px;
  line-height: 1.9;
  color: #113366;
}

.rw_aflow_list {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px 28px;
}

.rw_aflow_list li {
  position: relative;
  padding: 22px 20px 24px;
  background-color: #fff;
  box-shadow: 0 4px 16px rgba(17, 51, 102, 0.06);
}

.rw_aflow_list li:not(:nth-child(3n))::after {
  content: "→";
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
  color: #3973c2;
  font-weight: 700;
}

.rw_aflow_list .num {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #92b3e4;
}

.rw_aflow_list .en {
  display: block;
  margin-top: 8px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #113366;
  line-height: 1.4;
}

.rw_aflow_list .jp {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  color: #666;
}

.rw_feat_grid {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.rw_feat_grid > li {
  padding: 24px 20px 26px;
  background-color: #f5f7fc;
}

.rw_feat_grid .en {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: #3973c2;
}

.rw_feat_grid .heading {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #113366;
  line-height: 1.5;
}

.rw_feat_grid ul {
  margin-top: 14px;
}

.rw_feat_grid li li {
  position: relative;
  padding-left: 12px;
  font-size: 13px;
  line-height: 1.7;
  color: #444;
}

.rw_feat_grid li li + li {
  margin-top: 4px;
}

.rw_feat_grid li li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 6px;
  height: 1px;
  background-color: #3973c2;
}

.rw_feat_grid .desc,
.rw_feat_grid .note {
  margin-top: 14px;
  font-size: 13px;
  line-height: 1.8;
  color: #555;
}

.rw_feat_grid .note {
  padding-top: 12px;
  border-top: 1px solid #d5e2f2;
  font-size: 12px;
  color: #666;
}

.rw_fallback_catch,
.rw_recov_catch {
  margin: 28px auto 0;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #113366;
}

.rw_fallback_cols {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.rw_fallback_cols article {
  padding: 32px 28px 34px;
  background-color: #fff;
}

.rw_fallback_cols .kicker {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #3973c2;
}

.rw_fallback_cols .heading {
  margin-top: 8px;
  font-size: 18px;
  font-weight: 700;
  color: #113366;
}

.rw_fallback_cols ol {
  margin-top: 20px;
}

.rw_fallback_cols li {
  position: relative;
  padding: 0 0 22px 22px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #113366;
  line-height: 1.5;
}

.rw_fallback_cols li:last-child {
  padding-bottom: 0;
}

.rw_fallback_cols li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  background-color: #3973c2;
}

.rw_fallback_cols li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 1.2em;
  bottom: 0;
  width: 2px;
  background-color: #d5e2f2;
}

.rw_recov_grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.rw_recov_grid li {
  padding: 24px 20px 26px;
  background-color: #f5f7fc;
}

.rw_recov_grid .grade {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #00439d;
}

.rw_recov_grid .desc {
  margin-top: 12px;
  font-size: 13px;
  line-height: 1.8;
}

.rw_recov_note {
  margin: 24px auto 0;
  max-width: 640px;
  text-align: center;
  font-size: 12px;
  line-height: 1.8;
  color: #666;
}

.rw_ro_flow {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.rw_ro_flow li {
  position: relative;
  padding: 40px 20px 36px;
  text-align: center;
  color: #fff;
  background-color: #0b1f3d;
}

.rw_ro_flow li:nth-child(2) {
  background-color: #00439d;
}

.rw_ro_flow li:nth-child(3) {
  background-color: #113366;
}

.rw_ro_flow li:nth-child(4) {
  background-color: #3973c2;
}

.rw_ro_flow li:not(:last-child)::after {
  content: "→";
  position: absolute;
  right: -8px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  color: #9ce9ff;
  font-size: 18px;
  font-weight: 700;
}

.rw_ro_flow .kicker {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #9ce9ff;
}

.rw_ro_flow .ttl {
  display: block;
  margin-top: 12px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.rw_ro_flow .sub {
  display: block;
  margin-top: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #9ce9ff;
}

.rw_scope_grid {
  margin-top: 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.rw_scope_grid article {
  padding: 32px 28px 34px;
  background-color: #f5f7fc;
}

.rw_scope_grid .kicker {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #3973c2;
}

.rw_scope_grid.is_out .kicker,
.rw_scope_grid .is_out .kicker {
  color: #666;
}

.rw_scope_grid .heading {
  margin-top: 8px;
  font-size: 20px;
  font-weight: 700;
  color: #113366;
}

.rw_scope_grid ul {
  margin-top: 18px;
}

.rw_scope_grid li {
  position: relative;
  padding-left: 14px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.9;
  color: #113366;
}

.rw_scope_grid li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.85em;
  width: 6px;
  height: 1px;
  background-color: #3973c2;
}

.rw_scope_grid .is_out li::before {
  background-color: #999;
}

.rw_scope_grid .note {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid #d5e2f2;
  font-size: 13px;
  line-height: 1.8;
  color: #555;
}

.rw_position {
  padding: 0 0 90px;
  background-color: #fff;
}

.rw_position .lp_inner {
  max-width: 760px;
  padding: 40px 40px 42px;
  border: 1px solid #d5e2f2;
  background-color: #f5f7fc;
}

.rw_position .kicker {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #3973c2;
}

.rw_position .heading {
  margin-top: 10px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #113366;
  line-height: 1.6;
}

.rw_position p {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.9;
}

.rw_cta {
  padding: 90px 0 100px;
  background: linear-gradient(90deg, #035c88 0%, #002d70 100%);
  color: #fff;
  text-align: center;
}

.rw_cta .heading {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.06em;
}

.rw_cta_lead {
  margin: 20px auto 0;
  max-width: 640px;
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: 0.04em;
  opacity: 0.92;
}

.rw_cta .box_btn {
  margin: 32px auto 0;
  width: fit-content;
}

.rw_cta .box_btn a {
  width: auto;
  min-width: 280px;
  padding: 0 28px;
}

.rw_cta .note {
  margin-top: 18px;
  font-size: 13px;
  line-height: 1.8;
  opacity: 0.88;
}

.rw_pillar_grid,
.rw_evidence_grid {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.rw_pillar_grid > li,
.rw_evidence_grid > li {
  padding: 24px 20px 26px;
  background-color: #fff;
  box-shadow: 0 4px 16px rgba(17, 51, 102, 0.06);
}

.rw_pillar_grid .num,
.rw_evidence_grid .en {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #92b3e4;
}

.rw_pillar_grid .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-top: 14px;
  background-color: #eef3fa;
}

.rw_pillar_grid .icon svg {
  width: 32px;
  height: 32px;
}

.rw_pillar_grid .en {
  margin-top: 16px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #3973c2;
}

.rw_pillar_grid .heading,
.rw_evidence_grid .heading {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #113366;
  line-height: 1.5;
}

.rw_pillar_grid .desc,
.rw_evidence_grid p:not(.en):not(.heading) {
  margin-top: 12px;
  font-size: 13px;
  line-height: 1.8;
  color: #555;
}

.rw_path {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.rw_path li {
  position: relative;
  padding: 24px 14px 22px;
  text-align: center;
  background-color: #fff;
}

.rw_path li:nth-child(odd) {
  background-color: #113366;
  color: #fff;
}

.rw_path li:nth-child(even) {
  background-color: #00439d;
  color: #fff;
}

.rw_path li:not(:last-child)::after {
  content: "→";
  position: absolute;
  right: -8px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  color: #9ce9ff;
  font-size: 16px;
  font-weight: 700;
}

.rw_path .num {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #9ce9ff;
}

.rw_path .ttl {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.rw_path_note {
  margin: 16px auto 0;
  max-width: 720px;
  text-align: center;
  font-size: 12px;
  line-height: 1.8;
  color: #555;
}

.rw_tech_details {
  margin-top: 28px;
  background-color: #fff;
}

.rw_tech_details summary {
  position: relative;
  list-style: none;
  padding: 18px 48px 18px 24px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #113366;
  cursor: pointer;
}

.rw_tech_details summary::-webkit-details-marker {
  display: none;
}

.rw_tech_details summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  font-weight: 400;
  color: #3973c2;
}

.rw_tech_details[open] summary::after {
  content: "–";
}

.rw_tech_flow {
  margin: 0 24px;
  padding: 0 0 8px;
}

.rw_tech_flow li {
  position: relative;
  padding: 0 0 16px 22px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #113366;
  line-height: 1.5;
}

.rw_tech_flow li:last-child {
  padding-bottom: 0;
}

.rw_tech_flow li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 8px;
  height: 8px;
  background-color: #3973c2;
}

.rw_tech_flow li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 1.15em;
  bottom: 0;
  width: 2px;
  background-color: #d5e2f2;
}

.rw_tech_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 24px 24px;
}

.rw_recov .rw_tech_tags {
  margin: 28px 0 0;
  justify-content: center;
}

.rw_tech_tags li {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 6px 12px;
  background-color: #eef3fa;
  color: #3973c2;
}

.rw_thought {
  padding: 100px 0;
  background-color: #0b1f3d;
  color: #fff;
}

.rw_thought .lp_inner {
  max-width: 800px;
}

.rw_thought .kicker {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #9ce9ff;
}

.rw_thought .heading {
  margin-top: 18px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.06em;
}

.rw_thought p {
  margin-top: 22px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.88);
}

.rw_scale_grid {
  margin-top: 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.rw_scale_grid article {
  padding: 32px 28px 34px;
  background-color: #f5f7fc;
}

.rw_scale_grid .kicker {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #3973c2;
}

.rw_scale_grid .heading {
  margin-top: 8px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #113366;
  line-height: 1.6;
}

.rw_scale_grid p {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.9;
}

.rw_scale_grid .tech {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid #d5e2f2;
  font-size: 12px;
  line-height: 1.8;
  color: #555;
  letter-spacing: 0.02em;
}

.rw_reason {
  margin-top: 40px;
  padding: 28px 28px 26px;
  background-color: #fff;
}

.rw_reason_kicker {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #3973c2;
}

.rw_reason_grid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.rw_reason_grid li {
  padding: 16px 14px 18px;
  background-color: #f5f7fc;
}

.rw_reason_grid .item {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #666;
}

.rw_reason_grid .val {
  margin-top: 8px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #113366;
  line-height: 1.5;
}

.rw_reason_grid .val.is_ok {
  color: #00439d;
}

.rw_reason_grid .val.is_warn {
  color: #3973c2;
}

.rw_reason_note {
  margin-top: 16px;
  font-size: 12px;
  line-height: 1.8;
  color: #666;
}

.rw_evidence_grid .en {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #3973c2;
}

.rw_scope_note {
  margin: 24px auto 0;
  max-width: 760px;
  text-align: center;
  font-size: 13px;
  line-height: 1.9;
  color: #555;
}

.rw_fs_grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.rw_fs_grid li {
  padding: 28px 24px 30px;
  background-color: #f5f7fc;
}

.rw_fs_grid .en {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #3973c2;
}

.rw_fs_grid .heading {
  margin-top: 8px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #113366;
  line-height: 1.5;
}

.rw_fs_grid p:not(.en):not(.heading) {
  margin-top: 12px;
  font-size: 13px;
  line-height: 1.8;
  color: #555;
}

.rw_detect_points {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.rw_detect_points li {
  padding: 22px 20px 24px;
  background-color: #0b1f3d;
  color: #fff;
}

.rw_detect_points .kicker {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #9ce9ff;
  line-height: 1.5;
}

.rw_detect_points p:not(.kicker) {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.88);
}

.rw_pipe {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.rw_pipe li {
  position: relative;
  padding: 28px 12px 24px;
  text-align: center;
  color: #fff;
  background-color: #0b1f3d;
}

.rw_pipe li:nth-child(2) { background-color: #113366; }
.rw_pipe li:nth-child(3) { background-color: #00439d; }
.rw_pipe li:nth-child(4) { background-color: #3973c2; }
.rw_pipe li:nth-child(5) { background-color: #035c88; }

.rw_pipe li:not(:last-child)::after {
  content: "→";
  position: absolute;
  right: -8px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  color: #9ce9ff;
  font-size: 16px;
  font-weight: 700;
}

.rw_pipe .kicker {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #9ce9ff;
}

.rw_pipe .ttl {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.rw_pipe .sub {
  display: block;
  margin-top: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #9ce9ff;
}

.rw_pipe_note {
  margin: 16px auto 0;
  max-width: 720px;
  text-align: center;
  font-size: 12px;
  line-height: 1.8;
  color: #555;
}

.rw_aflow .rw_aflow_list {
  margin-top: 36px;
}

.rw_spec_table_wrap {
  margin-top: 40px;
  overflow-x: auto;
  border: 1px solid #d5e2f2;
  background-color: #fff;
}

.rw_spec_table {
  width: 100%;
  border-collapse: collapse;
}

.rw_spec_table th,
.rw_spec_table td {
  padding: 16px 20px;
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
  vertical-align: top;
}

.rw_spec_table th {
  width: 11em;
  font-weight: 700;
  color: #113366;
  background-color: #f5f7fc;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.rw_spec_table tr:nth-child(even) td {
  background-color: #fafbfd;
}

.rw_spec_table tr + tr th,
.rw_spec_table tr + tr td {
  border-top: 1px solid #e4ebf4;
}

.rw_workflow_list {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.rw_workflow_list li {
  padding: 22px 18px 24px;
  background-color: #f5f7fc;
}

.rw_workflow_list .num {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #92b3e4;
}

.rw_workflow_list .en {
  display: block;
  margin-top: 8px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #113366;
  line-height: 1.4;
}

.rw_workflow_list .jp {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  color: #666;
}

@media screen and (max-width: 1100px) {
  .lp_rw100_intro,
  .lp_logic,
  .rw_feat_grid,
  .rw_pillar_grid,
  .rw_evidence_grid,
  .rw_recov_grid,
  .rw_reason_grid,
  .rw_scale_grid,
  .rw_fs_grid,
  .rw_detect_points,
  .rw_workflow_list {
    grid-template-columns: 1fr 1fr;
  }

  .lp_rw100_name {
    font-size: 44px;
  }

  .lp_rw100_body,
  .lp_logic_head,
  .lp_logic_body {
    padding: 28px 24px 30px;
  }

  .rw_aflow_list {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .rw_aflow_list li:not(:nth-child(3n))::after,
  .rw_ro_flow li:not(:last-child)::after,
  .rw_pipe li:not(:last-child)::after {
    display: none;
  }

  .rw_ro_flow,
  .rw_pipe {
    grid-template-columns: 1fr 1fr;
  }

  .rw_path .ttl {
    font-size: 13px;
  }

  .rw_mv_name {
    font-size: 56px;
  }

  .rw_mv_ttl,
  .rw_thought .heading {
    font-size: 24px;
  }

  .rw_spec_table th {
    width: 8em;
    white-space: normal;
  }
}

@media screen and (max-width: 767px) {
  .lp_rw100_intro,
  .lp_logic,
  .rw_about_grid,
  .rw_aflow_list,
  .rw_feat_grid,
  .rw_pillar_grid,
  .rw_evidence_grid,
  .rw_fallback_cols,
  .rw_recov_grid,
  .rw_reason_grid,
  .rw_ro_flow,
  .rw_path,
  .rw_scale_grid,
  .rw_scope_grid,
  .rw_fs_grid,
  .rw_detect_points,
  .rw_pipe,
  .rw_workflow_list {
    grid-template-columns: 1fr;
  }

  .lp_rw100_visual,
  .lp_rw100_body,
  .lp_logic_head,
  .lp_logic_body,
  .lp_ro {
    padding: 24px 18px 26px;
  }

  .lp_rw100_name {
    font-size: 40px;
  }

  .lp_rw100_body .heading {
    font-size: 26px;
  }

  .lp_logic .heading,
  .lp_ro .heading {
    font-size: 20px;
    letter-spacing: 0.04em;
  }

  .lp_compare_tech .heading,
  .lp_compare_tech .intro {
    text-align: left;
  }

  .rw_mv {
    padding: 64px 0 52px;
  }

  .rw_mv_name {
    font-size: 44px;
  }

  .rw_mv_ttl,
  .rw_thought .heading {
    font-size: 22px;
  }

  .rw_about,
  .rw_pillars,
  .rw_aflow,
  .rw_feats,
  .rw_fallback,
  .rw_scale,
  .rw_recov,
  .rw_evidence,
  .rw_ro,
  .rw_scope,
  .rw_detect,
  .rw_spec,
  .rw_workflow {
    padding: 64px 0 70px;
  }

  .rw_thought {
    padding: 72px 0;
  }

  .rw_fallback_catch,
  .rw_recov_catch,
  .rw_cta .heading,
  .rw_position .heading {
    font-size: 20px;
    text-align: left;
  }

  .rw_path_note,
  .rw_scope_note,
  .rw_reason_note,
  .rw_recov_note,
  .rw_cta_lead,
  .rw_pipe_note {
    text-align: left;
    font-size: 13px;
  }

  .rw_aflow_list li:not(:nth-child(3n))::after {
    display: none;
  }

  .rw_path {
    gap: 18px;
  }

  .rw_path li:nth-child(5) {
    grid-column: auto;
  }

  .rw_path li:not(:last-child)::after {
    display: block;
    content: "↓";
    right: auto;
    left: 50%;
    top: auto;
    bottom: -16px;
    transform: translateX(-50%);
  }

  .rw_pipe {
    gap: 18px;
  }

  .rw_pipe li:not(:last-child)::after {
    display: block;
    content: "↓";
    right: auto;
    left: 50%;
    top: auto;
    bottom: -16px;
    transform: translateX(-50%);
  }

  .rw_spec_table th,
  .rw_spec_table td {
    display: block;
    width: auto;
    padding: 10px 16px;
  }

  .rw_spec_table th {
    padding-bottom: 0;
    border-top: none;
    background-color: #fff;
  }

  .rw_spec_table tr + tr th {
    padding-top: 18px;
    border-top: 1px solid #e4ebf4;
  }

  .rw_spec_table tr + tr td {
    border-top: none;
  }

  .rw_tech_details summary,
  .rw_tech_flow,
  .rw_tech_tags {
    margin-left: 18px;
    margin-right: 18px;
  }

  .rw_tech_details summary {
    margin: 0;
    padding: 16px 44px 16px 18px;
  }

  .rw_reason,
  .rw_scale_grid article {
    padding: 24px 18px 26px;
  }

  .rw_recov .rw_tech_tags {
    justify-content: flex-start;
  }

  .rw_position {
    padding-bottom: 64px;
  }

  .rw_position .lp_inner {
    padding: 28px 18px 30px;
  }

  .rw_cta {
    padding: 64px 0 80px;
  }

  .rw_cta .heading {
    text-align: center;
  }

  .rw_cta .box_btn a {
    width: auto;
    min-width: 0;
    padding: 0 20px;
    font-size: 15px;
  }
}

.lp_cases {
  margin-top: 28px;
  padding: 36px 36px 12px;
  background-color: #fff;
}

.lp_cases_head .kicker {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #3973c2;
}

.lp_cases_head .heading {
  margin-top: 8px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #113366;
  line-height: 1.5;
}

.lp_cases_head .lead {
  margin-top: 12px;
  max-width: 720px;
  font-size: 14px;
  line-height: 1.9;
}

.lp_case {
  position: relative;
  z-index: 0;
  margin-top: 24px;
  border: 1px solid #d5e2f2;
  overflow: hidden;
  background-color: #fff;
}

.lp_case_head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 10px 16px;
  width: auto;
  padding: 20px 24px 18px;
  background-color: #0b1f3d;
  color: #fff;
}

.lp_case_head .num {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #9ce9ff;
}

.lp_case_head .heading {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.lp_case_grid {
  display: grid;
  grid-template-columns: 1fr;
}

.lp_case_sit,
.lp_case_how {
  padding: 24px 24px 26px;
}

.lp_case_sit {
  background-color: #eef3fa;
  border-left: 4px solid #00439d;
  padding: 28px 32px 30px;
}

.lp_case .ex_ttl {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #3973c2;
}

.lp_case_sit .ex_ttl {
  font-size: 12px;
  color: #00439d;
}

.lp_case_sit .catch {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.04em;
  color: #113366;
}

.lp_case_sit p + p {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.9;
  color: #444;
}

.lp_case_sit strong {
  font-weight: 700;
  color: #113366;
}

.lp_case_how p,
.lp_case_point p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.9;
}

.lp_case_how .lp_chips {
  margin-top: 14px;
}

.lp_case_fallback {
  margin-top: 16px;
}

.lp_case_fallback li {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 0 16px 22px;
  font-size: 14px;
  font-weight: 700;
  color: #113366;
}

.lp_case_fallback li:last-child {
  padding-bottom: 0;
}

.lp_case_fallback li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 8px;
  height: 8px;
  background-color: #3973c2;
}

.lp_case_fallback li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 1.05em;
  bottom: 0;
  width: 2px;
  background-color: #d5e2f2;
}

.lp_case_fallback .fail {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 3px 8px;
  color: #c45c2a;
  background-color: #fff8f2;
  border: 1px solid #f0d0bc;
}

.lp_case_how .fallback_note {
  margin-top: 14px;
  font-size: 13px;
  line-height: 1.8;
  color: #555;
}

.lp_case_flow_wrap {
  padding: 20px 24px 22px;
  border-top: 1px solid #e4ebf4;
}

.lp_case_flow {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  counter-reset: case-step;
}

.lp_case_flow li {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-height: 0;
  margin: 0;
  padding: 12px 14px;
  background-color: #eef3fa;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #113366;
  line-height: 1.5;
}

.lp_case_flow li::before {
  counter-increment: case-step;
  content: counter(case-step, decimal-leading-zero);
  flex-shrink: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #3973c2;
}

.lp_case_flow li:not(:last-child)::after {
  display: none;
}

.lp_case_point {
  padding: 20px 24px 24px;
  border-top: 1px solid #e4ebf4;
  background-color: #f5f7fc;
}

.lp_case_point p {
  color: #444;
}

@media screen and (max-width: 1100px) {
  .lp_cases {
    padding: 28px 24px 8px;
  }

  .lp_case_flow {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .lp_cases {
    padding: 24px 0 4px;
  }

  .lp_case_head,
  .lp_case_sit,
  .lp_case_how,
  .lp_case_flow_wrap,
  .lp_case_point {
    padding-left: 18px;
    padding-right: 18px;
  }

  .lp_case_head .heading {
    font-size: 16px;
  }

  .lp_case_sit {
    padding: 22px 18px 24px;
  }

  .lp_case_sit .catch {
    font-size: 16px;
  }

  .lp_case_grid,
  .lp_case_flow {
    grid-template-columns: 1fr;
  }
}

.pc_about,
.pc_menu,
.pc_scope,
.pc_flow {
  padding: 90px 0;
  background-color: #fff;
}

.pc_diff,
.pc_price,
.pc_buy {
  padding: 90px 0;
  background-color: #f5f7fc;
}

.pc_data {
  padding: 90px 0;
  background-color: #eef3fa;
}

.pc_about .c_ttl_wrap,
.pc_data .c_ttl_wrap {
  flex-wrap: wrap;
}

.pc_about .c_ttl_wrap .jp,
.pc_data .c_ttl_wrap .jp,
.pc_include .heading {
  line-height: 1.5;
  text-align: center;
}

.pc_about_body {
  margin: 36px auto 0;
  max-width: 720px;
}

.pc_about_body p {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.04em;
}

.pc_about_body p + p {
  margin-top: 16px;
}

.pc_diff_list {
  margin: 48px auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.pc_diff_list li {
  padding: 28px 24px 30px;
  background-color: #fff;
}

.pc_diff_list li:last-child {
  grid-column: 1 / -1;
}

.pc_diff_list .num {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #3973c2;
}

.pc_diff_list .heading {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #113366;
  line-height: 1.5;
}

.pc_diff_list .desc {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.8;
}

.pc_menu_grid {
  margin-top: 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.pc_menu_grid > li {
  padding: 28px 24px 26px;
  background-color: #f5f7fc;
}

.pc_menu_grid .heading {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #113366;
}

.pc_menu_grid .desc {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.8;
}

.pc_menu_grid .warn {
  margin-top: 14px;
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.7;
  color: #c45c2a;
  background-color: #fff8f2;
  border-left: 3px solid #c45c2a;
}

.pc_include {
  padding: 80px 0;
  background: linear-gradient(90deg, #035c88 0%, #002d70 100%);
  color: #fff;
}

.pc_include .kicker {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #9ce9ff;
  text-align: center;
}

.pc_include .heading {
  margin-top: 12px;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
}

.pc_include .lead {
  margin: 20px auto 0;
  max-width: 720px;
  font-size: 15px;
  line-height: 1.9;
  text-align: center;
}

.pc_include_list {
  margin: 28px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  max-width: 800px;
}

.pc_include_list li {
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #fff;
  border: 1px solid rgba(156, 233, 255, 0.4);
  background-color: rgba(0, 0, 0, 0.18);
}

.pc_include .note {
  margin-top: 22px;
  text-align: center;
  font-size: 13px;
  line-height: 1.8;
  opacity: 0.88;
}

.pc_formula {
  margin: 40px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.pc_formula_row {
  min-width: 220px;
  padding: 28px 24px 24px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 4px 16px rgba(17, 51, 102, 0.06);
}

.pc_formula_row .kicker {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #3973c2;
}

.pc_formula_row .val {
  margin-top: 8px;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #113366;
  line-height: 1.2;
}

.pc_formula_row .sub {
  margin-top: 8px;
  font-size: 12px;
  color: #666;
}

.pc_formula .plus {
  font-size: 28px;
  font-weight: 700;
  color: #3973c2;
}

.pc_formula_notes {
  margin: 20px auto 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 24px;
}

.pc_formula_notes li {
  font-size: 14px;
  font-weight: 700;
  color: #113366;
}

.pc_formula_eq {
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #00439d;
}

.pc_subttl {
  margin: 48px auto 0;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #113366;
  text-align: center;
}

.pc_table_wrap {
  margin-top: 20px;
  overflow-x: auto;
  border: 1px solid #e4ebf4;
  background-color: #fff;
}

.pc_table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
}

.pc_table th,
.pc_table td {
  padding: 14px 16px;
  font-size: 14px;
  line-height: 1.6;
  text-align: right;
}

.pc_table thead {
  background-color: #113366;
  color: #fff;
}

.pc_table thead th:first-child,
.pc_table tbody th {
  text-align: left;
  font-weight: 700;
  color: inherit;
}

.pc_table tbody th {
  color: #113366;
}

.pc_table tbody tr:nth-child(even) {
  background-color: #f5f7fc;
}

.pc_table tbody td:last-child {
  font-weight: 700;
  color: #00439d;
}

.pc_price_notes {
  margin: 16px auto 0;
  max-width: 640px;
}

.pc_price_notes li {
  position: relative;
  padding-left: 14px;
  font-size: 13px;
  line-height: 1.8;
  color: #555;
}

.pc_price_notes li::before {
  content: "※";
  position: absolute;
  left: 0;
}

.pc_paths {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.pc_paths article {
  padding: 28px 26px 30px;
  background-color: #fff;
}

.pc_paths .kicker {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #3973c2;
}

.pc_paths .heading {
  margin-top: 8px;
  font-size: 18px;
  font-weight: 700;
  color: #113366;
}

.pc_paths ol {
  margin-top: 18px;
}

.pc_paths li {
  position: relative;
  padding: 0 0 18px 22px;
  font-size: 14px;
  font-weight: 700;
  color: #113366;
  line-height: 1.5;
}

.pc_paths li:last-child {
  padding-bottom: 0;
}

.pc_paths li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 8px;
  height: 8px;
  background-color: #3973c2;
}

.pc_paths li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 1.05em;
  bottom: 0;
  width: 2px;
  background-color: #d5e2f2;
}

.pc_data_flow {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.pc_data_flow li {
  position: relative;
  padding: 28px 12px 24px;
  text-align: center;
  color: #fff;
  background-color: #0b1f3d;
}

.pc_data_flow li:nth-child(2) { background-color: #113366; }
.pc_data_flow li:nth-child(3) { background-color: #00439d; }
.pc_data_flow li:nth-child(4) { background-color: #3973c2; }
.pc_data_flow li:nth-child(5) { background-color: #035c88; }

.pc_data_flow li:not(:last-child)::after {
  content: "→";
  position: absolute;
  right: -8px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  color: #9ce9ff;
  font-weight: 700;
}

.pc_data_flow .kicker {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #9ce9ff;
}

.pc_data_flow .ttl {
  display: block;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.pc_rw100 {
  padding: 0 0 90px;
  background-color: #eef3fa;
}

.pc_rw100 .lp_inner {
  max-width: 760px;
  padding: 36px 40px 38px;
  background-color: #fff;
}

.pc_rw100 .kicker {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #3973c2;
}

.pc_rw100 .heading {
  margin-top: 8px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #113366;
}

.pc_rw100 p {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.9;
}

.pc_scope_grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.pc_scope_grid article {
  padding: 32px 28px;
  background-color: #f5f7fc;
}

.pc_scope_grid .heading {
  font-size: 18px;
  font-weight: 700;
  color: #113366;
  line-height: 1.5;
}

.pc_scope_grid ul {
  margin-top: 16px;
}

.pc_scope_grid li {
  position: relative;
  padding-left: 14px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.9;
  color: #113366;
}

.pc_scope_grid li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.85em;
  width: 6px;
  height: 1px;
  background-color: #999;
}

.pc_scope_grid p {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.9;
}

.pc_buy .lp_inner {
  max-width: 760px;
  padding: 40px 40px 42px;
  background-color: #fff;
  border: 1px solid #d5e2f2;
}

.pc_buy .kicker {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #3973c2;
}

.pc_buy .heading {
  margin-top: 10px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #113366;
  line-height: 1.6;
}

.pc_buy p {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.9;
}

.pc_steps {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.pc_steps li {
  padding: 22px 16px 24px;
  background-color: #f5f7fc;
}

.pc_steps .num {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #3973c2;
}

.pc_steps .ttl {
  display: block;
  margin-top: 8px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #113366;
  line-height: 1.5;
}

.pc_steps_note {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
  color: #555;
}

.pc_steps_note strong {
  font-weight: 700;
  color: #113366;
}

.lp_pc .rw_cta .note {
  margin-top: 16px;
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1.9;
}

@media screen and (max-width: 1100px) {
  .pc_diff_list,
  .pc_menu_grid,
  .pc_paths,
  .pc_scope_grid,
  .pc_steps {
    grid-template-columns: 1fr 1fr;
  }

  .pc_data_flow {
    grid-template-columns: 1fr 1fr;
  }

  .pc_data_flow li:not(:last-child)::after {
    display: none;
  }

  .pc_include .heading {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .pc_about,
  .pc_diff,
  .pc_menu,
  .pc_price,
  .pc_data,
  .pc_scope,
  .pc_flow {
    padding: 64px 0 70px;
  }

  .pc_include {
    padding: 56px 0;
  }

  .pc_rw100 {
    padding-bottom: 64px;
  }

  .pc_diff_list,
  .pc_menu_grid,
  .pc_paths,
  .pc_scope_grid,
  .pc_steps,
  .pc_data_flow {
    grid-template-columns: 1fr;
  }

  .pc_diff_list li:last-child {
    grid-column: auto;
  }

  .pc_about .c_ttl_wrap .jp,
  .pc_data .c_ttl_wrap .jp,
  .pc_include .heading,
  .pc_include .lead {
    text-align: left;
  }

  .pc_include .heading {
    font-size: 22px;
  }

  .pc_formula {
    flex-direction: column;
    gap: 8px;
  }

  .pc_formula_row {
    width: 100%;
    min-width: 0;
  }

  .pc_rw100 .lp_inner,
  .pc_buy .lp_inner {
    padding: 28px 18px 30px;
  }

  .pc_steps_note {
    text-align: left;
  }
}
