:root {
  --blue: #2875cf;
  --deep: #0f3c96;
  --pale: #eaf5ff;
  --orange: #fa8c00;
  --ink: #111;
  --line: #c7d7e8;
  --header-height: 1.05rem;
}
* {
  box-sizing: border-box;
}
html {
  font-size: 100px; /* 1rem = 100px @1440 */
  scroll-behavior: smooth;
  height: 100%;
}
body {
  margin: 0;
  color: var(--ink);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.14rem;
  line-height: 1.65;
  min-height: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding-top: var(--header-height);
}
body > main {
  flex: 1 0 auto;
}
body > footer {
  flex: none;
  margin-top: auto;
}
main section[id] {
  scroll-margin-top: var(--header-height);
}
a {
  color: inherit;
  text-decoration: none;
}
.container {
  width: 10.4rem;
  max-width: calc(100% - 0.4rem);
  margin: auto;
}
.sp-only {
  display: none;
}
br.pc-only {
  display: block;
}
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 300;
  height: var(--header-height);
  background: #fff;
}
.site-header .container {
  width: 13.6rem;
}
.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.brand {
  display: flex;
  align-items: center;
  gap: 0.28rem;
  white-space: nowrap;
}
.brand img {
  display: block;
  height: auto;
}
.brand a {
  display: block;
}
.brand a:first-child img {
  width: 1.2rem;
}
.brand a:last-child img {
  width: 1.54rem;
}
.header-nav {
  display: flex;
  gap: 0.36rem;
  margin-right: 0.1rem;
  margin-left: auto;
  font-size: 0.14rem;
  font-weight: 700;
  white-space: nowrap;
}
.header-nav a {
  transition: opacity 0.2s;
}
.header-nav a:hover {
  opacity: 0.5;
}
.header-nav-contact {
  display: none;
}
.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 0.05rem;
  width: 0.36rem;
  height: 0.36rem;
  margin-left: 0.08rem;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.menu-toggle span {
  display: block;
  width: 0.22rem;
  height: 0.02rem;
  margin: 0 auto;
  background: #124b97;
  border-radius: 0.01rem;
  transition: transform 0.25s, opacity 0.25s;
}
.header-tel {
  margin: 0;
  font-size: 0.13rem;
  font-weight: 700;
  line-height: 1.1;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: inherit;
}
.header-tel-num {
  display: inline-flex;
  align-items: center;
  gap: 0.02rem;
  font-size: 0.16rem;
}
.header-tel-icon {
  display: block;
  width: 0.12rem;
  height: 0.14rem;
}
.header-tel small {
  display: block;
  font-size: 0.14rem;
  margin-top: 0.04rem;
}
.header-contact,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--orange);
  color: #fff;
  border-radius: 0.06rem;
  font-weight: 600;
}
.header-contact {
  width: 1.35rem;
  height: 0.35rem;
  font-size: 0.14rem;
  transition: opacity 0.2s;
}
.header-contact:hover {
  opacity: 0.75;
}
.placeholder {
  background: repeating-linear-gradient(-45deg, #e0edf9, #e0edf9 0.09rem, #d5e5f5 0.09rem, #d5e5f5 0.18rem);
  border: 0.01rem dashed #78a9dc;
  color: #507da9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.12rem;
  font-weight: 700;
}
.hero {
  height: 6.35rem;
  background-color: #ebf6ff;
  background-image: url("/img/lp_partner/banner@2x.png"), linear-gradient(to right, #ebf6ff 50%, #f7fbff 50%);
  background-repeat: no-repeat;
  background-position:
    center center,
    center center;
  background-size:
    14.4rem 6.35rem,
    100% 100%;
  overflow: hidden;
}
.hero .container {
  width: 11.8rem;
}
.hero-inner {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.hero-copy {
  position: relative;
  z-index: 1;
  margin-bottom: 0.15rem;
}
.hero-pills {
  display: flex;
  gap: 0.15rem;
  margin: 0 0 0.18rem;
}
.hero-pills span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 0.4rem;
  padding: 0 0.18rem;
  border-radius: 9.99rem;
  background: #3276d2;
  color: #fff;
  font-size: 0.22rem;
  font-weight: 600;
  white-space: nowrap;
}
.hero h1 {
  font-size: 0.45rem;
  line-height: 1.35;
  color: #111;
  margin: 0 0 0.2rem;
  letter-spacing: 0.04em;
  font-weight: 700;
}
.hero h1 strong {
  display: inline-block;
  margin-top: 0.04rem;
  color: #00338d;
  font-size: 0.65rem;
  line-height: 1.2;
  font-weight: 700;
}
.hero-copy > p {
  font-weight: 600;
  margin: 0 0 0.48rem;
  font-size: 0.2rem;
  line-height: 1.7;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
}
.button {
  min-width: 2.6rem;
  padding: 0.16rem 0.6rem 0.16rem 0.4rem;
  font-size: 0.18rem;
  border-radius: 0.1rem;
  position: relative;
  transition: opacity 0.2s;
}
.button:hover {
  opacity: 0.75;
}
.button::after {
  content: "";
  display: inline-block;
  width: 0.09rem;
  height: 0.09rem;
  margin-left: 0.18rem;
  border-top: 0.02rem solid currentColor;
  border-right: 0.02rem solid currentColor;
  transform: rotate(45deg);
  flex-shrink: 0;
  position: absolute;
  right: 0.4rem;
}
.button-outline {
  background: #fff;
  color: #00338d;
  border: 0.02rem solid #00338d;
  box-shadow: none;
}
.section-heading {
  text-align: center;
  color: var(--deep);
  font-size: 0.35rem;
  margin: 0 0 0.46rem;
  font-weight: 700;
}
.section-heading:after {
  content: "";
  display: block;
  background: var(--deep);
  width: 1rem;
  height: 0.02rem;
  margin: 0.09rem auto 0;
}
.problems {
  padding: 0.68rem 0 0.8rem;
}
.problem-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.23rem;
}
.problem-grid article {
  background: #eaf5ff;
  width: 2.45rem;
  height: 2.95rem;
  border-radius: 0.2rem;
  text-align: center;
  padding: 0.26rem 0.14rem 0.18rem;
  font-weight: 600;
  color: #000000;
  min-height: 2.6rem;
  font-size: 0.16rem;
}
.icon {
  width: 1.8rem;
  height: 1.3rem;
  margin: 0 auto 0.28rem;
}
.problem-grid article:last-of-type .icon {
    margin-bottom: 0.16rem;
}
.icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.problem-grid p {
  margin: 0;
}
.problem-grid .hl {
  color: #0d4a9a;
}
.problem-message {
  text-align: center;
  font-size: 0.28rem;
  font-weight: 700;
  margin: 0.36rem 0 0;
  color: #111;
}
.problem-message-line {
  display: block;
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 0.08rem;
  background-image: linear-gradient(to right, #cfe8ff, #0d4a9a);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 0.04rem;
}
.problem-message-line + .problem-message-line {
  margin-top: 0.04rem;
}
.problem-message-row {
  display: block;
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 0.08rem;
  background-image: linear-gradient(to right, #cfe8ff, #0d4a9a);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 0.04rem;
}
.problem-message-row + .problem-message-row {
  margin-top: 0.04rem;
}
.problem-message-row .problem-message-line {
  display: inline;
  width: auto;
  max-width: none;
  margin: 0;
  padding-bottom: 0;
  background: none;
}
.problem-message-line em,
.problem-message-line:last-child {
  color: #0d4a9a;
  font-style: normal;
}
.strengths {
  padding: 0.68rem 0 0.8rem;
  background: linear-gradient(90deg, rgb(228, 240, 253), rgb(194, 214, 245));
}
.strength-heading {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  text-align: center;
  font-size: 0.3rem;
  margin: 0 0 0.55rem;
  font-weight: 700;
  line-height: 1;
}
.strength-heading strong {
  display: inline-flex;
  align-items: flex-end;
  color: #1252a7;
  font-weight: inherit;
  line-height: 1;
}
.strength-num {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 0.85;
  margin-bottom: -0.08rem;
}
.strength-label {
  font-size: 0.5rem;
  font-weight: 700;
  line-height: 1;
}
.strength-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.2rem;
}
.strength-grid article {
  background: #fff;
  border-radius: 0.16rem;
  padding: 0.16rem 0.19rem 0;
  text-align: center;
  min-height: 3.9rem;
  overflow: hidden;
}
.strength-grid > b {
  font-size: 0.27rem;
}
.strength-grid article > b {
  display: inline-block;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 0.4rem;
  font-weight: 700;
  color: #0d50a5;
  padding-bottom: 0.06rem;
}
.strength-grid article > b::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0.1rem;
  width: 0.18rem;
  height: 0.02rem;
  background: #0d50a5;
  transform: translateX(-50%);
}
.strength-grid h3 {
  margin: 0.16rem 0;
  font-size: 0.23rem;
  color: #10458d;
  line-height: 1.45;
  font-weight: 700;
  height: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.strength-grid p {
  font-size: 0.16rem;
  text-align: left;
  font-weight: 600;
  margin: 0;
}
.strength-image {
  margin-bottom: 0.2rem;
}
.strength-image img {
  display: block;
  width: 2rem;
  height: auto;
}
.scope {
  padding: 0.68rem 0 0.8rem;
}
.scope-lead {
  text-align: center;
  font-size: 0.21rem;
  font-weight: 600;
  line-height: 2;
  margin: -0.07rem 0 0.37rem;
  color: #111;
}
.scope-lead .hl {
  color: #174c98;
}
br.scope-lead-br {
  display: block;
}
.comparison {
  margin: auto;
}
.comparison-header-row {
  display: grid;
  grid-template-columns: 3.7rem 2.3rem 2rem 2rem;
  column-gap: 0.16rem;
  align-items: stretch;
}
.comparison-data-row {
  display: grid;
  grid-template-columns: 3.7rem 2.3rem 2rem 2rem;
  column-gap: 0.16rem;
  align-items: center;
  height: 0.69rem;
}
.comparison-body {
  display: flex;
  flex-direction: column;
}
.comparison-head-spacer {
  display: block;
}
.comparison-head.is-main,
.comparison-cell.is-main {
  width: 2.3rem;
}
.comparison-head:not(.is-main),
.comparison-cell.is-other {
  width: 2rem;
}
.comparison-label {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  height: 0.6rem;
  min-height: 0.6rem;
  width: 100%;
  padding: 0 0.12rem;
  border-radius: 0.05rem;
  background: #2774d2;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 0.16rem;
  line-height: 1.4;
  white-space: nowrap;
}
.comparison-head {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0.7rem;
  padding: 0.08rem 0.12rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
.comparison-head.is-main {
  background: #104b9e;
  color: #fff;
  border: 0.02rem solid #104b9e;
  border-radius: 0.2rem 0.2rem 0 0;
  font-size: 0.2rem;
  font-weight: 700;
}
.comparison-head:not(.is-main) {
  background: #d8d8d8;
  color: #111;
  border: 0.01rem solid #b9b9b9;
  border-radius: 0.2rem 0.2rem 0 0;
  border-bottom: none;
  font-size: 0.16rem;
  font-weight: 600;
}
.comparison-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  height: 0.69rem;
  min-height: 0.69rem;
  font-size: 0.27rem;
  line-height: 1;
}
.comparison-cell.is-main {
  color: #104b9e;
  border-left: 0.02rem solid #104b9e;
  border-right: 0.02rem solid #104b9e;
  border-top: 0.01rem solid #c7d7e8;
  background: #fff;
}
.comparison-cell.is-other {
  color: #9e9e9e;
  border-left: 0.01rem solid #b9b9b9;
  border-right: 0.01rem solid #b9b9b9;
  border-top: 0.01rem solid #b9b9b9;
  background: #fff;
}
.comparison-data-row:last-child .comparison-cell.is-main {
  border-bottom: 0.02rem solid #104b9e;
  border-radius: 0 0 0.2rem 0.2rem;
}
.comparison-data-row:last-child .comparison-cell.is-other {
  border-bottom: 0.01rem solid #b9b9b9;
  border-radius: 0 0 0.2rem 0.2rem;
}
.options {
  display: flex;
  align-items: center;
  gap: 0.19rem;
  margin: 0.45rem 0 0;
  font-size: 0.16rem;
  font-weight: 600 !important;
  white-space: nowrap;
}
.options b {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background: #bdd6f8;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}
.mid-cta {
  position: relative;
  height: 4.5rem;
  background: linear-gradient(90deg, #c8ddf0 0%, #e8f4ff 12%, #f8fcff 26%, #d4e8fa 58%, #bdd3ea 100%);
  overflow: visible;
}
.cta-inner {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.cta-inner > div:first-child {
  position: relative;
  z-index: 1;
  max-width: calc(100% - 4rem);
}
.cta-inner p {
  font-size: 0.22rem;
  font-weight: 600 !important;
  line-height: 2;
  margin: 0.05rem 0 !important;
}
.cta-inner span,
.cta-inner strong {
  color: #174d9a;
  font-weight: 600 !important;
}
.cta-image {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4.8rem;
  height: auto;
  pointer-events: none;
}
.cta-inner .button {
    margin-top: 0.3rem;
    font-weight: 600 !important;
}
.works {
  padding: 0.68rem 0 0.8rem;
}
.work-slider {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  margin: 0 -0.55rem;
}
.work-slider-viewport {
  flex: 1;
  overflow: hidden;
}
.work-slider-track {
  display: flex;
  transition: transform 0.4s ease;
}
.work-slider button {
  flex: none;
  width: 0.36rem;
  height: 0.36rem;
  border: 0;
  background: transparent;
  color: #4189d9;
  padding: 0;
  cursor: pointer;
  position: relative;
}
.work-slider button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.16rem;
  height: 0.16rem;
  border-top: 0.03rem solid currentColor;
  border-right: 0.03rem solid currentColor;
}
.work-slider-prev::after {
  transform: translate(-35%, -50%) rotate(-135deg);
}
.work-slider-next::after {
  transform: translate(-65%, -50%) rotate(45deg);
}
.work-slider button:hover {
  opacity: 0.75;
}
.work-card {
  flex: 0 0 100%;
  border-radius: 0.15rem;
  background: #e6f2ff;
  padding: 0.4rem 0.3rem;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 0.35rem;
}
.work-image {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  overflow: hidden;
}
.work-image img {
  display: block;
  width: 4.6rem;
  height: auto;
}
.work-card h3,
.clients-title,
.works h4 {
  color: #134b97;
}
.work-card h3 {
  font-size: 0.22rem;
  margin: 0 0 0.12rem;
}
.work-card-link {
  color: inherit;
  text-decoration: none;
  display: block;
  transition: opacity 0.2s;
}
.work-card-link:hover {
  opacity: 0.75;
}
.work-card-meta {
  font-weight: 600;
  line-height: 1.75;
  font-size: 0.18rem;
  margin: 0 0 0.45rem;
}
.work-card-scope {
  font-weight: 600;
  line-height: 1.75;
  font-size: 0.16rem;
  margin: 0.12rem 0 0;
}
.work-card em {
  display: inline-block;
  color: #fff;
  background: #2875cf;
  border-radius: 0.15rem;
  padding: 0.03rem 0.12rem;
  font-style: normal;
  font-size: 0.16rem;
}
.note {
  font-size: 0.14rem;
  font-weight: 500;
  margin: 0.05rem 0 0;
}
.clients-title {
  font-size: 0.24rem;
  margin: 0.3rem 0 0.08rem;
}
.works h4 {
  font-size: 0.2rem;
  font-weight: 700;
  margin: 0.07rem 0;
}
.works h4.clients-international {
  margin-top: 0.28rem;
}
.works > div > p {
  font-weight: 600;
  font-size: 0.16rem;
  line-height: 1.75;
}
.clients-orgs {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 0.16rem;
  line-height: 1.75;
}
.clients-orgs li {
  position: relative;
  padding-left: 1.1em;
  line-height: 2;
}
.clients-orgs li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #2875cf;
}
.pricing {
  padding: 0.68rem 0 0.8rem;
  background: #e7f3ff;
}
.plan-caption {
  text-align: center;
  font-size: 0.21rem;
  font-weight: 600;
  margin: 0.23rem 0 0.3rem;
}
.plan-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.25rem;
}
.plan {
  background: #fff;
  border-radius: 0.16rem;
  overflow: hidden;
  border: 0.02rem solid #b6d1ed;
  min-height: 6.8rem;
  display: flex;
  flex-direction: column;
}
.plan header {
  background: #bdd6f8;
  text-align: center;
  font-size: 0.25rem;
  font-weight: 700;
  color: #2872d8;
  padding: 0.19rem 0.05rem;
  height: 1.4rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.plan header .plan-price {
  display: block;
}
.plan header strong {
  font-size: 0.4rem;
  font-weight: 700;
}
.plan header small {
  font-size: 0.22rem;
}
.plan header .plan-note {
  font-size: 0.12rem;
  vertical-align: text-top;
}
.plan.standard {
  border-color: #ffe0ae;
}
.plan.standard header {
  background: #fddcb2;
  color: #fa8c00;
}
.plan.custom {
  border-color: #cac8fb;
}
.plan.custom header {
  background: #cecefb;
  color: #111;
}
.plan.custom header strong {
  display: block;
  font-size: 0.2rem;
  margin-top: 0.05rem;
}
.plan ul {
  list-style: none;
  padding: 0.19rem 0.24rem 0 0.28rem;
  margin: 0;
  font-size: 0.18rem;
  font-weight: 600;
  line-height: 1.6;
  color: #111;
}
.plan li {
  position: relative;
  padding-left: 0.3rem;
  margin-bottom: 0.06rem;
}
.plan li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.28em;
  width: 0.18rem;
  height: 0.18rem;
  border-radius: 0.03rem;
  background: #bdd6f8;
  box-sizing: border-box;
}
.plan li::after {
  content: "";
  position: absolute;
  left: 0.05rem;
  top: 0.42em;
  width: 0.05rem;
  height: 0.09rem;
  border-right: 0.02rem solid #2872d8;
  border-bottom: 0.02rem solid #2872d8;
  transform: rotate(45deg);
}
.plan li.plan-note-item::after {
  display: none;
}
.plan li.plan-note-item {
  padding-left: 0.3rem;
  margin-top: -0.04rem;
  margin-bottom: 0.02rem;
  line-height: 1.35;
  font-size: 0.85em;
}
.plan li.plan-note-item::before {
  content: "※";
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
  top: 0;
  left: 0;
  font-size: 0.14rem;
  font-weight: 600;
  line-height: 1.6;
  color: inherit;
}
.plan.light .plan-dot {
  color: #2872d8;
}
.plan.standard li::before {
  background: #fddcb2;
}
.plan.standard li::after {
  border-right: 0.02rem solid #fa8c00;
  border-bottom: 0.02rem solid #fa8c00;
}
.plan.standard .plan-dot {
  color: #fa8c00;
}
.plan.custom li::before {
  background: #cac8fb;
}
.plan.custom li::after {
  border-right: 0.02rem solid #8a8af4;
  border-bottom: 0.02rem solid #8a8af4;
}
.plan.custom .plan-dot {
  color: #8a8af4;
}
.plan.custom .plan-dot-line {
  font-size: 0.16rem;
}
.plan li.plan-note-item::before {
  background: none;
}
.plan.standard li.plan-note-item::after,
.plan.custom li.plan-note-item::after {
  display: none;
  border: none;
}
.plan p {
  margin: auto 0.18rem 0.16rem;
  font-size: 0.14rem;
  font-weight: 500;
}
.center {
  text-align: center;
  margin: 0.5rem 0 0;
}
.schedule {
  padding: 0.7rem 0 0.8rem;
}
.schedule-block {
  position: relative;
}
.schedule-grid {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  padding-top: 0.28rem;
}
.schedule-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.schedule-row:last-child {
  padding-right: 2.34rem;
}
.schedule-grid article {
  flex: none;
  width: 2.2rem;
  height: 2.2rem;
  border: 0.02rem solid #d4e1ef;
  border-radius: 0.14rem;
  padding: 0.65rem 0.18rem 0.16rem;
  position: relative;
  font-size: 0.16rem;
  font-weight: 600;
  line-height: 1.65;
  box-sizing: border-box;
}
.schedule-grid article > b {
  position: absolute;
  top: -0.22rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: #2875cf;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.schedule-grid article > b .schedule-num {
  font-family: "Roboto", sans-serif;
  font-size: 0.35rem;
  font-weight: 700;
  line-height: 1;
}
.schedule-grid article > b .schedule-unit {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.2rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: -0.05rem;
}
.schedule-grid article p {
  margin: 0;
}
.schedule-grid article .schedule-dot {
  color: #b4c8f0;
  font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, sans-serif;
  font-size: 0.16rem;
}
.schedule-row > i {
  flex: none;
  width: 0.14rem;
  height: 0.14rem;
  border-top: 0.03rem solid #367ccc;
  border-right: 0.03rem solid #367ccc;
  transform: rotate(45deg);
  font-style: normal;
}
.schedule-row > i.is-spacer {
  visibility: hidden;
}
.schedule-grid mark {
  display: inline-block;
  background: linear-gradient(90deg, #f3f8ff 0%, #b8d9ff 100%);
  border-radius: 0.2rem;
  padding: 0.04rem 0.28rem;
  color: #1f5698;
  margin-bottom: 0.08rem;
  width: 100%;
  text-align: center;
}
.schedule-image {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 2.2rem;
  height: auto;
  z-index: 1;
}
.faq {
  padding: 0.7rem 0;
  background: #eef7ff;
}
.faq-list {
  width: 10.3rem;
  max-width: 100%;
  margin: auto;
}
.faq details {
  background: #fff;
  border-radius: 0.08rem;
  margin-bottom: 0.11rem;
  padding: 0 0.18rem;
}
.faq summary {
  display: flex;
  align-items: center;
  min-height: 0.57rem;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  font-size: 0.16rem;
  letter-spacing: 0.1em;
  padding: 0.12rem 0 0.1rem;
}
.faq summary:before {
  content: "Q";
  flex: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  color: #fff;
  background: #2775cf;
  margin-right: 0.28rem;
  font-family: "Roboto", sans-serif;
  font-size: 0.2rem;
  font-weight: 700;
  line-height: 1;
}
.faq summary:after {
  content: "＋";
  margin-left: auto;
  color: #a0c9ef;
  font-size: 0.28rem;
  font-weight: 400;
  width: 0.28rem;
  display: flex;
  justify-content: center;
}
.faq details[open] summary {
  border-bottom: 0.01rem dashed #c5d8eb;
}
.faq details[open] summary:after {
  content: "−";
}
.faq details p {
  display: flex;
  align-items: center;
  padding: 0.1rem 0 0.12rem;
  margin: 0;
  font-weight: 600;
  font-size: 0.16rem;
  letter-spacing: 0.1em;
}
.faq details p:before {
  content: "A";
  flex: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  color: #fff;
  background: #fa8c00;
  margin-right: 0.28rem;
  font-family: "Roboto", sans-serif;
  font-size: 0.2rem;
  font-weight: 700;
  line-height: 1;
}
.final-cta {
  padding: 0.7rem 0;
  background: linear-gradient(90deg, #eef8ff, #c9e4ff);
}
.final-card {
  background:
    url("/img/lp_partner/contact-2@2x.png") right 0.2rem center / 3.4rem auto no-repeat,
    #fff;
  border-radius: 0.17rem;
  padding: 0.52rem 0.75rem;
  min-height: 3.65rem;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.final-card h2 {
  color: #0f3c96;
  font-size: 0.3rem;
  line-height: 1.55;
  margin-top: 0;
}
.final-card p {
  font-weight: 700;
  line-height: 1.9;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  font-size: 0.16rem;
}
.final-card-image {
  display: none;
}
footer {
  background: #f0f0f0;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0 0.4rem;
  gap: 0.4rem;
}
.footer-top h2 {
  color: #124b97;
  font-size: 0.35rem;
  font-weight: 600;
  margin: 0.2rem 0 0.08rem;
}
.footer-info p {
  color: #000000;
  font-weight: 500;
  margin: 0;
  line-height: 1.75;
  font-size: 0.16rem;
}
.footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.14rem;
  margin-top: 0.28rem;
}
.footer-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.6rem;
  height: 0.65rem;
  padding: 0 0.36rem 0 0.22rem;
  background: #fff;
  color: #124b97;
  border: 0.02rem solid #124b97;
  border-radius: 0.1rem;
  font-size: 0.18rem;
  font-weight: 600;
  position: relative;
  transition: opacity 0.2s;
}
.footer-link::after {
  content: "";
  position: absolute;
  right: 0.26rem;
  top: 50%;
  width: 0.1rem;
  height: 0.1rem;
  border-top: 0.02rem solid currentColor;
  border-right: 0.02rem solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.footer-link:hover {
  opacity: 0.75;
}
.footer-map {
  flex: none;
  width: 4.3rem;
  text-align: center;
}
.footer-map iframe {
  display: block;
  width: 4.3rem;
  height: 3.5rem;
  border: 0.05rem solid #fff;
  border-radius: 0.2rem;
  box-sizing: border-box;
}
.footer-map-label {
  margin: 0.1rem 0 0;
  color: #0f3c96;
  font-size: 0.16rem;
  font-weight: 500;
}
.page-top {
  position: fixed;
  right: 0.28rem;
  bottom: 0.28rem;
  z-index: 100;
  width: 0.5rem;
  height: 0.5rem;
  transition: opacity 0.2s;
}
.page-top img {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
}
.page-top:hover {
  opacity: 0.75;
}
.floating-contact {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 110;
  width: 3.62rem;
  line-height: 0;
  transition: opacity 0.2s;
}
.floating-contact img {
  display: block;
  width: 100%;
  height: auto;
}
.floating-contact:hover {
  opacity: 0.85;
}
.footer-bottom {
  background: #0f3c96;
  color: #fff;
}
.footer-bottom .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem;
  position: relative;
  padding: 0.28rem 0 0.9rem;
  max-width: 13.55rem;
  width: calc(100% - 0.4rem);
  margin-left: auto;
  margin-right: auto;
  min-height: 0;
  box-sizing: border-box;
}
.footer-bottom-main {
  display: contents;
}
.footer-bottom .brand {
  flex-direction: column;
  align-items: flex-start;
  gap: 0.12rem;
  order: 1;
}
.footer-bottom .brand a:hover {
  opacity: 0.75;
}
.footer-bottom-contact {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  flex: none;
  order: 3;
  margin-left: auto;
}
.footer-bottom nav {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.26rem;
  font-size: 0.15rem;
  font-weight: 600;
  white-space: nowrap;
  margin: 0 0 0 0.5rem;
  order: 2;
}
.footer-bottom .header-tel {
  margin-left: 0;
  color: #fff;
}
.footer-bottom .header-tel-icon {
  filter: brightness(0) invert(1);
}
.footer-bottom .header-tel small {
  color: #fff;
}
.footer-copy {
  display: block;
  flex: 0 0 100%;
  width: 100%;
  text-align: center;
  margin: 0;
  font-size: 0.14rem;
  white-space: nowrap;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  position: absolute;
  left: 50%;
  bottom: 0.28rem;
  transform: translateX(-50%);
  order: 4;
}

.strength-link {
  color: #0f3c96;
  text-decoration: underline;
}
.strength-link:hover {
  opacity: 0.75;
}
/* ========== PC縮小（1440px基準・rem比例縮小 / 1439〜769） ========== */
@media (max-width: 1439px) and (min-width: 769px) {
  html {
    font-size: calc(100vw / 14.4);
  }
}

@media (max-width: 768px) {
  .site-header .header-tel,
  .site-header .header-contact {
    display: none;
  }
  .menu-toggle {
    display: flex;
    margin-left: auto;
  }
  .header-inner {
    justify-content: space-between;
    position: relative;
  }
  .header-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 200;
    flex-direction: column;
    gap: 0;
    margin: 0;
    padding: 0.12rem 0 0.2rem;
    background: #fff;
    box-shadow: 0 0.12rem 0.24rem rgba(18, 75, 151, 0.12);
    white-space: normal;
    font-size: 0.15rem;
  }
  body.is-menu-open .header-nav {
    display: flex;
  }
  body.is-menu-open .menu-toggle span:nth-child(1) {
    transform: translateY(0.07rem) rotate(45deg);
  }
  body.is-menu-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }
  body.is-menu-open .menu-toggle span:nth-child(3) {
    transform: translateY(-0.07rem) rotate(-45deg);
  }
  .header-nav a {
    display: block;
    padding: 0.14rem 0.2rem;
    border-bottom: 0.01rem solid #e8f0f8;
  }
  .header-nav-contact {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: calc(100% - 0.4rem);
    max-width: 2.8rem;
    height: 0.44rem;
    margin: 0.16rem auto 0.04rem;
    padding: 0;
    border-radius: 0.06rem;
    background: var(--orange);
    color: #fff;
    border-bottom: 0;
  }
  .site-header {
    position: fixed;
    top: 0;
    z-index: 300;
    height: auto;
    min-height: 0.72rem;
    background: #fff;
  }
  .site-header .container {
    width: 100%;
  }
  .brand {
    gap: 0.14rem;
  }
  .brand a:first-child img {
    width: 0.88rem;
  }
  .brand a:last-child img {
    width: 1.1rem;
  }
  .hero {
    height: auto;
  }
  .hero-inner {
    padding: 0.5rem 0 0.4rem;
    min-height: 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .problem-grid,
  .strength-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .comparison {
    width: 100%;
    overflow: visible;
  }
  .options {
    white-space: normal;
    font-size: 0.24rem;
  }
  .options b {
    font-size: 0.2rem;
  }
  .work-slider {
    margin: 0;
  }
}

/* ========== SP（768px基準・rem縮放） ========== */
/* 1rem = 100px @ 768px。設計稿のpx ÷ 100 で指定 */
@media (max-width: 768px) {
  :root {
    --header-height: 1.72rem;
  }
  html {
    font-size: calc(100vw / 7.68);
  }
  .sp-only {
    display: block;
  }
  .note-indent.sp-only {
    display: inline-block;
  }
  .pc-only {
    display: none !important;
  }
  html,
  body {
    overflow-x: hidden;
    max-width: 100%;
  }
  body {
    font-size: 0.28rem; /* 28px @768 → ~14px @375 */
    line-height: 1.7;
    padding-top: var(--header-height);
  }
  body.is-menu-open {
    overflow: hidden;
    touch-action: none;
  }
  html.is-menu-open {
    overflow: hidden;
  }
  body.is-menu-open .header-nav {
    touch-action: pan-y;
    -webkit-overflow-scrolling: touch;
  }
  .container {
    width: 100%;
    max-width: calc(100% - 0.8rem); /* 左右40px */
  }
  .site-header {
    min-height: 1.1rem;
  }
  .header-inner {
    min-height: 1.72rem;
    padding: 0.16rem 0;
  }
  .brand {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.12rem;
    white-space: normal;
  }
  .brand a:first-child img {
    width: 1.6rem;
  }
  .brand a:last-child img {
    width: 2rem;
  }
  .menu-toggle {
    position: relative;
    width: 0.64rem;
    height: 0.64rem;
    gap: 0.1rem;
  }
  .menu-toggle span {
    width: 0.44rem;
    height: 0.06rem;
    transform-origin: center;
  }
  body.is-menu-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }
  body.is-menu-open .menu-toggle span:nth-child(1),
  body.is-menu-open .menu-toggle span:nth-child(3) {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.58rem;
    margin: 0;
  }
  body.is-menu-open .menu-toggle span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  body.is-menu-open .menu-toggle span:nth-child(3) {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .header-nav {
    position: fixed;
    top: 1.72rem;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0.2rem 0 0.8rem;
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.98);
    font-size: 0.3rem;
  }
  .header-nav a {
    padding: 0.28rem 0.4rem;
  }
  .header-nav-contact {
    width: calc(100% - 0.8rem);
    max-width: 5.6rem;
    height: 0.88rem;
    margin: 0.36rem auto 0.16rem;
    font-size: 0.28rem;
  }

  /* Hero */
  .hero {
    background-color: #ebf6ff;
    background-image: none;
    overflow: hidden;
  }
  .hero .container {
    width: 100%;
  }
  .hero-inner {
    padding: 0.5rem 0 0;
  }
  .hero-pills {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.16rem;
    margin-bottom: 0.36rem;
  }
  .hero-pills span {
    height: 0.64rem;
    font-size: 0.28rem;
    padding: 0 0.32rem;
  }
  .hero h1 {
    font-size: 0.54rem;
    margin-bottom: 0.28rem;
    line-height: 1.4;
  }
  .hero h1 strong {
    font-size: 0.76rem;
    margin-top: 0.08rem;
  }
  .hero-copy {
    width: 100%;
    margin-bottom: 0;
  }
  .hero-copy > p {
    font-size: 0.28rem;
    margin-bottom: 0.48rem;
    line-height: 1.75;
  }
  .hero-actions {
    flex-direction: column;
    width: 100%;
    gap: 0.24rem;
  }
  .hero-actions .button {
    width: 100%;
    min-width: 0;
    justify-content: center;
    font-size: 0.3rem;
    padding: 0.28rem 0.8rem 0.28rem 0.4rem;
    border-radius: 0.16rem;
  }
  .hero-actions .button::after {
    right: 0.32rem;
    width: 0.16rem;
    height: 0.16rem;
  }
  .hero-inner::after {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 768 / 483;
    margin-top: 0;
    background: url("/img/lp_partner/banner-sp@2x.png") center right / contain no-repeat;
  }

  .section-heading {
    font-size: 0.45rem;
    margin-bottom: 0.56rem;
  }
  .section-heading:after,
  .section-heading::after {
    width: 1rem;
    height: 0.03rem;
    margin-top: 0.2rem;
  }

  /* Problems */
  .problems {
    padding: 1rem 0 1.2rem;
    overflow: hidden;
  }
  .problem-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.14rem;
    width: 100%;
  }
  .problem-grid article {
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 0.32rem 0.16rem 0.36rem;
    min-width: 0;
    border-radius: 0.44rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
  }
  .problem-grid .icon {
    width: 100%;
    max-width: 2.4rem;
    height: auto;
    margin: 0 auto 0.16rem;
  }
  .problem-grid article:last-of-type .icon {
    margin-bottom: 0.16rem;
  }
  .problem-grid .icon img {
    display: block;
    width: 80%;
    max-width: 2.4rem;
    height: auto;
    margin: 0 auto;
  }
  .problem-grid p {
    width: 100%;
    font-size: 0.26rem;
    line-height: 1.55;
    font-weight: 600;
    white-space: nowrap;
  }
  .problem-message {
    font-size: 0.4rem;
    margin-top: 0.72rem;
    line-height: 1.85;
  }
  .problem-message-row {
    display: contents;
  }
  .problem-message-row + .problem-message-row {
    margin-top: 0;
  }
  .problem-message-row .problem-message-line {
    display: block;
    width: max-content;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 0.08rem;
    background-image: linear-gradient(to right, #cfe8ff, #0d4a9a);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% 0.04rem;
  }
  .problem-message-row .problem-message-line + .problem-message-line {
    margin-top: 0.12rem;
  }

  /* Strengths */
  .strengths {
    padding: 1rem 0 1.2rem;
    overflow: hidden;
  }
  .strength-heading {
    font-size: 0.36rem;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0.56rem;
  }
  .strength-heading strong {
    margin-top: 0.2rem;
  }
  .strength-num {
    font-size: 1.2rem;
  }
  .strength-label {
    font-size: 0.64rem;
  }
  .strength-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.14rem;
    width: 100%;
  }
  .strength-grid article {
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 0.32rem 0.16rem 0.24rem;
    min-width: 0;
    border-radius: 0.44rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    overflow: visible;
  }
  .strength-grid article > b {
    font-size: 0.48rem;
  }
  .strength-grid article > b::after {
    width: 0.24rem;
    bottom: 0.08rem;
  }
  .strength-grid h3 {
    height: auto;
    min-height: 0;
    font-size: 0.28rem;
    margin: 0.08rem 0 0.12rem;
    line-height: 1.45;
  }
  .strength-grid p {
    width: 100%;
    font-size: 0.24rem;
    line-height: 1.55;
    font-weight: 600;
    text-align: left;
  }
  .strength-image {
    width: 100%;
    max-width: 2.4rem;
    margin: 0.16rem auto 0;
    margin-top: auto;
  }
  .strength-image img {
    display: block;
    width: 100%;
    max-width: 2.4rem;
    height: auto;
    margin: 0 auto;
  }

  /* Scope / Comparison */
  .scope {
    padding: 1rem 0 1.2rem;
    overflow: hidden;
  }
  .scope-lead {
    font-size: 0.3rem;
    text-align: center;
    line-height: 1.9;
    margin-bottom: 0.64rem;
  }
  .scope-lead br {
    display: none;
  }
  .scope-lead br.scope-lead-br,
  .scope-lead br.sp-only {
    display: block;
  }
  .scope-lead br.pc-only {
    display: none;
  }
  .comparison {
    width: 100%;
    max-width: 100%;
    margin-top: 0.4rem;
    overflow: visible;
  }
  .comparison-header-row,
  .comparison-data-row {
    grid-template-columns: 3rem minmax(0, 3fr) minmax(0, 2fr) minmax(0, 2fr);
    column-gap: 0.12rem;
    width: 100%;
    height: auto;
  }
  .comparison-data-row {
    min-height: 1.1rem;
  }
  .comparison-head.is-main,
  .comparison-cell.is-main,
  .comparison-head:not(.is-main),
  .comparison-cell.is-other {
    width: auto;
    min-width: 0;
  }
  .comparison-label {
    width: 100%;
    max-width: 3rem;
    height: auto;
    min-height: 0.9rem;
    padding: 0.16rem 0.12rem;
    font-size: 0.22rem;
    white-space: normal;
    line-height: 1.35;
    border-radius: 0.08rem;
  }
  .comparison-head {
    min-height: 1.1rem;
    padding: 0.12rem 0.04rem;
    font-size: 0.2rem;
    line-height: 1.3;
  }
  .comparison-head.is-main {
    font-size: 0.22rem;
    border-radius: 0.16rem 0.16rem 0 0;
  }
  .comparison-head:not(.is-main) {
    font-size: 0.2rem;
    border-radius: 0.16rem 0.16rem 0 0;
  }
  .comparison-cell {
    height: auto;
    min-height: 1.1rem;
    font-size: 0.4rem;
  }

  /* Mid CTA */
  .mid-cta {
    height: auto;
    min-height: 0;
    padding: 1rem 0 1.2rem;
  }
  .cta-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .cta-inner > div:first-child {
    max-width: 100%;
  }
  .cta-inner p {
    font-size: 0.32rem;
    line-height: 1.85;
  }
  .cta-inner .button {
    width: 100%;
    min-width: 0;
    margin-top: 0.48rem;
    font-size: 0.3rem;
    padding: 0.28rem 0.8rem 0.28rem 0.32rem;
  }
  .cta-image {
    display: block;
    position: static;
    transform: none;
    order: -1;
    width: 4.8rem;
    max-width: 100%;
    height: auto;
    margin: 0 auto 0.4rem;
    pointer-events: none;
    margin-top: -1.5rem;
  }

  /* Works */
  .works {
    padding: 1rem 0 1.2rem;
    overflow: hidden;
  }
  .work-slider {
    gap: 0.12rem;
    max-width: 100%;
    margin: 0;
  }
  .work-slider-viewport {
    min-width: 0;
    overflow: hidden;
  }
  .work-slider button {
    width: 0.48rem;
    height: 0.48rem;
  }
  .work-slider button::after {
    width: 0.2rem;
    height: 0.2rem;
  }
  .work-card {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.36rem;
    padding: 0.48rem 0.4rem;
    min-width: 0;
    border-radius: 0.28rem;
  }
  .work-card h3 {
    font-size: 0.32rem;
  }
  .work-card-meta {
    font-size: 0.26rem;
  }
  .work-card-scope {
    font-size: 0.22rem;
  }
  .work-card em {
    font-size: 0.22rem;
    padding: 0.06rem 0.24rem;
    border-radius: 0.5rem;
  }
  .note {
    font-size: 0.22rem;
  }
  .clients-title {
    font-size: 0.36rem;
    margin-top: 0.64rem;
    width: 82%;
    margin-left: auto;
    margin-right: auto;
  }
  .works h4 {
    font-size: 0.22rem;
    margin-top: 0.4rem;
    width: 82%;
    margin-left: auto;
    margin-right: auto;
  }
  .works > div > p,
  .clients-orgs {
    font-size: 0.22rem;
    width: 82%;
    margin-left: auto;
    margin-right: auto;
  }

  /* Pricing — 横スクロールのみ */
  .pricing {
    padding: 1rem 0 1.2rem;
    overflow: hidden;
  }
  .plan-caption {
    font-size: 0.28rem;
    margin: -0.24rem 0 0.56rem;
  }
  .plan-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0.28rem;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    padding: 0 calc((100% - 5.6rem) / 2) 0.24rem;
    margin: 0;
    max-width: 100%;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: calc((100% - 5.6rem) / 2);
  }
  .plan {
    flex: 0 0 5.6rem;
    width: 5.6rem;
    min-height: 0;
    scroll-snap-align: start;
    border-radius: 0.24rem;
  }
  .plan header {
    font-size: 0.36rem;
    padding: 0.32rem 0.16rem;
    height: 2rem;
  }
  .plan header strong {
    font-size: 0.8rem;
        line-height: 1;
  }
  .plan header small {
    font-size: 0.4rem;
  }
  .plan header .plan-note {
    font-size: 0.14rem;
  }
  .plan.custom header strong {
    font-size: 0.26rem;
  }
  .plan ul {
    font-size: 0.26rem;
    padding: 0.32rem 0.32rem 0;
    line-height: 1.7;
  }
  .plan.custom .plan-dot-line {
    font-size: 0.16rem;
  }
  .plan li {
    padding-left: 0.52rem;
    margin-bottom: 0.12rem;
  }
  .plan li::before {
    width: 0.32rem;
    height: 0.32rem;
    top: 0.06rem;
    border-radius: 0.04rem;
  }
  .plan li::after {
    left: 0.1rem;
    top: 0.1rem;
    width: 0.08rem;
    height: 0.14rem;
  }
  .plan p {
    font-size: 0.2rem;
    margin: auto 0.28rem 0.28rem;
  }
  .center .button {
    width: 100%;
    min-width: 0;
    font-size: 0.3rem;
    padding: 0.28rem 0.8rem 0.28rem 0.32rem;
  }

  /* Schedule — 横スクロールのみ */
  .schedule {
    padding: 1rem 0 1.2rem;
    overflow: hidden;
  }
  .schedule .container {
    display: flex;
    flex-direction: column;
  }
  .schedule-block {
    display: contents;
  }
  .schedule-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0.24rem;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    padding: 0.7rem calc((100% - 5rem) / 2) 0.32rem;
    margin: 0;
    max-width: 100%;
    width: 100%;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: calc((100% - 5rem) / 2);
    order: 1;
  }
  .schedule-row {
    display: contents;
  }
  .schedule-row:last-child {
    padding-right: 0;
  }
  .schedule-row > i {
    display: none;
  }
  .schedule-grid article {
    flex: 0 0 5rem;
    width: 5rem;
    min-width: 5rem;
    height: 5rem;
    scroll-snap-align: start;
    font-size: 0.3rem;
    padding: 0.8rem 0.24rem 0.24rem;
    border-radius: 0.24rem;
    font-weight: 600;
  }
  .schedule-grid article > b {
    width: 1.3rem;
    height: 1.3rem;
    top: -0.65rem;
  }
  .schedule-grid article > b .schedule-num {
    font-size: 0.64rem;
  }
  .schedule-grid article > b .schedule-unit {
    font-size: 0.36rem;
  }
  .schedule .note {
    order: 2;
    margin-top: 0rem;
    width: 74%;
    font-size: 0.19rem;
    margin-left: auto;
    margin-right: auto;
  }
  .header-tel-num {
    font-size: 0.22rem;
  }
  .header-tel-icon {
    width: 0.2rem;
    height: 0.2rem;
  }
  .schedule-image {
    position: static;
    display: block;
    width: 3.6rem;
    max-width: 100%;
    height: auto;
    margin: 0.4rem auto 0;
    order: 3;
  }
  .schedule-grid article .schedule-dot {
    font-size: 0.3rem;
  }

  /* FAQ */
  .faq {
    padding: 1rem 0 1.2rem;
    overflow: hidden;
  }
  .faq-list {
    width: 100%;
  }
  .faq details {
    margin-bottom: 0.2rem;
    border-radius: 0.16rem;
    padding: 0 0.28rem;
  }
  .faq summary {
    min-height: 1.1rem;
    font-size: 0.26rem;
    gap: 0.1rem;
  }
  .faq summary:before,
  .faq details p:before {
    width: 0.64rem;
    height: 0.64rem;
    font-size: 0.32rem;
    margin-right: 0.2rem;
  }
  .faq summary:after {
    font-size: 0.48rem;
  }
  .faq details p {
    gap: 0.1rem;
    font-size: 0.26rem;
    padding: 0.24rem 0 0.32rem;
  }

  /* Final CTA */
  .final-cta {
    padding: 0.8rem 0 1rem;
    overflow: hidden;
  }
  .final-card {
    min-height: 0;
    padding: 0.64rem 0.4rem;
    background: #fff;
    border-radius: 0.28rem;
  }
  .final-card h2 {
    font-size: 0.36rem;
    line-height: 1.55;
  }
  .final-card p {
    font-size: 0.26rem;
    line-height: 1.8;
    margin-bottom: 0.32rem;
  }
  .final-card-image {
    display: block;
    width: 3.4rem;
    max-width: 100%;
    height: auto;
    margin: 0 auto 0.4rem;
  }
  .final-card .button {
    width: 100%;
    min-width: 0;
    font-size: 0.3rem;
    padding: 0.28rem 0.8rem 0.28rem 0.28rem;
  }
  .final-card .button::after {
    right: 0.28rem;
  }

  /* Footer */
  footer {
    overflow: hidden;
  }
  .footer-top {
    display: block;
    padding: 0.8rem 0;
  }
  .footer-top h2 {
    font-size: 0.4rem;
  }
  .footer-info p {
    font-size: 0.26rem;
  }
  .footer-actions {
    flex-direction: row;
    flex-wrap: nowrap;
    margin-top: 0.48rem;
    gap: 0.2rem;
  }
  .footer-link {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    height: 0.88rem;
    font-size: 0.28rem;
    padding: 0 0.36rem 0 0.16rem;
  }
  .footer-map {
    width: 100%;
    margin-top: 0.56rem;
  }
  .footer-map iframe {
    width: 100%;
    height: 5.2rem;
    border-width: 0.12rem;
    border-radius: 0.2rem;
  }
  .footer-map-label {
    font-size: 0.26rem;
    margin-top: 0.2rem;
  }
  .footer-bottom .container {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0.36rem;
    min-height: 0;
    width: calc(100% - 0.8rem);
    max-width: calc(100% - 0.8rem);
    padding: 0.48rem 0 0.56rem;
  }
  .footer-bottom-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.24rem;
    width: 100%;
    order: 1;
  }
  .footer-bottom .brand {
    width: auto;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0.2rem;
    order: unset;
  }
  .footer-bottom .brand a:first-child img {
    width: 1.6rem;
  }
  .footer-bottom .brand a:last-child img {
    width: 2rem;
  }
  .footer-bottom-contact {
    gap: 0.16rem;
    margin-left: 0;
    order: unset;
  }
  .footer-bottom nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 0.2rem;
    row-gap: 0.2rem;
    width: 100%;
    font-size: 0.24rem;
    white-space: normal;
    text-align: center;
    margin: 0;
    order: 2;
  }
  .footer-bottom nav a {
    text-align: center;
  }
  .footer-bottom .header-tel {
    margin-left: 0;
    font-size: 0.24rem;
  }
  .footer-bottom .header-tel small {
    font-size: 0.2rem;
  }
  .footer-bottom .header-contact {
    width: 2.4rem;
    height: 0.64rem;
    font-size: 0.24rem;
  }
  .footer-copy {
    position: static;
    left: auto;
    bottom: auto;
    transform: none;
    font-size: 0.18rem;
    margin-top: 0.08rem;
    order: 3;
  }
  .page-top {
    display: none;
  }
}
