/* WordPress theme reset */
.wp-site-blocks,
.is-layout-flow,
.entry-content,
main,
article,
.wp-block-group {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}
body.admin-bar #pc-layout {
  height: calc(100vh - 32px);
  margin-top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar #pc-layout {
    height: calc(100vh - 46px);
    margin-top: 46px;
  }
}

body {
  font-family: "Noto Sans JP", "Helvetica Neue", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  background: #0d2b6e;
}
a {
  text-decoration: none;
}

#pc-layout {
  display: flex;
  flex-direction: row;
  height: 100vh;
  overflow: hidden;
  background: #0d2b6e;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
#col-left {
  flex: 5;
  height: 100%;
  min-width: 0;
  background-image: url("../img/top-left.webp");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
#col-center {
  flex: 3;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  background: #fff;
  min-width: 0;
  font-size: 18px;
}
#col-center .nav-logo {
  font-size: 16px;
}
#col-center .nav-btn {
  font-size: 14px;
  padding: 8px 18px;
}
#col-center .fv-copy {
  font-size: 20px;
}
#col-center .fv-copy-main {
  font-size: 30px;
}
#col-center .fv-sub {
  font-size: 25px;
}
#col-center .fv-price {
  font-size: 16px;
}
#col-center .fv-price b {
  font-size: 36px;
}
#col-center .en-label {
  font-size: 13px;
}
#col-center .sec-title {
  font-size: 26px;
}
#col-center .pain-item {
  font-size: 17px;
}
#col-center .bridge-title {
  font-size: 26px;
}
#col-center .bridge-body {
  font-size: 16px;
}
#col-center .tab-hint {
  font-size: 15px;
}
#col-center .tab-btn {
  font-size: 15px;
}
#col-center .plan-title {
  font-size: 18px;
}
#col-center .plan-price {
  font-size: 32px;
}
#col-center .plan-price-sub {
  font-size: 38px;
}
#col-center .feat {
  font-size: 15px;
}
#col-center .price-tbl {
  font-size: 14px;
}
#col-center .r-title {
  font-size: 20px;
}
#col-center .trial-title {
  font-size: 18px;
}
#col-center .trial-cta-copy {
  font-size: 18px;
}
#col-center .step-title {
  font-size: 17px;
}
#col-center .faq-q {
  font-size: 16px;
}
#col-center::-webkit-scrollbar {
  display: none;
}
#col-nav {
  flex: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 80px 0 28px 30px;
  border-left: 0.5px solid #e3e8f0;
  min-width: 0;
  background-image: url("../img/top-right.webp");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.s-links {
  flex: 0;
}
.s-link {
  display: block;
  padding: 9px 12px;
  font-size: 18px;
  color: #7a8db8;
  text-decoration: none;
  border-left: 2px solid transparent;
  cursor: pointer;
  transition: all 0.15s;
}
.s-link .en {
  display: block;
  font-size: 13px;
  color: #b0bcd4;
  letter-spacing: 0.1em;
  margin-bottom: 1px;
}
.s-link:hover,
.s-link.active {
  color: #0d47a1;
  border-left-color: #0d47a1;
  background: #f0f4ff;
}
.s-cta {
  padding: 16px 20px 0;
  display: flex;
  justify-content: center;
}
.s-cta a {
  width: 250px;
}
.s-cta a {
  display: block;
  background: linear-gradient(180deg, #2a63e8 0%, #0d47a1 100%);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  padding: 13px 10px;
  border-radius: 28px;
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: all 0.15s;
  width: 100%;
  box-shadow: 0 5px 0 #071a4a, 0 7px 16px rgba(13, 43, 110, 0.45);
  position: relative;
  top: 0;
}
.s-cta a:hover {
  box-shadow: 0 3px 0 #071a4a, 0 5px 12px rgba(13, 43, 110, 0.4);
  top: 2px;
}
.s-cta a:active {
  box-shadow: 0 0px 0 #071a4a, 0 2px 8px rgba(13, 43, 110, 0.3);
  top: 5px;
}
.img-ph {
  background: #d4d8e2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #8a90a0;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.img-ph svg {
  opacity: 0.45;
}
.nav {
  background: #fff;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e3e8f0;
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(10px);
}
.nav-logo {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.nav-logo-main {
  font-size: 16px;
  font-weight: 900;
  color: #60a5fa;
  letter-spacing: 0.04em;
  line-height: 1;
  display: block;
  font-style: italic;
}
.nav-logo-sub {
  font-size: 8px;
  font-weight: 600;
  color: #7a8db8;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  display: block;
}
.nav-btn {
  background: linear-gradient(180deg, #2a63e8 0%, #0d2b6e 100%);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  padding: 9px 18px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  letter-spacing: 0.06em;
  box-shadow: 0 4px 0 #071a4a, 0 6px 12px rgba(13, 43, 110, 0.5);
  transition: all 0.15s;
  position: relative;
  top: 0;
}
.nav-btn:hover {
  box-shadow: 0 2px 0 #071a4a, 0 4px 10px rgba(13, 43, 110, 0.4);
  top: 2px;
}
.nav-btn:active {
  box-shadow: 0 0px 0 #071a4a, 0 2px 6px rgba(13, 43, 110, 0.3);
  top: 4px;
}
.fv {
  position: relative;
  height: 280px;
  overflow: hidden;
  background: linear-gradient(135deg, #020818 0%, #0a1f5c 30%, #0d3080 55%, #1a4fa8 75%, #2d6fd4 90%, #1a3a8a 100%);
}
.fv-bg {
  position: absolute;
  inset: 0;
  display: flex;
}
.fv-col {
  flex: 1;
  position: relative;
  overflow: hidden;
}
.fv-col .img-ph {
  position: absolute;
  inset: 0;
  font-size: 9px;
  color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.06);
}
.fv-col:not(:last-child) {
  border-right: 0.5px solid rgba(255, 255, 255, 0.15);
}
.fv-overlay {
  display: none;
}
.fv-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 18px;
}
.fv-copy {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  color: #fff;
}
.fv-copy-main {
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}
.fv-sub {
  font-size: 25px;
  margin-bottom: 8px;
  font-weight: 900;
  letter-spacing: 0.06em;
  font-style: italic;
  background: linear-gradient(90deg, #90caf9 0%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.fv-price {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 14px;
}
.fv-price b {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  font-family: "Oswald", sans-serif;
  letter-spacing: -0.02em;
}
.sec {
  padding: 28px 18px;
}
.sec.wh {
  background: #fff;
}
.sec.gy {
  background: #f0f4f9;
}
.en-label {
  font-size: 9px;
  letter-spacing: 0.14em;
  color: #0d47a1;
  margin-bottom: 4px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
.sec-title {
  font-size: 18px;
  font-weight: 900;
  color: #0d47a1;
  line-height: 1.4;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
  font-family: "Noto Sans JP", sans-serif;
  font-style: italic;
}
.pain-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.pain-item {
  font-size: 13px;
  color: #333;
  padding: 14px 0;
  border-bottom: 0.5px solid #e4eaf7;
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.pain-item:last-child {
  border-bottom: none;
}
.pain-item:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0d47a1;
  flex-shrink: 0;
  margin-top: 6px;
}
.bridge {
  background: linear-gradient(135deg, #020818 0%, #0a1f5c 30%, #0d3080 55%, #1a4fa8 75%, #2d6fd4 90%, #1a3a8a 100%);
  padding: 32px 18px;
  text-align: center;
}
.bridge-en {
  font-size: 9px;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 12px;
  font-weight: 600;
}
.bridge-title {
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 6px;
  font-style: italic;
  font-family: "Noto Sans JP", sans-serif;
}
.bridge-subtitle {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 18px;
}
.bridge-divider {
  width: 32px;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  margin: 0 auto 18px;
}
.bridge-img {
  width: 100%;
  height: 160px;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}
.bridge-body {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 2;
  text-align: left;
}
.bridge-body b {
  color: #fff;
  font-weight: 600;
}
.tab-hint {
  font-size: 11px;
  color: #7a8db8;
  margin-bottom: 14px;
}
.tab-wrap {
  background: #e4eaf7;
  border-radius: 14px;
  padding: 5px;
  display: flex;
  gap: 5px;
  margin-bottom: 18px;
}
.tab-btn {
  flex: 1;
  padding: 12px 6px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 600;
  color: #7a8db8;
  text-align: center;
  cursor: pointer;
  border: none;
  background: transparent;
  line-height: 1.3;
  transition: all 0.2s;
}
.tab-btn.active {
  background: #fff;
  color: #0d47a1;
}
.plan-pane {
  display: none;
}
.plan-pane.show {
  display: block;
}
.plan-card {
  border: 0.5px solid #c5d3f0;
  border-radius: 14px;
  padding: 16px;
  background: #fff;
  margin-bottom: 14px;
}
.plan-card.rec {
  border: 2px solid #0d47a1;
}
.plan-badge {
  display: inline-block;
  background: #0d47a1;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 14px;
  margin-bottom: 10px;
}
.plan-name-label {
  font-size: 10px;
  color: #7a8db8;
  margin-bottom: 4px;
  letter-spacing: 0.08em;
}
.plan-title {
  font-size: 15px;
  font-weight: 700;
  color: #0d47a1;
  margin-bottom: 6px;
}
.plan-price {
  font-size: 26px;
  font-weight: 700;
  color: #0d47a1;
  line-height: 1.2;
}
.plan-price span {
  font-size: 12px;
  font-weight: 400;
  color: #7a8db8;
}
.plan-price-sub {
  font-size: 30px;
  font-weight: 700;
  color: #0d47a1;
  margin-top: 4px;
  margin-bottom: 2px;
  line-height: 1.1;
}
.plan-price-sub span {
  font-size: 12px;
  font-weight: 400;
  color: #7a8db8;
}
.plan-price-note {
  font-size: 10px;
  color: #7a8db8;
  margin-bottom: 10px;
}
.divider {
  height: 0.5px;
  background: #e4eaf7;
  margin: 12px 0;
}
.plan-feats {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.feat {
  font-size: 12px;
  color: #333;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.5;
}
.dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #0d47a1;
  flex-shrink: 0;
  margin-top: 4px;
}
.price-block {
  margin-bottom: 14px;
}
.price-block-title {
  font-size: 11px;
  font-weight: 700;
  color: #0d47a1;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.price-block-title:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 12px;
  background: #0d47a1;
  border-radius: 2px;
}
.badge-sm {
  display: inline-block;
  background: #e8f0fe;
  color: #0d47a1;
  font-size: 9px;
  padding: 2px 8px;
  border-radius: 6px;
  margin-left: 4px;
  font-weight: 600;
  vertical-align: middle;
}
.price-tbl {
  width: 100%;
  border-collapse: collapse;
  font-size: 11px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  border: 0.5px solid #c5d3f0;
}
.price-tbl th {
  background: #0d47a1;
  color: #fff;
  padding: 10px 12px;
  text-align: left;
  font-weight: 600;
}
.price-tbl th.r {
  text-align: right;
}
.price-tbl td {
  padding: 11px 12px;
  border-bottom: 0.5px solid #e4eaf7;
  color: #0d2b6e;
  vertical-align: middle;
  line-height: 1.5;
}
.price-tbl td.r {
  text-align: right;
  font-weight: 600;
  color: #0d47a1;
}
.price-tbl tr:last-child td {
  border-bottom: none;
}
.price-tbl tr:nth-child(even) td {
  background: #f8faff;
}
.best-row td {
  background: #eef6ff !important;
}
.closed-row td {
  background: #fff5f5 !important;
  color: #a32d2d;
}
.closed-row td.r {
  color: #a32d2d;
}
.closed-badge {
  display: inline-block;
  background: #fcebeb;
  color: #a32d2d;
  font-size: 9px;
  padding: 2px 8px;
  border-radius: 6px;
  font-weight: 600;
  margin-left: 6px;
  vertical-align: middle;
}
.amt-main {
  display: block;
  font-weight: 600;
  color: #0d47a1;
  font-size: 11px;
}
.amt-slash {
  display: block;
  color: #b0bcd4;
  font-size: 9px;
  margin: 2px 0;
}
.amt-per {
  display: block;
  font-weight: 600;
  color: #333;
  font-size: 11px;
}
.amt-tax {
  display: block;
  font-size: 9px;
  color: #7a8db8;
  font-weight: 400;
  margin-top: 2px;
}
.price-note {
  font-size: 10px;
  color: #7a8db8;
  margin-top: 10px;
  line-height: 1.8;
  padding: 12px 14px;
  background: #fff;
  border-radius: 10px;
  border: 0.5px solid #e4eaf7;
}
.reason-row {
  display: flex;
  gap: 14px;
  margin-bottom: 20px;
  align-items: center;
  padding-left: 0;
}
.reason-row.rev {
  flex-direction: row-reverse;
}
.reason-row:last-child {
  margin-bottom: 0;
}
.r-img {
  width: 160px;
  min-height: 130px;
  flex-shrink: 0;
  border-radius: 12px;
  overflow: hidden;
}
.r-num {
  font-size: 9px;
  letter-spacing: 0.1em;
  color: #0d47a1;
  font-weight: 700;
  margin-bottom: 5px;
}
.r-title {
  font-size: 14px;
  font-weight: 700;
  color: #0d47a1;
  line-height: 1.4;
  margin-bottom: 5px;
}
.r-desc {
  font-size: 11px;
  color: #333;
  line-height: 1.6;
}
.fac-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
  margin-bottom: 14px;
}
.fac-img {
  aspect-ratio: 1;
  border-radius: 10px;
  overflow: hidden;
}
.equip-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.equip-card {
  background: #fff;
  border: 0.5px solid #c5d3f0;
  border-radius: 12px;
  padding: 12px 8px;
  text-align: center;
  font-size: 11px;
  color: #0d2b6e;
  line-height: 1.6;
  font-weight: 600;
}
.trial-steps {
  display: flex;
  flex-direction: column;
}
.trial-step {
  display: flex;
  gap: 16px;
  padding-bottom: 22px;
  position: relative;
}
.trial-step:last-child {
  padding-bottom: 0;
}
.trial-step:not(:last-child):before {
  content: "";
  position: absolute;
  left: 17px;
  top: 36px;
  bottom: 0;
  width: 1.5px;
  background: #c5d3f0;
}
.trial-num {
  width: 34px;
  height: 34px;
  background: #0d47a1;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  flex-shrink: 0;
}
.trial-body {
  flex: 1;
  padding-top: 4px;
}
.trial-label {
  font-size: 8px;
  letter-spacing: 0.1em;
  color: #0d47a1;
  font-weight: 700;
  margin-bottom: 3px;
}
.trial-title {
  font-size: 14px;
  font-weight: 700;
  color: #0d47a1;
  margin-bottom: 5px;
}
.trial-desc {
  font-size: 11px;
  color: #333;
  line-height: 1.7;
}
.time-badge {
  display: inline-flex;
  align-items: center;
  background: #eef2fc;
  border-radius: 20px;
  padding: 6px 14px;
  font-size: 11px;
  color: #333;
  font-weight: 600;
  margin-bottom: 22px;
}
.trial-cta {
  background: #f4f6fb;
  border-radius: 14px;
  padding: 20px 16px;
  text-align: center;
  margin-top: 28px;
}
.trial-cta-copy {
  font-size: 13px;
  font-weight: 700;
  color: #0d47a1;
  margin-bottom: 5px;
}
.trial-cta-sub {
  font-size: 11px;
  color: #333;
  margin-bottom: 16px;
  line-height: 1.7;
}
.flow-steps {
  display: flex;
  flex-direction: column;
}
.step {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding-bottom: 20px;
  position: relative;
}
.step:last-child {
  padding-bottom: 0;
}
.step:not(:last-child):before {
  content: "";
  position: absolute;
  left: 17px;
  top: 34px;
  bottom: 0;
  width: 1px;
  background: #c5d3f0;
}
.step-num {
  width: 34px;
  height: 34px;
  background: #0d47a1;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  flex-shrink: 0;
}
.step-title {
  font-size: 14px;
  font-weight: 700;
  color: #0d47a1;
  margin-bottom: 4px;
  padding-top: 6px;
}
.step-desc {
  font-size: 11px;
  color: #333;
  line-height: 1.6;
}
.faq-item {
  border-bottom: 0.5px solid #c5d3f0;
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}
.faq-item:last-child {
  border-bottom: none;
}
.faq-q {
  font-size: 13px;
  color: #333;
  flex: 1;
  line-height: 1.5;
  font-weight: 600;
}
.faq-ic {
  color: #0d47a1;
  font-size: 22px;
  font-weight: 300;
  flex-shrink: 0;
}
.map-ph {
  border-radius: 14px;
  overflow: hidden;
  height: 320px;
  margin-bottom: 14px;
}
.access-box {
  background: #f4f6fb;
  border-radius: 12px;
  padding: 14px 16px;
  margin-bottom: 12px;
}
.a-row {
  display: flex;
  gap: 12px;
  font-size: 12px;
  padding: 5px 0;
  color: #0d2b6e;
  align-items: flex-start;
}
.a-label {
  color: #7a8db8;
  width: 44px;
  flex-shrink: 0;
  padding-top: 1px;
}
.a-val {
  flex: 1;
  line-height: 1.7;
}
.footer-lp {
  background: #07173d;
  padding: 20px 18px;
  text-align: center;
}
.f-logo {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 700;
  margin-bottom: 10px;
}
.f-links {
  display: flex;
  gap: 14px;
  justify-content: center;
  margin-bottom: 8px;
  flex-wrap: wrap;
}
.f-link {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
}
.f-copy {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.3);
}
.ph-icon {
  opacity: 0.45;
}
@media (max-width: 768px) {
  #pc-layout {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
  }
  #col-left {
    display: none;
  }
  #col-center {
    width: 100% !important;
    height: auto !important;
    overflow: visible !important;
  }
  #col-nav {
    display: none;
  }
}

