/* 採用版LP：青×黄色。比較案の分岐と、同じ条件・セレクターで上書きされた宣言を除去。
 * セレクターの優先度と記述順は、採用デザインを保つため維持しています。
 * 主な検索キー: .hero- / .subsidy- / .contact- / .outcome- / .participation- /
 * .coaching- / .learning- / .attendance- / .family- / .tuition- / .closing-
 */
:root {
  --ink: #252b34;
  --blue: #4f73ee;
  --blue-dark: #315fb6;
  --green: #28a8a1;
  --orange: #f5823a;
  --paper: #eef2f1;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0px;
  padding: 30px 16px 60px;
  color: var(--ink);
  background: var(--paper);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}
.phone {
  width: min(390px, 100%);
  margin: auto;
  overflow: hidden;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(220, 227, 225);
  border-radius: 20px;
  box-shadow: rgba(37, 58, 68, 0.14) 0px 14px 38px;
}
.local {
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: rgb(255, 255, 255);
  background: var(--blue-dark);
  font-size: 10px;
  font-weight: 800;
}
.local b {
  padding: 2px 7px;
  color: var(--blue-dark);
  background: rgb(255, 255, 255);
  border-radius: 999px;
}
.site-header {
  height: 64px;
  padding: 0px 12px;
  display: flex;
  align-items: center;
  gap: 5px;
  background: rgb(255, 255, 255);
}
.logo {
  width: 112px;
}
.spacer {
  flex: 1 1 0%;
}
.actions {
  display: flex;
  gap: 5px;
}
.button {
  height: 36px;
  padding: 0px 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}
.download {
  color: var(--blue-dark);
  border: 1px solid var(--blue-dark);
}
.consult {
  color: rgb(255, 255, 255);
  background: linear-gradient(rgb(255, 154, 88), rgb(242, 118, 44));
  box-shadow: rgb(191, 91, 36) 0px 3px 0px;
}
.visual {
  position: relative;
  height: 300px;
  overflow: hidden;
  background: rgb(255, 255, 255);
}
.visual::after {
  content: "";
  position: absolute;
  inset: 0px;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.04) 38%, rgba(255, 255, 255, 0.68) 70%, rgb(255, 255, 255) 96%);
}
.hero-copy {
  position: absolute;
  z-index: 1;
  right: 14px;
  bottom: 13px;
  left: 14px;
}
.hero-copy h1 {
  margin: 0px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.52;
  letter-spacing: -0.045em;
}
.hero-copy h1 span:first-child {
  color: var(--blue);
}
.hero-copy h1 span:last-of-type {
  color: var(--green);
}
.sparkle {
  position: absolute;
  z-index: 1;
  top: 142px;
  left: 224px;
  color: var(--blue);
  font-size: 25px;
}
.hero-copy p {
  margin: 8px 0px 0px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.65;
}
.proof {
  padding: 8px 17px 23px;
  background: rgb(255, 255, 255);
}
.proof-title {
  margin: 0px 0px 8px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
  text-align: right;
}
.circles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 0px 11px;
}
.circle {
  aspect-ratio: 1 / 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255);
  background: linear-gradient(145deg, rgb(82, 109, 242) 20%, rgb(71, 107, 230) 60%, rgb(49, 165, 177));
  border-width: 3px;
  border-style: solid;
  border-color: rgb(88, 116, 235) rgb(88, 116, 235) rgb(66, 178, 172);
  border-image: none;
  border-radius: 50%;
  text-align: center;
}
.circle strong {
  font-size: 23px;
  line-height: 1;
}
.circle span {
  margin-top: 4px;
  font-size: 9px;
  font-weight: 900;
  line-height: 1.35;
}
.proof-note {
  margin: 8px 0px 0px;
  color: rgb(120, 131, 142);
  font-size: 7px;
  line-height: 1.5;
  text-align: center;
}
.facts {
  position: relative;
  min-height: 108px;
  margin: 12px 17px 25px;
  padding: 12px 43px 12px 77px;
  display: flex;
  align-items: center;
  background-position: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-color: rgb(243, 248, 251);
  border: 3px solid transparent;
  border-radius: 17px;
  background-image: linear-gradient(#f3f8fb,#f3f8fb),linear-gradient(100deg,var(--blue),var(--green));
  background-origin: border-box;
  background-clip: padding-box, border-box;
}
.facts ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.facts li {
  position: relative;
  margin: 4px 0px;
  padding-left: 21px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.4;
  white-space: nowrap;
}
.facts li::before {
  content: "✓";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 17px;
  height: 17px;
  display: grid;
  place-items: center;
  color: rgb(255, 255, 255);
  background: var(--green);
  border-radius: 50%;
  font-size: 10px;
}
.facts strong {
  color: var(--blue);
}
.pixel-people {
  position: absolute;
  left: 14px;
  top: 50%;
  width: 48px;
  transform: translateY(-50%);
}
.pixel-accent {
  position: absolute;
  right: 10px;
  bottom: 16px;
  width: 21px;
}
.subsidy-preview {
  position: relative;
  isolation: isolate;
  margin: 32px 0px 0px;
  padding: 26px 24px 28px;
  color: var(--ink);
  background: rgb(255, 255, 255);
  container-type: inline-size;
}
.subsidy-preview::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 142px 0px 0px;
  background: rgb(238, 244, 252);
  clip-path: polygon(0px 9%, 100% 0px, 100% 100%, 0px 100%);
}
.subsidy-kicker {
  margin: 0px 0px 10px;
  color: rgb(24, 126, 121);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
}
.subsidy-title {
  margin: 0px;
  font-size: clamp(18px, 6.4cqw, 22px);
  font-weight: 800;
  line-height: 1.65;
  letter-spacing: -0.04em;
}
.subsidy-title span {
  color: var(--blue);
  background: linear-gradient(transparent 75%, rgb(220, 243, 237) 75%);
  padding-bottom: 2px;
}
.subsidy-comparison {
  margin: 30px 0px 0px;
}
.subsidy-before {
  margin: 0px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 6px;
}
.subsidy-before-label {
  font-size: 13px;
}
.subsidy-before strong {
  font-family: Arial, sans-serif;
  font-size: 29px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.025em;
}
.subsidy-before-unit {
  font-size: 13px;
}
.subsidy-reduction {
  width: fit-content;
  margin: 13px auto 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgb(24, 126, 121);
}
.subsidy-reduction svg {
  width: 25px;
  height: 32px;
  flex: 0 0 auto;
  overflow: visible;
}
.subsidy-reduction p {
  margin: 0px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}
