

:root {

  --f-sans:    "Noto Sans JP","Hiragino Kaku Gothic ProN",sans-serif;
  --f-serif:   "Noto Serif JP","Hiragino Mincho ProN","Yu Mincho",serif;
  --f-display: "Jost","Inter",sans-serif;
  --c-white:    #FFFFFF;
  --c-offwhite: #F5F7FA;
  --c-border:   #E0E4ED;
  --c-navy:        #0E1A3A;
  --c-navy2:       #142050;
  --c-dark-text:   rgba(255,255,255,.88);
  --c-dark-muted:  rgba(255,255,255,.52);
  --c-dark-border: rgba(255,255,255,.12);
  --c-teal:  #0AC9C3;
  --c-blue:  #2B5BF0;
  --c-black: #111827;
  --c-body:  #374151;
  --c-muted: #6B7280;

  --grad: linear-gradient(135deg, #1b276ef7 0%, #1b3bafeb 52%, #0a68c9 100%);
  --grad-text: linear-gradient(90deg, #2B5BF0, #0a7ec9);
  --grad-btn: linear-gradient(90deg, #1B3BAF, #0a94c9);
}

.school-lp {
  font-family: var(--f-sans);
  font-weight: 400;
  color: var(--c-body);
  background: var(--c-white);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.school-lp *,.school-lp *::before,.school-lp *::after { box-sizing:border-box; }

.school-lp .sch-section { padding: 80px 20px 72px; position: relative; }

.school-lp .sch-section__header {
  text-align: center;
  margin: 0 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-top: 8px;
}

.school-lp .sch-section__header::before {
  content: attr(data-en);
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--f-display);
  font-size: clamp(56px, 9vw, 108px);
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--c-black);
  opacity: .04;
  white-space: nowrap;
  pointer-events: none;
  line-height: 1;
  z-index: 0;
}
.school-lp .sch-section--dark .sch-section__header::before {
  color: var(--c-white);
  opacity: .07;
}

.sch-section__number {
  display: block;
  font-family: var(--f-display);
  font-size: clamp(28px, 4.5vw, 44px);
  font-weight: bolder;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--c-navy);
  margin: 0 0 16px;
  position: relative;
  z-index: 1;
  line-height: 1;
}
.school-lp .sch-section--dark .sch-section__number { color: var(--c-white); }

.school-lp .sch-section__number::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: var(--grad-btn);
  margin: 23px auto 20px;
}

.school-lp .sch-section__title {
  font-family: var(--f-serif);
  font-size: clamp(21px, 2.5vw, 22px);
  font-weight: 600;
  color: #32353b;
  line-height: 1.7;
  margin: 0;
  letter-spacing: 0.06em;
  position: relative;
  z-index: 1;
}
.school-lp .sch-section__title span {color: #0c429a;font-weight: 700;}
.school-lp .sch-section__title::after { display: none; }

.school-lp .sch-section--dark .sch-section__title {color: var(--c-dark-muted);}
.school-lp .sch-section--dark .sch-section__title span {color: #20fff8;}


.school-fv {
  position: relative;
  overflow: hidden;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  text-align: center;
  background: var(--grad);
}

.school-fv__bg {
  position: absolute; inset: 0;
  background-image: url("3590974_m.jpg");
  background-size: cover; background-position: center;
  opacity: .28; z-index: 0;
}
.school-fv::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(0 38 100 / 50%);
  z-index: 1;
}
.school-fv::after {
  content: ""; position: absolute;
  width: 700px; height: 700px; border-radius: 50%;
  background: radial-gradient(circle,rgba(10,201,195,.15) 0%,transparent 65%);
  bottom: -260px; right: -120px; z-index: 1; pointer-events: none;
}
.school-fv__inner { position: relative; z-index: 2; width: min(960px,100%); }

.school-fv__labelWrap {
  display: flex; align-items: center; justify-content: center;
  gap: 16px; margin: 0 0 24px;
}
.school-fv__labelWrap::before,.school-fv__labelWrap::after {
  content: ""; width: 56px; height: 1px; background: rgba(10,201,195,.55);
}
.school-fv__label {
  margin: 0; font-family: var(--f-display);
  font-size: 14px; font-weight: 400; letter-spacing: .28em; color: var(--c-teal);
}

.school-fv__title {
  margin: 0 0 12px;
  font-family: var(--f-sans);
  font-size: clamp(34px, 5vw, 52px);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: .06em;
  color: var(--c-white);
}

.school-fv__serif-sub {
  display: block;
  font-family: var(--f-sans);
  font-size: clamp(16px, 1.8vw, 18px);
  font-weight: 400;
  letter-spacing: .18em;
  color: rgba(255,255,255,.65);
  margin: 8px 0 32px;
}

.school-fv__accent { position: relative; display: inline-block; color: var(--c-white); }
.school-fv__accent::after {
  content: ""; position: absolute; left: 0; bottom: .1em;
  width: 100%; height: 3px; background: var(--grad-text); border-radius: 2px;
}

.school-fv__subBox {
  width: min(720px,100%);
  margin: 0 auto 36px;
  padding: 20px 28px;
  background: rgb(0 0 0 / 38%);
  border: 1px solid rgba(255,255,255,.22);
  backdrop-filter: blur(8px);
}
.school-fv__sub {
  margin: 0;
  font-family: var(--f-sans);
  font-size: clamp(16px, 1.6vw, 17px);
  font-weight: 400;
  line-height: 2;
  color: rgba(255,255,255,.88);
  letter-spacing: .08em;
}

.school-fv__badges { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }
.school-fv__badge {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 10px 22px;
  font-family: var(--f-sans); font-size: 15px; font-weight: 700; letter-spacing: .1em;
  color: var(--c-white); background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.28);
}