/* 左右カラム：画像オーバーレイ */
#col-left,
#col-nav {
  position: relative;
}
#col-left::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.25);
  pointer-events: none;
  z-index: 0;
}
#col-nav::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.35);
  pointer-events: none;
  z-index: 0;
}
#col-nav > * {
  position: relative;
  z-index: 1;
}

/* HERO SLIDER */
@keyframes kenburns {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  92% {
    opacity: 1;
  }
  100% {
    transform: scale(1.08);
    opacity: 0;
  }
}
.hero-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: transparent;
}
.hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  z-index: 0;
}
.hero-slide.active {
  opacity: 0;
  pointer-events: auto;
  animation: kenburns 5s ease-in-out forwards;
  z-index: 1;
}
.hero-slide img {
  width: 100%;
  height: auto;
  display: block;
}
.hero-slider-height {
  visibility: hidden;
  pointer-events: none;
  display: block;
  width: 100%;
}

/* REASONテキスト左端揃え */
.reason-row > div:not(.r-img) {
  flex: 1;
}
.reason-row.rev > div:not(.r-img) {
  order: -1;
}

/* FAQ アコーディオン */
.faq-a {
  display: none;
  font-size: 13px;
  color: #555;
  line-height: 1.8;
  padding: 0 0 14px 0;
}
.faq-a.open {
  display: block;
}
.faq-a:empty {
  display: none !important;
}
.faq-item.open .faq-ic {
  transform: rotate(45deg);
  transition: transform 0.2s;
}
.faq-ic {
  transition: transform 0.2s;
  display: inline-block;
}