.subsidy-reduction strong {
  font-size: 21px;
  letter-spacing: -0.04em;
  font-weight: 800;
}
.subsidy-after-label {
  margin: 0px 0px 7px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
}
.subsidy-after {
  margin: 0px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 5px;
  color: var(--blue);
}
.subsidy-after-prefix {
  align-self: center;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
}
.subsidy-after-number {
  font-family: Arial, sans-serif;
  font-size: clamp(48px, 18cqw, 62px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.05em;
  font-variant-numeric: tabular-nums;
}
.subsidy-after-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.2;
}
.subsidy-after-unit small {
  margin-top: 3px;
  font-size: 11px;
  font-weight: 500;
}
.subsidy-note {
  margin: 19px 0px 0px;
  font-size: 11px;
  line-height: 1.8;
  color: rgb(85, 99, 114);
}
.subsidy-details {
  margin: 16px 0px 0px;
  font-size: 12px;
  line-height: 1.8;
}
.subsidy-details summary {
  width: fit-content;
  padding: 3px 0px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgb(49, 95, 182);
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}
.subsidy-details summary::-webkit-details-marker {
  display: none;
}
.subsidy-details summary::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1.5px solid;
  border-bottom: 1.5px solid;
  transform: rotate(45deg);
  transition: transform 0.15s;
}
.subsidy-details[open] summary::after {
  transform: rotate(225deg);
}
.subsidy-details summary:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 4px;
}
.subsidy-details ul {
  margin: 12px 0px;
  padding-left: 1.4em;
  color: rgb(85, 99, 114);
}
.subsidy-details li + li {
  margin-top: 5px;
}
.subsidy-details p {
  margin: 12px 0px;
  color: rgb(85, 99, 114);
}
.subsidy-details a {
  color: rgb(49, 95, 182);
  text-underline-offset: 3px;
}
html.shingaku-lp {
  background: rgb(255, 255, 255);
}
.shingaku-lp body {
  padding: 0px;
  background: rgb(255, 255, 255);
}
.shingaku-lp .phone {
  width: 100%;
  max-width: 430px;
  border: 0px;
  border-radius: 0px;
  box-shadow: none;
  container-type: inline-size;
}
.shingaku-lp .hero-photo {
  position: relative;
  order: 0;
  height: 64cqw;
  isolation: isolate;
  overflow: hidden;
}
.shingaku-lp .hero-photo picture {
  position: absolute;
  inset: 0px;
  opacity: 0;
  transition: opacity 1s;
  pointer-events: none;
}
.shingaku-lp .hero-photo picture.is-active {
  opacity: 1;
}
.shingaku-lp .hero-photo img {
  display: block;
  width: 100%;
  height: auto;
}
.shingaku-lp .hero-copy h1.hero-heading-renewed {
  font-size: 6.75cqw;
  line-height: 1.6;
  letter-spacing: -0.065em;
}
.shingaku-lp .hero-heading-renewed .headline-line:first-child {
  font-size: 1em;
}
.shingaku-lp .hero-copy .hero-heading-renewed .headline-word::after {
  display: none;
}
.shingaku-lp .hero-copy .hero-lead-renewed {
  margin-top: 13px;
  font-size: 3.05cqw;
  line-height: 1.8;
  font-weight: 500;
}
.shingaku-lp .hero-lead-renewed > span {
  display: block;
}
.shingaku-lp .hero-lead-renewed > span:first-child {
  font-weight: 700;
}
.shingaku-lp .hero-service-break {
  display: none;
}
.shingaku-lp .proof .circle--interview strong.interview-frequency {
  font-size: clamp(19px, 5.75cqw, 25px);
  white-space: nowrap;
  line-height: 1.3;
  letter-spacing: -0.045em;
}
.shingaku-lp .proof .interview-frequency small {
  font-size: 0.52em;
  margin-left: 0px;
  letter-spacing: 0px;
}
.shingaku-lp .subsidy-usage {
  margin: 14px 0px 0px;
  padding-left: 12px;
  border-left: 2px solid rgb(37, 159, 153);
  color: rgb(24, 126, 121);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.85;
}
@media (max-width: 899px) {
  .shingaku-lp .visual .hero-copy {
    margin-top: -12cqw;
  }
  .shingaku-lp .hero-copy h1.hero-heading-renewed {
    line-height: 1.6;
  }
}
@media (min-width: 900px) {
  .shingaku-lp .hero-stage .hero-photo {
    position: absolute;
    z-index: 0;
    inset: 0px;
    height: 100%;
  }
  .shingaku-lp .hero-photo img {
    position: absolute;
    top: 0px;
    right: 0px;
    width: max(100%, 1100px);
    height: auto;
  }
  .shingaku-lp .hero-stage .hero-copy h1.hero-heading-renewed {
    font-size: clamp(35px, 4.3vw, 62px);
    line-height: 1.5;
  }
  .shingaku-lp .hero-stage .hero-copy p.hero-lead-renewed {
    font-size: clamp(13px, 1.12vw, 16px);
    margin-top: 18px;
    line-height: 1.85;
  }
  .shingaku-lp .hero-stage .proof .circle--interview strong.interview-frequency {
    font-size: clamp(23px, 2.55vw, 36px);
  }
  .shingaku-lp .phone .subsidy-preview {
    grid-template-areas: "kicker price" "title price" "usage price" "note price" "details details";
    grid-template-rows: auto auto auto 1fr auto;
  }
  .shingaku-lp .subsidy-usage {
    grid-area: usage;
    font-size: 13px;
    margin: 2px 0px 0px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .shingaku-lp .hero-photo picture {
    transition: none;
  }
}
.shingaku-lp .local {
  height: 40px;
  font-size: 11px;
  font-weight: 600;
}
.shingaku-lp .local a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.shingaku-lp .local b {
  padding: 0px 9px 0px 0px;
  border-right: 1px solid rgb(166, 188, 227);
  border-radius: 0px;
  background: none;
  color: inherit;
  font-weight: 700;
}
.shingaku-lp .site-header {
  padding: 0px 18px;
  gap: 8px;
}
.shingaku-lp .logo {
  width: 114px;
  height: auto;
}
.shingaku-lp .actions {
  gap: 7px;
  align-items: center;
}
.shingaku-lp .button {
  height: 44px;
  font-size: 11px;
  padding: 0px 10px;
  font-weight: 700;
}
.shingaku-lp .download {
  border: 0px;
  padding: 0px 3px;
  border-radius: 0px;
  color: rgb(61, 72, 84);
}
.shingaku-lp .consult {
  background: rgb(245, 130, 58);
  box-shadow: none;
  border-radius: 4px;
}
.shingaku-lp a:focus-visible, .shingaku-lp summary:focus-visible {
  outline: rgb(49, 95, 182) solid 2px;
  outline-offset: 4px;
}
.shingaku-lp .hero-copy h1 {
  font-weight: 700;
  letter-spacing: -0.055em;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}
.shingaku-lp .hero-copy h1 .headline-line {
  display: block;
  color: rgb(37, 43, 52);
  white-space: nowrap;
}
.shingaku-lp .hero-copy h1 .headline-word {
  color: rgb(82, 116, 238);
}
.shingaku-lp .hero-copy h1 .headline-line:nth-child(2) .headline-word {
  color: rgb(36, 159, 155);
}
.shingaku-lp .hero-copy p {
  font-weight: 600;
  line-height: 1.9;
  letter-spacing: 0px;
}
.shingaku-lp .proof {
  padding: 22px 24px 0px;
}
.shingaku-lp .proof-title {
  margin: 0px 0px 15px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.shingaku-lp .circles {
  padding: 0px;
}
.shingaku-lp .circle strong {
  font-family: Arial, sans-serif;
  font-weight: 700;
  letter-spacing: -0.04em;
}
.shingaku-lp .circle strong small {
  font-size: 0.52em;
  margin-left: 1px;
}
.shingaku-lp .circle span {
  font-size: 10px;
  line-height: 1.55;
}
.shingaku-lp .proof-note {
  margin: 15px 0px 0px;
  font-size: 10px;
  line-height: 1.8;
  text-align: left;
  color: rgb(101, 113, 125);
}
.shingaku-lp .proof-note {
  max-width: 48em;
  text-wrap: balance;
}
.shingaku-lp .facts ul {
  position: relative;
  z-index: 1;
}
.shingaku-lp .facts li {
  line-height: 1.75;
  font-weight: 600;
}
.shingaku-lp .facts li::before {
  width: 14px;
  height: 14px;
  top: 5px;
}
.shingaku-lp .facts strong {
  font-weight: 700;
}
.shingaku-lp .hero-stage {
  display: contents;
}
.shingaku-lp .desktop-nav {
  display: none;
}
.shingaku-lp .local {
  background: rgb(241, 247, 246);
  color: rgb(24, 126, 121);
}
.shingaku-lp .local b {
  border-color: rgb(181, 212, 208);
}
.shingaku-lp .site-header {
  padding-left: 24px;
  padding-right: 24px;
  height: 78px;
}
.shingaku-lp .site-header .consult {
  color: rgb(255, 255, 255);
  background: var(--cta-consult-fill);
}
.shingaku-lp .site-header .download {
  color: var(--cta-download-ink);
}
.shingaku-lp .site-header .consult:hover {
  background: var(--cta-consult-edge);
}
.shingaku-lp .site-header .download:hover {
  color: var(--cta-download-edge);
}
.shingaku-lp .visual {
  height: auto;
  display: flex;
  flex-direction: column;
  overflow: visible;
}
.shingaku-lp .visual::after {
  display: none;
}
.shingaku-lp .hero-copy {
  position: relative;
  inset: auto;
  order: 0;
  padding: 24px 24px 0px;
}
.shingaku-lp .hero-copy h1 {
  font-size: 8.7cqw;
  line-height: 1.7;
}
.shingaku-lp .headline-line:first-child {
  font-size: 1.12em;
}
.shingaku-lp .hero-copy p {
  margin: 18px 0px 0px;
  font-size: 3.32cqw;
}
.shingaku-lp .sparkle {
  display: none;
}
.shingaku-lp .proof {
  padding-top: 8px;
}
.shingaku-lp .proof-title {
  text-align: left;
  margin-bottom: 18px;
  color: rgb(80, 91, 104);
}
.shingaku-lp .circles {
  gap: 0px;
}
.shingaku-lp .circle {
  aspect-ratio: auto;
  border: 0px;
  border-radius: 0px;
  background: none;
  color: rgb(82, 116, 238);
  min-height: 77px;
  justify-content: flex-start;
}
.shingaku-lp .circle + .circle {
  border-left: 1px solid rgb(220, 228, 237);
}
.shingaku-lp .circle strong {
  font-size: 34px;
}
.shingaku-lp .circle span {
  color: rgb(65, 77, 89);
  font-weight: 600;
  margin-top: 9px;
}
.shingaku-lp .facts {
  margin: 29px 24px 0px;
  min-height: 120px;
  padding: 15px 24px;
  border-width: 1px 0px;
  border-style: solid none;
  border-color: rgb(220, 228, 237) currentcolor;
  border-image: none;
  border-radius: 0px;
  background: none;
}
.shingaku-lp .facts li {
  font-size: 14px;
  margin: 5px 0px;
  padding-left: 24px;
}
.shingaku-lp .facts li::before {
  background: none;
  color: rgb(36, 159, 155);
  font-size: 15px;
}
.shingaku-lp .facts strong {
  color: rgb(37, 43, 52);
}
.shingaku-lp .pixel-people {
  width: 38px;
  inset: auto 24px 18px auto;
  transform: none;
}
.shingaku-lp .pixel-accent {
  display: none;
}
@media (max-width: 350px) {
  .shingaku-lp .site-header {
    padding-left: 14px;
    padding-right: 14px;
    gap: 4px;
  }
  .shingaku-lp .logo {
    width: 97px;
  }
  .shingaku-lp .actions {
    gap: 6px;
  }
  .shingaku-lp .button {
    font-size: 9px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .shingaku-lp .download {
    padding-left: 0px;
    padding-right: 0px;
  }
  .shingaku-lp .local {
    font-size: 10px;
  }
  .shingaku-lp .local a {
    gap: 7px;
  }
  .shingaku-lp .proof {
    padding-left: 18px;
    padding-right: 18px;
  }
  .shingaku-lp .circle strong {
    font-size: 28px;
  }
  .shingaku-lp .facts li {
    font-size: 12px;
  }
  .shingaku-lp .facts {
    padding-left: 16px;
    padding-right: 16px;
  }
  .shingaku-lp .pixel-people {
    width: 30px;
    right: 16px;
  }
}
@media (max-width: 899px) {
  .shingaku-lp .hero-copy {
    order: 1;
    margin-top: -20cqw;
    padding: 0px 24px;
  }
  .shingaku-lp .hero-copy::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: -16px 0px 0px;
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.94) 40%, rgb(255, 255, 255) 65%);
    pointer-events: none;
  }
  .shingaku-lp .hero-copy h1 {
    line-height: 1.35;
  }
  .shingaku-lp .hero-copy p {
    margin-top: 12px;
  }
  .shingaku-lp .proof {
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .shingaku-lp .proof-title {
    margin-bottom: 12px;
  }
  .shingaku-lp .proof-note {
    margin-top: 12px;
  }
  .shingaku-lp .facts {
    margin-top: 18px;
    min-height: 0px;
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .shingaku-lp .facts li {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .shingaku-lp .subsidy-preview {
    margin-top: 24px;
  }
}
@media (min-width: 900px) {
  .shingaku-lp .phone {
    --desktop-inset: max(40px, calc((100% - 1120px) / 2));
    max-width: none;
  }
  .shingaku-lp .local {
    height: 36px;
    font-size: 13px;
  }
  .shingaku-lp .local a {
    gap: 15px;
  }
  .shingaku-lp .local b {
    padding-right: 15px;
  }
  .shingaku-lp .site-header {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 92px;
    margin: 0px;
    padding: 0px max(32px, 50% - 660px);
    gap: 24px;
    box-shadow: rgba(38, 57, 73, 0.05) 0px 4px 12px;
  }
  .shingaku-lp .logo {
    width: clamp(150px, 14vw, 184px);
    flex: 0 0 auto;
  }
  .shingaku-lp .site-header .spacer {
    display: none;
  }
  .shingaku-lp .desktop-nav {
    display: flex;
    align-items: center;
    gap: clamp(18px, 2vw, 30px);
    margin: 0px auto;
  }
  .shingaku-lp .desktop-nav a {
    color: rgb(51, 51, 51);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
  }
  .shingaku-lp .desktop-nav a:hover {
    color: rgb(79, 115, 238);
  }
  .shingaku-lp .actions {
    gap: 16px;
  }
  .shingaku-lp .button {
    min-width: clamp(130px, 12.5vw, 180px);
    height: 52px;
    padding: 0px 26px;
    font-size: 16px;
    border-radius: 999px;
  }
  .shingaku-lp .site-header .download {
    color: rgb(255, 255, 255);
    background: var(--cta-download-fill);
    box-shadow: 0 3px 0 var(--cta-download-edge);
  }
  .shingaku-lp .site-header .download:hover {
    color: rgb(255, 255, 255);
    background: var(--cta-download-edge);
  }
  .shingaku-lp .site-header .consult {
    order: -1;
    box-shadow: 0 3px 0 var(--cta-consult-edge);
  }
  .shingaku-lp .hero-stage {
    --hero-inset: max(48px, calc((100% - 1200px) / 2));
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: minmax(0px, 1fr) minmax(0px, 1fr);
    gap: 36px clamp(40px, 5vw, 80px);
    padding: 52px var(--hero-inset) 34px;
  }
  .shingaku-lp .hero-stage::after {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 0px;
    pointer-events: none;
    background: linear-gradient(transparent 65%, rgba(255, 255, 255, 0.55) 82%, rgb(255, 255, 255) 100%);
  }
  .shingaku-lp .visual {
    position: static;
    display: contents;
  }
  .shingaku-lp .hero-copy {
    position: relative;
    z-index: 1;
    grid-area: 1 / 1 / auto / -1;
    padding: 0px;
    min-width: 0px;
  }
  .shingaku-lp .hero-copy h1 {
    width: max-content;
    font-size: clamp(48px, 5.6vw, 82px);
    line-height: 1.55;
    letter-spacing: -0.045em;
  }
  .shingaku-lp .hero-copy p {
    margin: 24px 0px 0px;
    font-size: clamp(15px, 1.35vw, 20px);
    line-height: 1.9;
    font-weight: 700;
  }
  .shingaku-lp .hero-copy p br {
    display: none;
  }
  .shingaku-lp .hero-copy .headline-line:nth-child(2) .headline-word {
    position: relative;
  }
  .shingaku-lp .hero-copy .headline-line:nth-child(2) .headline-word::after {
    content: "✦";
    position: absolute;
    right: 0.35em;
    top: -0.45em;
    color: rgb(82, 116, 238);
    font-size: 0.45em;
    line-height: 1;
  }
  .shingaku-lp .proof {
    position: relative;
    z-index: 1;
    grid-area: 2 / 2;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background: none;
  }
  .shingaku-lp .proof-title {
    text-align: center;
    margin: 0px 0px 12px;
    color: rgb(79, 115, 238);
    font-size: 12px;
    line-height: 1.7;
  }
  .shingaku-lp .circles {
    gap: 12px;
    padding: 0px;
  }
  .shingaku-lp .circle {
    position: relative;
    aspect-ratio: 1 / 1;
    min-height: 0px;
    justify-content: center;
    padding: 20px 2px 8px;
    border: 2px solid rgb(91, 122, 250);
    border-radius: 50%;
    color: rgb(255, 255, 255);
    background: linear-gradient(140deg, rgb(81, 117, 252) 30%, rgb(82, 118, 238) 62%, rgb(81, 180, 181));
  }
  .shingaku-lp .circle + .circle {
    border-left: 2px solid rgb(91, 122, 250);
  }
  .shingaku-lp .circle::before {
    content: "";
    position: absolute;
    left: calc(50% - 2px);
    top: 13px;
    width: 4px;
    height: 4px;
    background: rgb(252, 231, 77);
    box-shadow: rgb(252, 231, 77) 0px 6px, rgb(252, 231, 77) 0px 12px, rgb(252, 231, 77) -6px 6px, rgb(252, 231, 77) 6px 6px;
  }
  .shingaku-lp .circle strong {
    font-size: clamp(36px, 3.5vw, 50px);
    line-height: 1;
  }
  .shingaku-lp .circle span {
    margin-top: 5px;
    color: rgb(255, 255, 255);
    font-size: clamp(11px, 1vw, 14px);
    line-height: 1.5;
  }
  .shingaku-lp .proof-note {
    margin: 12px 0px 0px;
    font-size: 10px;
    line-height: 1.8;
    color: rgb(93, 104, 117);
  }
  .shingaku-lp .proof::after {
    content: "";
    position: absolute;
    width: 65px;
    height: 66px;
    right: max(-60px, calc(8px - var(--hero-inset)));
    bottom: 62px;
    pointer-events: none;
    background: url("./5eaadb0f4f2c70d2f140-invader-orange.svg") left top / 34px auto no-repeat, url("./47612893635ec0c49501-invader-green.svg") right bottom / 34px auto no-repeat;
  }
  .shingaku-lp .facts {
    position: relative;
    z-index: 1;
    grid-area: 2 / 1;
    align-self: center;
    width: 100%;
    margin: 0px 0px 12px;
    min-height: 158px;
    padding: 22px 30px 22px 132px;
    border: 2px solid transparent;
    border-radius: 16px;
    background-image: linear-gradient(rgb(246, 249, 252), rgb(246, 249, 252)), linear-gradient(110deg, rgb(84, 119, 245), rgb(42, 166, 159));
    background-origin: border-box;
    background-clip: padding-box, border-box;
  }
  .shingaku-lp .facts ul {
    display: block;
  }
  .shingaku-lp .facts li {
    margin: 7px 0px;
    padding-left: 29px;
    font-size: clamp(14px, 1.3vw, 18px);
    line-height: 1.7;
  }
  .shingaku-lp .facts li::before {
    width: 18px;
    height: 18px;
    top: 6px;
    font-size: 12px;
    color: rgb(255, 255, 255);
    background: rgb(36, 159, 155);
  }
  .shingaku-lp .facts strong {
    color: rgb(82, 116, 238);
  }
  .shingaku-lp .pixel-people {
    position: absolute;
    width: 78px;
    inset: 50% auto auto 28px;
    transform: translateY(-50%);
  }
  .shingaku-lp .pixel-accent {
    display: block;
    width: 27px;
    right: 20px;
    bottom: 20px;
  }
}
@media (min-width: 900px) {
  @media (max-width: 1199px) {
    .shingaku-lp .site-header {
      gap: 18px;
    }
    .shingaku-lp .desktop-nav {
      gap: 18px;
    }
    .shingaku-lp .desktop-nav a {
      font-size: 12px;
    }
    .shingaku-lp .desktop-nav a:nth-child(2) {
      display: none;
    }
    .shingaku-lp .actions {
      gap: 12px;
    }
    .shingaku-lp .button {
      padding: 0px 20px;
      font-size: 13px;
    }
    .shingaku-lp .hero-stage {
      --hero-inset: 40px;
      column-gap: 40px;
      padding-top: 40px;
    }
    .shingaku-lp .facts {
      padding-left: 94px;
      padding-right: 18px;
      min-height: 148px;
    }
    .shingaku-lp .pixel-people {
      left: 18px;
      width: 56px;
    }
    .shingaku-lp .pixel-accent {
      width: 18px;
      right: 14px;
      bottom: 14px;
    }
    .shingaku-lp .proof::after {
      display: none;
    }
  }
}
@media (min-width: 900px) {
  .shingaku-lp .subsidy-preview {
    margin-top: 24px;
    padding: 64px var(--desktop-inset) 44px;
    display: grid;
    grid-template: "kicker price" "title price" "note price" 1fr "details details" / minmax(0px, 1fr) minmax(0px, 1.12fr);
    gap: 14px 64px;
  }
  .shingaku-lp .subsidy-preview::before {
    inset: 0px;
    clip-path: polygon(0px 14%, 100% 0px, 100% 100%, 0px 100%);
  }
  .shingaku-lp .subsidy-kicker {
    grid-area: kicker;
    margin: 0px;
    font-size: 14px;
  }
  .shingaku-lp .subsidy-title {
    grid-area: title;
    font-size: clamp(26px, 2.5vw, 34px);
  }
  .shingaku-lp .subsidy-comparison {
    grid-area: price;
    align-self: center;
    margin: 0px;
  }
  .shingaku-lp .subsidy-before {
    gap: 8px;
  }
  .shingaku-lp .subsidy-before-label, .shingaku-lp .subsidy-before-unit {
    font-size: 14px;
  }
  .shingaku-lp .subsidy-before strong {
    font-size: 36px;
  }
  .shingaku-lp .subsidy-reduction {
    margin-top: 15px;
    margin-bottom: 18px;
  }
  .shingaku-lp .subsidy-reduction p {
    font-size: 14px;
  }
  .shingaku-lp .subsidy-reduction strong {
    font-size: 25px;
  }
  .shingaku-lp .subsidy-after-label {
    margin-bottom: 9px;
    font-size: 13px;
  }
  .shingaku-lp .subsidy-after {
    gap: 8px;
  }
  .shingaku-lp .subsidy-after-prefix {
    font-size: 19px;
  }
  .shingaku-lp .subsidy-after-number {
    font-size: clamp(68px, 6.2vw, 86px);
  }
  .shingaku-lp .subsidy-after-unit {
    font-size: 28px;
  }
  .shingaku-lp .subsidy-after-unit small {
    font-size: 12px;
  }
  .shingaku-lp .subsidy-note {
    grid-area: note;
    align-self: start;
    margin: 6px 0px 0px;
    font-size: 12px;
    line-height: 1.9;
  }
  .shingaku-lp .subsidy-details {
    grid-area: details;
    margin: 8px 0px 0px;
    font-size: 13px;
    line-height: 1.9;
  }
  .shingaku-lp .subsidy-details ul, .shingaku-lp .subsidy-details p {
    max-width: 880px;
  }
}
:root {
  --cta-consult-fill: linear-gradient(180deg, #f06a7b, #f5475e);
  --cta-consult-edge: #d8375b;
  --cta-download-fill: linear-gradient(180deg, #f89d64, #f27b30);
  --cta-download-edge: #bc5b20;
  --cta-download-ink: #9c4519;
  --cta-download-soft: #fff7f0;
  --cta-download-border: #e5b593;
}
.next-contact {
  padding: 38px 24px 34px;
  color: rgb(37, 43, 52);
  background: rgb(255, 255, 255);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  container-type: inline-size;
}
.next-contact, .next-contact * {
  box-sizing: border-box;
}
.next-contact .contact-kicker {
  margin: 0px 0px 12px;
  font-size: 12px;
  color: rgb(24, 126, 121);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.next-contact .contact-title {
  margin: 0px;
  font-size: clamp(21px, 7cqw, 25px);
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: -0.04em;
}
.next-contact .contact-title span {
  color: rgb(79, 115, 238);
}
.next-contact .contact-lead {
  margin: 16px 0px 0px;
  font-size: 13px;
  line-height: 1.9;
  color: rgb(85, 99, 114);
}
.next-contact .contact-actions {
  margin-top: 24px;
}
.next-contact .refund-banner {
  width: 85%;
  margin: 26px auto 0px;
  padding: 0px;
}
.next-contact .refund-title {
  margin: 0px;
  line-height: 1;
}
.next-contact .refund-artwork {
  display: block;
  width: 100%;
  height: auto;
}
.next-contact .refund-condition {
  margin: 10px 0px 0px;
  font-size: 11px;
  line-height: 1.8;
  color: rgb(85, 99, 114);
}
.next-contact .refund-condition strong {
  color: rgb(24, 126, 121);
  font-weight: 700;
}
.next-contact .contact-format {
  margin: 0px 0px 9px;
  text-align: center;
  color: rgb(70, 87, 99);
  font-size: 11px;
  line-height: 1.7;
}
.next-contact .contact-primary {
  width: 100%;
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 14px 17px;
  border: 0px;
  border-radius: 5px;
  color: rgb(255, 255, 255);
  background: var(--cta-consult-fill);
  text-decoration: none;
  font-size: 19px;
  line-height: 1.5;
  font-weight: 700;
}
.next-contact .contact-primary::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1.5px solid;
  border-right: 1.5px solid;
  transform: rotate(45deg);
  flex: 0 0 auto;
}
.next-contact .contact-parent {
  margin: 11px 0px 0px;
  font-size: 11px;
  line-height: 1.8;
  color: rgb(85, 99, 114);
  text-align: center;
}
.next-contact .contact-secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  width: fit-content;
  max-width: 100%;
  margin: 15px auto 0px;
  padding: 7px 0px;
  color: var(--cta-download-ink);
  font-size: 12px;
  line-height: 1.6;
  text-decoration: underline 1px;
  text-underline-offset: 5px;
}
.next-contact a:focus-visible {
  outline: rgb(49, 95, 182) solid 3px;
  outline-offset: 4px;
}
.next-contact .contact-primary:hover {
  background: var(--cta-consult-edge);
}
.next-contact .contact-secondary:hover {
  color: var(--cta-download-edge);
}
.next-contact.consultation-panel {
  background: rgb(255, 249, 241);
}
@media (max-width: 350px) {
  .next-contact {
    padding: 30px 16px;
  }
  .next-contact .contact-primary {
    gap: 10px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 900px) {
  .shingaku-lp .next-contact {
    padding: 46px max(40px, 50% - 480px) 44px;
    display: grid;
    grid-template-columns: minmax(0px, 1fr) 280px;
    grid-template-areas: "kicker kicker" "title title" "lead lead" "actions refund";
    column-gap: 48px;
    text-align: center;
  }
  .shingaku-lp .contact-kicker {
    grid-area: kicker;
    margin-bottom: 10px;
    font-size: 13px;
  }
  .shingaku-lp .contact-title {
    grid-area: title;
    font-size: clamp(26px, 2.4vw, 32px);
    line-height: 1.65;
  }
  .shingaku-lp .contact-title br, .shingaku-lp .contact-lead br {
    display: none;
  }
  .shingaku-lp .contact-lead {
    grid-area: lead;
    margin-top: 12px;
    font-size: 14px;
  }
  .shingaku-lp .contact-actions {
    grid-area: actions;
    width: 100%;
    max-width: 520px;
    place-self: center;
    margin: 28px 0px 0px;
  }
  .shingaku-lp .contact-format {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .shingaku-lp .contact-primary {
    min-height: 66px;
    font-size: 21px;
  }
  .shingaku-lp .contact-parent {
    font-size: 12px;
  }
  .shingaku-lp .contact-secondary {
    font-size: 13px;
  }
  .shingaku-lp .refund-banner {
    grid-area: refund;
    width: 280px;
    align-self: center;
    margin: 28px auto 0px;
  }
  .shingaku-lp .refund-condition {
    font-size: 11px;
    text-align: left;
  }
}
.outcomes-section {
  padding: 30px 20px 36px;
  color: rgb(37, 43, 52);
  background: rgb(255, 255, 255);
}
.outcomes-kicker {
  margin: 0px 0px 8px;
  text-align: center;
  font-size: 12px;
  color: rgb(24, 126, 121);
  font-weight: 700;
}
.outcomes-title {
  margin: 0px;
  text-align: center;
  font-size: 23px;
  line-height: 1.6;
  letter-spacing: -0.04em;
}
.outcomes-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0px, 1fr));
  gap: 12px;
}
.outcome-card {
  min-width: 0px;
  background: rgb(255, 255, 255);
}
.outcome-label {
  margin: 0px;
  font-weight: 700;
  text-align: center;
}
.outcome-metric {
  display: flex;
  justify-content: center;
  gap: 3px;
  color: rgb(82, 116, 238);
}
.outcome-metric strong {
  font-family: Arial, sans-serif;
  font-weight: 700;
  letter-spacing: -0.045em;
}
.shingaku-lp .outcomes-section {
  padding: 40px 20px;
  background: rgb(247, 249, 252);
  scroll-margin-top: 24px;
}
.outcomes-inner {
  max-width: 960px;
  margin: auto;
}
.outcomes-title span {
  color: rgb(49, 95, 182);
}
.outcomes-intro {
  margin: 15px 0px 0px;
  color: rgb(85, 99, 114);
  font-size: 13px;
  line-height: 1.9;
  text-align: center;
  white-space: pre-line;
}
.outcomes-grid {
  align-items: stretch;
}
.outcome-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 8px 17px;
  border-width: 4px 1px 1px;
  border-style: solid;
  border-color: rgb(82, 116, 238) rgb(216, 224, 233) rgb(216, 224, 233);
  border-image: none;
  border-radius: 14px;
  box-shadow: rgb(233, 237, 243) 0px 4px 0px;
}
.outcome-card--primary {
  border-top-color: rgb(36, 159, 155);
  background: rgb(240, 250, 246);
}
.outcome-card:nth-child(2) {
  border-top-color: rgb(82, 116, 238);
}
.outcome-label {
  font-size: 16px;
  line-height: 1.6;
  min-height: 52px;
  max-width: 100%;
  display: grid;
  align-content: center;
  justify-items: center;
}
.outcome-metric {
  margin: 9px 0px;
  height: 64px;
  min-height: 64px;
  align-items: center;
  white-space: nowrap;
}
.outcome-metric strong {
  font-size: 55px;
  line-height: 1;
}
.outcome-metric strong small {
  font-size: 22px;
  margin-left: 2px;
}
.outcome-metric--count strong {
  font-size: clamp(48px, 14vw, 55px);
}
.outcome-metric--fraction strong {
  font-size: 55px;
  letter-spacing: -0.045em;
}
.outcome-metric--fraction strong small {
  font-size: 17px;
  margin-left: 3px;
  letter-spacing: -0.02em;
}
.outcome-card--primary .outcome-metric {
  color: rgb(24, 126, 121);
}
.outcome-caption {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  margin: 0px;
  color: rgb(85, 99, 114);
  font-size: 10px;
  line-height: 1.6;
  text-align: center;
  white-space: pre-line;
}
.outcome-caption .outcome-rate {
  display: block;
  color: rgb(49, 95, 182);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
.outcome-period {
  margin: auto 0px 0px;
  padding-top: 10px;
  color: rgb(85, 99, 114);
  font-size: 10px;
  line-height: 1.6;
  text-align: center;
}
.outcomes-notes {
  margin-top: 21px;
  color: rgb(103, 117, 132);
  font-size: 10px;
  line-height: 1.75;
}
.outcomes-notes p {
  margin: 4px 0px;
}
.outcomes-notes > .outcomes-note-brief {
  color: rgb(103, 117, 132);
  font-weight: 400;
}
.outcomes-note-details {
  margin-top: 4px;
}
.outcomes-note-details > summary {
  display: flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  min-height: 40px;
  color: rgb(70, 95, 122);
  font-size: 11px;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  text-underline-offset: 4px;
  text-decoration: underline;
}
.outcomes-note-details > summary::-webkit-details-marker {
  display: none;
}
.outcomes-note-details > summary::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1.5px solid;
  border-bottom: 1.5px solid;
  transform: translateY(-2px) rotate(45deg);
}
.outcomes-note-details[open] > summary::after {
  transform: translateY(2px) rotate(225deg);
}
.outcomes-note-details > summary:focus-visible {
  outline: rgb(49, 95, 182) solid 2px;
  outline-offset: 3px;
}
.outcomes-note-body {
  padding: 6px 0px 9px;
  border-top: 1px solid rgb(209, 221, 236);
}
.outcomes-note-body p {
  margin: 8px 0px;
}
.outcomes-story-link {
  width: fit-content;
  display: flex;
  gap: 22px;
  align-items: center;
  margin: 21px auto 0px;
  padding: 10px 2px;
  color: rgb(49, 95, 182);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgb(186, 201, 231);
}
.outcomes-story-link:focus-visible {
  outline: rgb(49, 95, 182) solid 3px;
  outline-offset: 4px;
}
@media (max-width: 899px) {
  .shingaku-lp .hero-proof-restored .proof-title {
    text-align: center;
    color: rgb(79, 115, 238);
  }
  .shingaku-lp .hero-proof-restored .circles {
    gap: 9px;
    max-width: 380px;
    margin-inline: auto;
  }
  .shingaku-lp .hero-proof-restored .circle {
    aspect-ratio: 1 / 1;
    min-height: 0px;
    padding: 8px 1px;
    justify-content: center;
    border: 2px solid rgb(91, 122, 250);
    border-radius: 50%;
    color: rgb(255, 255, 255);
    background: linear-gradient(140deg, rgb(81, 117, 252) 30%, rgb(82, 118, 238) 62%, rgb(81, 180, 181));
  }
  .shingaku-lp .hero-proof-restored .circle strong {
    font-size: clamp(25px, 7.7vw, 33px);
    line-height: 1;
  }
  .shingaku-lp .hero-proof-restored .circle span {
    margin-top: 6px;
    color: rgb(255, 255, 255);
    font-size: 10px;
    line-height: 1.5;
  }
}
@media (max-width: 350px) {
  .outcomes-section {
    padding-left: 16px;
    padding-right: 16px;
  }
  .outcomes-grid {
    gap: 10px;
  }
  .outcome-card {
    padding-left: 10px;
    padding-right: 10px;
  }
  .outcome-label {
    font-size: 16px;
    min-height: 52px;
  }
  .outcomes-title {
    font-size: 21px;
  }
}
@media (min-width: 900px) {
  .shingaku-lp .outcomes-kicker {
    font-size: 13px;
  }
  .shingaku-lp .outcomes-grid {
    margin-top: 28px;
  }
  .shingaku-lp .outcomes-section {
    padding: 55px 40px;
  }
  .shingaku-lp .outcomes-title {
    font-size: 34px;
  }
  .shingaku-lp .outcomes-title br {
    display: none;
  }
  .shingaku-lp .outcomes-intro {
    font-size: 14px;
  }
  .shingaku-lp .outcomes-grid {
    grid-template-columns: repeat(4, minmax(0px, 1fr));
    gap: 18px;
  }
  .shingaku-lp .outcome-card {
    padding: 23px 12px;
  }
  .shingaku-lp .outcome-label {
    font-size: 19px;
    min-height: 62px;
  }
  .shingaku-lp .outcome-metric {
    margin: 14px 0px;
    height: 72px;
    min-height: 72px;
  }
  .shingaku-lp .outcome-metric strong {
    font-size: 65px;
  }
  .shingaku-lp .outcome-metric--fraction strong {
    font-size: 65px;
  }
  .shingaku-lp .outcome-metric--fraction strong small {
    font-size: 21px;
  }
  .shingaku-lp .outcome-caption, .shingaku-lp .outcome-period, .shingaku-lp .outcomes-notes {
    font-size: 11px;
  }
  .shingaku-lp .outcome-caption .outcome-rate {
    font-size: 16px;
  }
  .shingaku-lp .outcomes-story-link {
    font-size: 14px;
  }
}
.participation-section {
  padding: 36px 24px;
  background: rgb(255, 255, 255);
  color: rgb(37, 43, 52);
  scroll-margin-top: 20px;
}
.participation-inner {
  max-width: 1080px;
  margin: 0px auto;
}
.participation-kicker {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0px 0px 12px;
  color: rgb(24, 126, 121);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.025em;
}
.participation-kicker::before {
  content: "";
}
.participation-heading h2 {
  margin: 0px;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: -0.05em;
}
.participation-heading h2 span {
  color: rgb(36, 159, 155);
}
.participation-lead {
  margin: 14px 0px 0px;
  font-size: 13px;
  line-height: 1.9;
  color: rgb(85, 99, 114);
}
.participation-body {
  margin-top: 24px;
}
.participation-classroom {
  margin: 0px;
}
.participation-video {
  min-width: 0px;
  scroll-margin-top: 24px;
}
.participation-video > h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0px 0px 12px;
  color: rgb(24, 126, 121);
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: -0.025em;
}
.participation-video > h3::before {
  content: "";
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  background: rgb(82, 116, 238);
  clip-path: polygon(50% 0px, 64% 35%, 100% 50%, 65% 64%, 50% 100%, 36% 65%, 0px 50%, 35% 36%);
}
.participation-video-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: rgb(22, 36, 51);
  border: 1px solid rgb(209, 220, 233);
  border-radius: 18px 5px;
}
.participation-video-frame video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: rgb(22, 36, 51);
}
.participation-video-frame [hidden] {
  display: none;
}
.participation-video-cover {
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100%;
  border: 0px;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  background: rgb(237, 243, 248);
  color: rgb(38, 59, 89);
  font: inherit;
}
.participation-video-cover > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.participation-video-prompt {
  display: flex;
  align-items: center;
  gap: 9px;
  position: absolute;
  left: 11px;
  right: 11px;
  bottom: 11px;
  padding: 8px 11px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: rgba(23, 45, 66, 0.08) 0px 2px 8px;
  font-size: 12px;
  font-weight: 700;
  text-align: left;
}
.participation-video-prompt small {
  margin-left: auto;
  color: rgb(85, 99, 114);
  font-size: 10px;
  font-weight: 500;
  white-space: nowrap;
}
.participation-play-icon {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgb(82, 116, 238);
}
.participation-play-icon::before {
  content: "";
  margin-left: 3px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid rgb(255, 255, 255);
}
.participation-video-error {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 1.8;
  color: rgb(86, 99, 114);
}
.participation-video-error a {
  color: rgb(49, 95, 182);
  text-underline-offset: 3px;
}
.participation-still-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 44px;
  width: fit-content;
  padding: 9px 0px;
  margin-top: 3px;
  color: rgb(49, 95, 182);
  background: none;
  border: 0px;
  font-style: inherit;
  font-variant: inherit;
  font-weight: inherit;
  font-stretch: inherit;
  line-height: inherit;
  font-family: inherit;
  font-optical-sizing: inherit;
  font-size-adjust: inherit;
  font-kerning: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-language-override: inherit;
  font-size: 12px;
  cursor: zoom-in;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.participation-still-link > span:last-child {
  font-size: 17px;
  text-decoration: none;
}
.participation-video-cover:focus-visible {
  outline: rgb(255, 255, 255) solid 3px;
  outline-offset: -5px;
}
.participation-still-link:focus-visible, .participation-video-frame video:focus-visible {
  outline: rgb(49, 95, 182) solid 3px;
  outline-offset: 3px;
}
.participation-image-button {
  position: relative;
  display: block;
  width: 100%;
  margin: 0px;
  padding: 0px;
  border: 0px;
  background: rgb(237, 242, 241);
  border-radius: 6px;
  color: rgb(255, 255, 255);
  cursor: zoom-in;
  font: inherit;
}
.participation-image-button > img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: inherit;
}
.participation-zoom-label {
  position: absolute;
  right: 8px;
  bottom: 8px;
  padding: 5px 9px;
  background: rgba(35, 57, 77, 0.92);
  border-radius: 3px;
  font-size: 10px;
  line-height: 1.5;
}
.participation-classroom figcaption {
  margin-top: 8px;
  color: rgb(103, 117, 132);
  font-size: 11px;
  line-height: 1.7;
}
.participation-list {
  list-style: none;
  padding: 0px;
  margin: 19px 0px 0px;
}
.participation-list li {
  display: flex;
  border-bottom: 1px solid rgb(220, 231, 229);
}
.participation-list li:first-child {
  padding-top: 0px;
}
.participation-list li:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
}
.participation-mark {
  flex: 0 0 auto;
  color: rgb(36, 159, 155);
  font-weight: 700;
  line-height: 1.5;
}
.participation-list h3 {
  margin: 0px;
  font-weight: 700;
  letter-spacing: -0.035em;
}
.participation-list p {
  margin: 6px 0px 0px;
  color: rgb(85, 99, 114);
}
.participation-image-button:focus-visible, .participation-image-dialog button:focus-visible {
  outline: rgb(49, 95, 182) solid 3px;
  outline-offset: 4px;
}
.participation-image-dialog {
  width: min(1100px, 100% - 24px);
  max-width: none;
  max-height: calc(100dvh - 32px);
  padding: 16px;
  border: 0px;
  border-radius: 8px;
  color: rgb(37, 43, 52);
  background: rgb(255, 255, 255);
  box-sizing: border-box;
}
.participation-image-dialog::backdrop {
  background: rgba(23, 45, 66, 0.75);
}
.participation-dialog-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.participation-dialog-header p {
  margin: 0px;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 700;
}
.participation-dialog-header button {
  flex: 0 0 auto;
  min-height: 44px;
  padding: 8px 12px;
  border: 1px solid rgb(204, 215, 223);
  border-radius: 4px;
  background: rgb(255, 255, 255);
  color: rgb(49, 83, 108);
  font-style: inherit;
  font-variant: inherit;
  font-weight: inherit;
  font-stretch: inherit;
  line-height: inherit;
  font-family: inherit;
  font-optical-sizing: inherit;
  font-size-adjust: inherit;
  font-kerning: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-language-override: inherit;
  font-size: 13px;
  cursor: pointer;
}
.participation-dialog-scroll {
  overflow: auto;
  max-height: calc(100dvh - 180px);
  border-radius: 3px;
}
.participation-dialog-scroll img {
  display: block;
  width: 100%;
  min-width: 720px;
  height: auto;
}
.participation-dialog-hint {
  margin: 10px 0px 0px;
  color: rgb(103, 117, 132);
  font-size: 11px;
  line-height: 1.6;
}
html.classroom-image-open {
  overflow: hidden;
}
.participation-day {
  grid-column: 1 / -1;
  margin-top: 27px;
  padding: 23px 18px 19px;
  background: rgb(240, 248, 245);
  border-radius: 12px;
}
.participation-day-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 15px;
}
.participation-day-heading h3 {
  margin: 0px;
  font-size: 19px;
  color: rgb(24, 126, 121);
}
.participation-day-heading > span {
  font-size: 11px;
  color: rgb(85, 99, 114);
}
.participation-timeline {
  list-style: none;
  padding: 0px;
  margin: 19px 0px 0px;
}
.participation-timeline li {
  position: relative;
  display: grid;
  grid-template-columns: 52px minmax(0px, 1fr);
  gap: 17px;
  padding: 0px 0px 19px;
}
.participation-timeline li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 58px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgb(36, 159, 155);
}
.participation-timeline li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 14px;
  bottom: 2px;
  left: 60px;
  width: 1px;
  background: rgb(182, 212, 199);
}
.participation-timeline li:last-child {
  padding-bottom: 0px;
}
.participation-timeline time {
  color: rgb(24, 126, 121);
  font: 700 14px / 1.6 Arial, sans-serif;
}
.participation-timeline strong {
  font-size: 14px;
  line-height: 1.6;
}
.participation-timeline p {
  margin: 4px 0px 0px;
  font-size: 12px;
  line-height: 1.8;
  color: rgb(85, 99, 114);
}
.participation-day-note {
  margin: 17px 0px 0px;
  color: rgb(103, 117, 132);
  font-size: 10px;
  line-height: 1.75;
}
.participation-timeline em {
  color: rgb(24, 126, 121);
  font-style: normal;
  font-weight: 700;
}
.participation-afternoon {
  display: block;
  margin-top: 5px;
  color: rgb(85, 99, 114);
  font-size: 11px;
}
.participation-kicker::before {
  width: 17px;
  height: 17px;
  background: rgb(82, 116, 238);
  clip-path: polygon(50% 0px, 64% 35%, 100% 50%, 65% 64%, 50% 100%, 36% 65%, 0px 50%, 35% 36%);
}
.participation-options {
  min-width: 0px;
}
.participation-list {
  margin-top: 17px;
}
.participation-list li {
  gap: 9px;
  padding: 10px 0px;
}
.participation-list h3 {
  font-size: 14px;
  line-height: 1.6;
}
.participation-list p {
  margin-top: 2px;
  font-size: 12px;
  line-height: 1.65;
}
.participation-mark {
  font-size: 17px;
}
.participation-activities {
  display: grid;
  gap: 23px;
  grid-column: 1 / -1;
  margin-top: 30px;
}
.participation-activity {
  --activity-color: #315fb6;
  min-width: 0px;
  border: 1px solid rgb(195, 210, 238);
  border-radius: 23px 23px 23px 5px;
  background: rgb(255, 255, 255);
  box-shadow: rgb(238, 243, 252) 3px 4px 0px;
  padding: 22px 18px 14px;
}
.participation-activity--meet {
  --activity-color: #187e79;
  border-color: rgb(189, 219, 213);
  box-shadow: rgb(237, 246, 242) 3px 4px 0px;
}
.participation-activity-heading {
  position: relative;
  padding-right: 14px;
}
.participation-activity-heading::after {
  content: "";
  position: absolute;
  right: -5px;
  top: -10px;
  width: 26px;
  height: 26px;
  background: rgb(201, 215, 250);
  clip-path: polygon(50% 0px, 64% 35%, 100% 50%, 65% 64%, 50% 100%, 36% 65%, 0px 50%, 35% 36%);
}
.participation-activity--meet .participation-activity-heading::after {
  background: rgb(199, 229, 218);
  width: 19px;
  height: 19px;
  top: -4px;
}
.participation-activity-heading > p {
  margin: 0px 0px 8px;
  color: var(--activity-color);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.035em;
}
.participation-activity-heading h3 {
  margin: 0px 0px 17px;
  font-size: 21px;
  line-height: 1.6;
  letter-spacing: -0.035em;
}
.participation-activity-heading h3 span {
  color: var(--activity-color);
}
.participation-activity-main {
  margin: 0px;
}
.participation-activity-main .participation-image-button {
  border-radius: 10px 3px;
  background: rgb(242, 246, 252);
  overflow: hidden;
}
.participation-activity-main img {
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}
.participation-activity-label {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 1;
  max-width: calc(100% - 16px);
  padding: 6px 11px;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 5px 5px 12px 5px;
  background: #315fb6;
  color: #fff;
  box-shadow: 0 2px 6px rgba(35, 57, 77, 0.12);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  pointer-events: none;
}
.participation-activity--meet .participation-activity-label {
  background: var(--palette-accent, #edc54e);
  color: #49380f;
}
.participation-activity--meet .participation-image-button {
  background: rgb(242, 247, 243);
}
.participation-activity-main figcaption {
  margin-top: 7px;
  font-size: 10px;
  color: rgb(103, 117, 132);
  line-height: 1.6;
}
.participation-activity-copy {
  margin: 14px 0px 16px;
}
.participation-activity-copy p {
  margin: 0px;
  font-size: 13px;
  line-height: 1.9;
  color: rgb(70, 85, 103);
}
.participation-activity-copy p + p {
  margin-top: 8px;
}
.participation-activity-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid rgb(225, 233, 237);
}
.participation-gallery-peek {
  display: flex;
  flex: 1 1 0%;
  align-items: center;
  gap: 9px;
  min-height: 48px;
  padding: 0px;
  border: 0px;
  background: transparent;
  color: var(--activity-color);
  font-style: inherit;
  font-variant: inherit;
  font-weight: inherit;
  font-stretch: inherit;
  font-family: inherit;
  font-optical-sizing: inherit;
  font-size-adjust: inherit;
  font-kerning: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-language-override: inherit;
  font-size: 10px;
  line-height: 1.6;
  cursor: zoom-in;
  text-align: left;
}
.participation-gallery-peek img {
  display: block;
  width: 59px;
  height: 43px;
  object-fit: contain;
  border-radius: 4px;
  background: rgb(241, 245, 247);
}
.participation-gallery-peek b {
  display: block;
  font-size: 17px;
  font-weight: 500;
}
.participation-source-link {
  display: flex;
  align-items: center;
  gap: 5px;
  min-height: 44px;
  padding: 3px 0px;
  color: var(--activity-color);
  font-size: 10px;
  text-underline-offset: 4px;
  line-height: 1.6;
}
.participation-gallery-peek:focus-visible, .participation-source-link:focus-visible {
  outline: rgb(49, 95, 182) solid 3px;
  outline-offset: 4px;
  border-radius: 3px;
}
.participation-activities-note {
  grid-column: 1 / -1;
  margin: -6px 0px 0px;
  color: rgb(103, 117, 132);
  font-size: 10px;
  line-height: 1.8;
}
@media (hover: hover) {
  .participation-gallery-peek:hover span, .participation-source-link:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
  }
  .participation-image-button:hover .participation-zoom-label {
    background: rgb(49, 95, 182);
  }
}
@media (max-width: 350px) {
  .participation-section {
    padding: 32px 16px;
  }
  .participation-heading h2 {
    font-size: 21px;
  }
  .participation-lead {
    font-size: 12px;
  }
  .participation-list h3 {
    font-size: 15px;
  }
}
@media (min-width: 900px) {
  .shingaku-lp .participation-section {
    padding: 52px 40px 54px;
  }
  .shingaku-lp .participation-heading {
    text-align: center;
  }
  .shingaku-lp .participation-kicker {
    justify-content: center;
    margin-bottom: 15px;
    font-size: 13px;
  }
  .shingaku-lp .participation-heading h2 {
    font-size: 34px;
    line-height: 1.6;
  }
  .shingaku-lp .participation-lead {
    margin-top: 17px;
    font-size: 14px;
  }
  .shingaku-lp .participation-lead br {
    display: none;
  }
  .shingaku-lp .participation-body {
    display: grid;
    grid-template-columns: minmax(0px, 1.12fr) minmax(0px, 1fr);
    grid-template-areas: "video day" "options day" "activities activities";
    gap: 0px 36px;
    margin-top: 30px;
    align-items: start;
  }
  .shingaku-lp .participation-video {
    grid-area: video;
  }
  .shingaku-lp .participation-options {
    grid-area: options;
    padding: 17px 0px 0px;
    border-top: 1px solid rgb(220, 231, 229);
    margin-top: 12px;
  }
  .shingaku-lp .participation-classroom figcaption {
    font-size: 12px;
  }
  .shingaku-lp .participation-video > h3 {
    font-size: 20px;
    margin-bottom: 14px;
  }
  .shingaku-lp .participation-video-prompt {
    left: 18px;
    right: 18px;
    bottom: 16px;
    padding: 11px 16px;
    gap: 12px;
    font-size: 15px;
  }
  .shingaku-lp .participation-video-prompt small {
    font-size: 12px;
  }
  .shingaku-lp .participation-play-icon {
    width: 38px;
    height: 38px;
  }
  .shingaku-lp .participation-still-link {
    font-size: 13px;
  }
  .shingaku-lp .participation-zoom-label {
    font-size: 12px;
  }
  .shingaku-lp .participation-activity-label {
    top: 14px;
    left: 14px;
    padding: 9px 16px;
    font-size: 15px;
  }
  .shingaku-lp .participation-list {
    margin-top: 0px;
  }
  .shingaku-lp .participation-list li {
    gap: 12px;
    padding: 10px 0px;
  }
  .shingaku-lp .participation-list li:first-child {
    padding-top: 0px;
  }
  .shingaku-lp .participation-list li:last-child {
    padding-bottom: 0px;
  }
  .shingaku-lp .participation-list h3 {
    font-size: 16px;
  }
  .shingaku-lp .participation-list p {
    font-size: 13px;
  }
  .shingaku-lp .participation-day {
    grid-area: day;
    padding: 25px 25px 20px;
    margin: 0px;
  }
  .shingaku-lp .participation-timeline {
    margin-top: 22px;
  }
  .shingaku-lp .participation-timeline li {
    grid-template-columns: 55px minmax(0px, 1fr);
    gap: 18px;
    padding-bottom: 20px;
  }
  .shingaku-lp .participation-timeline li:last-child {
    padding-bottom: 0px;
  }
  .shingaku-lp .participation-timeline li::before {
    left: 60px;
    top: 8px;
  }
  .shingaku-lp .participation-timeline li:not(:last-child)::after {
    left: 62px;
    top: 16px;
  }
  .shingaku-lp .participation-timeline time {
    font-size: 17px;
  }
  .shingaku-lp .participation-timeline strong {
    font-size: 16px;
  }
  .shingaku-lp .participation-timeline p {
    font-size: 13px;
  }
  .shingaku-lp .participation-day-note {
    font-size: 11px;
    margin-top: 18px;
  }
  .shingaku-lp .participation-activities {
    grid-area: activities;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    gap: 20px 30px;
    margin-top: 36px;
  }
  .shingaku-lp .participation-activity {
    display: flex;
    flex-direction: column;
    padding: 26px 26px 18px;
  }
  .shingaku-lp .participation-activity-heading h3 {
    font-size: 25px;
  }
  .shingaku-lp .participation-activity-heading > p {
    font-size: 12px;
  }
  .shingaku-lp .participation-activity-copy p {
    font-size: 14px;
  }
  .shingaku-lp .participation-activity-main figcaption {
    font-size: 11px;
  }
  .shingaku-lp .participation-gallery-peek, .shingaku-lp .participation-source-link {
    font-size: 12px;
  }
  .shingaku-lp .participation-gallery-peek img {
    width: 80px;
    height: 51px;
  }
  .shingaku-lp .participation-activities-note {
    font-size: 11px;
    margin: 0px;
  }
}
.coaching-section {
  padding: 36px 24px;
  background: rgb(240, 244, 252);
  color: rgb(37, 43, 52);
  scroll-margin-top: 20px;
}
.coaching-inner {
  max-width: 1080px;
  margin: 0px auto;
}
.coaching-kicker {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0px 0px 12px;
  color: rgb(49, 95, 182);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.025em;
}
.coaching-kicker::before {
  content: "";
  width: 22px;
  height: 2px;
  background: rgb(82, 116, 238);
}
.coaching-heading h2 {
  margin: 0px;
  font-size: 25px;
  line-height: 1.65;
  letter-spacing: -0.035em;
  font-weight: 700;
}
.coaching-heading h2 span {
  color: rgb(82, 116, 238);
}
.coaching-family {
  margin: 25px 0px 0px;
  padding: 20px;
  background: rgb(255, 255, 255);
  border-left: 3px solid rgb(82, 116, 238);
}
.coaching-family-label {
  margin: 0px 0px 7px;
  font-size: 11px;
  line-height: 1.6;
  color: rgb(88, 101, 117);
}
.coaching-family h3 {
  margin: 0px;
  color: rgb(49, 95, 182);
  font-size: 18px;
  line-height: 1.65;
  font-weight: 700;
}
.coaching-family h3 br {
  display: none;
}
.coaching-family-copy {
  margin: 11px 0px 0px;
  font-size: 13px;
  line-height: 1.95;
  color: rgb(85, 99, 114);
}
.coach-lead {
  margin-top: 26px;
  background: rgb(255, 255, 255);
  border-radius: 18px;
  overflow: hidden;
}
.coach-lead figure {
  position: relative;
  margin: 0px;
  background: rgb(225, 235, 247);
}
.coach-lead figure img {
  width: 100%;
  height: auto;
  max-height: 330px;
  object-fit: cover;
  object-position: 50% 38%;
  display: block;
}
.coach-lead figcaption {
  position: absolute;
  bottom: 15px;
  left: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 14px;
  background: rgb(255, 255, 255);
  border-radius: 3px;
  color: rgb(38, 61, 96);
  font-size: 17px;
  font-weight: 700;
}
.coach-lead figcaption span {
  font-size: 11px;
  font-weight: 500;
}
.coach-lead-copy {
  padding: 23px 20px 25px;
}
.coach-role {
  margin: 0px 0px 9px;
  color: rgb(49, 95, 182);
  font-size: 11px;
  line-height: 1.7;
  font-weight: 700;
}
.coach-lead h3 {
  margin: 0px;
  font-size: 21px;
  line-height: 1.65;
  letter-spacing: -0.04em;
}
.coach-lead-copy > p:not(.coach-role) {
  margin: 14px 0px 0px;
  font-size: 13px;
  line-height: 1.95;
  color: rgb(85, 99, 114);
}
.coach-lead-copy .coach-experience {
  padding-top: 13px;
  border-top: 1px solid rgb(219, 228, 241);
  font-size: 11px !important;
}
.coach-team {
  display: grid;
  gap: 0px;
  margin-top: 20px;
}
.coach-person {
  display: grid;
  grid-template-columns: 84px minmax(0px, 1fr);
  gap: 17px;
  padding: 23px 0px;
  border-bottom: 1px solid rgb(212, 222, 240);
}
.coach-person > img,
.coach-avatar {
  display: block;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  object-fit: cover;
}
.coach-avatar {
  position: relative;
  overflow: hidden;
  background: #f2f3fa;
}
/* 元写真は保持し、人物の顔〜上半身が伝わる範囲だけを表示する。 */
.coach-avatar--ogawa img {
  position: absolute;
  width: 175%;
  max-width: none;
  height: auto;
  left: -37.5%;
  top: -5%;
}
.coach-person .coach-role {
  font-size: 10px;
  margin-bottom: 4px;
}
.coach-person h3 {
  margin: 0px;
  font-size: 17px;
  line-height: 1.6;
}
.coach-person p:not(.coach-role) {
  color: rgb(85, 99, 114);
  margin: 7px 0px 0px;
  font-size: 12px;
  line-height: 1.8;
}
.coach-person .coach-strength {
  font-weight: 700;
  color: rgb(49, 95, 182) !important;
}
.coach-all-link {
  display: block;
  width: fit-content;
  margin: 18px 0px 0px auto;
  padding: 10px 0px;
  color: rgb(49, 95, 182);
  font-size: 12px;
  font-weight: 700;
  text-underline-offset: 5px;
}
.coaching-weekly {
  margin-top: 27px;
  border-top: 1px solid rgb(191, 206, 231);
  padding-top: 27px;
}
.coaching-weekly-heading > p {
  margin: 0px 0px 6px;
  color: rgb(85, 99, 114);
  font-size: 12px;
}
.coaching-weekly-heading h3 {
  font-size: 18px;
  margin: 0px;
  line-height: 1.7;
  letter-spacing: -0.03em;
}
.coaching-weekly-heading h3 strong {
  font-size: 25px;
  color: rgb(49, 95, 182);
}
.coaching-process {
  margin: 21px 0px 0px;
  padding: 0px;
  list-style: none;
}
.coaching-process li {
  display: flex;
  gap: 14px;
  padding: 15px 0px;
}
.coaching-process li + li {
  border-top: 1px solid rgb(212, 222, 240);
}
.coaching-process li > span {
  font-family: Arial, sans-serif;
  color: rgb(118, 144, 193);
  font-size: 23px;
  line-height: 1.3;
}
.coaching-process h4 {
  margin: 0px;
  font-size: 14px;
  line-height: 1.7;
}
.coaching-process p {
  margin: 5px 0px 0px;
  color: rgb(85, 99, 114);
  font-size: 12px;
  line-height: 1.85;
}
.coach-all-link:focus-visible {
  outline: rgb(49, 95, 182) solid 3px;
  outline-offset: 4px;
}
@media (max-width: 350px) {
  .coaching-section {
    padding: 32px 16px;
  }
  .coaching-heading h2 {
    font-size: 23px;
  }
  .coaching-family {
    padding: 17px 16px;
  }
  .coaching-family h3 {
    font-size: 16px;
  }
}
@media (min-width: 900px) {
  .shingaku-lp .coaching-section {
    padding: 58px 40px 52px;
  }
  .shingaku-lp .coaching-inner {
    display: block;
  }
  .shingaku-lp .coaching-heading {
    grid-area: 1 / 1;
  }
  .shingaku-lp .coaching-kicker {
    font-size: 13px;
    margin-bottom: 15px;
  }
  .shingaku-lp .coaching-heading h2 {
    font-size: clamp(27px, 2.4vw, 34px);
    line-height: 1.6;
  }
  .shingaku-lp .coaching-family {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 270px minmax(0px, 1fr);
    gap: 34px;
    align-items: center;
    margin-top: 32px;
    padding: 25px 32px;
  }
  .shingaku-lp .coaching-family-label {
    font-size: 12px;
  }
  .shingaku-lp .coaching-family h3 {
    font-size: 21px;
  }
  .shingaku-lp .coaching-family h3 br {
    display: initial;
  }
  .shingaku-lp .coaching-family-copy {
    margin: 0px;
    font-size: 14px;
  }
  .shingaku-lp .coaching-heading {
    text-align: center;
  }
  .shingaku-lp .coaching-kicker {
    justify-content: center;
  }
  .coach-lead {
    display: grid;
    grid-template-columns: 36% 1fr;
    margin-top: 32px;
    max-width: 940px;
    margin-inline: auto;
  }
  .coach-lead figure img {
    max-height: none;
    height: 100%;
    object-fit: cover;
  }
  .coach-lead-copy {
    align-self: center;
    padding: 36px 45px;
  }
  .coach-lead h3 {
    font-size: 28px;
  }
  .coach-lead-copy > p:not(.coach-role) {
    font-size: 14px;
  }
  .coach-role {
    font-size: 12px;
  }
  .coach-team {
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    gap: 28px 38px;
    max-width: 940px;
    margin: 30px auto 0px;
  }
  .coach-person {
    grid-template-columns: 85px minmax(0px, 1fr);
    gap: 15px;
    padding: 0px 0px 20px;
  }
  .coach-person p:not(.coach-role) {
    font-size: 12px;
  }
  .coach-all-link {
    font-size: 13px;
  }
  .coaching-weekly {
    display: grid;
    grid-template-columns: 35% minmax(0px, 1fr);
    gap: 35px;
    align-items: start;
  }
  .coaching-weekly-heading {
    padding-top: 16px;
  }
  .coaching-weekly-heading h3 {
    font-size: 21px;
  }
  .coaching-weekly-heading h3 strong {
    font-size: 32px;
  }
  .coaching-process {
    margin-top: 0px;
  }
  .coaching-process h4 {
    font-size: 16px;
  }
  .coaching-process p {
    font-size: 13px;
  }
}
.learning-section {
  padding: 36px 24px 40px;
  color: rgb(37, 43, 52);
  background: rgb(255, 255, 255);
  scroll-margin-top: 20px;
}
.learning-inner {
  max-width: 1080px;
  margin: 0px auto;
}
.learning-kicker {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0px 0px 12px;
  color: rgb(24, 126, 121);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.025em;
}
.learning-kicker::before {
  content: "";
  flex: 0 0 auto;
  width: 22px;
  height: 2px;
  background: rgb(36, 159, 155);
}
.learning-heading h2 {
  margin: 0px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: -0.035em;
}
.learning-heading h2 span {
  color: rgb(36, 159, 155);
}
.learning-material {
  margin: 24px 0px 0px;
}
.learning-material-label {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0px 0px 16px;
}
.learning-material-label span {
  color: rgb(85, 99, 114);
  font-size: 11px;
}
.learning-material img {
  display: block;
  width: 100%;
  height: auto;
}
.learning-material .learning-surala-logo {
  width: 112px;
  height: auto;
  flex: 0 0 auto;
}
.learning-material .learning-screen {
  height: auto;
  aspect-ratio: 762 / 532;
  object-fit: contain;
  border-radius: 0px;
}
.learning-material figcaption {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4px 12px;
  margin: 9px 0px 0px;
  color: rgb(103, 117, 132);
  font-size: 10px;
  line-height: 1.7;
}
.learning-material figcaption a {
  color: inherit;
  text-underline-offset: 3px;
}
.learning-material figcaption a:focus-visible {
  outline: rgb(24, 126, 121) solid 2px;
  outline-offset: 3px;
}
.learning-copy {
  margin-top: 20px;
}
.learning-copy > p {
  margin: 0px;
  color: rgb(85, 99, 114);
  font-size: 14px;
  line-height: 1.9;
}
.learning-support-list {
  margin: 23px 0px 0px;
  padding: 0px;
  list-style: none;
}
.learning-support-list li {
  display: flex;
  gap: 13px;
  padding: 17px 0px;
  border-top: 1px solid rgb(220, 231, 229);
}
.learning-support-list li > span {
  color: rgb(128, 173, 162);
  font: 700 22px / 1.4 Arial, sans-serif;
}
.learning-support-list h3 {
  margin: 0px;
  color: rgb(24, 126, 121);
  font-size: 16px;
  line-height: 1.7;
}
.learning-support-list p {
  margin: 6px 0px 0px;
  color: rgb(85, 99, 114);
  font-size: 13px;
  line-height: 1.9;
}
.learning-case-link {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  padding: 12px 0px;
  color: rgb(24, 126, 121);
  font-size: 12px;
  font-weight: 700;
  text-underline-offset: 4px;
}
.learning-case-link:focus-visible {
  outline: rgb(24, 126, 121) solid 3px;
  outline-offset: 4px;
}
@media (max-width: 350px) {
  .learning-section {
    padding: 32px 16px 36px;
  }
  .learning-kicker {
    font-size: 11px;
  }
  .learning-heading h2 {
    font-size: 22px;
  }
}
@media (min-width: 900px) {
  .shingaku-lp .learning-section {
    padding: 56px 40px 60px;
  }
  .shingaku-lp .learning-inner {
    display: grid;
    grid-template-columns: minmax(0px, 1.16fr) minmax(0px, 0.94fr);
    column-gap: 60px;
    align-items: start;
  }
  .shingaku-lp .learning-heading {
    grid-area: 1 / 2;
  }
  .shingaku-lp .learning-kicker {
    font-size: 13px;
    margin-bottom: 15px;
  }
  .shingaku-lp .learning-heading h2 {
    font-size: clamp(27px, 2.4vw, 34px);
    line-height: 1.6;
  }
  .shingaku-lp .learning-material {
    grid-area: 1 / 1 / 3;
    align-self: center;
    margin: 0px;
  }
  .shingaku-lp .learning-material-label {
    gap: 15px;
    padding-bottom: 17px;
  }
  .shingaku-lp .learning-material-label span {
    font-size: 13px;
  }
  .shingaku-lp .learning-material .learning-surala-logo {
    width: 138px;
  }
  .shingaku-lp .learning-material figcaption {
    margin-top: 10px;
    font-size: 11px;
  }
  .shingaku-lp .learning-copy {
    grid-area: 2 / 2;
    margin-top: 20px;
  }
  .shingaku-lp .learning-copy > p {
    font-size: 14px;
  }
}
.attendance-section {
  padding: 36px 24px;
  color: rgb(37, 43, 52);
  background: rgb(255, 255, 255);
  border-top: 1px solid rgb(224, 235, 239);
  scroll-margin-top: 20px;
}
.attendance-inner {
  max-width: 1080px;
  margin: 0px auto;
}
.attendance-kicker {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0px 0px 12px;
  color: rgb(49, 95, 182);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.025em;
}
.attendance-kicker::before {
  content: "";
  flex: 0 0 auto;
  width: 22px;
  height: 2px;
  background: rgb(82, 116, 238);
}
.attendance-heading h2 {
  margin: 0px;
  font-size: 25px;
  line-height: 1.65;
  letter-spacing: -0.035em;
  font-weight: 700;
}
.attendance-heading h2 span {
  color: rgb(82, 116, 238);
}
.attendance-intro {
  margin: 14px 0px 0px;
  font-size: 13px;
  line-height: 1.9;
  color: rgb(85, 99, 114);
}
.attendance-body {
  margin-top: 25px;
}
.attendance-diagram {
  margin: 0px;
  min-width: 0px;
}
.attendance-diagram figcaption {
  margin: 0px 0px 12px;
  font-size: 13px;
  font-weight: 700;
  color: rgb(49, 95, 182);
  text-align: center;
}
.attendance-map {
  container-type: inline-size;
  border: 1px solid rgb(216, 225, 236);
  border-radius: 4px;
  overflow: hidden;
  background: linear-gradient(to right, rgb(255, 255, 255) 0px, rgb(255, 255, 255) 33.333%, rgb(240, 244, 252) 33.333%, rgb(240, 244, 252) 66.666%, rgb(255, 255, 255) 66.666%);
}
.attendance-map-head {
  display: grid;
  grid-template-columns: repeat(3, minmax(0px, 1fr));
  border-bottom: 1px solid rgb(216, 225, 236);
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}
.attendance-map-head span {
  padding: 12px 2px;
}
.attendance-map-head span + span {
  border-left: 1px solid rgb(216, 225, 236);
}
.attendance-map-scene {
  position: relative;
  aspect-ratio: 360 / 414;
  background: linear-gradient(to right, transparent calc(33.333% - 0.5px), rgb(216, 225, 236) calc(33.333% - 0.5px), rgb(216, 225, 236) calc(33.333% + 0.5px), transparent calc(33.333% + 0.5px), transparent calc(66.666% - 0.5px), rgb(216, 225, 236) calc(66.666% - 0.5px), rgb(216, 225, 236) calc(66.666% + 0.5px), transparent calc(66.666% + 0.5px));
}
.attendance-map-arrows {
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100%;
}
.attendance-map-box {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 5px 3px;
  border-radius: 4px;
  background: rgb(49, 95, 182);
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: clamp(12px, 3.55cqw, 16px);
  font-weight: 700;
  line-height: 1.5;
}
.attendance-map-number {
  position: absolute;
  top: -13px;
  right: -7px;
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 50%;
  background: rgb(24, 126, 121);
  color: rgb(255, 255, 255);
  font-family: Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
}
.attendance-map-consult {
  left: 36.1%;
  top: 7.7%;
  width: 59.4%;
  height: 13.8%;
}
.attendance-map-decision {
  left: 69.2%;
  top: 32%;
  width: 27.8%;
  height: 15.5%;
  border: 1.5px solid rgb(103, 117, 132);
  color: rgb(37, 43, 52);
  background: rgb(255, 255, 255);
  font-size: clamp(11px, 3.25cqw, 15px);
}
.attendance-map-learning {
  left: 3.3%;
  top: 49%;
  width: 58.3%;
  height: 14.8%;
}
.attendance-map-submit {
  left: 36.1%;
  top: 74%;
  width: 26.4%;
  height: 16.4%;
}
.attendance-map-result {
  left: 69.2%;
  top: 74%;
  width: 27.8%;
  height: 16.4%;
  background: rgb(24, 126, 121);
  font-size: clamp(11px, 3.25cqw, 15px);
}
.attendance-map-review {
  position: absolute;
  top: 24%;
  left: 77%;
  background: rgb(255, 255, 255);
  padding: 0px 3px;
  font-size: clamp(10px, 3cqw, 13px);
  color: rgb(86, 91, 96);
}
.attendance-map-condition {
  position: absolute;
  top: 48.6%;
  left: 67%;
  width: 31%;
  padding: 1px 0px;
  background: rgb(255, 255, 255);
  text-align: center;
  color: rgb(103, 107, 109);
  font-size: clamp(9px, 2.65cqw, 12px);
}
.attendance-map-doc {
  position: absolute;
  left: 1%;
  width: 30%;
  color: rgb(49, 95, 182);
  text-align: center;
  font-size: clamp(10px, 3cqw, 13px);
  line-height: 1.5;
}
.attendance-map-doc-first {
  top: 6.8%;
}
.attendance-map-doc-last {
  top: 73.5%;
}
.attendance-map-doc > span:last-child {
  display: block;
  margin-top: 5px;
}
.attendance-document {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 36px;
  height: 38px;
  margin: auto;
  padding: 7px 7px 7px 5px;
  background: rgb(240, 244, 252);
}
.attendance-document i {
  display: block;
  width: 21px;
  height: 3px;
  border-left: 3px solid rgb(102, 123, 157);
  background: linear-gradient(to right, transparent 3px, rgb(102, 123, 157) 3px);
}
.attendance-document img {
  position: absolute;
  right: -7px;
  bottom: -5px;
  width: 13px;
  height: 31px;
  object-fit: contain;
}
.attendance-examples {
  margin-top: 16px;
  padding-left: 12px;
  border-left: 2px solid rgb(82, 116, 238);
}
.attendance-examples p {
  margin: 0px;
  color: rgb(85, 99, 114);
  font-size: 13px;
  line-height: 1.85;
}
.attendance-examples p + p {
  margin-top: 5px;
}
.attendance-examples strong {
  color: rgb(49, 95, 182);
  font-weight: 700;
}
.attendance-details {
  margin-top: 21px;
  min-width: 0px;
}
.attendance-details summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 48px;
  padding: 12px 0px;
  border-top: 1px solid rgb(216, 225, 236);
  border-bottom: 1px solid rgb(216, 225, 236);
  color: rgb(49, 95, 182);
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}
.attendance-details summary::-webkit-details-marker {
  display: none;
}
.attendance-details summary:focus-visible {
  outline: rgb(82, 116, 238) solid 2px;
  outline-offset: 4px;
}
.attendance-detail-action {
  flex: 0 0 auto;
  font-size: 11px;
  font-weight: 500;
}
.attendance-detail-copy {
  min-width: 0px;
}
.attendance-detail-more, .attendance-detail-less, .attendance-detail-hint, .attendance-detail-symbol {
  display: none;
}
.attendance-detail-close, .attendance-details[open] .attendance-detail-open {
  display: none;
}
.attendance-details[open] .attendance-detail-close {
  display: inline;
}
.attendance-flow {
  margin: 23px 0px 0px;
  padding: 0px;
  list-style: none;
}
.attendance-flow > li {
  position: relative;
  display: grid;
  grid-template-columns: 28px minmax(0px, 1fr);
  gap: 12px;
  padding-bottom: 25px;
}
.attendance-flow > li::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 36px;
  bottom: 8px;
  border-left: 3px dotted rgb(130, 157, 202);
}
.attendance-flow > li:last-child {
  padding-bottom: 0px;
}
.attendance-flow > li:last-child::before {
  display: none;
}
.attendance-step-number {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgb(49, 95, 182);
  color: rgb(255, 255, 255);
  font-family: Arial, sans-serif;
  font-size: 18px;
  line-height: 1;
}
.attendance-flow h3 {
  margin: 0px;
  color: rgb(49, 95, 182);
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: -0.025em;
  font-weight: 700;
}
.attendance-flow li p {
  margin: 8px 0px 0px;
  font-size: 13px;
  line-height: 1.85;
  color: rgb(85, 99, 114);
}
.attendance-note {
  margin: 21px 0px 0px;
  font-size: 11px;
  line-height: 1.8;
  color: rgb(102, 115, 134);
}
.attendance-report {
  display: grid;
  grid-template-columns: 96px minmax(0px, 1fr);
  gap: 13px 18px;
  align-items: center;
  margin: 26px 0px 0px;
  padding-top: 23px;
  border-top: 1px solid rgb(224, 231, 237);
  scroll-margin-top: 24px;
}
.attendance-report button, .attendance-report-dialog button {
  font: inherit;
  cursor: pointer;
}
.attendance-report-thumb {
  position: relative;
  display: block;
  padding: 0px;
  border: 1px solid rgb(216, 225, 236);
  background: rgb(240, 244, 252);
}
.attendance-report-page {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  background: rgb(240, 244, 252);
}
.attendance-report-spread {
  display: block;
  position: relative;
  width: 200%;
}
.attendance-report-spread > img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
}
.attendance-report-page.is-second-page .attendance-report-spread {
  transform: translateX(-50%);
}
.attendance-report-spread::before, .attendance-report-spread::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 4.3278%;
  width: 18.3702%;
  height: 7.1823%;
  background: url("./d6b021d6ccb2d481c1f7-shingaku-logo.png") center center / 93.2331% auto no-repeat rgb(255, 255, 255);
  pointer-events: none;
}
.attendance-report-spread::before {
  left: 2.7624%;
}
.attendance-report-spread::after {
  left: 52.2099%;
}
.attendance-report-magnify {
  position: absolute;
  right: -7px;
  bottom: -7px;
  display: grid;
  place-items: center;
  width: 29px;
  height: 29px;
  background: rgb(49, 95, 182);
  color: rgb(255, 255, 255);
  border: 2px solid rgb(255, 255, 255);
  border-radius: 50%;
  font-size: 20px;
  line-height: 1;
}
.attendance-report-copy {
  min-width: 0px;
}
.attendance-report-copy h3 {
  margin: 0px;
  color: rgb(49, 95, 182);
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: -0.02em;
}
.attendance-report-copy p {
  margin: 7px 0px 6px;
  color: rgb(85, 99, 114);
  font-size: 12px;
  line-height: 1.85;
}
.attendance-report .attendance-report-open {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 44px;
  padding: 4px 0px;
  border: 0px;
  background: transparent;
  color: rgb(49, 95, 182);
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.attendance-report-count {
  display: block;
  color: rgb(102, 115, 134);
  font-size: 10px;
}
.attendance-report figcaption {
  grid-column: 1 / -1;
  color: rgb(102, 115, 134);
  font-size: 11px;
  line-height: 1.8;
}
.attendance-report button:focus-visible, .attendance-report-dialog button:focus-visible, .attendance-report-viewport:focus-visible {
  outline: rgb(82, 116, 238) solid 2px;
  outline-offset: 3px;
}
.attendance-report button:hover {
  filter: brightness(0.94);
}
html.attendance-report-modal-open {
  overflow: hidden;
}
.attendance-report-dialog {
  width: min(720px, 100% - 24px);
  max-width: none;
  max-height: calc(100dvh - 24px);
  margin: auto;
  padding: 0px;
  border: 0px;
  border-radius: 8px;
  overflow: hidden;
  background: rgb(255, 255, 255);
  color: rgb(37, 43, 52);
}
.attendance-report-dialog[open] {
  display: flex;
  flex-direction: column;
}
.attendance-report-dialog::backdrop {
  background: rgba(22, 35, 53, 0.65);
}
.attendance-report-dialog-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 18px 0px;
  flex: 0 0 auto;
}
.attendance-report-dialog-head h2 {
  margin: 0px;
  font-size: 16px;
  line-height: 1.6;
}
.attendance-report-dialog .attendance-report-close {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 66px;
  min-height: 44px;
  padding: 0px;
  border: 0px;
  background: rgb(255, 255, 255);
  color: rgb(49, 95, 182);
  font-size: 12px;
}
.attendance-report-close span {
  font-size: 24px;
}
.attendance-report-disclaimer {
  margin: 2px 18px 12px;
  color: rgb(85, 99, 114);
  font-size: 11px;
  line-height: 1.75;
  flex: 0 0 auto;
}
.attendance-report-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 6px 12px;
  padding: 0px 18px;
  flex: 0 0 auto;
}
.attendance-report-tabs {
  display: flex;
  gap: 5px;
}
.attendance-report-tabs button {
  min-height: 44px;
  padding: 8px 10px;
  border: 1px solid rgb(216, 225, 236);
  border-radius: 4px;
  background: rgb(255, 255, 255);
  color: rgb(85, 99, 114);
  font-size: 12px;
}
.attendance-report-tabs button[aria-pressed="true"] {
  border-color: rgb(49, 95, 182);
  background: rgb(240, 244, 252);
  color: rgb(49, 95, 182);
  font-weight: 700;
}
.attendance-report-dialog .attendance-report-zoom {
  min-height: 44px;
  padding: 4px 0px;
  border: 0px;
  color: rgb(49, 95, 182);
  background: rgb(255, 255, 255);
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.attendance-report-status {
  margin: 8px 18px 10px;
  font-size: 11px;
  color: rgb(102, 115, 134);
  flex: 0 0 auto;
}
.attendance-report-viewport {
  flex: 1 1 auto;
  min-height: 0px;
  overflow: auto;
  overscroll-behavior: contain;
  background: rgb(237, 243, 250);
}
.attendance-report-viewport .attendance-report-page {
  max-width: 672px;
  margin: 0px auto;
}
.attendance-report-viewport.is-zoomed .attendance-report-page {
  width: 1008px;
  max-width: none;
  margin: 0px;
}
@media (max-width: 350px) {
  .attendance-report {
    grid-template-columns: 83px minmax(0px, 1fr);
    column-gap: 15px;
  }
  .attendance-report-copy h3 {
    font-size: 14px;
  }
  .attendance-report-copy p {
    font-size: 11px;
  }
  .attendance-report .attendance-report-open {
    gap: 4px;
    font-size: 11px;
  }
}
@media (min-width: 900px) {
  .attendance-report {
    grid-template-columns: 110px minmax(0px, 1fr);
    column-gap: 26px;
    padding-top: 27px;
    margin-top: 30px;
  }
  .attendance-report-copy h3 {
    font-size: 18px;
  }
  .attendance-report-copy p {
    font-size: 14px;
  }
  .attendance-report .attendance-report-open {
    font-size: 14px;
  }
  .attendance-report-count {
    display: inline;
    margin-left: 12px;
    font-size: 11px;
  }
}
@media (max-width: 899px) {
  .attendance-details summary {
    min-height: 80px;
    padding: 15px 16px;
    border: 1px solid rgb(200, 213, 237);
    border-radius: 6px;
    background: rgb(240, 244, 252);
  }
  .attendance-detail-title {
    display: block;
    font-size: 15px;
    line-height: 1.6;
  }
  .attendance-detail-more {
    display: inline;
  }
  .attendance-detail-hint {
    display: block;
    margin-top: 5px;
    color: rgb(85, 99, 114);
    font-size: 11px;
    font-weight: 400;
    line-height: 1.7;
  }
  .attendance-detail-symbol {
    position: relative;
    display: block;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    border: 1px solid rgb(82, 116, 238);
    border-radius: 50%;
    background: rgb(255, 255, 255);
  }
  .attendance-detail-symbol::before, .attendance-detail-symbol::after {
    content: "";
    position: absolute;
    inset: 0px;
    margin: auto;
    background: rgb(49, 95, 182);
  }
  .attendance-detail-symbol::before {
    width: 14px;
    height: 2px;
  }
  .attendance-detail-symbol::after {
    width: 2px;
    height: 14px;
  }
  .attendance-details .attendance-detail-action, .attendance-details[open] .attendance-detail-action {
    display: none;
  }
  .attendance-details[open] .attendance-detail-more, .attendance-details[open] .attendance-detail-symbol::after {
    display: none;
  }
  .attendance-details[open] .attendance-detail-less {
    display: inline;
  }
  .attendance-details summary:active {
    background: rgb(230, 237, 249);
    border-color: rgb(82, 116, 238);
  }
}
@media (max-width: 350px) {
  .attendance-section {
    padding: 32px 16px;
  }
  .attendance-kicker {
    font-size: 11px;
  }
  .attendance-heading h2 {
    font-size: 23px;
  }
  .attendance-map-head {
    font-size: 12px;
  }
  .attendance-map-number {
    width: 24px;
    height: 24px;
    font-size: 15px;
    top: -12px;
    right: -5px;
  }
  .attendance-document {
    width: 30px;
    height: 32px;
    gap: 4px;
  }
  .attendance-document i {
    width: 18px;
  }
  .attendance-map-doc > span:last-child {
    margin-top: 3px;
  }
  .attendance-flow h3 {
    font-size: 15px;
  }
}
@media (min-width: 900px) {
  .shingaku-lp .attendance-section {
    padding: 56px 40px 52px;
  }
  .shingaku-lp .attendance-kicker {
    font-size: 13px;
    margin-bottom: 15px;
  }
  .shingaku-lp .attendance-heading h2 {
    font-size: clamp(27px, 2.4vw, 34px);
    line-height: 1.6;
  }
  .shingaku-lp .attendance-heading h2 br {
    display: none;
  }
  .shingaku-lp .attendance-intro {
    margin-top: 17px;
    font-size: 14px;
  }
  .shingaku-lp .attendance-body {
    display: grid;
    grid-template-columns: minmax(0px, 1fr) minmax(0px, 0.96fr);
    grid-template-rows: auto 1fr;
    gap: 26px 60px;
    align-items: start;
    margin-top: 31px;
  }
  .shingaku-lp .attendance-diagram {
    grid-area: 1 / 2 / span 2;
    width: 100%;
    max-width: 450px;
    justify-self: end;
  }
  .shingaku-lp .attendance-report {
    grid-area: 2 / 1;
    margin: 0px;
    align-self: start;
  }
  .shingaku-lp .attendance-diagram figcaption {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .shingaku-lp .attendance-map-head {
    font-size: 16px;
  }
  .shingaku-lp .attendance-map-head span {
    padding: 13px 2px;
  }
  .shingaku-lp .attendance-map-number {
    width: 32px;
    height: 32px;
    font-size: 21px;
    top: -16px;
    right: -9px;
  }
  .shingaku-lp .attendance-document {
    width: 43px;
    height: 45px;
    padding-left: 7px;
    gap: 6px;
  }
  .shingaku-lp .attendance-document i {
    width: 24px;
  }
  .shingaku-lp .attendance-document img {
    width: 16px;
    height: 38px;
  }
  .shingaku-lp .attendance-examples p {
    font-size: 14px;
  }
  .shingaku-lp .attendance-details {
    grid-area: 1 / 1;
    margin: 0px;
  }
  .shingaku-lp .attendance-details summary {
    padding-top: 0px;
    min-height: 36px;
    border-top: 0px;
    font-size: 16px;
  }
  .shingaku-lp .attendance-flow {
    margin-top: 25px;
  }
  .shingaku-lp .attendance-flow > li {
    grid-template-columns: 32px minmax(0px, 1fr);
    gap: 17px;
    padding-bottom: 28px;
  }
  .shingaku-lp .attendance-flow > li:last-child {
    padding-bottom: 0px;
  }
  .shingaku-lp .attendance-flow > li::before {
    left: 15px;
    top: 39px;
  }
  .shingaku-lp .attendance-step-number {
    width: 32px;
    height: 32px;
    font-size: 21px;
  }
  .shingaku-lp .attendance-flow h3 {
    font-size: clamp(17px, 1.5vw, 20px);
  }
  .shingaku-lp .attendance-flow li p {
    font-size: 14px;
    line-height: 1.9;
  }
  .shingaku-lp .attendance-note {
    margin-top: 26px;
    padding-top: 19px;
    border-top: 1px solid rgb(224, 231, 237);
  }
}
.family-voices-section {
  padding: 42px 24px 30px;
  background: rgb(248, 249, 245);
  color: rgb(40, 52, 68);
  scroll-margin-top: 20px;
  overflow: clip;
}
.family-voices-inner {
  max-width: 1000px;
  margin: 0px auto;
}
.family-voices-heading {
  position: relative;
  text-align: center;
}
.family-voices-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0px 0px 14px;
  color: rgb(49, 95, 182);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.family-voices-kicker::before, .family-voices-kicker::after {
  content: "";
  width: 14px;
  height: 1px;
  background: rgb(49, 95, 182);
  transform: rotate(58deg);
}
.family-voices-kicker::after {
  transform: rotate(-58deg);
}
.family-voices-heading h2 {
  margin: 0px;
  font-size: 26px;
  line-height: 1.65;
  letter-spacing: -0.045em;
  font-weight: 700;
}
.family-voices-heading h2 span {
  position: relative;
  display: inline-block;
  color: rgb(82, 116, 238);
}
.family-voices-heading h2 span::after {
  content: "";
  position: absolute;
  left: 0px;
  right: -3px;
  bottom: 0px;
  height: 7px;
  border-top: 2px solid rgb(175, 193, 255);
  border-radius: 50%;
  transform: rotate(-2deg);
}
.family-voices-intro {
  margin: 17px 0px 0px;
  color: rgb(102, 115, 134);
  font-size: 12px;
  line-height: 1.8;
}
.family-voices-grid {
  display: grid;
  gap: 24px;
  margin-top: 34px;
}
.support-cases-grid {
  display: grid;
  gap: 22px;
  margin-top: 28px;
}
.support-case {
  --case-color: #315fb6;
  --case-pale: #eef3ff;
  overflow: hidden;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(220, 227, 228);
  border-radius: 16px;
  box-shadow: rgb(238, 240, 235) 0px 4px 0px;
  scroll-margin-top: 24px;
}
.support-case--next-place {
  --case-color: #187e79;
  --case-pale: #ecf7f0;
}
.support-case-cover {
  position: relative;
  padding: 23px 20px;
  background: var(--case-pale);
  border-bottom: 1px solid rgb(220, 227, 228);
}
.support-case-cover > p {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px 12px;
  margin: 0px 0px 14px;
  color: var(--case-color);
  font-size: 11px;
  font-weight: 700;
}
.support-case-cover > p span {
  font: 700 11px / 1.6 Arial, sans-serif;
  letter-spacing: 0.07em;
  padding-right: 12px;
  border-right: 1px solid rgb(184, 201, 211);
}
.support-case h3 {
  font-size: 17px;
  line-height: 1.85;
  margin: 0px;
  letter-spacing: -0.04em;
}
.support-case h3 strong {
  color: var(--case-color);
  font-size: 21px;
  background: linear-gradient(transparent 76%, rgb(255, 232, 173) 76%, rgb(255, 232, 173) 95%, transparent 95%);
}
.support-case-body {
  padding: 5px 20px 8px;
}
.support-case-body dl {
  margin: 0px;
}
.support-case-body dl > div {
  padding: 19px 0px;
}
.support-case-body dl > div + div {
  border-top: 1px solid rgb(228, 233, 236);
}
.support-case-body dt {
  color: var(--case-color);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 8px;
}
.support-case-body dd {
  font-size: 13px;
  line-height: 1.95;
  color: rgb(70, 86, 106);
  margin: 0px;
}
.support-case-help dt::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 7px;
  background: var(--case-color);
  transform: rotate(45deg);
}
.support-cases-note {
  font-size: 10px;
  line-height: 1.8;
  color: rgb(103, 117, 132);
  margin: 17px 0px 0px;
}
.family-voices-more {
  margin-top: 28px;
  scroll-margin-top: 24px;
}
.family-voices-more > summary {
  display: block;
  padding: 23px 18px 16px;
  cursor: pointer;
  background: rgb(255, 255, 255);
  border-width: 4px 1px 1px;
  border-style: solid;
  border-color: rgb(82, 116, 238) rgb(189, 207, 227) rgb(189, 207, 227);
  border-image: none;
  border-radius: 16px;
  color: rgb(49, 95, 182);
  line-height: 1.7;
  list-style: none;
  box-shadow: rgb(221, 232, 238) 0px 4px 0px;
}
.family-voices-more > summary::-webkit-details-marker {
  display: none;
}
.voices-more-heading {
  display: block;
  text-align: center;
}
.voices-more-heading > small {
  display: block;
  font-size: 12px;
  color: rgb(85, 99, 114);
  margin-bottom: 6px;
}
.voices-more-heading > strong {
  display: block;
  font-size: 20px;
  letter-spacing: -0.035em;
  line-height: 1.6;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.voices-more-previews {
  display: grid;
  gap: 14px;
  margin: 20px 0px;
}
.voices-more-preview {
  display: grid;
  grid-template-columns: 64px minmax(0px, 1fr);
  align-items: center;
  gap: 13px;
}
.voices-more-preview + .voices-more-preview {
  border-top: 1px solid rgb(228, 235, 239);
  padding-top: 14px;
}
.voices-more-art {
  display: block;
  width: 64px;
  height: 72px;
  overflow: hidden;
  border-radius: 8px;
  background: rgb(239, 243, 252);
}
.voices-more-art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.voices-more-preview--mi .voices-more-art img {
  transform: scale(2.2);
  mix-blend-mode: multiply;
}
.voices-more-preview--mf .voices-more-art {
  background: rgb(234, 246, 241);
}
.voices-more-copy {
  display: block;
  color: rgb(51, 66, 82);
  font-size: 13px;
  line-height: 1.7;
}
.voices-more-copy > small {
  display: block;
  margin-bottom: 3px;
  color: rgb(102, 115, 134);
  font-size: 11px;
}
.voices-more-copy strong {
  display: block;
  color: rgb(49, 95, 182);
  font-size: 16px;
}
.voices-more-preview--mf .voices-more-copy strong {
  color: rgb(24, 126, 121);
}
.voices-more-action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 52px;
  padding: 11px 14px;
  background: rgb(49, 95, 182);
  border-radius: 8px;
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 700;
  box-shadow: rgb(36, 73, 137) 0px 3px 0px;
  transition: background 0.15s;
}
.voices-more-icon {
  display: block;
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  border-right: 2px solid;
  border-bottom: 2px solid;
  transform: translateY(-3px) rotate(45deg);
}
.voices-more-hint {
  display: block;
  margin-top: 10px;
  color: rgb(100, 115, 135);
  text-align: center;
  font-size: 10px;
  line-height: 1.7;
}
.voices-more-label-close {
  display: none;
}
.family-voices-more[open] .voices-more-previews, .family-voices-more[open] .voices-more-label-open, .family-voices-more[open] .voices-more-hint {
  display: none;
}
.family-voices-more[open] .voices-more-label-close {
  display: inline;
}
.family-voices-more[open] .voices-more-action {
  margin-top: 17px;
}
.family-voices-more[open] .voices-more-icon {
  transform: translateY(3px) rotate(225deg);
}
.family-voices-more > summary:focus-visible {
  outline: rgb(49, 95, 182) solid 3px;
  outline-offset: 4px;
}
@media (hover: hover) {
  .family-voices-more > summary:hover .voices-more-action {
    background: rgb(36, 73, 137);
  }
}
@media (max-width: 350px) {
  .support-case h3 {
    font-size: 15px;
  }
  .support-case h3 strong {
    font-size: 19px;
  }
}
@media (min-width: 900px) {
  .support-cases-grid {
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    gap: 30px;
    margin-top: 34px;
  }
  .support-case-cover {
    padding: 29px 28px;
  }
  .support-case h3 {
    font-size: 20px;
  }
  .support-case h3 strong {
    font-size: 26px;
  }
  .support-case-body {
    padding: 7px 28px 12px;
  }
  .support-case-body dd {
    font-size: 14px;
  }
  .support-cases-note {
    font-size: 11px;
  }
  .family-voices-more > summary {
    padding: 28px 36px 21px;
  }
  .voices-more-heading > strong {
    font-size: 25px;
  }
  .voices-more-heading > small {
    font-size: 13px;
  }
  .voices-more-previews {
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    gap: 26px;
    margin: 24px 0px;
  }
  .voices-more-preview {
    grid-template-columns: 80px minmax(0px, 1fr);
    gap: 17px;
  }
  .voices-more-preview + .voices-more-preview {
    border-top: 0px;
    border-left: 1px solid rgb(228, 235, 239);
    padding-top: 0px;
    padding-left: 26px;
  }
  .voices-more-art {
    width: 80px;
    height: 88px;
  }
  .voices-more-copy {
    font-size: 14px;
  }
  .voices-more-copy > small {
    font-size: 12px;
  }
  .voices-more-copy strong {
    font-size: 18px;
  }
  .voices-more-action {
    max-width: 440px;
    margin: 0px auto;
    font-size: 16px;
  }
  .voices-more-hint {
    font-size: 11px;
  }
}
.family-voice {
  --voice-ink: #315fb6;
  --voice-color: #5274ee;
  --voice-pale: #e6eeff;
  --voice-highlight: #fce5a8;
  position: relative;
  isolation: isolate;
  min-width: 0px;
  padding: 20px 0px;
}
.family-voice::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0px -12px;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(225, 231, 225);
  border-radius: 18px;
  box-shadow: rgba(52, 70, 63, 0.04) 0px 5px 18px;
}
.family-voice--mf {
  --voice-ink: #187e79;
  --voice-color: #289b95;
  --voice-pale: #dff2eb;
  --voice-highlight: #dfefbd;
}
.family-voice-cover {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0px, 1fr) 116px;
  gap: 4px;
  align-items: center;
  min-height: 188px;
}
.family-voice-cover-copy {
  position: relative;
  z-index: 1;
  min-width: 0px;
}
.family-voice-person {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 5px 10px;
  margin: 0px 0px 14px;
  color: rgb(71, 87, 106);
  font-size: 11px;
  line-height: 1.5;
}
.family-voice-person > strong {
  color: var(--voice-ink);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.family-voice-person small {
  margin-left: 2px;
  font-size: 12px;
  font-weight: 500;
}
.family-voice-person > span {
  border-left: 1px solid rgb(198, 206, 201);
  padding-left: 10px;
}
.family-voice h3 {
  position: relative;
  margin: 0px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: -0.04em;
}
.family-voice-title-lead {
  display: block;
}
.family-voice-title-lead > span {
  display: block;
  white-space: nowrap;
}
.family-voice-title-lead wbr {
  display: none;
}
.family-voice-title-change {
  display: inline;
  position: relative;
  color: var(--voice-ink);
  font-size: clamp(21px, 6.4vw, 25px);
  letter-spacing: -0.045em;
  line-height: 1.85;
  white-space: nowrap;
  background: linear-gradient(transparent 75%,var(--voice-highlight) 75%,var(--voice-highlight) 95%,transparent 95%);
}
.family-voice-art {
  position: relative;
  isolation: isolate;
  width: 150px;
  justify-self: end;
  margin: 0px -12px 0px 0px;
}
.family-voice-art::before {
  content: "";
  z-index: -1;
  position: absolute;
  inset: 10px -8px 5px -10px;
  background: var(--voice-pale);
  border-radius: 48% 52% 65% 35% / 40% 47% 53% 60%;
  transform: rotate(10deg);
}
.family-voice-art::after {
  content: "";
  position: absolute;
  right: 21px;
  top: 6px;
  width: 8px;
  height: 8px;
  background: var(--voice-color);
  box-shadow: 10px -10px 0 #b5d9f2, 20px 0 0 var(--voice-color);
  transform: rotate(8deg);
  opacity: 0.7;
}
.family-voice-art-window {
  position: relative;
  width: 100%;
  height: 196px;
  overflow: hidden;
}
.family-voice-art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.family-voice--mi .family-voice-art, .family-voice--mi .family-voice-art-window {
  mix-blend-mode: multiply;
}
.family-voice--mi .family-voice-art img {
  transform: scale(2.5) rotate(-6deg);
}
.family-voice--mi .family-voice-art::before {
  inset: 18px -4px 10px;
}
.family-voice--mf .family-voice-art {
  width: 124px;
  margin-right: -4px;
}
.family-voice--mf .family-voice-art::before {
  inset: 21px -15px 5px -12px;
  border-radius: 56% 44% 40% 60% / 55% 40% 60% 45%;
  transform: rotate(-12deg);
}
.family-voice--mf .family-voice-art-window {
  width: 114px;
  height: auto;
  aspect-ratio: 1240 / 1740;
  padding: 5px;
  margin: 3px auto;
  background: rgb(255, 255, 255);
  box-shadow: rgb(206, 227, 218) 2px 5px 0px;
  transform: rotate(7deg);
  overflow: visible;
}
.family-voice--mf .family-voice-art::after {
  inset: auto auto 3px -2px;
}
.family-voice-body {
  position: relative;
  margin-top: 15px;
}
.family-voice-summary {
  margin: 0px;
  color: rgb(85, 99, 114);
  font-size: 13px;
  line-height: 2;
}
.family-voice-summary strong {
  color: rgb(40, 52, 68);
  font-weight: 700;
}
.family-voice-excerpt {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
.family-voice-excerpt .family-voice-summary + .family-voice-summary {
  margin-top: 10px;
}
.family-voice-episode-title {
  margin: 0px 0px 5px;
  color: rgb(102, 115, 134);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.7;
}
.family-voice-parent {
  margin-top: 18px;
  padding: 14px 16px;
  background: rgb(243, 246, 253);
  border-radius: 10px;
}
.family-voice--mf .family-voice-parent {
  background: rgb(240, 248, 245);
}
.family-voice-parent-label {
  margin: 0px 0px 5px;
  color: var(--voice-ink);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.7;
}
.family-voice-parent h4 {
  margin: 0px;
  color: var(--voice-ink);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
}
.family-voice-parent .family-voice-excerpt {
  margin-top: 10px;
}
.family-voice-profile {
  margin: 16px 0px 0px;
  padding: 0px;
  font-size: 11px;
  line-height: 1.8;
}
.family-voice-profile > div {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 10px;
}
.family-voice-profile dt {
  flex: 0 0 auto;
  color: rgb(102, 115, 134);
}
.family-voice-profile dd {
  margin: 0px;
  color: rgb(71, 87, 106);
}
.family-voice-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 46px;
  margin-top: 16px;
  padding: 0px 4px 0px 0px;
  border-bottom: 1px solid var(--voice-color);
  color: var(--voice-ink);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}
.family-voice-link > span {
  font-size: 25px;
  font-weight: 400;
  transition: transform 0.18s;
}
.family-voice-link:hover > span {
  transform: translate(2px, -2px);
}
.family-voice-link:hover {
  color: rgb(37, 43, 52);
}
.family-voices-footer {
  margin-top: 34px;
  padding-top: 18px;
  border-top: 1px solid rgb(225, 233, 227);
}
.family-voices-footer p {
  margin: 0px;
  color: rgb(102, 115, 134);
  font-size: 10px;
  line-height: 1.8;
}
.family-voices-footer p + p {
  margin-top: 3px;
}
.family-voices-footer a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  margin-top: 9px;
  color: rgb(49, 95, 182);
  font-size: 12px;
  text-underline-offset: 4px;
}
.family-voices-section a:focus-visible {
  outline: rgb(82, 116, 238) solid 2px;
  outline-offset: 5px;
}
@media (max-width: 374px) {
  .family-voices-section {
    padding: 36px 20px 28px;
  }
  .family-voices-heading h2 {
    font-size: 24px;
  }
  .family-voices-kicker {
    font-size: 11px;
  }
  .family-voices-intro {
    font-size: 11px;
  }
  .family-voice::before {
    left: -10px;
    right: -10px;
    border-radius: 16px;
  }
  .family-voice-cover {
    grid-template-columns: minmax(0px, 1fr) 90px;
    min-height: 175px;
  }
  .family-voice h3 {
    font-size: 18px;
  }
  .family-voice-title-change {
    font-size: 21px;
  }
  .family-voice-art {
    width: 121px;
    margin-right: -10px;
  }
  .family-voice-art-window {
    height: 170px;
  }
  .family-voice--mf .family-voice-art {
    width: 108px;
    margin-right: -4px;
  }
  .family-voice--mf .family-voice-art-window {
    width: 97px;
  }
  .family-voice-person {
    column-gap: 6px;
    font-size: 10px;
  }
  .family-voice-person > span {
    padding-left: 6px;
  }
}
@media (min-width: 900px) {
  .shingaku-lp .family-voices-section {
    padding: 60px 40px 38px;
  }
  .family-voices-kicker {
    font-size: 13px;
    margin-bottom: 15px;
  }
  .family-voices-heading h2 {
    font-size: 34px;
    line-height: 1.7;
  }
  .family-voices-heading h2 br {
    display: none;
  }
  .family-voices-intro {
    margin-top: 17px;
    font-size: 13px;
  }
  .family-voices-grid {
    gap: 28px;
    margin-top: 38px;
  }
  .family-voice {
    display: grid;
    grid-template-columns: 300px minmax(0px, 1fr);
    grid-template-rows: auto 1fr;
    align-items: start;
    column-gap: 55px;
    max-width: 1000px;
    padding: 30px 34px;
  }
  .family-voice::before {
    inset: 0px;
    border-radius: 22px;
  }
  .family-voice-cover {
    display: contents;
  }
  .family-voice-cover-copy {
    grid-area: 1 / 2;
    padding-top: 4px;
  }
  .family-voice-person {
    margin-bottom: 13px;
    gap: 6px 12px;
    font-size: 12px;
  }
  .family-voice-person > strong {
    font-size: 17px;
  }
  .family-voice-person small {
    font-size: 13px;
  }
  .family-voice h3 {
    font-size: 27px;
    line-height: 1.6;
  }
  .family-voice-title-lead > span {
    display: inline;
  }
  .family-voice-title-change {
    font-size: 38px;
    line-height: 1.75;
  }
  .family-voice-art {
    grid-area: 1 / 1 / 3;
    place-self: center;
    width: 275px;
    margin: 0px;
  }
  .family-voice-art-window {
    height: 285px;
  }
  .family-voice--mi .family-voice-art img {
    transform: scale(2.3) rotate(-6deg);
  }
  .family-voice--mi .family-voice-art::before {
    inset: 0px 3px -7px -10px;
  }
  .family-voice--mf {
    grid-template-columns: minmax(0px, 1fr) 300px;
  }
  .family-voice--mf .family-voice-cover-copy {
    grid-column: 1;
  }
  .family-voice--mf .family-voice-art {
    grid-column: 2;
    width: 265px;
    margin: 0px;
  }
  .family-voice--mf .family-voice-art-window {
    width: 202px;
    margin: 10px auto;
    padding: 7px;
  }
  .family-voice--mf .family-voice-art::before {
    inset: 20px -12px 0px -15px;
  }
  .family-voice-art::after {
    right: 6px;
    top: 4px;
    width: 10px;
    height: 10px;
    box-shadow: 12px -12px 0 #b5d9f2, 24px 0 0 var(--voice-color);
  }
  .family-voice-body {
    grid-area: 2 / 2;
    margin-top: 13px;
  }
  .family-voice--mf .family-voice-body {
    grid-column: 1;
  }
  .family-voice-summary {
    font-size: 14px;
    line-height: 2;
  }
  .family-voice-episode-title {
    font-size: 12px;
  }
  .family-voice-parent {
    padding: 16px 18px;
  }
  .family-voice-parent h4 {
    font-size: 18px;
  }
  .family-voice-parent-label {
    font-size: 12px;
  }
  .family-voice-profile {
    margin-top: 15px;
    font-size: 12px;
  }
  .family-voice-link {
    margin-top: 12px;
    font-size: 13px;
  }
  .family-voices-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 5px 20px;
    margin-top: 38px;
    padding-top: 20px;
  }
  .family-voices-footer p {
    font-size: 11px;
  }
  .family-voices-footer a {
    margin: 0px;
  }
}
@media (min-width: 900px) and (max-width: 1099px) {
  .family-voice {
    grid-template-columns: 230px minmax(0px, 1fr);
    column-gap: 36px;
    padding: 26px 28px;
  }
  .family-voice--mf {
    grid-template-columns: minmax(0px, 1fr) 230px;
  }
  .family-voice-art {
    width: 215px;
  }
  .family-voice--mf .family-voice-art {
    width: 215px;
  }
  .family-voice--mf .family-voice-art-window {
    width: 176px;
  }
  .family-voice h3 {
    font-size: 25px;
  }
  .family-voice-title-change {
    font-size: 34px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .family-voice-link > span, .voices-more-action {
    transition: none;
  }
}
.tuition-section {
  padding: 38px 24px 32px;
  background: rgb(255, 255, 255);
  color: rgb(37, 43, 52);
  scroll-margin-top: 20px;
}
.tuition-inner, .enrollment-inner {
  max-width: 1080px;
  margin: 0px auto;
}
.tuition-kicker {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0px 0px 12px;
  color: rgb(49, 95, 182);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.025em;
}
.tuition-kicker::before {
  content: "";
  flex: 0 0 auto;
  width: 22px;
  height: 2px;
  background: rgb(82, 116, 238);
}
.tuition-heading h2, .enrollment-heading h2 {
  margin: 0px;
  font-size: 25px;
  line-height: 1.65;
  letter-spacing: -0.035em;
  font-weight: 700;
}
.tuition-heading h2 span {
  color: rgb(82, 116, 238);
}
.tuition-price-sheet {
  display: grid;
  margin-top: 24px;
  overflow: hidden;
  border: 1px solid rgb(204, 217, 232);
  border-radius: 14px;
}
.tuition-monthly, .tuition-with-subsidy {
  padding: 22px 14px;
  text-align: center;
  min-width: 0px;
}
.tuition-with-subsidy {
  background: rgb(238, 244, 252);
  border-top: 1px solid rgb(204, 217, 232);
}
.tuition-price-sheet h3 {
  margin: 0px 0px 13px;
  color: rgb(67, 85, 105);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.7;
}
.tuition-amount {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 0px;
  white-space: nowrap;
}
.tuition-amount > strong {
  font-family: Arial, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
  font-variant-numeric: tabular-nums;
}
.tuition-amount > span {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}
.tuition-amount small {
  margin-top: 3px;
  font-size: 10px;
  font-weight: 500;
}
.tuition-amount--after {
  color: rgb(79, 115, 238);
}
.tuition-amount--after > strong {
  font-size: 52px;
}
.tuition-amount .tuition-amount-prefix {
  align-items: flex-start;
  margin-right: 5px;
  color: rgb(49, 95, 182);
  font-size: 13px;
  line-height: 1.5;
}
.tuition-offer-note {
  margin: 10px 0px 0px;
  color: rgb(103, 117, 132);
  font-size: 10px;
  line-height: 1.7;
}
.tuition-subsidy-caption {
  margin: 12px 0px 0px;
  color: rgb(24, 126, 121);
  font-size: 12px;
  line-height: 1.6;
}
.tuition-subsidy-caption strong {
  margin: 0px 3px;
  font-weight: 700;
}
.tuition-caution {
  margin: 12px 0px 0px;
  color: rgb(103, 117, 132);
  font-size: 11px;
  line-height: 1.8;
}
.tuition-breakdown {
  display: grid;
  gap: 26px;
  margin-top: 28px;
}
.tuition-breakdown h3 {
  margin: 0px 0px 16px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: -0.02em;
}
.tuition-service-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0px, 1fr));
  gap: 13px 8px;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.tuition-service-list li {
  position: relative;
  padding-left: 17px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.7;
}
.tuition-service-list li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 1px;
  width: 5px;
  height: 8px;
  border-style: solid;
  border-color: rgb(36, 159, 155);
  border-image: none;
  border-width: 0px 2px 2px 0px;
  transform: rotate(45deg);
}
.tuition-fine-print {
  margin: 13px 0px 0px;
  color: rgb(103, 117, 132);
  font-size: 11px;
  line-height: 1.8;
}
.tuition-initial {
  padding-top: 23px;
  border-top: 1px solid rgb(220, 231, 229);
}
.tuition-initial-list {
  margin: 0px;
}
.tuition-initial-list > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0px;
  border-bottom: 1px solid rgb(229, 235, 239);
}
.tuition-initial-list dt {
  font-size: 13px;
}
.tuition-initial-list dd {
  margin: 0px;
  font-size: 13px;
  white-space: nowrap;
}
.tuition-initial-list strong {
  margin-right: 3px;
  font-family: Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.tuition-initial-list dd span {
  color: rgb(103, 117, 132);
  font-size: 10px;
}
.tuition-registration-note {
  margin: 13px 0px 0px;
  color: rgb(85, 99, 114);
  font-size: 11px;
  line-height: 1.9;
}
.tuition-registration-note strong {
  color: rgb(24, 126, 121);
  font-weight: 700;
}
.tuition-registration-note > span {
  display: block;
  font-size: 10px;
}
.enrollment-section {
  padding: 30px 24px 34px;
  background: rgb(244, 248, 248);
  color: rgb(37, 43, 52);
  scroll-margin-top: 20px;
}
.enrollment-section .tuition-kicker {
  color: rgb(24, 126, 121);
}
.enrollment-section .tuition-kicker::before {
  background: rgb(36, 159, 155);
}
.enrollment-heading h2 {
  font-size: 23px;
}
.enrollment-heading h2 span {
  display: block;
  color: rgb(24, 126, 121);
}
.enrollment-steps {
  margin: 25px 0px 0px;
  padding: 0px;
  list-style: none;
}
.enrollment-steps > li {
  position: relative;
  display: grid;
  grid-template-columns: 36px minmax(0px, 1fr);
  gap: 15px;
  padding: 0px 0px 24px;
}
.enrollment-steps > li:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 17px;
  top: 36px;
  bottom: 0px;
  width: 1px;
  background: rgb(201, 222, 219);
}
.enrollment-steps > li:last-child {
  padding-bottom: 0px;
}
.enrollment-number {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgb(201, 222, 219);
  border-radius: 50%;
  background: rgb(255, 255, 255);
  color: rgb(24, 126, 121);
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
}
.enrollment-steps h3 {
  margin: 3px 0px 7px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}