.school-lp .sch-section.sch-challenges { background: var(--c-white); }
span.sch-section__number {display: flex;flex-direction: column;align-items: center;font-size: 40px;}span.sch-num {font-size: 31px;margin-bottom: 10px;letter-spacing: 2px;}
.school-lp .sch-challenges__grid {
  display: grid; grid-template-columns: repeat(2,minmax(0,1fr));
  max-width: 920px; margin: 0 auto;
  border: 1px solid var(--c-border);
}
.school-lp .sch-challenge-card {
  padding: 30px 28px;
  border-right: 1px solid var(--c-border);
  border-bottom: 1px solid var(--c-border);
  transition: background .2s;
  display: flex;
  flex-wrap: wrap;
}
.school-lp .sch-challenge-card:nth-child(even) { border-right: none; }
.school-lp .sch-challenge-card:nth-last-child(-n+2) {/* border-bottom: none; */}
.school-lp .sch-challenge-card:hover { background: var(--c-offwhite); }

.school-lp .sch-challenge-card__icon {
  width: 39px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: var(--c-blue);
  /* margin: 0 0 16px; */
  /* border-bottom: 2px solid var(--c-blue); */
  padding-bottom: 13px;
}
.school-lp .sch-challenge-card__icon svg { width: 24px; height: 24px; }

.school-lp .sch-challenge-card__title {
  margin: 0 0 10px;
  font-family: var(--f-sans);
  font-size: 19px;
  font-weight: 700;
  color: #254abf;
  line-height: 1.45;
  letter-spacing: .03em;
}
.school-lp .sch-challenge-card__text {
  margin: 0;
  font-family: var(--f-sans);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.9;
  color: var(--c-body);
  width: 100%;
}

.school-lp .sch-section.sch-why { background: var(--c-navy); }
.school-lp .sch-why__content { max-width: 980px; margin: 0 auto; }

.school-lp .sch-why__lead {
  text-align: center;
  font-family: var(--f-sans);
  font-size: clamp(18px, 2.5vw, 26px);
  font-weight: 400;
  color: var(--c-white);
  line-height: 1.8;
  letter-spacing: .14em;
  margin: 0 0 52px;
}

.school-lp .sch-why__facts--panel {
  display: grid; grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 1px; background: rgba(255,255,255,.1); margin: 0 0 40px;
}

.school-lp .sch-fact-card--panel {
  background: var(--c-navy2);
  padding: 36px 30px;
  display: flex;
  gap: 24px;
  align-items: start;
  transition: background .2s;
  flex-direction: column;
}
.school-lp .sch-fact-card--panel:hover { background: rgba(43,91,240,.18); }

.school-lp .sch-fact-card--panel .sch-fact-card__media {
  display: flex; flex-direction: column; align-items: center; gap: 10px; padding-top: 4px;
}
.school-lp .sch-fact-card--panel .sch-fact-card__number {
  font-family: var(--f-display);
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 0;
  background: #33ffe0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: center;
  white-space: nowrap;
}
.school-lp .sch-fact-card--panel .sch-fact-card__icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(10,201,195,.35);
  color: var(--c-teal);
  display: none;
}
.school-lp .sch-fact-card--panel .sch-fact-card__icon svg { width: 26px; height: 26px; }

.school-lp .sch-fact-card--panel .sch-fact-card__title {
  font-family: var(--f-serif);
  font-size: 21px;
  font-weight: 500;
  color: var(--c-white);
  margin: 0 0 21px;
  line-height: 1.6;
  letter-spacing: .06em;
}
.school-lp .sch-fact-card--panel .sch-fact-card__text {
  margin: 0;
  font-family: var(--f-sans);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.95;
  color: rgb(255 255 255 / 72%);
}
.school-lp .sch-fact-card--panel .sch-fact-card__text strong {
  color: var(--c-teal); font-weight: 700;
}