/* ============================
   NEW PLAN SECTION
   ============================ */
.plan-sec {
  position: relative;
  padding: 100px 18px 32px;
  background: #0a1836;
  overflow: hidden;
}
.plan-sec-bg-title {
  position: absolute;
  top: 20px;
  left: -8px;
  font-size: 100px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.1);
  letter-spacing: -0.04em;
  line-height: 1;
  pointer-events: none;
  user-select: none;
  font-style: italic;
  font-family: "Noto Sans JP", sans-serif;
}
.plan-sec-header {
  margin-bottom: 24px;
}
.plan-sec-en {
  font-size: 10px;
  letter-spacing: 0.18em;
  color: #5b8dee;
  font-weight: 700;
  margin-bottom: 6px;
}
.plan-sec-title {
  font-size: 22px;
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
  font-style: italic;
  font-family: "Noto Sans JP", sans-serif;
}
.plan-sec-hint {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
}

/* タブ */
.plan-tab-wrap {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
}
.plan-tab-btn {
  flex: 1;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 12px 8px;
  cursor: pointer;
  text-align: center;
  transition: all 0.2s;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.plan-tab-btn.active {
  background: #1a4fd6;
  border-color: #1a4fd6;
}
.plan-tab-label {
  font-size: 9px;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 700;
}
.plan-tab-btn.active .plan-tab-label {
  color: rgba(255, 255, 255, 0.8);
}
.plan-tab-name {
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
}
.plan-tab-btn.active .plan-tab-name {
  color: #fff;
}

/* プランカード */
.new-plan-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 16px;
}
.new-plan-card-rec {
  border: 2px solid #1a4fd6;
}
.new-plan-badge {
  background: #1a4fd6;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  text-align: center;
  padding: 6px;
  letter-spacing: 0.1em;
}
.new-plan-card-header {
  background: linear-gradient(135deg, #0d2b6e 0%, #1a4fd6 100%);
  padding: 16px 18px 14px;
}
.new-plan-label {
  font-size: 9px;
  letter-spacing: 0.18em;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 700;
  margin-bottom: 4px;
}
.new-plan-name {
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.01em;
}

/* 料金ブロック */
.new-plan-price-block {
  padding: 16px 18px 12px;
  border-bottom: 1px solid #eef2ff;
}
.new-plan-price-from {
  font-size: 10px;
  color: #7a8db8;
  margin-bottom: 2px;
  font-weight: 600;
}
.new-plan-price-num {
  font-size: 48px;
  font-weight: 900;
  color: #0d2b6e;
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: 4px;
}
.new-plan-price-unit {
  font-size: 18px;
  font-weight: 700;
  color: #0d47a1;
}
.new-plan-price-sub-label {
  font-size: 14px;
  font-weight: 800;
  color: #0d47a1;
  margin-bottom: 4px;
}
.new-plan-price-note {
  font-size: 10px;
  color: #7a8db8;
}

/* 特徴リスト */
.new-plan-feats {
  padding: 14px 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-bottom: 1px solid #eef2ff;
}
.new-plan-feat {
  font-size: 13px;
  color: #333;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
}
.new-feat-ic {
  color: #1a4fd6;
  font-weight: 900;
  font-size: 14px;
  flex-shrink: 0;
}

/* ボタン */
.new-plan-btn {
  display: block;
  width: 100%;
  background: linear-gradient(180deg, #2a63e8 0%, #0d2b6e 100%);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  padding: 15px;
  border: none;
  cursor: pointer;
  letter-spacing: 0.04em;
  transition: all 0.15s;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 5px 0 #071a4a, 0 7px 16px rgba(7, 26, 74, 0.5);
  position: relative;
  top: 0;
}
.new-plan-btn:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 3px 0 #071a4a, 0 5px 12px rgba(7, 26, 74, 0.4);
  top: 2px;
}
.new-plan-btn:active {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0px 0 #071a4a, 0 2px 8px rgba(7, 26, 74, 0.3);
  top: 5px;
}

/* 料金テーブル */
.new-price-section {
  background: #ffffff;
  border: 1px solid #e4eaf7;
  border-radius: 12px;
  margin-bottom: 10px;
  overflow: hidden;
}
.new-price-section-rec {
  border-color: #c5d3f0;
  background: #ffffff;
}
.new-price-section-title {
  font-size: 11px;
  font-weight: 700;
  color: #ffffff;
  background: #0d2b6e;
  padding: 10px 14px 8px;
  letter-spacing: 0.06em;
  border-bottom: 1px solid #0d2b6e;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
.new-price-badge-sm {
  font-size: 9px;
  padding: 2px 8px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.25);
  color: #ffffff;
  font-weight: 600;
}
.new-price-badge-sm.rec {
  background: #1a4fd6;
  color: #fff;
}

/* PLAN A 料金行 */
.new-price-rows {
  padding: 4px 0;
}
.new-price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 14px;
  border-bottom: 1px solid #e4eaf7;
}
.new-price-row:last-child {
  border-bottom: none;
}
.new-price-row-best {
  background: #eef4ff;
}
.new-price-name {
  font-size: 12px;
  color: #333;
  display: flex;
  align-items: center;
  gap: 6px;
}
.new-price-val {
  font-size: 14px;
  font-weight: 800;
  color: #0d2b6e;
}
.new-price-badge {
  font-size: 9px;
  background: #1a4fd6;
  color: #fff;
  padding: 2px 6px;
  border-radius: 4px;
  font-weight: 700;
}