.enrollment-steps p {
  margin: 0px;
  color: rgb(85, 99, 114);
  font-size: 12px;
  line-height: 1.9;
}
.enrollment-contact {
  display: grid;
  justify-items: center;
  gap: 9px;
  margin: 25px auto 0px;
  max-width: 420px;
}
.enrollment-consult {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  width: 100%;
  min-height: 54px;
  padding: 12px;
  border-radius: 6px;
  background: var(--cta-consult-fill);
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  text-decoration: none;
}
.enrollment-consult:hover {
  background: var(--cta-consult-edge);
}
.enrollment-consult > span {
  font-size: 19px;
  font-weight: 400;
}
.enrollment-download {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  color: var(--cta-download-ink);
  font-size: 11px;
  line-height: 1.7;
  text-underline-offset: 4px;
  text-align: center;
}
.enrollment-download:hover {
  color: var(--cta-download-edge);
}
.tuition-subsidy-details {
  margin-top: 26px;
  border-top: 1px solid rgb(201, 222, 219);
  border-bottom: 1px solid rgb(201, 222, 219);
  scroll-margin-top: 20px;
}
.tuition-subsidy-details summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 0px;
  cursor: pointer;
  list-style: none;
}
.tuition-subsidy-details summary::-webkit-details-marker {
  display: none;
}
.tuition-subsidy-details summary strong {
  display: block;
  color: rgb(49, 95, 182);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
}
.tuition-subsidy-details summary small {
  display: block;
  margin-top: 3px;
  color: rgb(85, 99, 114);
  font-size: 11px;
  line-height: 1.7;
}
.tuition-details-toggle {
  position: relative;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(199, 214, 229);
}
.tuition-details-toggle::before, .tuition-details-toggle::after {
  content: "";
  position: absolute;
  inset: 14px 9px;
  height: 2px;
  background: rgb(49, 95, 182);
}
.tuition-details-toggle::after {
  transform: rotate(90deg);
}
.tuition-subsidy-details[open] .tuition-details-toggle::after {
  display: none;
}
.tuition-subsidy-body {
  padding: 3px 0px 21px;
  color: rgb(85, 99, 114);
  font-size: 12px;
  line-height: 1.9;
}
.tuition-subsidy-body h3 {
  margin: 0px 0px 12px;
  color: rgb(49, 95, 182);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.7;
}
.tuition-subsidy-body > p {
  margin: 12px 0px;
}
.tuition-subsidy-body > ul {
  padding-left: 1.4em;
  margin: 15px 0px;
}
.tuition-subsidy-body > ul li + li {
  margin-top: 8px;
}
.tuition-application-flow {
  display: grid;
  gap: 15px;
  padding-left: 1.5em;
  margin: 20px 0px;
}
.tuition-application-flow li::marker {
  color: rgb(24, 126, 121);
  font-weight: 700;
}
.tuition-application-flow strong {
  display: block;
  color: rgb(24, 126, 121);
  font-size: 13px;
  font-weight: 700;
}
.tuition-application-flow span {
  display: block;
  margin-top: 3px;
}
.tuition-official-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  color: rgb(49, 95, 182);
  font-weight: 600;
  text-underline-offset: 4px;
}
@media (max-width: 350px) {
  .tuition-section {
    padding: 32px 16px 28px;
  }
  .tuition-heading h2 {
    font-size: 23px;
  }
  .tuition-monthly, .tuition-with-subsidy {
    padding: 19px 10px;
  }
  .tuition-price-sheet h3 {
    font-size: 11px;
  }
  .tuition-amount--after > strong {
    font-size: 46px;
  }
  .tuition-service-list {
    gap: 12px 6px;
  }
  .tuition-service-list li {
    font-size: 11px;
    padding-left: 15px;
  }
  .enrollment-section {
    padding: 28px 16px;
  }
  .enrollment-heading h2 {
    font-size: 21px;
  }
  .enrollment-steps > li {
    gap: 13px;
  }
  .enrollment-consult {
    font-size: 13px;
    gap: 10px;
  }
  .tuition-subsidy-details summary strong {
    font-size: 13px;
  }
}
@media (min-width: 900px) {
  .tuition-section {
    padding: 58px 40px 52px;
  }
  .tuition-kicker {
    margin-bottom: 15px;
    font-size: 13px;
  }
  .tuition-heading h2 {
    font-size: clamp(27px, 2.4vw, 34px);
    line-height: 1.6;
  }
  .tuition-price-sheet {
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    margin-top: 30px;
  }
  .tuition-monthly, .tuition-with-subsidy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 28px 20px;
  }
  .tuition-with-subsidy {
    border-top: 0px;
    border-left: 1px solid rgb(204, 217, 232);
  }
  .tuition-price-sheet h3 {
    margin-bottom: 18px;
    font-size: 14px;
  }
  .tuition-amount > strong {
    font-size: 58px;
  }
  .tuition-amount--after > strong {
    font-size: 68px;
  }
  .tuition-amount > span {
    font-size: 24px;
  }
  .tuition-amount small {
    font-size: 11px;
  }
  .tuition-amount .tuition-amount-prefix {
    margin-right: 8px;
    font-size: 15px;
  }
  .tuition-offer-note {
    margin-top: 16px;
    font-size: 11px;
  }
  .tuition-subsidy-caption {
    margin-top: 16px;
    font-size: 13px;
  }
  .tuition-caution {
    font-size: 12px;
  }
  .tuition-breakdown {
    grid-template-columns: minmax(0px, 1fr) minmax(0px, 1fr);
    gap: 48px;
    margin-top: 32px;
  }
  .tuition-breakdown h3 {
    margin-bottom: 18px;
    font-size: 20px;
  }
  .tuition-service-list {
    gap: 18px 12px;
  }
  .tuition-service-list li {
    font-size: 14px;
    padding-left: 20px;
  }
  .tuition-service-list li::before {
    top: 7px;
  }
  .tuition-fine-print {
    font-size: 12px;
  }
  .tuition-initial {
    padding: 0px 0px 0px 32px;
    border-top: 0px;
    border-left: 1px solid rgb(220, 231, 229);
  }
  .tuition-initial-list dt, .tuition-initial-list dd {
    font-size: 14px;
  }
  .tuition-registration-note {
    font-size: 12px;
  }
  .tuition-registration-note > span {
    font-size: 11px;
  }
  .enrollment-section {
    padding: 48px 40px 40px;
  }
  .enrollment-heading h2 {
    font-size: 28px;
  }
  .enrollment-heading h2 span {
    display: inline;
  }
  .enrollment-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0px, 1fr));
    gap: 26px;
    margin-top: 30px;
  }
  .enrollment-steps > li {
    display: block;
    padding: 0px;
    min-width: 0px;
  }
  .enrollment-number {
    position: relative;
    z-index: 1;
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .enrollment-steps > li:not(:last-child)::before {
    left: 40px;
    top: 20px;
    bottom: auto;
    width: calc(100% - 14px);
    height: 1px;
  }
  .enrollment-steps h3 {
    margin: 16px 0px 9px;
    font-size: 18px;
  }
  .enrollment-steps p {
    font-size: 13px;
  }
  .enrollment-contact {
    margin-top: 30px;
  }
  .enrollment-consult {
    min-height: 58px;
    font-size: 16px;
  }
  .enrollment-download {
    font-size: 12px;
  }
  .tuition-subsidy-details {
    margin-top: 30px;
  }
  .tuition-subsidy-details summary {
    padding: 20px 0px;
  }
  .tuition-subsidy-details summary > span:first-child {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px 22px;
  }
  .tuition-subsidy-details summary strong {
    font-size: 16px;
  }
  .tuition-subsidy-details summary small {
    margin: 0px;
    font-size: 12px;
  }
  .tuition-subsidy-body {
    max-width: 850px;
    padding-bottom: 24px;
    font-size: 13px;
  }
  .tuition-subsidy-body h3 {
    font-size: 17px;
  }
  .tuition-application-flow {
    grid-template-columns: repeat(3, minmax(0px, 1fr));
    gap: 32px;
    margin: 24px 0px;
  }
}
.closing-faq {
  padding: 38px 24px 32px;
  background: rgb(255, 255, 255);
  color: rgb(37, 43, 52);
  scroll-margin-top: 20px;
}
.closing-faq-inner, .closing-contact-inner, .closing-footer-inner {
  max-width: 960px;
  margin: 0px auto;
}
.closing-kicker {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0px 0px 12px;
  color: rgb(49, 95, 182);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.025em;
}
.closing-kicker::before {
  content: "";
  flex: 0 0 auto;
  width: 22px;
  height: 2px;
  background: rgb(82, 116, 238);
}
.closing-faq-heading h2 {
  margin: 0px;
  font-size: 25px;
  line-height: 1.65;
  letter-spacing: -0.035em;
  font-weight: 700;
}
.closing-faq-heading h2 span {
  color: rgb(82, 116, 238);
}
.closing-faq-guide {
  margin: 14px 0px 0px;
  color: rgb(103, 117, 132);
  font-size: 11px;
  line-height: 1.8;
}
.closing-faq-list {
  margin-top: 22px;
  border-top: 1px solid rgb(217, 227, 234);
}
.closing-question {
  border-bottom: 1px solid rgb(217, 227, 234);
  scroll-margin-top: 20px;
}
.closing-question summary {
  display: grid;
  grid-template-columns: 21px minmax(0px, 1fr) 28px;
  align-items: center;
  gap: 10px;
  min-height: 70px;
  padding: 18px 0px;
  cursor: pointer;
  list-style: none;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.8;
}
.closing-question summary::-webkit-details-marker {
  display: none;
}
.closing-q, .closing-a {
  align-self: start;
  padding-top: 1px;
  color: rgb(79, 115, 238);
  font-family: Arial, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.15;
}
.closing-question-toggle {
  position: relative;
  width: 28px;
  height: 28px;
  background: rgb(238, 243, 251);
  border-radius: 50%;
}
.closing-question-toggle::before, .closing-question-toggle::after {
  content: "";
  position: absolute;
  top: 13px;
  left: 8px;
  width: 12px;
  height: 2px;
  background: rgb(49, 95, 182);
}
.closing-question-toggle::after {
  transform: rotate(90deg);
}
.closing-question[open] .closing-question-toggle {
  background: rgb(228, 241, 238);
}
.closing-question[open] .closing-question-toggle::before {
  background: rgb(24, 126, 121);
}
.closing-question[open] .closing-question-toggle::after {
  display: none;
}
.closing-answer {
  display: grid;
  grid-template-columns: 21px minmax(0px, 1fr);
  gap: 10px;
  padding: 0px 0px 20px;
}
.closing-a {
  padding-top: 3px;
  color: rgb(24, 126, 121);
  font-size: 19px;
}
.closing-answer p {
  margin: 0px;
  color: rgb(85, 99, 114);
  font-size: 13px;
  line-height: 1.95;
}
.closing-answer a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  margin-top: 8px;
  color: rgb(49, 95, 182);
  font-size: 11px;
  line-height: 1.8;
  text-underline-offset: 4px;
}
.closing-more-faq {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  min-height: 44px;
  margin-top: 12px;
  color: rgb(49, 95, 182);
  font-size: 11px;
  line-height: 1.8;
  text-underline-offset: 4px;
}
.closing-contact {
  position: relative;
  padding: 38px 24px 30px;
  background: rgb(255, 249, 241);
  color: rgb(37, 43, 52);
  scroll-margin-top: 20px;
}
.closing-contact::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 0px;
  width: 11px;
  height: 11px;
  background: rgb(157, 223, 217);
  box-shadow: rgb(217, 238, 236) 11px 11px 0px, rgb(192, 219, 246) 22px 0px 0px;
}
.closing-contact-heading {
  text-align: center;
}
.closing-contact-kicker {
  margin: 0px 0px 12px;
  color: rgb(24, 126, 121);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.07em;
}
.closing-contact-heading h2 {
  margin: 0px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: -0.045em;
}
.closing-contact-heading h2 span {
  color: rgb(49, 95, 182);
}
.closing-contact-lead {
  margin: 17px 0px 0px;
  color: rgb(85, 99, 114);
  font-size: 12px;
  line-height: 1.95;
}
.closing-actions {
  display: grid;
  gap: 12px;
  margin: 25px auto 0px;
  max-width: 760px;
}
.closing-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 16px 12px;
  min-height: 83px;
  border: 1px solid transparent;
  border-radius: 6px;
  text-decoration: none;
}
.closing-action small {
  font-size: 10px;
  font-weight: 500;
  line-height: 1.6;
}
.closing-action > span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}
.closing-action i {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-top: 1.5px solid;
  border-right: 1.5px solid;
  transform: rotate(45deg);
}
.closing-action--primary {
  color: rgb(255, 255, 255);
  background: var(--cta-consult-fill);
}
.closing-action--primary:hover {
  background: var(--cta-consult-edge);
}
.closing-action--secondary {
  color: var(--cta-download-ink);
  background: var(--cta-download-soft);
  border-color: var(--cta-download-border);
}
.closing-action--secondary:hover {
  background: rgb(255, 234, 218);
}
.closing-action--secondary small {
  color: rgb(85, 99, 114);
}
.closing-parent-note {
  margin: 14px 0px 0px;
  color: rgb(103, 117, 132);
  font-size: 10px;
  line-height: 1.8;
  text-align: center;
}
.closing-phone {
  max-width: 760px;
  margin: 26px auto 0px;
  padding-top: 23px;
  border-top: 1px solid rgb(228, 223, 215);
  text-align: center;
}
.closing-phone > p {
  margin: 0px 0px 7px;
  color: rgb(85, 99, 114);
  font-size: 11px;
  line-height: 1.7;
}
.closing-phone a {
  display: inline-block;
  min-height: 44px;
  color: rgb(49, 95, 182);
  font-family: Arial, sans-serif;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.015em;
  text-decoration: none;
}
.closing-phone a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.closing-phone-hours {
  margin: 3px 0px 0px;
  color: rgb(103, 117, 132);
  font-size: 10px;
  line-height: 1.8;
}
.closing-footer {
  padding: 27px 24px 20px;
  background: rgb(255, 255, 255);
  color: rgb(85, 99, 114);
}
.closing-footer-inner {
  text-align: center;
}
.closing-footer-brand > a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}
.closing-footer-brand img {
  display: block;
  width: 134px;
  height: auto;
}
.closing-footer-brand p {
  margin: 8px 0px 0px;
  font-size: 11px;
  line-height: 1.7;
}
.closing-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0px 20px;
  margin-top: 12px;
}
.closing-footer-links a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 44px;
  color: rgb(85, 99, 114);
  font-size: 10px;
  line-height: 1.7;
  text-decoration: none;
}
.closing-footer-links a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.closing-copyright {
  display: block;
  margin-top: 10px;
  color: rgb(103, 117, 132);
  font-size: 10px;
  line-height: 1.7;
}
.closing-back-top {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  margin-top: 10px;
  color: rgb(49, 95, 182);
  font-size: 10px;
  text-underline-offset: 4px;
}
@media (max-width: 350px) {
  .closing-faq {
    padding: 32px 16px 28px;
  }
  .closing-faq-heading h2 {
    font-size: 23px;
  }
  .closing-question summary {
    grid-template-columns: 19px minmax(0px, 1fr) 26px;
    gap: 8px;
    font-size: 12px;
  }
  .closing-question-toggle {
    width: 26px;
    height: 26px;
  }
  .closing-question-toggle::before, .closing-question-toggle::after {
    top: 12px;
    left: 7px;
  }
  .closing-answer {
    grid-template-columns: 19px minmax(0px, 1fr);
    gap: 8px;
  }
  .closing-answer p {
    font-size: 12px;
  }
  .closing-contact {
    padding: 34px 16px 28px;
  }
  .closing-contact-heading h2 {
    font-size: 23px;
  }
  .closing-contact-lead {
    font-size: 11px;
  }
  .closing-action > span {
    font-size: 15px;
    gap: 10px;
  }
  .closing-footer {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 900px) {
  .closing-faq {
    padding: 56px 40px 46px;
  }
  .closing-faq-inner {
    display: grid;
    grid-template-columns: 270px minmax(0px, 1fr);
    column-gap: 48px;
    align-items: start;
  }
  .closing-faq-heading {
    grid-area: 1 / 1;
  }
  .closing-kicker {
    font-size: 13px;
    margin-bottom: 15px;
  }
  .closing-faq-heading h2 {
    font-size: 31px;
    line-height: 1.6;
  }
  .closing-faq-guide {
    margin-top: 18px;
    font-size: 12px;
  }
  .closing-faq-list {
    grid-area: 1 / 2;
    margin-top: 0px;
  }
  .closing-question summary {
    grid-template-columns: 23px minmax(0px, 1fr) 30px;
    gap: 13px;
    padding: 21px 0px;
    font-size: 14px;
  }
  .closing-question-toggle {
    width: 30px;
    height: 30px;
  }
  .closing-question-toggle::before, .closing-question-toggle::after {
    top: 14px;
    left: 9px;
  }
  .closing-answer {
    grid-template-columns: 23px minmax(0px, 1fr);
    gap: 13px;
    padding-bottom: 22px;
  }
  .closing-answer p {
    font-size: 14px;
  }
  .closing-answer a {
    font-size: 12px;
  }
  .closing-more-faq {
    grid-area: 2 / 2;
    font-size: 12px;
  }
  .closing-contact {
    padding: 53px 40px 42px;
  }
  .closing-contact::before {
    left: max(40px, 50% - 480px);
    width: 16px;
    height: 16px;
    box-shadow: rgb(217, 238, 236) 16px 16px 0px, rgb(192, 219, 246) 32px 0px 0px;
  }
  .closing-contact-kicker {
    font-size: 13px;
  }
  .closing-contact-heading h2 {
    font-size: 34px;
    line-height: 1.6;
  }
  .closing-contact-lead {
    margin-top: 19px;
    font-size: 14px;
  }
  .closing-actions {
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    gap: 22px;
    margin-top: 28px;
  }
  .closing-action {
    min-height: 95px;
  }
  .closing-action small {
    font-size: 11px;
  }
  .closing-action > span {
    font-size: 19px;
    gap: 16px;
  }
  .closing-parent-note {
    font-size: 11px;
  }
  .closing-phone {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 27px;
    margin-top: 25px;
    padding-top: 22px;
  }
  .closing-phone > p {
    margin: 0px;
    font-size: 12px;
  }
  .closing-phone a {
    font-size: 33px;
  }
  .closing-phone-hours {
    font-size: 11px;
  }
  .closing-footer {
    padding: 30px 40px 22px;
  }
  .closing-footer-inner {
    display: grid;
    grid-template-columns: minmax(0px, 1fr) auto;
    align-items: center;
    gap: 18px 30px;
    text-align: left;
  }
  .closing-footer-brand {
    grid-area: 1 / 1;
  }
  .closing-footer-brand img {
    width: 150px;
  }
  .closing-footer-links {
    grid-area: 1 / 2;
    justify-content: flex-end;
    margin: 0px;
    gap: 24px;
  }
  .closing-footer-links a {
    font-size: 11px;
  }
  .closing-copyright {
    grid-area: 2 / 1;
    margin: 0px;
  }
  .closing-back-top {
    grid-area: 2 / 2;
    justify-self: end;
    margin: 0px;
    font-size: 11px;
  }
}
html.star-motif {
  --direction-blue: #5274ee;
  --direction-teal: #249f9b;
}
html.shingaku-lp.star-motif :is(.outcomes-section, .coaching-section, .family-voices-section) {
  position: relative;
  isolation: isolate;
  overflow: clip;
}
html.star-motif :is(.outcomes-inner, .coaching-inner, .family-voices-inner) {
  position: relative;
  z-index: 1;
}
html.star-motif .outcome-card {
  position: relative;
}
html.star-motif .coach-lead figure img {
  object-fit: contain;
}
html.star-motif :is(.outcomes-title, .coaching-heading h2, .family-voices-heading h2) {
  text-wrap: balance;
}
html.shingaku-lp.star-motif .outcomes-section {
  padding: 50px 20px 34px;
  background: rgb(239, 245, 253);
  border-radius: 0px 0px 38px;
}
html.star-motif .outcomes-kicker {
  color: rgb(49, 95, 182);
  font-size: 12px;
  letter-spacing: 0.1em;
}
html.star-motif .outcomes-title {
  font-size: 25px;
}
html.star-motif .outcomes-title span {
  color: rgb(49, 95, 182);
  background: linear-gradient(transparent 73%, rgb(204, 235, 232) 73%, rgb(204, 235, 232) 91%, transparent 91%);
}
html.star-motif .outcomes-grid {
  gap: 14px;
  margin-top: 28px;
}
html.star-motif .outcome-card {
  border: 1.5px solid rgb(146, 168, 238);
  border-radius: 20px 20px 20px 4px;
  box-shadow: rgb(220, 229, 250) 3px 4px 0px;
  padding: 22px 8px 19px;
}
html.star-motif .outcome-card--primary {
  border: 2px solid rgb(36, 159, 155);
  background: rgb(255, 255, 255);
  box-shadow: rgb(203, 232, 227) 3px 4px 0px;
}
html.star-motif .outcome-card--primary::before {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  top: -12px;
  right: 13px;
  background: rgb(36, 159, 155);
  clip-path: polygon(50% 0px, 64% 35%, 100% 50%, 65% 64%, 50% 100%, 36% 65%, 0px 50%, 35% 36%);
}
html.star-motif .outcome-label {
  font-size: 16px;
}
html.star-motif .outcome-card--primary .outcome-label {
  color: rgb(24, 126, 121);
}
html.star-motif .outcome-metric strong {
  font-size: 61px;
}
html.star-motif .outcome-metric--fraction strong {
  font-size: 61px;
}
html.star-motif .outcome-metric--count strong {
  font-size: clamp(48px, 14vw, 61px);
}
html.star-motif .outcomes-story-link {
  padding: 12px 20px;
  border: 1px solid rgb(173, 190, 220);
  border-radius: 30px;
  background: rgb(255, 255, 255);
  color: rgb(49, 95, 182);
  text-decoration: none;
}
html.shingaku-lp.star-motif .coaching-section {
  background: rgb(255, 255, 255);
  padding-top: 44px;
}
html.star-motif .coaching-heading {
  padding-right: 12px;
}
html.star-motif .coaching-kicker::before {
  height: 17px;
  width: 17px;
  clip-path: polygon(50% 0px, 64% 35%, 100% 50%, 65% 64%, 50% 100%, 36% 65%, 0px 50%, 35% 36%);
}
html.star-motif .coach-lead {
  border: 1px solid rgb(201, 214, 238);
  border-radius: 30px 6px;
  box-shadow: rgb(239, 244, 253) 5px 6px 0px;
}
html.star-motif .coach-lead figure {
  background: rgb(233, 242, 253);
  padding: 8px 18px 19px;
}
html.star-motif .coach-lead figure::before {
  content: "";
  position: absolute;
  inset: 19px 24px 16px;
  border: 1px solid rgb(176, 196, 240);
  border-radius: 50%;
}
html.star-motif .coach-lead figure img {
  position: relative;
  max-height: 255px;
}
html.star-motif .coach-lead figure .coach-lead-portrait {
  width: 100%;
  max-width: 320px;
  margin-inline: auto;
  height: auto;
  max-height: none;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 50%;
}
html.star-motif .coach-lead figcaption {
  bottom: 13px;
  left: 22px;
  background: rgb(49, 95, 182);
  color: rgb(255, 255, 255);
  border-radius: 4px 15px 15px 4px;
}
html.star-motif .coach-lead-copy {
  padding: 23px 23px 25px;
}
html.star-motif .coach-person > img,
html.star-motif .coach-avatar {
  border: 3px solid rgb(255, 255, 255);
  outline: rgb(184, 203, 238) solid 1px;
}
html.star-motif .coaching-weekly {
  border-top-style: dashed;
}
html.star-motif .coaching-family {
  background: rgb(240, 245, 255);
  border: 0px;
  border-radius: 4px 24px 24px;
}
html.shingaku-lp.star-motif .family-voices-section {
  background: rgb(239, 248, 245);
  padding-top: 49px;
}
html.star-motif .support-case {
  border: 1px solid rgb(189, 205, 233);
  border-radius: 24px 24px 24px 5px;
  box-shadow: rgb(218, 232, 229) 4px 5px 0px;
}
html.star-motif .support-case-cover {
  background: rgb(255, 255, 255);
  border-bottom: 2px solid rgb(213, 227, 244);
  padding-top: 27px;
}
html.star-motif .support-case-cover > p span {
  border: 0px;
  padding: 4px 10px;
  background: rgb(49, 95, 182);
  color: rgb(255, 255, 255);
  border-radius: 20px;
}
html.star-motif .support-case--next-place .support-case-cover > p span {
  background: rgb(24, 126, 121);
}
html.star-motif .support-case h3 strong {
  background: linear-gradient(transparent 77%, rgb(217, 230, 255) 77%);
}
html.star-motif .support-case--next-place h3 strong {
  background: linear-gradient(transparent 77%, rgb(205, 236, 225) 77%);
}
html.star-motif .support-case-body dl {
  border-left: 1px dashed rgb(180, 203, 210);
  margin: 21px 0px 12px 4px;
  padding-left: 15px;
}
html.star-motif .support-case-body dl > div {
  position: relative;
  padding: 0px 0px 20px;
  border: 0px;
}
html.star-motif .support-case-body dl > div:last-child {
  padding-bottom: 0px;
}
html.star-motif .support-case-body dt::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  background: var(--case-color);
  border: 3px solid rgb(255, 255, 255);
  left: -23px;
  top: 4px;
  border-radius: 50%;
  transform: none;
}
@media (max-width: 350px) {
  html.star-motif :is(.outcomes-title, .coaching-heading h2, .family-voices-heading h2) {
    font-size: 22px;
  }
  html.star-motif .outcome-metric--fraction strong {
    font-size: 52px;
  }
  html.star-motif .outcome-metric--fraction strong small {
    font-size: 16px;
  }
}
@media (min-width: 900px) {
  html.shingaku-lp.star-motif :is(.outcomes-section, .coaching-section, .family-voices-section) {
    padding: 62px 48px 52px;
  }
  html.star-motif :is(.outcomes-title, .coaching-heading h2, .family-voices-heading h2) {
    font-size: 34px;
  }
  html.star-motif .outcomes-section {
    border-bottom-right-radius: 90px;
  }
  html.star-motif .outcomes-grid {
    gap: 20px;
  }
  html.star-motif .outcome-card {
    padding: 27px 12px 25px;
  }
  html.star-motif .outcome-label {
    font-size: 19px;
  }
  html.star-motif .outcome-metric strong {
    font-size: 67px;
  }
  html.star-motif .outcome-metric--fraction strong {
    font-size: 67px;
  }
  html.star-motif .outcome-metric--count strong {
    font-size: 67px;
  }
  html.star-motif .coach-lead figure {
    display: grid;
    align-items: center;
    padding: 18px;
  }
  html.star-motif .coach-lead figure img {
    height: auto;
    max-height: none;
  }
  html.star-motif .coach-lead-copy {
    padding: 35px 40px;
  }
}
html.shingaku-lp.brand-theme .page-scene {
  --scene: #eef4ff;
  --scene-accent: #5274ee;
  position: relative;
  isolation: isolate;
  overflow: clip;
  background: var(--scene);
  border-radius: 0px;
  padding-top: 57px;
  padding-bottom: 48px;
}
html.brand-theme .page-scene > :not(.page-scene-art):not(.direction-ornament) {
  position: relative;
  z-index: 1;
}
html.brand-theme .page-scene::before {
  content: none;
}
.page-scene-art {
  position: absolute;
  inset: 0px;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}