.school-lp .sch-why__conclusion {
  border: 1px solid rgba(10,201,195,.3);
  padding: 26px 18px;
  text-align: center;
  background: rgba(10,201,195,.04);
}
.school-lp .sch-why__conclusion-icon { color: var(--c-teal); margin: 0 0 10px; font-size: 18px; }
.school-lp .sch-why__conclusion-text {
  margin: 0;
  font-family: var(--f-sans);
  font-size: clamp(16px, 2vw, 19px);
  font-weight: 400;
  line-height: 1.8;
  color: var(--c-white);
  letter-spacing: .1em;
}
.school-lp .sch-why__conclusion-text strong {
  color: var(--c-teal); font-weight: 700;
}


.school-lp .sch-section.sch-double { background: var(--c-offwhite); padding-bottom: 100px; } 

.school-lp .sch-double__intro {
  max-width: 860px;
  margin: 0 auto 30px;
  text-align: left;
}
.school-lp .sch-double__intro p {
  margin: 0;
  font-family: var(--f-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: var(--c-body);
  letter-spacing: .08em;
}
.school-lp .sch-double__intro p+p { margin-top: 12px; }
.school-lp .sch-double__intro strong {color: #0c429a;font-weight: 700;}

.school-lp .sch-double__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  column-gap: 15px;
  row-gap: 0px; 
  max-width: 1150px;
  margin: 0 auto 60px;
  position: relative;
  z-index: 1;
}


.school-lp .sch-double__card {
  margin-top: 40px;   display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--c-white);
  border: 1px solid var(--c-border);
  border-top: 4px solid #0ac1ae;  border-radius: 4px;
  padding: 35px 20px 35px;
  box-shadow: 0 4px 15px rgba(0,0,0,.05);
  position: relative;
  transition: transform .2s, box-shadow .2s;
}
.school-lp .sch-double__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0,0,0,.08);
}


.school-lp .sch-double__card-icon {
  position: absolute;
  top: -40px;  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--c-teal);
  border: 4px solid var(--c-white);   display: flex;
  align-items: center;
  justify-content: center;
  color: var(--c-white);
  box-shadow: 0 4px 10px rgba(10,201,195,.2);
  display: none;
}
.school-lp .sch-double__card-icon svg { width: 36px; height: 36px; }

.school-lp .sch-double__card-title {
  margin: 0 0 16px;
  text-align: center;
  font-family: var(--f-serif);
  font-size: 19px;
  font-weight: 700;
  color: var(--c-navy);
  line-height: 1.55;
  letter-spacing: .04em;
}


.school-lp .sch-double__card-text {
  margin: 0; text-align: left;
  font-family: var(--f-sans);
  font-size: 15px; font-weight: 400;
  line-height: 1.8; color: var(--c-body);
}


.school-lp .sch-double__card-hl {
  color: #0ac1ae;
  font-weight: 700;
}