/* PLAN B 料金行 */
.new-price-row-b {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 14px;
  border-bottom: 1px solid #e4eaf7;
}
.new-price-row-b:last-child {
  border-bottom: none;
}
.new-price-row-b.new-price-row-best {
  background: #eef4ff;
}
.new-price-detail {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
}
.new-price-main {
  font-size: 12px;
  color: #7a8db8;
}
.new-price-per {
  font-size: 14px;
  font-weight: 800;
  color: #0d2b6e;
}
.new-price-per.best {
  color: #60a5fa;
}

.new-price-note {
  font-size: 10px;
  color: #ffffff;
  line-height: 1.8;
  margin-top: 8px;
}

/* プラン切り替えヒント */
.plan-sec-hint {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: linear-gradient(135deg, #0d47a1 0%, #1565c0 100%);
  border: none;
  border-radius: 12px;
  padding: 14px 20px;
  margin-bottom: 18px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(13, 71, 161, 0.5);
}
.plan-sec-hint::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.5) 45%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.5) 55%, transparent 100%);
  animation: hint-shine 2s ease-in-out infinite;
}
.plan-sec-hint-text {
  font-size: 14px;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.06em;
  font-family: "Noto Sans JP", sans-serif;
  font-style: italic;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.plan-sec-hint-arrow {
  font-size: 20px;
  color: #90caf9;
  animation: hint-bounce 0.8s ease-in-out infinite;
  display: inline-block;
}
@keyframes hint-shine {
  0% {
    transform: translateX(-150%);
  }
  55%,
  100% {
    transform: translateX(150%);
  }
}
@keyframes hint-bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(3px);
  }
}