.scene-star {
  position: absolute;
  display: block;
  aspect-ratio: 1 / 1;
  width: 66px;
  top: 20px;
  right: -18px;
  background: rgb(203, 218, 248);
  clip-path: polygon(50% 0px, 64% 35%, 100% 50%, 65% 64%, 50% 100%, 36% 65%, 0px 50%, 35% 36%);
}
.scene-star--small {
  width: 16px;
  right: 42px;
  top: 30px;
  background: rgb(124, 198, 189);
}
html.brand-theme :is(.participation-kicker, .coaching-kicker, .learning-kicker, .attendance-kicker, .family-voices-kicker, .tuition-kicker, .closing-kicker)::before {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  background: var(--scene-accent);
  clip-path: polygon(50% 0px, 64% 35%, 100% 50%, 65% 64%, 50% 100%, 36% 65%, 0px 50%, 35% 36%);
}
html.brand-theme :is(.participation-day, .participation-activity, .tuition-price-sheet, .attendance-diagram) {
  background-color: rgb(255, 255, 255);
}
html.brand-theme .learning-material {
  padding: 18px;
  background: rgb(255, 255, 255);
  border-radius: 16px;
}
html.brand-theme .attendance-inner {
  border-top: 0px;
  padding-top: 0px;
}
html.brand-theme .tuition-monthly {
  background: rgb(255, 255, 255);
}
html.brand-theme .closing-question {
  background: rgb(255, 255, 255);
  padding-inline: 14px;
  border: 1px solid rgb(212, 223, 237);
  border-radius: 12px;
  margin-bottom: 10px;
}
html.brand-theme .closing-faq-list {
  border: 0px;
}
html.brand-theme .closing-question:last-child {
  margin-bottom: 0px;
}
html.brand-theme :is(.participation-heading, .learning-heading) h2 span {
  color: rgb(24, 126, 121);
}
html.shingaku-lp.brand-theme .outcomes-section {
  --scene: #4665d8;
  color: rgb(255, 255, 255);
}
html.shingaku-lp.brand-theme .participation-section {
  --scene: #e8f6f1;
  --scene-accent: #1d938b;
}
html.shingaku-lp.brand-theme .coaching-section {
  --scene: #e8edff;
}
html.shingaku-lp.brand-theme .learning-section {
  --scene: #e0f2ed;
  --scene-accent: #1d938b;
}
html.shingaku-lp.brand-theme .attendance-section {
  --scene: #f5f7ff;
}
html.shingaku-lp.brand-theme .family-voices-section {
  --scene: #e8edff;
}
html.shingaku-lp.brand-theme .tuition-section {
  --scene: #fff7e6;
}
html.shingaku-lp.brand-theme .enrollment-section {
  --scene: #e8f6f1;
}
html.shingaku-lp.brand-theme .closing-faq {
  --scene: #edf1ff;
}
html.shingaku-lp.brand-theme .closing-contact {
  --scene: #fff8ee;
}
html.brand-theme .scene-star--large {
  width: 104px;
  right: -43px;
  top: 33px;
  background: rgb(184, 201, 246);
}
html.brand-theme .scene-star--small {
  width: 20px;
  right: 23px;
  top: 29px;
  background: rgb(33, 157, 149);
}
html.brand-theme .outcomes-section .scene-star--large {
  background: rgba(255, 255, 255, 0.11);
}
html.brand-theme .outcomes-section .scene-star--small {
  background: rgb(246, 213, 104);
}
html.brand-theme .outcomes-section :is(.outcomes-kicker, .outcomes-title, .outcomes-title span, .outcomes-intro, .outcomes-notes, .outcomes-note-brief, .outcomes-note-details > summary) {
  color: rgb(255, 255, 255);
}
html.brand-theme .outcomes-title span {
  background: linear-gradient(transparent 79%, rgba(138, 212, 195, 0.3) 79%);
}
html.brand-theme .outcomes-kicker {
  letter-spacing: 0.12em;
}
html.brand-theme .outcome-card {
  color: rgb(37, 43, 52);
  border: 0px;
  border-radius: 24px 6px;
  box-shadow: rgb(35, 62, 155) 4px 5px 0px;
}
html.brand-theme .outcome-card--primary {
  border: 2px solid rgb(183, 230, 217);
  background: rgb(240, 255, 248);
  box-shadow: rgb(35, 62, 155) 4px 5px 0px;
}
html.brand-theme .outcome-card--primary::before {
  background: rgb(246, 213, 104);
}
html.brand-theme .outcomes-story-link {
  border: 0px;
  box-shadow: rgb(45, 70, 163) 0px 3px 0px;
}
html.brand-theme .outcomes-note-body {
  border-color: rgba(255, 255, 255, 0.3);
}
html.brand-theme .outcomes-note-details > summary:focus-visible {
  outline-color: rgb(255, 255, 255);
}
html.brand-theme .participation-day {
  border: 2px solid rgb(157, 206, 195);
  border-radius: 24px 5px;
}
html.brand-theme .participation-video-frame {
  border: 5px solid rgb(255, 255, 255);
  border-radius: 25px 5px;
  box-shadow: rgb(175, 207, 200) 5px 6px 0px;
}
html.brand-theme .participation-activity {
  border: 1px solid rgb(171, 199, 194);
  border-radius: 26px 6px;
  box-shadow: rgb(202, 223, 216) 4px 5px 0px;
}
html.brand-theme .coach-lead {
  border: 2px solid rgb(129, 155, 237);
  border-radius: 34px 8px;
  box-shadow: rgb(192, 208, 246) 7px 8px 0px;
}
html.brand-theme .coach-lead figure {
  background: rgb(206, 233, 228);
}
html.brand-theme .coach-lead figure::before {
  border: 2px solid rgb(255, 255, 255);
}
html.brand-theme .coach-team {
  gap: 14px;
}
html.brand-theme .coach-person {
  padding: 20px 15px;
  border: 1px solid rgb(202, 213, 244);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.79);
}
html.brand-theme .coaching-family {
  background: rgb(255, 255, 255);
  border-left: 4px solid rgb(78, 112, 223);
}
html.brand-theme .learning-material {
  border: 2px solid rgb(145, 200, 187);
  box-shadow: rgb(192, 224, 214) 6px 7px 0px;
}
html.brand-theme .learning-support-list li > span {
  color: rgb(24, 126, 121);
}
html.brand-theme .support-case {
  border: 1px solid rgb(142, 168, 222);
  box-shadow: rgb(193, 206, 238) 5px 6px 0px;
}
html.brand-theme .support-case-cover {
  background: rgb(247, 250, 255);
}
html.brand-theme .tuition-price-sheet {
  border: 2px solid rgb(170, 192, 232);
  box-shadow: rgb(230, 223, 201) 5px 6px 0px;
}
html.brand-theme .closing-contact .scene-star--large {
  background: rgb(242, 213, 154);
}
@media (min-width: 900px) {
  html.shingaku-lp.brand-theme .page-scene {
    padding-top: 83px;
    padding-bottom: 65px;
  }
  html.brand-theme .scene-star--large {
    width: 140px;
    right: max(-20px, 50% - 670px);
    top: 43px;
  }
  html.brand-theme .scene-star--small {
    width: 27px;
    right: max(65px, 50% - 570px);
    top: 41px;
  }
  html.brand-theme .outcomes-section .scene-star--large {
    width: 200px;
  }
  html.brand-theme .outcomes-title {
    font-size: 38px;
  }
  html.brand-theme .outcomes-grid {
    gap: 22px;
  }
  html.brand-theme .coach-person {
    padding: 22px 18px;
  }
  html.brand-theme .learning-material {
    padding: 24px;
  }
}
@media (max-width: 350px) {
  html.brand-theme .learning-material {
    padding: 12px;
  }
  html.brand-theme .coach-person {
    grid-template-columns: 66px minmax(0px, 1fr);
    gap: 12px;
  }
  html.brand-theme .coach-person > img,
  html.brand-theme .coach-avatar {
    width: 66px;
    height: 66px;
  }
}
html.brand-theme.yellow-accent {
  --palette-accent: #edc54e;
  --palette-ink: #806017;
  --palette-wash: #fff8e7;
  --palette-soft: #f7e8b5;
  --palette-edge: #e8d495;
}
html.shingaku-lp.brand-theme.yellow-accent :is(.participation-section, .learning-section, .family-voices-section, .enrollment-section, .closing-contact) {
  --scene: #eff3ff;
  --scene-accent: var(--palette-accent);
}
html.shingaku-lp.brand-theme.yellow-accent :is(.coaching-section, .attendance-section, .tuition-section, .closing-faq) {
  --scene: var(--palette-wash);
  --scene-accent: var(--palette-accent);
}
html.brand-theme.yellow-accent .scene-star--small {
  background: var(--palette-accent);
}
html.brand-theme.yellow-accent .closing-contact .scene-star--large {
  background: rgb(203, 215, 246);
}
html.brand-theme.yellow-accent .outcomes-title span {
  background: linear-gradient(transparent 79%,color-mix(in srgb,var(--palette-accent) 38%,transparent) 79%);
}
html.brand-theme.yellow-accent .outcome-card--primary {
  background: var(--palette-wash);
  border-color: var(--palette-edge);
}
html.brand-theme.yellow-accent .outcome-card--primary::before {
  background: var(--palette-accent);
}
html.brand-theme.yellow-accent .outcome-card--primary :is(.outcome-label, .outcome-metric) {
  color: rgb(49, 95, 182);
}
html.brand-theme.yellow-accent .coach-lead {
  border-color: rgb(202, 213, 233);
  box-shadow: rgb(224, 230, 241) 7px 8px 0px;
}
html.brand-theme.yellow-accent .coach-lead figure {
  background: rgb(255, 255, 255);
}
html.brand-theme.yellow-accent .coach-lead figure::before {
  border-color: transparent;
}
html.brand-theme.yellow-accent .coach-person {
  background: rgb(255, 255, 255);
  border-color: rgb(213, 221, 235);
}
html.brand-theme.yellow-accent .coaching-family {
  border-left-color: var(--palette-accent);
}
html.brand-theme.yellow-accent :is(.participation-day, .participation-activity, .learning-material) {
  border-color: var(--palette-edge);
}
html.brand-theme.yellow-accent .participation-day {
  background: rgb(255, 255, 255);
}
html.brand-theme.yellow-accent .participation-video-frame {
  box-shadow: 5px 6px 0 var(--palette-soft);
}
html.brand-theme.yellow-accent .participation-activity {
  box-shadow: 4px 5px 0 var(--palette-soft);
}
html.brand-theme.yellow-accent .learning-material {
  box-shadow: 6px 7px 0 var(--palette-soft);
}
html.brand-theme.yellow-accent .participation-activity--meet {
  --activity-color: var(--palette-ink);
}
html.brand-theme.yellow-accent .participation-activity--meet .participation-activity-heading::after {
  background: var(--palette-soft);
}
html.brand-theme.yellow-accent .participation-activity--meet .participation-image-button {
  background: var(--palette-wash);
}
html.brand-theme.yellow-accent :is(.participation-heading, .learning-heading) h2 span {
  color: rgb(82, 116, 238);
}
html.brand-theme.yellow-accent :is(.participation-kicker, .participation-video > h3, .participation-day-heading h3, .learning-kicker, .learning-question h3, .learning-support-list h3, .learning-case-link, .enrollment-heading h2 span, .enrollment-section .tuition-kicker, .closing-contact-kicker) {
  color: rgb(49, 95, 182);
}
html.brand-theme.yellow-accent :is(.participation-mark, .participation-timeline time, .participation-timeline em, .learning-support-list li > span, .enrollment-number, .tuition-registration-note strong, .tuition-subsidy-caption, .closing-a) {
  color: var(--palette-ink);
}
html.brand-theme.yellow-accent .participation-timeline li::before {
  background: var(--palette-accent);
}
html.brand-theme.yellow-accent .support-case--next-place {
  --case-color: var(--palette-ink);
  --case-pale: var(--palette-wash);
}
html.brand-theme.yellow-accent .support-case--next-place .support-case-cover > p span {
  background: var(--palette-ink);
}
html.brand-theme.yellow-accent .support-case--next-place h3 strong {
  background: linear-gradient(transparent 77%,var(--palette-soft) 77%);
}
html.brand-theme.yellow-accent .voices-more-preview--mf .voices-more-art {
  background: var(--palette-wash);
}
html.brand-theme.yellow-accent .voices-more-preview--mf .voices-more-copy strong {
  color: var(--palette-ink);
}
html.brand-theme.yellow-accent .family-voice--mf {
  --voice-ink: var(--palette-ink);
  --voice-color: var(--palette-accent);
  --voice-pale: var(--palette-wash);
  --voice-highlight: var(--palette-soft);
}
html.brand-theme.yellow-accent .tuition-price-sheet {
  box-shadow: 5px 6px 0 var(--palette-soft);
}
html.brand-theme.yellow-accent .tuition-service-list li::before {
  border-color: var(--palette-ink);
}
html.brand-theme.yellow-accent .enrollment-number {
  border-color: var(--palette-edge);
}
html.brand-theme.yellow-accent .closing-question[open] .closing-question-toggle {
  background: var(--palette-soft);
}
html.brand-theme.yellow-accent .closing-question[open] .closing-question-toggle::before {
  background: var(--palette-ink);
}

/* 制度非掲載の自治体では、料金欄に助成用の空列を残さない。 */
html.shingaku-lp[data-subsidy="none"] .tuition-price-sheet {
  grid-template-columns: minmax(0, 1fr);
}