.school-lp .sch-double__comparison { max-width: 960px; margin: 0 auto; overflow-x: auto; }
.school-lp .sch-double__table {
  width: 100%; min-width: 720px;
  border-collapse: separate; border-spacing: 0; border: 1px solid var(--c-border);
}
.school-lp .sch-double__table thead th {
  padding: 16px; text-align: center;
  font-family: var(--f-sans); font-weight: 700; font-size: 15px;
  color: var(--c-white); background: var(--c-navy);
  border-right: 1px solid rgba(255,255,255,.12);
  letter-spacing: .06em;
}
.school-lp .sch-double__table thead th:last-child { border-right: none; }
.school-lp .sch-double__table thead th.sch-double__table-highlight { background: var(--c-blue); }
.school-lp .sch-double__table thead th span { display: block; margin-top: 4px; font-size: 14px; font-weight: 400; opacity: .7; }
.school-lp .sch-double__table-blank { width: 26%; }
.school-lp .sch-double__table-col  { width: 37%; }
.school-lp .sch-double__table tbody td {
  padding: 14px 16px; border-top: 1px solid var(--c-border); border-right: 1px solid var(--c-border);
  vertical-align: middle; background: var(--c-white); font-size: 15px; color: var(--c-body);
}
.school-lp .sch-double__table tbody td:last-child { border-right: none; }
.school-lp .sch-double__rowhead {
  font-family: var(--f-sans); font-weight: 700; font-size: 15px;
  color: var(--c-black); background: var(--c-offwhite) !important; letter-spacing: .04em;
}
.school-lp .sch-double__table tbody td.sch-double__table-highlight { background: #EEF3FF; }
.school-lp .sch-double__cell { display: flex; flex-direction: column; align-items: center; gap: 6px; text-align: center; }
.school-lp .sch-mark { width: 28px; height: 28px; display: flex; align-items: center; justify-content: center; font-size: 20px; line-height: 1; }
.school-lp .sch-mark--ok  { color: var(--c-blue); }
.school-lp .sch-mark--mid { color: #9CA3AF; }
.school-lp .sch-cell-text { font-size: 15px; font-weight: 400; line-height: 1.55; color: var(--c-body); }


.school-lp .sch-section.sch-cases { background: var(--c-white); }
.school-lp .sch-cases__list {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 15px;
}
.school-lp .sch-case__inner {
  display: grid; grid-template-columns: 260px 1fr;
  background: var(--c-white); border: 1px solid var(--c-border);
  box-shadow: 0 2px 12px rgba(0,0,0,.05); overflow: hidden;
}

.school-lp .sch-case__media { position: relative; background: var(--c-navy); overflow: hidden; }
.school-lp .sch-case__media-ph {
  width: 100%;
  height: 100%;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,.25);
  background: var(--c-navy2);
}

.school-lp .sch-case__main { padding: 28px; display: flex; flex-direction: column; gap: 16px; }

.school-lp .sch-case__category {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  font-family: var(--f-display);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #092d82;
  border: 1px solid #c7d6ff;
  margin-bottom: 8px;
  background: #EEF3FF;
}
.school-lp .sch-case__title {
  margin: 0;
  font-family: var(--f-serif);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  color: var(--c-black);
  letter-spacing: 0;
}

.school-lp .sch-case__body {display: flex;grid-template-columns: repeat(2,minmax(0,1fr));gap: 14px;flex-direction: column;}
.school-lp .sch-case__block { padding: 16px; border: 1px solid var(--c-border); }
.school-lp .sch-case__block--issue  { background: var(--c-offwhite); }
.school-lp .sch-case__block--result { background: #EEF9F8; border-color: #b3e8e6; }

.school-lp .sch-case__block-head {
  font-family: var(--f-display);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin: 0 0 8px;
  padding-left: 10px;
  color: var(--c-body);
  border-left: 3px solid var(--c-border);
}
.school-lp .sch-case__block--issue  .sch-case__block-head {color: #0c44a5;border-left-color: #053add;}
.school-lp .sch-case__block--result .sch-case__block-head { color: #0A8C89; border-left-color: var(--c-teal); }
.school-lp .sch-case__block-text {
  margin: 0;
  font-family: var(--f-sans);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.85;
  color: var(--c-body);
}

.school-lp .sch-case__voice {
  padding: 14px 16px; border-left: 3px solid var(--c-teal); background: var(--c-offwhite);
}
.school-lp .sch-case__quote {
  margin: 0 0 6px;
  font-family: var(--f-sans);
  font-size: 15px; font-weight: 400; font-style: italic;
  line-height: 1.9; color: var(--c-body); letter-spacing: .05em;
}
.school-lp .sch-case__speaker {
  margin: 0; font-family: var(--f-display);
  font-size: 14px; font-weight: 400; letter-spacing: .14em;
  color: var(--c-muted); text-align: right;
}
.school-lp .sch-case--wide .sch-case__inner{
  grid-template-columns: 1fr;
}

.school-lp .sch-case--wide .sch-case__media{
  background: var(--c-navy2);
  aspect-ratio: 13 / 9;
  min-height: 280px;
  margin: 0;
}

.school-lp .sch-case--wide .sch-case__img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

@media (max-width: 768px){
  .school-lp .sch-case__body{
    grid-template-columns: 1fr;
  }
  .school-lp .sch-case--wide .sch-case__media{
    min-height: unset;
    aspect-ratio: unset;
    border: 1px solid;
  }
  .school-lp .sch-case__main{
    padding: 20px 18px 22px;
  }
  .school-lp .sch-cases__list {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.school-lp .sch-case__media-ph {
    min-height: unset;
}
}

.school-lp .sch-section.sch-services { background: var(--c-offwhite); }
.school-lp .sch-services__grid {
  max-width: 1000px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 20px; align-items: stretch;
}
.school-lp .sch-service-card {
  background: var(--c-white);
  border: 1px solid #989eac;
  display: flex;
  flex-direction: column;
  transition: box-shadow .2s;
}
.school-lp .sch-service-card:hover { box-shadow: 0 6px 28px rgba(0,0,0,.08); }
.school-lp .sch-service-card--accent { border-color: var(--c-blue); }

.school-lp .sch-service-card__head {
  padding: 22px 20px 18px;
  text-align: center;
  background: #dbe5f3;
  border-bottom: 1px solid #a5aaab;
}
.school-lp .sch-service-card--accent .sch-service-card__head {
  background: var(--c-navy); border-bottom-color: transparent;
}
.school-lp .sch-service-card__tag {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  font-family: var(--f-display);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--c-muted);
  margin: 0 0 10px;
}
.school-lp .sch-service-card--accent .sch-service-card__tag {
  background: var(--grad-btn); border-color: transparent; color: var(--c-white);
}
.school-lp .sch-service-card__name {
  margin: 0;
  font-family: var(--f-serif);
  font-size: 18px; font-weight: 700;
  color: var(--c-black); letter-spacing: .06em;
}
.school-lp .sch-service-card--accent .sch-service-card__name { color: var(--c-white); }

.school-lp .sch-service-card__price { padding: 22px 20px 10px; text-align: center; }
.school-lp .sch-service-card__price-label {
  display: block; font-family: var(--f-display);
  font-size: 14px; font-weight: 400; letter-spacing: .2em; text-transform: uppercase;
  color: var(--c-muted); margin: 0 0 6px;
}
.school-lp .sch-service-card__price-amount {
  display: block; font-family: var(--f-sans);
  font-size: 16px; font-weight: 400; color: var(--c-black);
}
.school-lp .sch-service-card__price-amount b {
  font-family: var(--f-display);
  font-size: 44px;
  font-weight: 600;
  color: var(--c-blue);
  letter-spacing: -.01em;
}
.school-lp .sch-service-card--accent .sch-service-card__price-amount b {
  background: var(--grad-text); -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; background-clip: text;
}
.school-lp .sch-service-card__price-note {
  display: block; font-family: var(--f-sans);
  font-size: 14px; font-weight: 400; color: var(--c-muted); margin-top: 6px;
}

.school-lp .sch-service-card__cta { padding: 10px 20px 16px; display: flex; justify-content: center; }
.school-lp .sch-service-card__btn {
  display: inline-flex; align-items: center; justify-content: center;
  width: 100%; max-width: 220px; height: 40px; text-decoration: none;
  font-family: var(--f-sans); font-weight: 700; font-size: 15px; letter-spacing: .06em;
  color: var(--c-blue); border: 1px solid var(--c-blue);
  transition: background .2s, color .2s;
}
.school-lp .sch-service-card__btn:hover { background: var(--c-blue); color: var(--c-white); }
.school-lp .sch-service-card__btn--primary { background: var(--grad-btn); border: none; color: var(--c-white); }
.school-lp .sch-service-card__btn--primary:hover { opacity: .88; }

.school-lp .sch-service-card__list {
  padding: 0 20px 20px; margin: 0; list-style: none;
  display: flex; flex-direction: column; gap: 10px; flex: 1;
}
.school-lp .sch-service-card__list li {
  position: relative; padding-left: 16px;
  font-family: var(--f-sans); font-size: 15px; font-weight: 400;
  line-height: 1.7; color: var(--c-body);
}
.school-lp .sch-service-card__list li::before {
  content: ""; position: absolute; left: 0; top: .62em;
  width: 5px; height: 5px; border-radius: 50%; background: var(--c-teal);
}
.school-lp .sch-service-card__recommend {
  margin: 0;
  padding: 12px 14px;
  text-align: center;
  font-family: var(--f-sans);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .06em;
  color: #fff;
  background: #2b5bf0;
  border-top: none;
}


.school-lp .sch-section.sch-diagnosis { background: var(--c-white); }

.school-lp .sch-diagnosis__content {
  max-width: 1000px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 300px;
  gap: 32px; align-items: start;
}
.school-lp .sch-diagnosis__lead {
  margin: 0 0 28px;
  font-family: var(--f-sans);
  font-size: 17px; font-weight: 400;
  line-height: 2; color: var(--c-body); letter-spacing: .08em;
}
.school-lp .sch-diagnosis__lead strong { color: var(--c-blue); font-weight: 700; }


.school-lp .sch-diagnosis__step-ic {
  width: 60px; height: 60px;
  display: flex; align-items: center; justify-content: center;
  color: var(--c-blue); background: var(--c-white); border: 1px solid var(--c-border);
  flex-shrink: 0; position: relative; z-index: 1;
}
.school-lp .sch-diagnosis__step-ic svg { width: 26px; height: 26px; }
.school-lp .sch-diagnosis__step-card { background: var(--c-white); border: 1px solid var(--c-border); padding: 18px 20px; }

.school-lp .sch-diagnosis__step-num {
  display: inline-flex; align-items: center; padding: 4px 12px;
  font-family: var(--f-display); font-size: 14px; font-weight: 800; letter-spacing: .2em;
  background: var(--grad-btn); color: var(--c-white); margin: 0 0 10px;
}
.school-lp .sch-diagnosis__step-body h3 {
  margin: 0 0 6px;
  font-family: var(--f-serif);
  font-size: 17px; font-weight: 700;
  color: var(--c-black); letter-spacing: .06em;
}
.school-lp .sch-diagnosis__step-body p {
  margin: 0; font-family: var(--f-sans);
  font-size: 15px; font-weight: 400; line-height: 1.85; color: var(--c-body);
}

.school-lp .sch-diagnosis__sidebar { display: flex; flex-direction: column; gap: 16px; position: sticky; top: 20px; }
.school-lp .sch-diagnosis__price-box {
  background: var(--c-white); border: 2px solid var(--c-navy);
  padding: 22px 20px; text-align: center;
}
.school-lp .sch-diagnosis__price-title {
  margin: 0 0 10px;
  font-family: var(--f-display); font-size: 14px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase;
  color: var(--c-muted);
}
.school-lp .sch-diagnosis__price-amount { margin: 0 0 10px; font-size: 16px; color: var(--c-black); }
.school-lp .sch-diagnosis__price-amount b {
  font-family: var(--f-display);
  font-size: 35px;
  font-weight: 600;
  letter-spacing: -.01em;
  background: var(--grad-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.school-lp .sch-diagnosis__price-note {
  margin: 0 0 16px; font-family: var(--f-sans);
  font-size: 14px; font-weight: 400; line-height: 1.8; color: var(--c-muted);
}
.school-lp .sch-diagnosis__price-btn {
  display: inline-flex; align-items: center; justify-content: center;
  width: 100%; height: 44px; text-decoration: none;
  font-family: var(--f-sans); font-weight: 700; font-size: 15px; letter-spacing: .06em;
  background: var(--c-navy); color: var(--c-white); transition: background .2s;
}
.school-lp .sch-diagnosis__price-btn:hover { background: var(--c-blue); }
.school-lp .sch-diagnosis__merit-box { background: var(--c-white); border: 1px solid var(--c-border); padding: 18px 20px; }
.school-lp .sch-diagnosis__merit-title {
  margin: 0 0 12px;
  font-family: var(--f-display); font-size: 16px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase;
  color: var(--c-blue); text-align: center;
}
.school-lp .sch-diagnosis__merit-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.school-lp .sch-diagnosis__merit-list li {
  position: relative; padding-left: 16px;
  font-family: var(--f-sans); font-size: 15px; font-weight: 400;
  line-height: 1.7; color: var(--c-body);
}
.school-lp .sch-diagnosis__merit-list li::before {
  content: ""; position: absolute; left: 0; top: .6em;
  width: 5px; height: 5px; border-radius: 50%; background: var(--c-teal);
}
.school-lp .sch-diagnosis__steps{
  --rail-w: 112px;
  --rail-x: calc((var(--rail-w) / 2) - 1px);
}

.school-lp .sch-diagnosis__step{
  display: grid;
  grid-template-columns: var(--rail-w) 1fr;
  gap: 0px;
  align-items: stretch;
  position: relative;
}

.school-lp .sch-diagnosis__step:not(:last-child){
  padding-bottom: 30px;
}

.school-lp .sch-diagnosis__step:not(:last-child)::after{
  content: "";
  position: absolute;
  left: var(--rail-x);
  top: 36px;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg,var(--c-blue) 0%,var(--c-teal) 100%);
}

.school-lp .sch-diagnosis__stepRail{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}

.school-lp .sch-diagnosis__stepTag{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  padding: 0 14px;
  font-family: var(--f-display);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .12em;
  color: var(--c-white);
  background: var(--c-blue);
  border-radius: 4px;
  box-shadow: 0 6px 16px rgba(17,24,39,.12);
}
.sch-diagnosis__stepCard {
    border: 1px solid #12286a3d;
    padding: 0 20px;
    background: #fff;
}

h3.sch-diagnosis__stepTitle {
    margin-bottom: -10px;
}

@media (max-width: 768px){
  .school-lp .sch-diagnosis__steps{
    --rail-w: 96px;
  }

  .school-lp .sch-diagnosis__step:not(:last-child)::after{
    top: 0;
  }
}

.school-lp .sch-section.sch-info { background: var(--c-navy); }
.school-lp .sch-info__lead {
  max-width: 860px; margin: 0 auto 40px; text-align: center;
  font-family: var(--f-sans);
  font-size: 16px; font-weight: 400;
  line-height: 2.1; color: var(--c-dark-text); letter-spacing: .1em;
}
.school-lp .sch-info__flow {
  max-width: 1000px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 1px; background: rgba(255,255,255,.1);
}
.school-lp .sch-info__item {
  background: var(--c-navy2); padding: 32px 22px 28px;
  text-align: center; transition: background .2s;
}
.school-lp .sch-info__item:hover { background: rgba(43,91,240,.2); }
.school-lp .sch-info__badge {
  position: relative;
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(10 201 195 / 60%);
  border-radius: 50%;
  margin: 0px auto 20px;
}
.school-lp .sch-info__badge-label {
  position: absolute;
  top: 11px;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--f-display);
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.06em;
  color: #0bc7c3;
  padding: 2px 8px;
  white-space: nowrap;
}
.school-lp .sch-info__badge-num {
  font-family: var(--f-display);
  font-weight: 100;
  font-size: 18px;
  color: var(--c-teal);
  position: relative;
  top: 10px;
}
.school-lp .sch-info__media {
  width: 100%;
  height: 72px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  display: none;
  align-items: center;
  justify-content: center;
  color: var(--c-teal);
  margin: 0 auto 16px;
}
.school-lp .sch-info__media svg { width: 28px; height: 28px; }
.school-lp .sch-info__title {
  margin: 0 0 10px;
  font-family: var(--f-serif);
  font-size: 16px;
  font-weight: 700;
  color: var(--c-white);
  letter-spacing: .06em;
  line-height: 1.5;
}
.school-lp .sch-info__text {
  margin: 0;
  font-family: var(--f-sans);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.85;
  color: var(--c-dark-text);
  text-align: left;
}
h3.sch-diagnosis__stepTitle {
    text-align: center;
    margin: 30px 0 0;
}

.school-lp .sch-diagnosis__stepRail {
    margin-bottom: -14px;
}

.school-lp .sch-section.sch-faq { background: var(--c-white); }
.school-lp .sch-faq__list {
  max-width: 720px; margin: 0 auto;
  display: flex; flex-direction: column; gap: 0;
  border: 1px solid var(--c-border);
}
.school-lp .sch-faq__item { border-bottom: 1px solid var(--c-border); overflow: hidden; }
.school-lp .sch-faq__item:last-child { border-bottom: none; }
.school-lp .sch-faq__item[open] { background: var(--c-offwhite); }

.school-lp .sch-faq__question {
  display: flex; align-items: center; gap: 16px;
  padding: 20px 24px; cursor: pointer; list-style: none;
  font-family: var(--f-sans);
  font-size: 15px; font-weight: 700;
  color: var(--c-black); letter-spacing: .06em; line-height: 1.6;
}
.school-lp .sch-faq__question::-webkit-details-marker { display: none; }
.school-lp .sch-faq__q {
  display: inline-flex; align-items: center; justify-content: center;
  width: 28px; height: 28px; background: var(--c-navy); border-radius: 50%;
  font-family: var(--f-display); font-size: 15px; font-weight: 800;
  color: var(--c-white); flex-shrink: 0;
}
.school-lp .sch-faq__answer { display: flex; gap: 16px; padding: 0 24px 20px; }
.school-lp .sch-faq__a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 28px; height: 28px; border: 1px solid var(--c-teal); border-radius: 50%;
  font-family: var(--f-display); font-size: 15px; font-weight: 800;
  color: var(--c-teal); flex-shrink: 0;
}
.school-lp .sch-faq__answer p {
  margin: 0; font-family: var(--f-sans);
  font-size: 16px; font-weight: 400; line-height: 1.9; color: var(--c-body); padding-top: 4px;
}


.school-lp .sch-cta { position: relative; overflow: hidden; background: var(--c-navy); }
.school-lp .sch-cta__bg {
  position: absolute; inset: 0;
  background-image: url("3590974_m.jpg");
  background-size: cover; background-position: center top;
  opacity: .2; z-index: 0;
}
.school-lp .sch-cta::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(135deg,rgba(46,27,110,.9) 0%,rgba(27,59,175,.85) 50%,rgba(10,201,195,.75) 100%);
  z-index: 1;
}
.school-lp .sch-cta__inner {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin: 0 auto;
  padding: 88px 20px;
  text-align: center;
}
.school-lp .sch-cta__eyecatch {
  display: inline-flex; align-items: center; padding: 6px 20px;
  border: 1px solid rgba(10,201,195,.5);
  font-family: var(--f-display); font-size: 14px; font-weight: 700; letter-spacing: .22em;
  color: var(--c-teal); margin: 0 0 22px; text-transform: uppercase;
}
.school-lp .sch-cta__title {
  margin: 0 0 22px;
  font-family: var(--f-serif);
  font-size: clamp(26px, 4vw, 40px); font-weight: 700;
  color: var(--c-white); line-height: 1.6; letter-spacing: .1em;
}
.school-lp .sch-cta__text {
  margin: 0 0 36px;
  font-family: var(--f-sans);
  font-size: 16px; font-weight: 400;
  line-height: 2; color: rgba(255,255,255,.8); letter-spacing: .08em;
}
.school-lp .sch-cta__buttons { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; margin: 0 0 22px; }
.school-lp .sch-cta__btn {
  display: inline-flex; align-items: center; justify-content: center;
  height: 52px; padding: 0 36px; text-decoration: none;
  font-family: var(--f-sans); font-weight: 700; font-size: 16px; letter-spacing: .1em;
  transition: opacity .2s;
}
.school-lp .sch-cta__btn--primary  { background: var(--c-white); color: var(--c-navy); }
.school-lp .sch-cta__btn--primary:hover { opacity: .88; }
.school-lp .sch-cta__btn--secondary { background: transparent; color: var(--c-white); border: 1px solid rgba(255,255,255,.45); }
.school-lp .sch-cta__btn--secondary:hover { background: rgba(255,255,255,.1); }
.school-lp .sch-cta__note {
  margin: 0; font-family: var(--f-display);
  font-size: 14px; font-weight: 400; letter-spacing: .14em;
  color: rgba(255,255,255,.38);
}


.sch-sp-only { display: none; }


@media (max-width: 1024px) {

  .school-lp .sch-double__grid { grid-template-columns: repeat(2, 1fr); max-width: 640px; }
  .school-lp .sch-double__grid::before { display: none; }}

@media (max-width: 960px) {
  .school-lp .sch-services__grid    { grid-template-columns: 1fr; max-width: 480px; }
  .school-lp .sch-info__flow        { grid-template-columns: repeat(2,minmax(0,1fr)); max-width: 680px; }
  .school-lp .sch-diagnosis__content{ grid-template-columns: 1fr; }
  .school-lp .sch-diagnosis__sidebar{ position: static; }
}

@media (max-width: 768px) {
  .sch-sp-only { display: inline; }
  .school-fv { min-height: 520px; padding: 60px 16px; }
  .school-fv__title {font-size: 24px;}
  .school-fv__sub   {font-size: 17px;}
  .school-fv__badge { width: 100%; max-width: 280px; }
  .school-fv__labelWrap::before,.school-fv__labelWrap::after { width: 36px; }

  .school-lp .sch-section {padding: 56px 8px 48px;}
  .school-lp .sch-section__header::before { font-size: 44px; }

  .school-lp .sch-challenges__grid { grid-template-columns: 1fr; max-width: 520px; }
  .school-lp .sch-challenge-card {border-right: 1px solid var(--c-border);border-bottom: 1px solid var(--c-border);display: flex;flex-wrap: wrap;align-items: center;}
  .school-lp .sch-challenge-card:last-child { border-bottom: none; }

  .school-lp .sch-why__facts--panel { grid-template-columns: 1fr; }
  .school-lp .sch-fact-card--panel  { grid-template-columns: 1fr; gap: 14px; }
  .school-lp .sch-fact-card--panel .sch-fact-card__media {flex-direction: row;justify-content: center;}

  .school-lp .sch-double__grid { grid-template-columns: 1fr; max-width: 400px; }

  .school-lp .sch-case__inner {grid-template-columns: 1fr;display: flex;flex-direction: column;}
  .school-lp .sch-case__media { border-right: none; border-bottom: 1px solid var(--c-border); }
  .school-lp .sch-case__body  { grid-template-columns: 1fr; }

  .school-lp .sch-diagnosis__step    {display: block;}
  .school-lp .sch-diagnosis__step-ic { width: 50px; height: 50px; }
  .school-lp .sch-diagnosis__step:not(:last-child)::after {left: 50%;z-index: -1;bottom: -20px;}

  .school-lp .sch-info__flow { grid-template-columns: 1fr; max-width: 400px; }

  .school-lp .sch-cta__title {font-size: 28px;}
  .school-lp .sch-cta__btn   { width: 100%; max-width: 320px; }
  .school-lp .sch-why__lead br {
    display: none;
}

.school-lp .sch-why__conclusion-text {
    text-align: left;
}

p.sch-why__conclusion-text br {
    display: none;
}

.school-lp .sch-double__intro p br {
    display: none;
}

.school-lp .sch-cta__text {
    text-align: left;
}

p.sch-cta__text br {
    display: none;
}

.school-fv__sub br {
    display: none;
}
.school-lp .sch-case__main {
    padding: 20px;
}

.school-lp .sch-diagnosis__lead br {
    display: none;
    line-height: 1.6;
}

.school-lp .sch-diagnosis__lead {
    line-height: 1.6;
}

.school-lp .sch-section__title {
    font-size: clamp(21px, 2.5vw, 22px);
    line-height: 1.5;
}

.school-lp .sch-info__title {
    font-size: 20px;
}
}