/* ============================
   COPY PLAN CARD (Image1スタイル)
   ============================ */
.cp-card {
  background: #ffffff !important;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.cp-card-rec {
  border-color: #3b82f6;
}
.cp-badge {
  background: #3b82f6;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  text-align: center;
  padding: 7px;
  letter-spacing: 0.12em;
}
.cp-card-top {
  padding: 20px 18px 16px;
  border-bottom: 1px solid #e4eaf7;
}
.cp-plan-sub {
  font-size: 11px;
  color: #7a8db8;
  margin-bottom: 4px;
  font-weight: 500;
}
.cp-plan-name {
  font-size: 36px;
  font-weight: 900;
  color: #0d2b6e;
  line-height: 1;
  margin-bottom: 18px;
}
.cp-plan-name em {
  font-style: italic;
  color: #60a5fa;
}
.cp-plan-name-ja {
  font-size: 12px;
  color: #7a8db8;
  margin-bottom: 0;
  padding: 3px 10px;
  border: 1px solid #c5d3f0;
  display: inline-block;
  border-radius: 4px;
}
.cp-price-wrap {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 12px;
}
.cp-price-label {
  font-size: 20px;
  font-weight: 900;
  color: #0d2b6e;
}
.cp-price {
  font-size: 56px;
  font-weight: 900;
  color: #0d2b6e;
  line-height: 1;
  letter-spacing: -0.04em;
}
.cp-price-unit {
  font-size: 20px;
  font-weight: 700;
  color: #0d2b6e;
}
.cp-price-tax-inline {
  font-size: 11px;
  color: #7a8db8;
  margin-left: 4px;
}
.cp-price-tax {
  font-size: 10px;
  color: #7a8db8;
  line-height: 1.7;
}
.cp-feats {
  padding: 14px 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-bottom: 1px solid #e4eaf7;
}
.cp-feat {
  font-size: 13px;
  color: #333;
  display: flex;
  align-items: center;
  gap: 10px;
}
.cp-feat-ic {
  color: #3b82f6;
  font-weight: 900;
  font-size: 15px;
  flex-shrink: 0;
}
.cp-btn {
  display: block;
  width: 100%;
  background: #3b82f6;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  padding: 16px;
  border: none;
  cursor: pointer;
  letter-spacing: 0.04em;
  transition: opacity 0.2s;
}
.cp-btn:hover {
  opacity: 0.85;
}

/* plan-sec内のリセット */
.plan-sec .sec-title,
.plan-sec .en-label {
  display: none;
}
.plan-sec * {
  font-family: inherit;
}

/* FV CTAボタン 斜め線2本 */
.fv-cta-btn {
  display: block;
  width: 100%;
  position: relative;
  background: #ffffff;
  color: #0d47a1;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  padding: 13px;
  border-radius: 28px;
  border: none;
  cursor: pointer;
  overflow: hidden;
}
.fv-cta-btn::before,
.fv-cta-btn::after {
  content: "";
  position: absolute;
  top: -20px;
  width: 8px;
  height: 200%;
  background: rgba(13, 43, 110, 1);
  transform: rotate(25deg);
}
.fv-cta-btn::before {
  left: 30px;
}
.fv-cta-btn::after {
  left: 46px;
}
.fv-cta-btn:hover {
  background: #0d47a1;
  color: #fff;
}
.fv-cta-btn:hover::before,
.fv-cta-btn:hover::after {
  background: rgba(255, 255, 255, 1);
}

.strong-note {
  background: #eef6ff;
  border: 1px solid #0d47a1;
  border-radius: 10px;
  padding: 12px 14px;
}
.strong-item {
  font-size: 13px;
  color: #0d2b6e;
  padding: 4px 0;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
}
.strong-item b {
  color: #0d47a1;
}

/* REASON カード型 */
.reason-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.reason-card {
  position: relative;
  width: 100%;
  height: 220px;
  border-radius: 14px;
  overflow: hidden;
}
.reason-card-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.reason-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 14px 16px;
}
.reason-card-top {
  display: flex;
  align-items: center;
  gap: 10px;
}
.reason-card-badge {
  background: rgba(255, 255, 255, 0.95);
  color: #0d47a1;
  font-size: 13px;
  font-weight: 900;
  font-style: italic;
  padding: 4px 10px;
  border-radius: 20px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
}
.reason-card-en {
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  font-style: italic;
  font-family: "Noto Sans JP", sans-serif;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}
.reason-card-bottom {
  background: rgba(13, 43, 110, 0.75);
  border-radius: 10px;
  padding: 10px 14px;
  backdrop-filter: blur(4px);
}
.reason-card-title {
  font-size: 15px;
  font-weight: 900;
  color: #ffffff;
  line-height: 1.4;
  margin-bottom: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: italic;
}
.reason-card-desc {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.5;
}

/* 価格フォント */
.cp-price,
.cp-price-unit,
.new-price-val,
.new-price-main,
.new-price-per {
  font-family: "Oswald", sans-serif;
  letter-spacing: -0.02em;
}

/* プランBの強みポイント */
.cp-strong-points {
  background: linear-gradient(135deg, #0d47a1 0%, #1565c0 100%);
  border-radius: 12px 12px 0 0;
  padding: 14px 18px;
  margin: -1px -1px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cp-strong-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #fff;
  font-weight: 600;
}
.cp-strong-item i {
  flex-shrink: 0;
  color: #90caf9;
  font-size: 15px;
  width: 18px;
  text-align: center;
}
.cp-strong-item b {
  font-weight: 700;
  color: #fff;
}

/* SNSアイコン */
.s-sns {
  display: flex;
  gap: 12px;
  padding: 12px 0 0;
  align-items: center;
  justify-content: center;
}
.s-sns-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.2s;
}
.s-sns-link:hover {
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
}
.s-sns-line {
  background: #06c755 !important;
  color: #fff !important;
}
.s-sns-line:hover {
  background: #05b04c !important;
}

/* SNSアイコン個別カラー */
.s-sns-link.s-sns-x {
  background: #000 !important;
  color: #fff !important;
}
.s-sns-link.s-sns-instagram {
  background: radial-gradient(circle at 30% 110%, #f9ed32 0%, #ee2a7b 40%, #6228d7 80%) !important;
  color: #fff !important;
}

/* FACILITY カード型 */
.fac-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.fac-card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 1;
}
.fac-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.fac-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.65) 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px 12px;
}
.fac-card-badge {
  background: #90caf9;
  color: #0d2b6e;
  font-size: 16px;
  font-weight: 900;
  font-style: italic;
  font-family: "Noto Sans JP", sans-serif;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.fac-card-text {
}
.fac-card-en {
  font-size: 11px;
  font-style: italic;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.3;
  font-family: "Noto Sans JP", sans-serif;
}
.fac-card-ja {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
}

/* FREE TRIAL 2カラム */
.trial-layout {
  display: flex;
  gap: 18px;
  margin-bottom: 20px;
  align-items: flex-start;
}
.trial-img-wrap {
  width: 140px;
  min-width: 140px;
  position: relative;
  flex-shrink: 0;
}
.trial-img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  border-radius: 14px;
  display: block;
}
.trial-img-badge {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background: #0d47a1;
  color: #fff;
  text-align: center;
  border-radius: 24px;
  padding: 6px 14px;
  line-height: 1.2;
}
.trial-img-badge-main {
  font-size: 13px;
  font-weight: 900;
  font-style: italic;
  font-family: "Noto Sans JP", sans-serif;
}
.trial-img-badge-sub {
  font-size: 11px;
  font-weight: 700;
  color: #90caf9;
}
.trial-right {
  flex: 1;
  min-width: 0;
}

/* FREE TRIAL 横長画像 */
.trial-hero-img {
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 16px;
}
.trial-hero-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.trial-cta-btn {
  display: block;
  width: 100%;
  position: relative;
  background: linear-gradient(180deg, #2a63e8 0%, #0d47a1 100%);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  padding: 14px;
  border-radius: 28px;
  border: none;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.15s;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 5px 0 #071a4a, 0 7px 16px rgba(7, 26, 74, 0.5);
  top: 0;
}
.trial-cta-btn::before,
.trial-cta-btn::after {
  content: "";
  position: absolute;
  top: -20px;
  width: 8px;
  height: 200%;
  background: rgba(255, 255, 255, 0.12);
  transform: rotate(25deg);
}
.trial-cta-btn::before {
  left: 30px;
}
.trial-cta-btn::after {
  left: 46px;
}
.trial-cta-btn:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 3px 0 #071a4a, 0 5px 12px rgba(7, 26, 74, 0.4);
  top: 2px;
}
.trial-cta-btn:active {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 0px 0 #071a4a, 0 2px 8px rgba(7, 26, 74, 0.3);
  top: 5px;
}
.trial-cta-btn:hover::before,
.trial-cta-btn:hover::after {
  background: rgba(255, 255, 255, 0.15);
}

.flow-hero-img {
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 20px;
}
.flow-hero-img img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}
