.pageheaderwidepics{display:none!important;}

/* セクション1 */
.study-fv {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: #ffffff;
  color: #000000;
  font-family: 'Noto Sans JP', sans-serif;
}

.study-fv__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100vw;
  min-height: 700px;
  background-image:
    linear-gradient(
      90deg,
      #ffffff 0%,
      rgba(255, 255, 255, 0.96) 17%,
      rgba(255, 255, 255, 0.66) 38%,
      rgba(255, 255, 255, 0.12) 64%,
      rgba(255, 255, 255, 0) 100%
    ),
    url('https://studykids-okayama.com/wp-content/uploads/waribikitokuten-image.webp');
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

.study-fv__container {
  position: relative;
  z-index: 3;
  max-width: 1600px;
  min-height: 1000px;
  margin: 0 auto;
}

.study-fv__copy {
  position: absolute;
  top: 74px;
  left: 56px;
  width: min(650px, 46vw);
  z-index: 4;
	padding-left:3%;
}

.study-fv__lead {
  position: relative;
  display: inline-block;
  margin: 0 0 20px;
  color: #000000;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.7;
  letter-spacing: 0.08em;
}

.study-fv__lead::after {
  content: "";
  position: absolute;
  left: 44px;
  right: -10px;
  bottom: 2px;
  height: 7px;
  background: #eee9e6;
  border-radius: 999px;
  z-index: -1;
}

.study-fv__title {
	margin: 0 0 20px;
	color: #000000;
	font-size: clamp(50px, 5vw, 75px);
	font-weight: 900;
	line-height: 1.45;
	letter-spacing: 0.12em;
	text-align: left;
}

.study-fv__title span {
  color: #d70035;
}

.study-fv__text {
  margin: 0 0 48px;
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.08em;
}

.study-fv__features {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}

.feature-card {
  width: 178px;
  height: 178px;
  padding: 24px 18px;
  background: rgba(238, 233, 230, 0.72);
  border-radius: 50%;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.feature-card__icon {
  width: 42px;
  height: 42px;
  margin-bottom: 12px;
  color: #d70035;
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
  display: grid;
  place-items: center;
}

.feature-card p {
  margin: 0;
  color: #000000;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.65;
  text-align: center;
  letter-spacing: 0.05em;
}

.study-fv__bubble {
  position: absolute;
  z-index: 4;
  right: 5%;
  top: 10%;
  width: 190px;
  height: 145px;
  background: #d70035;
  color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-align: center;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

.study-fv__bubble::before {
  left: 48px;
  transform: rotate(-12deg);
}

.study-fv__bubble::after {
  left: 72px;
  transform: rotate(12deg);
}

.study-fv__dots {
  position: absolute;
  z-index: 4;
  right: 102px;
  top: 52px;
  width: 118px;
  height: 118px;
  background-image: radial-gradient(#d70035 2px, transparent 2px);
  background-size: 16px 16px;
  opacity: 0.45;
}

.study-fv__cta {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: 42px;
  transform: translateX(-50%);
  width: min(1280px, calc(100% - 112px));
  padding: 18px 28px;
  background: rgba(238, 233, 230, 0.9);
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.08);
}

.study-fv__cta p {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 28px;
  color: #000000;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.study-fv__cta span {
  color: #d70035;
}

.study-fv__cta strong {
  color: #000000;
}

.study-fv__buttons {
  display: flex;
  gap: 18px;
}

.study-fv__button {
  min-width: 230px;
  padding: 17px 28px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.08em;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.study-fv__button:hover {
  opacity: 0.82;
  transform: translateY(-2px);
}

.study-fv__button--primary {
  background: #000000;
}

.study-fv__button--secondary {
  background: #d70035;
}


@media (max-width: 1100px) {
	.study-fv__title {
		font-size: clamp(37px, 5.5vw, 60px);
	}
  .study-fv,
  .study-fv__bg,
  .study-fv__container {
    min-height: 85vh;
  }

  .study-fv__bg {
    background-position: center top;
  }
  .study-fv__copy {
    top: 5%;
    left: 24px;
    width: 80%;
  }
  .study-fv__bubble {
	  top: 51%;
	  right: auto;
	  left: 5%;
	  width: 180px;
	  height: 125px;
  }
	.study-fv__text{
		font-size:16px;
	}
  .study-fv__dots {
    top: 32px;
    right: 32px;
  }
  .study-fv__cta {
    width: 80%;
    bottom: 34px;
    border-radius: 28px;
    flex-direction: column;
    gap: 20px;
  }
  .study-fv__cta p {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
  .study-fv__buttons {
    width: 100%;
  }
  .study-fv__button {
    width: 100%;
  }
}



@media (max-width: 640px) {
	.study-fv__buttons{
		flex-direction:column;
	}
	
	.study-fv__bg{
		background-image:
			linear-gradient(
      90deg,
      #ffffff 0%,
      rgba(255, 255, 255, 0.96) 11%,
      rgba(255, 255, 255, 0.66) 23%,
      rgba(255, 255, 255, 0.12) 55%,
      rgba(255, 255, 255, 0) 100%
    ),
    url('https://studykids-okayama.com/wp-content/uploads/waribikitokuten-imageSP.webp');
		background-position:right;
	}
	
	.study-fv,
	.study-fv__bg,
	.study-fv__container {
		min-height: 85vh;
	}
	
  .study-fv,
  .study-fv__bg,
  .study-fv__container {
    min-height: 1050px;
  }

  .study-fv__bg {
  }

  .study-fv__copy {
    top: 5%;
    left: 20px;
    width: calc(100% - 36px);
  }

  .study-fv__lead {
    font-size: 15px;
  }

  .study-fv__title {
    font-size: 40px;
    letter-spacing: 0.06em;
  }

  .study-fv__text {
    font-size: 13px;
    line-height: 1.9;
  }

  .study-fv__features {
    gap: 12px;
  }

  .feature-card {
    width: calc(50% - 6px);
    height: auto;
    min-height: 132px;
    border-radius: 24px;
  }

  .study-fv__bubble {
    right: 22px;
    top: 400px;
    width: 138px;
    height: 90px;
    font-size: 13px;
  }

  .study-fv__dots {
    right: 18px;
    top: 22px;
  }

  .study-fv__cta {
    width: calc(100% - 36px);
    padding: 18px;
  }

  .study-fv__cta p {
    font-size: 19px;
  }
}


/* セクション２ */
.cost-section {
  width: 100%;
  overflow: hidden;
  color: #000000;
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
	padding:100px 10px;
}

.cost-section__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 64px 10px 72px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  gap: 56px;
  align-items: start;
}

.cost-section__content {
  min-width: 0;
}

.cost-section__label {
  position: relative;
  display: inline-block;
  margin: 0 0 28px;
  padding: 8px 30px;
  border: 2px solid #000000;
  border-radius: 999px;
  background: #ffffff;
  color: #000000;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.12em;
}


.cost-section__title {
  margin: 0 0 24px;
  color: #000000;
  font-size: clamp(26px, 3vw, 33px);
  font-weight: 900;
  line-height: 1.55;
  letter-spacing: 0.11em;
	text-align:left;
}

.cost-section__title span {
  color: #d70035;
}

.cost-section__lead {
  position: relative;
  display: inline-block;
  margin: 0 0 34px;
  color: #000000;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.7;
  letter-spacing: 0.08em;
}

.cost-section__lead::after {
  content: "";
  position: absolute;
  left: 0;
  right: -10px;
  bottom: -7px;
  height: 4px;
  background-image: linear-gradient(to right, #d70035 35%, transparent 35%);
  background-size: 12px 4px;
  opacity: 0.65;
}

.cost-section__text p {
  margin: 0 0 15px;
  color: #000000;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.95;
  letter-spacing: 0.07em;
	text-align:justify;
}

.cost-section__text span {
  color: #d70035;
  font-weight: 900;
}

.cost-section__point-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 22px 0 16px;
  padding: 11px 20px;
  background: #eee9e6;
  border-radius: 999px;
  color: #000000;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0.08em;
	width:100%;
}

.cost-section__icons {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
	width:100%;
	justify-content:center;
	align-items:center;
}

.cost-icon {
  width: 106px;
  aspect-ratio: 1 / 1;
  background: #D70035;
  border: 1px solid #eee9e6;
  border-radius: 50%;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.07);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cost-icon__mark {
  margin-bottom: 7px;
  color: #d70035;
  font-size: 27px;
  font-weight: 900;
  line-height: 1;
}

.cost-icon p {
  margin: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.45;
  text-align: center;
  letter-spacing: 0.04em;
}

.cost-section__side {
  display: grid;
  gap: 36px;
  min-width: 0;
}

.visual-card {
  background: #eee9e6;
  border-radius: 0 0 0 56px;
  overflow: hidden;
}

.visual-card__inner {
  position: relative;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 34px;
  padding: 48px 40px 46px;
  background:
    radial-gradient(circle at 78% 22%, #ffffff 0 5px, transparent 6px),
    radial-gradient(circle at 84% 29%, #ffffff 0 5px, transparent 6px),
    radial-gradient(circle at 90% 36%, #ffffff 0 5px, transparent 6px);
}

.visual-person {
  display: grid;
  justify-items: center;
  align-content: end;
}

.visual-person__head {
  display: block;
  width: 70px;
  aspect-ratio: 1 / 1;
  background: #ffffff;
  border: 4px solid #000000;
  border-radius: 50%;
  margin-bottom: -5px;
}

.visual-person__body {
  display: block;
  width: 130px;
  height: 96px;
  background: #ffffff;
  border: 4px solid #000000;
  border-radius: 48px 48px 14px 14px;
}

.visual-person--child .visual-person__head {
  width: 62px;
  background:
    linear-gradient(#000000 0 34%, #ffffff 35% 100%);
}

.visual-person--child .visual-person__body {
  width: 116px;
  height: 82px;
}

.visual-card__book {
  position: absolute;
  left: 50%;
  bottom: 26px;
  width: min(360px, 70%);
  height: 34px;
  transform: translateX(-50%);
  background: #ffffff;
  border: 4px solid #000000;
  border-radius: 10px;
}

.visual-card__book::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 50%;
  width: 4px;
  height: 38px;
  background: #000000;
}

.worry-card {
  padding: 28px 38px 32px;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 24px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.worry-card__header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 8px;
}

.worry-card__icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 64px;
  aspect-ratio: 1 / 1;
  background: #ffffff;
  border: 2px solid #eee9e6;
  border-radius: 50%;
  color: #d70035;
  font-size: 32px;
  font-weight: 900;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
}

.worry-card__header h3 {
  flex: 1;
  margin: 0;
  padding: 12px 28px;
  background: #000000;
  border-radius: 999px;
  color: #ffffff;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0.1em;
  text-align: center;
}

.worry-card__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.worry-card__list li {
  position: relative;
  padding: 15px 0 15px 48px;
  border-bottom: 2px dotted rgba(215, 0, 53, 0.28);
  color: #000000;
  font-size: 16px;
  font-weight: 750;
  line-height: 1.65;
  letter-spacing: 0.05em;
}

.worry-card__list li:last-child {
  border-bottom: 0;
}

.worry-card__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 16px;
  display: grid;
  place-items: center;
  width: 26px;
  aspect-ratio: 1 / 1;
  background: #d70035;
  border-radius: 50%;
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
}


@media (max-width: 1100px) {
  .cost-section__inner {
    grid-template-columns: 1fr 1fr;
    padding: 48px 24px 56px;
  }

  .cost-section__side {
    order: 1;
  }
	
	.oc-scn10-step-title span {
		display: none;
	}

  .visual-card {
    border-radius: 28px;
  }
}

@media (max-width: 820px) {
	.cost-section__inner {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
  .cost-section__inner {
	  grid-template-columns: 1fr;
    padding: 36px 18px 44px;
    gap: 34px;
  }

  .cost-section__label {
    font-size: 14px;
    padding: 7px 22px;
  }

  .cost-section__title {
    font-size: 33px;
    letter-spacing: 0.06em;
  }

  .cost-section__lead {
    font-size: 15px;
  }

  .cost-section__text p {
    font-size: 14px;
    line-height: 1.85;
  }

  .cost-section__icons {
    gap: 10px;
  }

  .cost-icon {
    width: calc(33.333% - 7px);
    border-radius: 18px;
  }

  .visual-card__inner {
    min-height: 250px;
    padding: 38px 20px 40px;
    gap: 18px;
  }

  .visual-person {
    transform: scale(0.78);
    transform-origin: bottom center;
  }

  .visual-card__book {
    width: 78%;
  }

  .worry-card {
    padding: 22px 18px 24px;
    border-radius: 20px;
  }

  .worry-card__header {
    gap: 10px;
  }

  .worry-card__icon {
    width: 50px;
    font-size: 24px;
  }

  .worry-card__header h3 {
    padding: 11px 16px;
    font-size: 14px;
  }

  .worry-card__list li {
    padding-left: 38px;
    font-size: 13px;
  }
}




/* セクション3 */
.sibling-benefit {
  color: #000000;
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
	width: 100vw;
    margin: 0 calc(50% - 50vw);
    position: relative;
    background: #FFEBF0;
    padding: 100px 10px;
}

.sibling-benefit * {
  box-sizing: border-box;
}

.sibling-benefit__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 56px 40px 32px;
}

.sibling-benefit__top {
  display: block;
  margin-bottom: 38px;
}

.sibling-benefit__heading {
	
}

.benefit-label {
  width: 95px;
  aspect-ratio: 1 / 1;
  background: #d70035;
  color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-align: center;
}

.benefit-label span {
  display: block;
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.08em;
}

.benefit-label strong {
  display: block;
  margin-top: 6px;
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.04em;
}

.benefit-title-block {
  min-width: 0;
}

.benefit-lead {
  display: block;
  margin: 8px 0 18px;
  padding-bottom: 8px;
  border-bottom: 8px solid #fff;
  color: #d70035;
  font-size: clamp(30px, 3.1vw, 44px);
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.12em;
	text-align:center;
}

.benefit-title {
  margin: 0 0 20px;
  color: #000000;
  font-size: clamp(46px, 5.2vw, 76px);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0.14em;
}

.benefit-title span {
  color: #d70035;
}

.benefit-sub {
  margin: 0 0 22px;
  color: #d70035;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.8;
  letter-spacing: 0.08em;
	text-align:center;
}

.benefit-text p {
  margin: 0 0 35px;
  color: #000000;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.9;
  letter-spacing: 0.07em;
	text-align:justify;
}

.study-visual {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 30px;
  padding: 42px 32px 28px;
  background: linear-gradient(135deg, #eee9e6 0%, #ffffff 100%);
  border-radius: 0 0 0 56px;
}

.study-visual__person {
  display: grid;
  justify-items: center;
  align-content: end;
}

.study-visual__head {
  display: block;
  width: 70px;
  aspect-ratio: 1 / 1;
  margin-bottom: -5px;
  background: #ffffff;
  border: 4px solid #000000;
  border-radius: 50%;
}

.study-visual__body {
  display: block;
  width: 130px;
  height: 92px;
  background: #ffffff;
  border: 4px solid #000000;
  border-radius: 48px 48px 14px 14px;
}

.study-visual__person--girl .study-visual__head {
  background: linear-gradient(#000000 0 32%, #ffffff 33% 100%);
}

.study-visual__person--boy .study-visual__body {
  background: #eee9e6;
}

.study-visual__desk {
  flex: 0 0 100%;
  height: 18px;
  margin-left: -100%;
  background: #ffffff;
  border: 3px solid #000000;
  border-radius: 999px;
}

.sibling-benefit__bottom {
  display: grid;
  grid-template-columns: minmax(360px, 0.8fr) minmax(0, 1.2fr);
  gap: 30px;
  align-items: stretch;
}

.merit-card,
.case-card {
  background: #ffffff;
  border: 1px solid #eee9e6;
  border-radius: 24px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.07);
}

.merit-card {
  padding: 34px 38px;
}

.merit-card__title {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0 0 24px;
  color: #000000;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.merit-card__title span:last-child {
  color: #d70035;
}

.merit-card__icon {
  display: grid;
  place-items: center;
  width: 48px;
  aspect-ratio: 1 / 1;
  border: 3px solid #000000;
  border-radius: 12px;
  color: #d70035;
  font-size: 22px;
  font-weight: 900;
}

.merit-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.merit-list li {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  align-items: center;
  padding: 17px 0;
  border-bottom: 2px dotted rgba(215, 0, 53, 0.25);
}

.merit-list li:last-child {
  border-bottom: none;
}

.merit-list__icon {
  display: grid;
  place-items: center;
  width: 52px;
  aspect-ratio: 1 / 1;
  background: #eee9e6;
  border-radius: 50%;
  color: #d70035;
  font-size: 24px;
  font-weight: 900;
}

.merit-list__icon i{margin:0;}

.merit-list p {
  margin: 0;
  color: #000000;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.7;
  letter-spacing: 0.07em;
}

.merit-list p span {
  color: #d70035;
}

.case-card {
  padding: 30px 34px 26px;
}

.case-card__title {
  margin: 0 0 28px;
  color: #000000;
  text-align: center;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0.1em;
}


.case-comparison {
  display: grid;
  grid-template-columns: 1fr 36px 1fr 112px;
  gap: 16px;
  align-items: center;
}

.case-box {
  padding: 18px;
  background: #ffffff;
  border: 1px solid #eee9e6;
  border-radius: 18px;
}

.case-box__label {
  display: table;
  margin: 0 auto 16px;
  padding: 8px 30px;
  background: #eee9e6;
  border-radius: 999px;
  color: #000000;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.case-box__label--accent {
  background: #d70035;
  color: #ffffff;
	text-align: center;
    line-height: 1.4;
}

.case-box__students {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-bottom: 12px;
}

.case-box__students span {
  display: grid;
  place-items: center;
  width: 44px;
  aspect-ratio: 1 / 1;
  background: #ffffff;
  border: 3px solid #000000;
  border-radius: 50%;
  color: #d70035;
  font-weight: 900;
}

.fee-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.fee-grid div {
  padding: 12px 8px;
  background: #eee9e6;
  border-radius: 10px;
  text-align: center;
}

.fee-grid span {
  display: block;
  margin-bottom: 6px;
  color: #000000;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.fee-grid strong {
  color: #000000;
  font-size: 17px;
  font-weight: 900;
}

.fee-grid__free {
  background: #ffffff !important;
  border: 2px solid #d70035;
}

.fee-grid__free strong {
  color: #d70035;
  font-size: 25px;
}

.case-box__total {
  margin: 14px 0 0;
  padding-top: 12px;
  border-top: 2px dotted rgba(0, 0, 0, 0.35);
  color: #000000;
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.case-arrow {
  color: #d70035;
  text-align: center;
  font-size: 30px;
  font-weight: 900;
}

.saving-badge {
  display: grid;
  place-items: center;
  width: 112px;
  aspect-ratio: 1 / 1;
  background: #d70035;
  border-radius: 10%;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.06em;
	padding:10px;
}

.saving-badge strong {
  color: #ffffff;
  font-size: 46px;
  line-height: 1;
}

.case-note {
  margin: 22px 0 0;
  padding: 14px 22px;
  background: #eee9e6;
  border-radius: 999px;
  color: #000000;
  text-align: center;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: 0.06em;
}

.benefit-caution {
  margin: 22px 0 0;
  color: #000000;
  text-align: center;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.7;
  letter-spacing: 0.06em;
}

@media (max-width: 1100px) {
  .sibling-benefit__inner {
    padding: 44px 24px 32px;
  }

  .sibling-benefit__top,
  .sibling-benefit__bottom {
    grid-template-columns: 1fr 1fr;
  }

  .study-visual {
    order: -1;
    border-radius: 28px;
  }

  .case-comparison {
    grid-template-columns: 1fr;
  }

  .case-arrow {
    transform: rotate(90deg);
  }

  .saving-badge {
    margin: 0 auto;
  }
}


@media(max-width:820px){
	.sibling-benefit__top,.sibling-benefit__bottom {
    grid-template-columns: 1fr;
  }
}


@media (max-width: 640px) {
  .sibling-benefit__inner {
    padding: 36px 18px 28px;
  }


  .benefit-label {
    width: 78px;
  }

  .benefit-label strong {
    font-size: 28px;
  }

  .benefit-lead {
    font-size: 28px;
    letter-spacing: 0.06em;
  }

  .benefit-title {
    font-size: 46px;
    letter-spacing: 0.08em;
  }

  .benefit-sub,
  .benefit-text p {
    font-size: 14px;
  }

  .study-visual {
    gap: 10px;
    padding: 34px 16px 26px;
  }

  .study-visual__person {
    transform: scale(0.78);
    transform-origin: bottom center;
  }

  .merit-card,
  .case-card {
    padding: 24px 18px;
    border-radius: 20px;
  }

  .merit-card__title,
  .case-card__title {
    font-size: 20px;
  }

  .merit-list li {
    grid-template-columns: 46px 1fr;
    gap: 12px;
  }

  .merit-list__icon {
    width: 42px;
    font-size: 20px;
  }

  .merit-list p,
  .case-note {
    font-size: 14px;
  }

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

@media(max-width:450px){
	.merit-card__title{flex-direction:column;width:100%;gap:0;}
	.merit-card h3{width:100%;}
	.case-card__title{width:100%;}
}


/* セクション４ */
.model-case-section {
  width: 100%;
  background: #ffffff;
  color: #000000;
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
	padding:100px 10px;
}

.model-case-section * {
  box-sizing: border-box;
}

.model-case-section__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 56px 40px 36px;
}

.model-case-section__top {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  gap: 48px;
  align-items: start;
  margin-bottom: 10px;
}

.model-case-section__heading {

}

.benefit-label {
  width: 94px;
  aspect-ratio: 1 / 1;
  background: #d70035;
  color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-align: center;
}

.benefit-label span {
  display: block;
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.08em;
}

.benefit-label strong {
  display: block;
  margin-top: 6px;
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.04em;
}

.model-case-section__lead {
  margin: 0 0 12px;
  color: #000000;
  font-size: clamp(25px, 3vw, 35px);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0.12em;
}

.model-case-section__title {
  display: inline-block;
  margin: 0 0 22px;
  padding-bottom: 8px;
  border-bottom: 8px solid #eee9e6;
  color: #000000;
  font-size: clamp(46px, 5vw, 72px);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0.14em;
}

.model-case-section__title span {
  color: #d70035;
}

.model-case-section__description {
  margin: 0;
  color: #000000;
  font-size: 17px;
  font-weight: 650;
  line-height: 1.9;
  letter-spacing: 0.07em;
	text-align:justify;
}

.study-visual {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 28px;
  padding: 44px 36px 34px;
  background: linear-gradient(135deg, #eee9e6 0%, #ffffff 100%);
  border-radius: 0 0 0 56px;
}

.study-person {
  display: grid;
  justify-items: center;
  align-content: end;
}

.study-person__head {
  display: block;
  width: 70px;
  aspect-ratio: 1 / 1;
  margin-bottom: -5px;
  background: linear-gradient(#000000 0 30%, #ffffff 31% 100%);
  border: 4px solid #000000;
  border-radius: 50%;
}

.study-person__body {
  display: block;
  width: 130px;
  height: 92px;
  background: #ffffff;
  border: 4px solid #000000;
  border-radius: 48px 48px 14px 14px;
}

.study-person--boy .study-person__body {
  background: #eee9e6;
}

.study-visual__desk {
  flex: 0 0 100%;
  height: 18px;
  margin-left: -100%;
  background: #ffffff;
  border: 3px solid #000000;
  border-radius: 999px;
}

.model-case-section__sub-title {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: center;
  margin-bottom: 26px;
}

.model-case-section__sub-title span {
  height: 3px;
  background: #d70035;
  border-radius: 999px;
}

.model-case-section__sub-title h3 {
  margin: 0;
  color: #000000;
  font-size: 27px;
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0.12em;
  text-align: center;
}

.model-case-section__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-bottom: 28px;
}

.case-card {
  position: relative;
  padding: 28px 34px 26px;
  background: #ffffff;
  border: 1px solid #eee9e6;
  border-radius: 24px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.07);
}

.case-card__head {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  margin-bottom: 20px;
}

.case-number {
	width: 88px;
    aspect-ratio: 1 / 1;
    background: #d70035;
    color: #ffffff;
    border-radius: 0 0 28px 0;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.case-number span {
  display: block;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.case-number strong {
  display: block;
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
}

.case-card__head h4 {
  margin: 0 0 12px;
  color: #000000;
  font-size: 27px;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0.1em;
}

.case-card__head h4 span {
  color: #d70035;
}

.case-card__head p {
  margin: 0;
  color: #000000;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.8;
  letter-spacing: 0.06em;
	text-align:justify;
}

.price-table {
  border: 1px solid #eee9e6;
  border-radius: 16px;
}

.price-table__row {
  display: grid;
  grid-template-columns: 1fr 1.25fr 1.25fr;
}

.price-table__row > div {
  padding: 14px 12px;
  border-right: 1px solid #eee9e6;
  border-bottom: 1px solid #eee9e6;
  color: #000000;
  font-size: 16px;
  font-weight: 750;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.05em;
}

.price-table__row > div:last-child {
  border-right: none;
}

.price-table__row:last-child > div {
  border-bottom: none;
}

.price-table__row--head > div {
  background: #eee9e6;
  font-weight: 900;
}

.price-table__row--head > div:last-child {
  background: #d70035;
  color: #ffffff;
}

.price-table__row--total > div {
  font-size: 18px;
  font-weight: 900;
}

.price-table .accent {
  color: #d70035;
  font-size: 24px;
  font-weight: 900;
}

.case-saving {
  width: 100%;
  margin: 18px auto 0;
  background: #d70035;
  border-radius: 999px;
  color: #ffffff;
  text-align: center;
  font-weight: 900;
  line-height: 1.4;
	padding:15px;
}

.case-saving strong {
  font-size: 33px;
}

.case-saving span {
  font-size: 25px;
}

.case-card__note {
  margin: 18px 0 0;
  padding: 14px 22px;
  background: #eee9e6;
  border-radius: 999px;
  color: #000000;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.7;
  letter-spacing: 0.06em;
  text-align: center;
}

.model-case-section__merits {
  display: grid;
  grid-template-columns: auto auto 1fr;
  gap: 20px;
  align-items: center;
  padding: 18px 26px;
  border: 1px solid #eee9e6;
  border-radius: 999px;
  background: #ffffff;
}

.merit-heading {
  display: grid;
  place-items: center;
  width: 58px;
  aspect-ratio: 1 / 1;
  background: #d70035;
  border-radius: 50%;
  color: #ffffff;
  font-size: 28px;
  font-weight: 900;
}

.model-case-section__merits p {
  margin: 0;
  color: #000000;
  font-size: 19px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.model-case-section__merits ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.model-case-section__merits li {
  position: relative;
  padding-left: 28px;
  color: #000000;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.model-case-section__merits li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #d70035;
  font-weight: 900;
}

.model-case-section__notice {
  margin: 18px 0 0;
  color: #000000;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.7;
  letter-spacing: 0.06em;
  text-align: center;
}

@media (max-width: 1100px) {
  .model-case-section__inner {
    padding: 44px 24px 32px;
  }

  .model-case-section__top,
  .model-case-section__cards {
    grid-template-columns: 1fr;
  }

  .study-visual {
    order: -1;
    border-radius: 28px;
  }

  .model-case-section__merits {
    grid-template-columns: 1fr;
    border-radius: 24px;
    justify-items: center;
    text-align: center;
  }

  .model-case-section__merits ul {
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .model-case-section__inner {
    padding: 36px 18px 28px;
  }

  .model-case-section__heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .benefit-label {
    width: 78px;
  }

  .benefit-label strong {
    font-size: 28px;
  }

  .model-case-section__lead {
    font-size: 27px;
    letter-spacing: 0.06em;
  }

  .model-case-section__title {
    font-size: 44px;
    letter-spacing: 0.08em;
  }

  .model-case-section__description {
    font-size: 14px;
  }

  .study-visual {
    gap: 10px;
    padding: 34px 16px 26px;
  }

  .study-person {
    transform: scale(0.78);
    transform-origin: bottom center;
  }

  .model-case-section__sub-title {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .model-case-section__sub-title h3 {
    font-size: 20px;
	  width:100%;
  }

  .case-card {
    padding: 24px 18px;
    border-radius: 20px;
  }

  .case-card__head {
    grid-template-columns: 1fr;
  }

  .case-number {
    width: 76px;
  }

  .case-card__head h4 {
    font-size: 22px;
  }

  .price-table__row {
    grid-template-columns: 1fr;
  }

  .price-table__row > div {
    border-right: none;
  }

  .case-card__note {
    border-radius: 18px;
    font-size: 14px;
  }

  .model-case-section__merits p {
    font-size: 17px;
  }

  .model-case-section__merits ul {
    display: grid;
    gap: 10px;
    text-align: left;
  }
	.case-saving{
		border-radius: 18px;
	}
	.case-saving strong {
    font-size: 28px;
	}
	.case-saving span {
    font-size: 18px;
	}
}


/* セクション5 */
.ss-discount-section {
  width: 100vw;
  background: #ffffff;
  color: #000000;
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
	margin: 0 calc(50% - 50vw);
    position: relative;
    background: #FFEBF0;
    padding: 100px 10px;
}

.ss-discount-section * {
  box-sizing: border-box;
}

.ss-discount-section__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 56px 40px 36px;
}

.ss-discount-section__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.95fr);
  gap: 48px;
  align-items: start;
  margin-bottom: 38px;
}

.ss-discount-section__lead {
  display: inline-block;
  margin: 0 0 14px;
  padding-bottom: 8px;
  border-bottom: 8px solid #fff;
  color: #000000;
  font-size: clamp(30px, 3.1vw, 44px);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0.12em;
}

.ss-discount-section__title {
  margin: 0 0 22px;
  color: #000000;
  font-size: clamp(46px, 5.2vw, 76px);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0.12em;
	text-align:left;
}

.ss-discount-section__title span {
  color: #d70035;
  margin-left: 0.12em;
  letter-spacing: 0.04em;
}

.ss-discount-section__catch {
  margin: 0 0 24px;
  color: #000000;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

.ss-discount-section__text p {
  margin: 0 0 12px;
  color: #000000;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.9;
  letter-spacing: 0.07em;
}

.ss-discount-section__text span {
  color: #d70035;
  font-weight: 900;
}

.ss-discount-study-visual {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 42px;
  padding: 44px 36px 34px;
  background: linear-gradient(135deg, #eee9e6 0%, #ffffff 100%);
  border-radius: 0 0 0 56px;
}

.ss-discount-study-visual__main,
.ss-discount-study-visual__sub {
  display: grid;
  justify-items: center;
  align-content: end;
}

.ss-discount-study-visual__head {
  display: block;
  width: 70px;
  aspect-ratio: 1 / 1;
  margin-bottom: -5px;
  background: linear-gradient(#000000 0 30%, #ffffff 31% 100%);
  border: 4px solid #000000;
  border-radius: 50%;
}

.ss-discount-study-visual__body {
  display: block;
  width: 132px;
  height: 94px;
  background: #ffffff;
  border: 4px solid #000000;
  border-radius: 48px 48px 14px 14px;
}

.ss-discount-study-visual__sub {
  transform: scale(0.82);
  opacity: 0.55;
}

.ss-discount-study-visual__sub .ss-discount-study-visual__body {
  background: #eee9e6;
}

.ss-discount-study-visual__desk {
  display: block;
  width: 170px;
  height: 18px;
  margin-top: -14px;
  background: #ffffff;
  border: 3px solid #000000;
  border-radius: 999px;
}

.ss-discount-section__middle {
  display: grid;
  grid-template-columns: minmax(360px, 0.8fr) minmax(0, 1.2fr);
  gap: 30px;
  align-items: stretch;
  margin-bottom: 32px;
}

.ss-discount-test-card,
.ss-discount-flow-card,
.ss-discount-merits {
  background: #ffffff;
  border: 1px solid #eee9e6;
  border-radius: 24px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.07);
}

.ss-discount-test-card {
  padding: 30px 36px;
}

.ss-discount-test-card__head {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 22px;
}

.ss-discount-test-card__icon {
  display: grid;
  place-items: center;
  width: 58px;
  aspect-ratio: 1 / 1;
  background: #eee9e6;
  border-radius: 50%;
  color: #d70035;
  font-size: 28px;
  font-weight: 900;
}

.ss-discount-test-card__head h3 {
  margin: 0;
  color: #000000;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.ss-discount-test-card__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ss-discount-test-card__list li {
  position: relative;
  padding: 14px 0 14px 44px;
  border-bottom: 2px dotted rgba(215, 0, 53, 0.25);
  color: #000000;
  font-size: 16px;
  font-weight: 750;
  line-height: 1.65;
  letter-spacing: 0.05em;
}

.ss-discount-test-card__list li:last-child {
  border-bottom: none;
}

.ss-discount-test-card__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 15px;
  display: grid;
  place-items: center;
  width: 26px;
  aspect-ratio: 1 / 1;
  background: #d70035;
  border-radius: 50%;
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
}

.ss-discount-test-card__list span {
  color: #d70035;
  font-weight: 900;
}

.ss-discount-flow-card {
  padding: 30px 34px;
}

.ss-discount-flow-card h3 {
  margin: 0 0 28px;
  color: #000000;
  text-align: center;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.ss-discount-flow-card h3 span {
  color: #d70035;
}

.ss-discount-flow-steps {
  display: grid;
  grid-template-columns: 1fr 28px 1fr 28px 1fr 28px 1fr;
  gap: 12px;
  align-items: center;
}

.ss-discount-flow-step {
  display: grid;
  justify-items: center;
  gap: 14px;
}

.ss-discount-flow-step__icon {
  display: grid;
  place-items: center;
  width: 82px;
  aspect-ratio: 1 / 1;
  background: #ffffff;
  border: 1px solid #eee9e6;
  border-radius: 50%;
  color: #d70035;
  font-size: 34px;
  font-weight: 900;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
}

.ss-discount-flow-step__icon i{margin:0;}

.ss-discount-flow-step p {
  margin: 0;
  color: #000000;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
}

.ss-discount-flow-arrow {
  color: #d70035;
  font-size: 24px;
  font-weight: 900;
  text-align: center;
}

.ss-discount-flow-arrow i{margin:0;}

.ss-discount-merits {
  padding: 28px 34px;
}

.ss-discount-merits__heading {
  display: inline-block;
  margin: 0 0 24px;
  padding: 10px 34px;
  background: #d70035;
  border-radius: 999px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.ss-discount-merits__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.ss-discount-merit-item {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 18px;
  align-items: start;
}

.ss-discount-merit-item__icon {
  display: grid;
  place-items: center;
  width: 64px;
  aspect-ratio: 1 / 1;
  background: #eee9e6;
  border-radius: 50%;
  color: #d70035;
  font-size: 28px;
  font-weight: 900;
}

.ss-discount-merit-item__icon i{margin:0;}

.ss-discount-merit-item h3 {
  margin: 0 0 8px;
  color: #d70035;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.07em;
	text-align:left;
}

.ss-discount-merit-item p {
  margin: 0;
  color: #000000;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.ss-discount-section__notice {
  margin: 18px 0 0;
  color: #000000;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.7;
  letter-spacing: 0.06em;
  text-align: center;
}

@media (max-width: 1100px) {
  .ss-discount-section__inner {
    padding: 44px 24px 32px;
  }

  .ss-discount-section__top,
  .ss-discount-section__middle {
    grid-template-columns: 1fr 1fr;
  }

  .ss-discount-study-visual {
    order: -1;
    border-radius: 28px;
  }

  .ss-discount-flow-steps {
    grid-template-columns: 1fr;
  }

  .ss-discount-flow-arrow {
    transform: rotate(90deg);
  }

  .ss-discount-merits__list {
    grid-template-columns: 1fr;
  }
}


@media(max-width:820px){
	  .ss-discount-section__top,
  .ss-discount-section__middle {
    grid-template-columns: 1fr;
  }
}


@media (max-width: 640px) {
  .ss-discount-section__inner {
    padding: 36px 18px 28px;
  }

  .ss-discount-section__lead {
    font-size: 27px;
    letter-spacing: 0.06em;
  }

  .ss-discount-section__title {
    font-size: 42px;
    letter-spacing: 0.07em;
  }

  .ss-discount-section__catch,
  .ss-discount-section__text p {
    font-size: 14px;
	  text-align:justify;
  }

  .ss-discount-study-visual {
    gap: 12px;
    padding: 34px 16px 26px;
  }

  .ss-discount-study-visual__main,
  .ss-discount-study-visual__sub {
    transform: scale(0.78);
    transform-origin: bottom center;
  }

  .ss-discount-test-card,
  .ss-discount-flow-card,
  .ss-discount-merits {
    padding: 24px 18px;
    border-radius: 20px;
  }

  .ss-discount-test-card__head h3,
  .ss-discount-flow-card h3 {
    font-size: 20px;
  }

  .ss-discount-test-card__list li {
    padding-left: 38px;
    font-size: 13px;
  }

  .ss-discount-flow-step__icon {
    width: 72px;
  }

  .ss-discount-merit-item {
    grid-template-columns: 48px 1fr;
    gap: 14px;
  }

  .ss-discount-merit-item__icon {
    width: 46px;
    font-size: 22px;
  }

  .ss-discount-merit-item h3 {
    font-size: 16px;
  }

  .ss-discount-merit-item p {
    font-size: 13px;
  }
}


/* セクション６ */
.oc-tk06-section {
  width: 100%;
  background: #ffffff;
  color: #000000;
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
	padding:100px 10px;
}

.oc-tk06-section * {
  box-sizing: border-box;
}

.oc-tk06-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 56px 40px 36px;
}

.oc-tk06-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.95fr);
  gap: 48px;
  align-items: start;
  margin-bottom: 38px;
}

.oc-tk06-lead {
  margin: 0 0 14px;
  color: #000000;
  font-size: clamp(30px, 3.1vw, 44px);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0.1em;
}

.oc-tk06-lead span {
  color: #d70035;
}

.oc-tk06-title {
  display: inline-block;
  margin: 0 0 22px;
  padding-bottom: 8px;
  border-bottom: 8px solid #eee9e6;
  color: #d70035;
  font-size: clamp(42px, 4.8vw, 68px);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0.12em;
}

.oc-tk06-sub {
  margin: 0 0 18px;
  color: #000000;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.8;
  letter-spacing: 0.08em;
	text-align:justify;
}

.oc-tk06-text p {
  margin: 0 0 10px;
  color: #000000;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.8;
  letter-spacing: 0.06em;
	text-align:justify;
}

.oc-tk06-visual {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 42px;
  padding: 44px 36px 34px;
  background: linear-gradient(135deg, #eee9e6 0%, #ffffff 100%);
  border-radius: 0 0 0 56px;
}

.oc-tk06-student,
.oc-tk06-student-sub {
  display: grid;
  justify-items: center;
  align-content: end;
}

.oc-tk06-student-head {
  display: block;
  width: 70px;
  aspect-ratio: 1 / 1;
  margin-bottom: -5px;
  background: linear-gradient(#000000 0 30%, #ffffff 31% 100%);
  border: 4px solid #000000;
  border-radius: 50%;
}

.oc-tk06-student-body {
  display: block;
  width: 132px;
  height: 94px;
  background: #ffffff;
  border: 4px solid #000000;
  border-radius: 48px 48px 14px 14px;
}

.oc-tk06-student-sub {
  transform: scale(0.82);
  opacity: 0.55;
}

.oc-tk06-student-sub .oc-tk06-student-body {
  background: #eee9e6;
}

.oc-tk06-student-desk {
  display: block;
  width: 170px;
  height: 18px;
  margin-top: -14px;
  background: #ffffff;
  border: 3px solid #000000;
  border-radius: 999px;
}

.oc-tk06-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-bottom: 28px;
}

.oc-tk06-case {
  background: #ffffff;
  border: 1px solid #eee9e6;
  border-radius: 24px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.07);
  padding: 28px 34px 30px;
}

.oc-tk06-case-head {
  display: grid;
  grid-template-columns: 108px 1fr;
  gap: 20px;
  align-items: center;
  margin-bottom: 22px;
}

.oc-tk06-case-label {
  display: grid;
  place-items: center;
  width: 108px;
  min-height: 56px;
  background: #d70035;
  color: #ffffff;
  border-radius: 0 0 26px 0;
  text-align: center;
	padding:20px 0;
}

.oc-tk06-case-label span {
  display: block;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1;
}

.oc-tk06-case-label strong {
  display: block;
  margin-top: 4px;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
}

.oc-tk06-case-head h3 {
  margin: 0;
  color: #000000;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0.08em;
}

.oc-tk06-case-head h3 span {
  color: #d70035;
  margin: 0 0.15em;
  font-size: 1.25em;
}

.oc-tk06-case-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
  align-items: center;
}

.oc-tk06-saving {
	display: block;
    place-items: center;
    width: 100%;
    color: #fff;
    text-align: center;
    line-height: 1.4;
    background: #d70035;
    padding: 10px 0;
}

.oc-tk06-saving p {
  margin: 0;
  font-size: 15px;
  font-weight: 800;
}

.oc-tk06-saving strong {
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2;
}

.oc-tk06-table {
  border: 1px solid #eee9e6;
  border-radius: 16px;
}

.oc-tk06-table-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1.25fr;
}

.oc-tk06-table-row > div {
  padding: 13px 10px;
  border-right: 1px solid #eee9e6;
  border-bottom: 1px solid #eee9e6;
  color: #000000;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.45;
  text-align: center;
  letter-spacing: 0.04em;
}

.oc-tk06-table-row > div:last-child {
  border-right: none;
}

.oc-tk06-table-row:last-child > div {
  border-bottom: none;
}

.oc-tk06-table-row-head > div {
  background: #eee9e6;
  font-weight: 900;
}

.oc-tk06-table-row-total > div {
  font-weight: 900;
}

.oc-tk06-accent {
  color: #d70035 !important;
  font-size: 20px !important;
  font-weight: 900 !important;
}

.oc-tk06-case-note {
  grid-column: 1 / -1;
  margin: 18px 0 0;
  padding: 14px 22px;
  background: #eee9e6;
  border-radius: 999px;
  color: #000000;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.7;
  letter-spacing: 0.06em;
  text-align: center;
}

.oc-tk06-summary {
  padding: 28px 34px;
  background: #ffffff;
  border: 1px solid #eee9e6;
  border-radius: 24px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.07);
}

.oc-tk06-summary-heading {
  display: inline-block;
  margin-bottom: 24px;
  padding: 10px 34px;
  background: #d70035;
  border-radius: 999px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.oc-tk06-summary-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.oc-tk06-summary-item {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 18px;
  align-items: start;
}

.oc-tk06-summary-item > span {
  display: grid;
  place-items: center;
  width: 64px;
  aspect-ratio: 1 / 1;
  background: #eee9e6;
  border-radius: 50%;
  color: #d70035;
  font-size: 28px;
  font-weight: 900;
}

.oc-tk06-summary-item > span i{margin:0;}

.oc-tk06-summary-item h3 {
  margin: 0 0 8px;
  color: #d70035;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.07em;
}

.oc-tk06-summary-item p {
  margin: 0;
  color: #000000;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.8;
  letter-spacing: 0.05em;
	text-align:justify;
}

.oc-tk06-notice {
  margin: 18px 0 0;
  color: #000000;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.7;
  letter-spacing: 0.06em;
  text-align: center;
}

@media (max-width: 1100px) {
  .oc-tk06-inner {
    padding: 44px 24px 32px;
  }

  .oc-tk06-top,
  .oc-tk06-cards {
    grid-template-columns: 1fr;
  }

  .oc-tk06-visual {
    order: -1;
    border-radius: 28px;
  }

  .oc-tk06-case-body {
    grid-template-columns: 1fr;
  }

  .oc-tk06-saving {
    margin: 0 auto;
  }

  .oc-tk06-summary-items {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .oc-tk06-inner {
    padding: 36px 18px 28px;
  }

  .oc-tk06-lead {
    font-size: 27px;
    letter-spacing: 0.06em;
  }

  .oc-tk06-title {
    font-size: 42px;
    letter-spacing: 0.07em;
  }

  .oc-tk06-sub,
  .oc-tk06-text p {
    font-size: 14px;
  }

  .oc-tk06-visual {
    gap: 12px;
    padding: 34px 16px 26px;
  }

  .oc-tk06-student,
  .oc-tk06-student-sub {
    transform: scale(0.78);
    transform-origin: bottom center;
  }

  .oc-tk06-case {
    padding: 24px 18px;
    border-radius: 20px;
  }

  .oc-tk06-case-head {
    grid-template-columns: 1fr;
  }

  .oc-tk06-case-head h3 {
    font-size: 22px;
  }

  .oc-tk06-table-row {
    grid-template-columns: 1fr;
  }

  .oc-tk06-table-row > div {
    border-right: none;
  }

  .oc-tk06-case-note {
    border-radius: 18px;
    font-size: 13px;
  }

  .oc-tk06-summary {
    padding: 24px 18px;
    border-radius: 20px;
  }

  .oc-tk06-summary-item {
    grid-template-columns: 48px 1fr;
    gap: 14px;
  }

  .oc-tk06-summary-item > span {
    width: 46px;
    font-size: 22px;
  }

  .oc-tk06-summary-item h3 {
    font-size: 16px;
  }

  .oc-tk06-summary-item p {
    font-size: 13px;
  }
}


/* セクション７ */
.oc-reuse08-section {
	width: 100vw;
    color: #000000;
    font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
    margin: 0 calc(50% - 50vw);
    position: relative;
    background: #FFEBF0;
    padding: 100px 10px;
}

.oc-reuse08-section * {
  box-sizing: border-box;
}

.oc-reuse08-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 56px 40px 36px;
}

.oc-reuse08-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.95fr);
  gap: 10px;
  align-items: center;
  margin-bottom: 40px;
}

.oc-reuse08-lead {
  display: inline-block;
  margin: 0 0 24px;
  padding-bottom: 10px;
  border-bottom: 8px solid #fff;
  color: #000000;
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0.1em;
}

.oc-reuse08-lead span {
  color: #d70035;
}

.oc-reuse08-sub {
  margin: 0 0 24px;
  color: #000000;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

.oc-reuse08-text p {
  margin: 0 0 12px;
  color: #000000;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.9;
  letter-spacing: 0.06em;
}


.oc-reuse08-label {
  display: table;
  margin: 0 auto 26px;
  padding: 10px 56px;
  background: #d70035;
  color: #fff;
  border-radius: 999px;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.16em;
}

.oc-reuse08-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: 28px;
}

.oc-reuse08-card {
  background: #ffffff;
  border: 1px solid #eee9e6;
  border-radius: 22px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.07);
  padding: 26px 22px 24px;
}

.oc-reuse08-card__num {
  display: grid;
  place-items: center;
  width: 52px;
  aspect-ratio: 1 / 1;
  margin-bottom: 14px;
  background: #d70035;
  border-radius: 50%;
  color: #ffffff;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.oc-reuse08-card h3 {
  margin: 0 0 16px;
  color: #d70035;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.oc-reuse08-card__visual {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 120px;
  margin-bottom: 16px;
  background: #D70035;
  border-radius: 16px;
}

.oc-reuse08-card__visual span {
  display: grid;
  place-items: center;
  width: 72px;
  aspect-ratio: 1 / 1;
  background: #ffffff;
  border-radius: 50%;
  color: #d70035;
  font-size: 36px;
  font-weight: 900;
}

.oc-reuse08-card__visual span i{margin:0;}

.oc-reuse08-card p {
  margin: 0;
  color: #000000;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.8;
  letter-spacing: 0.05em;
	text-align:justify;
}

.oc-reuse08-message {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 22px;
  align-items: center;
  padding: 18px 30px;
  border-radius: 999px;
  background: #eee9e6;
}

.oc-reuse08-message span {
  display: grid;
  place-items: center;
  width: 58px;
  aspect-ratio: 1 / 1;
  background: #d70035;
  border-radius: 50%;
  color: #ffffff;
  font-size: 28px;
  font-weight: 900;
}

.oc-reuse08-message p {
  margin: 0;
  color: #000000;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.7;
  letter-spacing: 0.07em;
}

.oc-reuse08-message strong {
  color: #d70035;
  font-weight: 900;
}

@media (max-width: 1100px) {
  .oc-reuse08-inner {
    padding: 44px 24px 32px;
  }

  .oc-reuse08-top {
    grid-template-columns: 1fr 1fr;
  }

  .oc-reuse08-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width:820px){
	.oc-reuse08-top {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 640px) {
  .oc-reuse08-inner {
    padding: 36px 18px 28px;
  }
	
	.oc-reuse08-top {
		grid-template-columns: 1fr;
	}

  .oc-reuse08-lead {
    font-size: 30px;
    letter-spacing: 0.06em;
  }

  .oc-reuse08-sub,
  .oc-reuse08-text p {
    font-size: 14px;
	  text-align:justify;
  }

  .oc-reuse08-label {
    font-size: 22px;
    padding: 9px 40px;
  }

  .oc-reuse08-cards {
    grid-template-columns: 1fr;
  }

  .oc-reuse08-card {
    padding: 24px 18px;
    border-radius: 20px;
  }

  .oc-reuse08-card h3 {
    font-size: 19px;
  }

  .oc-reuse08-message {
    grid-template-columns: 1fr;
    border-radius: 22px;
    justify-items: center;
    text-align: center;
    padding: 22px 18px;
  }

  .oc-reuse08-message p {
    font-size: 15px;
  }
}


/* セクション８ */
.oc-compare09-section {
  width: 100%;
  background: #ffffff;
  color: #000000;
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
	padding:100px 10px;
}

.oc-compare09-section * {
  box-sizing: border-box;
}

.oc-compare09-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 56px 40px 36px;
}

.oc-compare09-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.75fr);
  gap: 10px;
  align-items: start;
  margin-bottom: 34px;
}

.oc-compare09-lead {
  display: inline-block;
  margin: 0 0 18px;
  color: #000000;
  font-size: clamp(30px, 3.2vw, 44px);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0.12em;
}

.oc-compare09-title {
  display: inline-block;
  margin: 0 0 22px;
  padding-bottom: 8px;
  border-bottom: 8px solid #eee9e6;
  color: #000000;
  font-size: clamp(26px, 3.5vw, 55px);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0.12em;
	text-align:left;
}

.oc-compare09-title span {
  color: #d70035;
}

.oc-compare09-sub {
  margin: 0;
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.07em;
}

.oc-compare09-visual {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 28px;
  padding: 36px 28px 28px;
  background: linear-gradient(135deg, #eee9e6 0%, #ffffff 100%);
  border-radius: 0 0 0 48px;
}

.oc-compare09-student {
  display: grid;
  justify-items: center;
  align-content: end;
}

.oc-compare09-student__head {
  display: block;
  width: 64px;
  aspect-ratio: 1 / 1;
  margin-bottom: -5px;
  background: linear-gradient(#000000 0 30%, #ffffff 31% 100%);
  border: 4px solid #000000;
  border-radius: 50%;
}

.oc-compare09-student__body {
  display: block;
  width: 118px;
  height: 84px;
  background: #ffffff;
  border: 4px solid #000000;
  border-radius: 44px 44px 14px 14px;
}

.oc-compare09-student--boy .oc-compare09-student__body {
  background: #eee9e6;
}

.oc-compare09-visual__desk {
  flex: 0 0 100%;
  height: 16px;
  margin-left: -100%;
  background: #ffffff;
  border: 3px solid #000000;
  border-radius: 999px;
}

.oc-compare09-table-wrap {
  width: 100%;
}

.oc-compare09-table {
  display: grid;
  border: 1px solid #eee9e6;
  border-radius: 24px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.07);
  background: #ffffff;
}

.oc-compare09-row {
  display: grid;
  grid-template-columns: 1.05fr 1.28fr 0.95fr 0.95fr 0.95fr;
}

.oc-compare09-row > div {
  min-width: 0;
  padding: 22px 18px;
  border-right: 1px solid #eee9e6;
  border-bottom: 1px solid #eee9e6;
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
  color: #000000;
  font-size: 16px;
  font-weight: 750;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.oc-compare09-row > div:last-child {
  border-right: none;
}

.oc-compare09-row:last-child > div {
  border-bottom: none;
}

.oc-compare09-row--head > div {
  padding: 18px 14px;
  background: #eee9e6;
  color: #000000;
  font-size: 19px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.oc-compare09-row--head > div:nth-child(2) {
  background: #d70035;
  color: #ffffff;
}

.oc-compare09-item {
  background: rgba(238, 233, 230, 0.55);
  font-size: 17px !important;
  font-weight: 900 !important;
}

.oc-compare09-icon {
  display: grid;
  place-items: center;
  width: 54px;
  aspect-ratio: 1 / 1;
  margin-bottom: 10px;
  background: #ffffff;
  border: 2px solid #eee9e6;
  border-radius: 50%;
  color: #d70035;
  font-size: 24px;
  font-weight: 900;
}

.oc-compare09-row strong {
  display: block;
  color: #000000;
  font-size: 18px;
  font-weight: 900;
}

.oc-compare09-row span:not(.oc-compare09-icon) {
  display: block;
  margin-top: 4px;
  color: #000000;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}

.oc-compare09-feature strong,
.oc-compare09-feature span {
  color: #d70035 !important;
}

.oc-compare09-feature {
  background: rgba(215, 0, 53, 0.035);
}

.oc-compare09-stars strong {
  color: #d70035;
  letter-spacing: 0.16em;
}

.oc-compare09-message {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 22px;
  align-items: center;
  margin-top: 28px;
  padding: 18px 30px;
  border-radius: 999px;
  background: #eee9e6;
}

.oc-compare09-message span {
  display: grid;
  place-items: center;
  width: 58px;
  aspect-ratio: 1 / 1;
  background: #d70035;
  border-radius: 50%;
  color: #ffffff;
  font-size: 28px;
  font-weight: 900;
}

.oc-compare09-message p {
  margin: 0;
  color: #000000;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.7;
  letter-spacing: 0.07em;
}

.oc-compare09-message strong {
  color: #d70035;
  font-weight: 900;
}

@media (max-width: 1100px) {
  .oc-compare09-inner {
    padding: 44px 24px 32px;
  }

  .oc-compare09-head {
    grid-template-columns: 1fr;
  }

  .oc-compare09-visual {
    order: -1;
    border-radius: 28px;
  }

  .oc-compare09-table-wrap {
    overflow-x: auto;
    padding-bottom: 8px;
  }

  .oc-compare09-table {
    min-width: 980px;
  }
}

@media(max-width:820px){
	.oc-compare09-title{
		font-size:clamp(26px, 5vw, 55px);
	}
}


@media (max-width: 640px) {
  .oc-compare09-inner {
    padding: 36px 18px 28px;
  }

  .oc-compare09-lead {
    font-size: 28px;
    letter-spacing: 0.06em;
  }

  .oc-compare09-title {
    font-size: 42px;
    letter-spacing: 0.07em;
  }

  .oc-compare09-sub {
    font-size: 14px;
	  text-align:justify;
  }

  .oc-compare09-visual {
    gap: 12px;
    padding: 32px 16px 24px;
  }

  .oc-compare09-student {
    transform: scale(0.78);
    transform-origin: bottom center;
  }

  .oc-compare09-row > div {
    padding: 18px 14px;
    font-size: 14px;
  }

  .oc-compare09-row strong {
    font-size: 16px;
  }

  .oc-compare09-message {
    grid-template-columns: 1fr;
    justify-items: center;
    border-radius: 22px;
    text-align: center;
    padding: 22px 18px;
  }

  .oc-compare09-message p {
    font-size: 15px;
  }
}


/* セクション９ */
.oc-scn10-section {
	width: 100vw;
    color: #000000;
    font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
    margin: 0 calc(50% - 50vw);
    position: relative;
    background: #FFEBF0;
    padding: 100px 10px;
}

.oc-scn10-section * {
  box-sizing: border-box;
}

.oc-scn10-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 56px 40px 36px;
}

.oc-scn10-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 1.1fr);
  gap: 3px;
  align-items: start;
  margin-bottom: 40px;
}

.oc-scn10-lead {
  display: inline-block;
  margin: 0 0 18px;
  padding-bottom: 8px;
  border-bottom: 8px solid #fff;
  color: #000000;
  font-size: clamp(30px, 3.2vw, 44px);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0.12em;
}

.oc-scn10-title {
  margin: 0 0 22px;
  color: #000000;
  font-size: clamp(32px, 4vw, 50px);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.12em;
	text-align:left;
}

.oc-scn10-title span {
  color: #d70035;
}

.oc-scn10-sub {
  margin: 0 0 18px;
  color: #000000;
  font-size: 18px;
  font-weight: 850;
  line-height: 1.85;
  letter-spacing: 0.08em;
}

.oc-scn10-text {
  margin: 0;
  color: #000000;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.9;
  letter-spacing: 0.07em;
}

.oc-scn10-visual {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 18px;
  padding: 38px 30px 30px;
  background: linear-gradient(135deg, #eee9e6 0%, #ffffff 100%);
  border-radius: 0 0 0 56px;
}

.oc-scn10-family {
  display: grid;
  justify-items: center;
  align-content: end;
}

.oc-scn10-family__head {
  display: block;
  width: 64px;
  aspect-ratio: 1 / 1;
  margin-bottom: -5px;
  background: linear-gradient(#000000 0 30%, #ffffff 31% 100%);
  border: 4px solid #000000;
  border-radius: 50%;
}

.oc-scn10-family__body {
  display: block;
  width: 112px;
  height: 82px;
  background: #ffffff;
  border: 4px solid #000000;
  border-radius: 44px 44px 14px 14px;
}

.oc-scn10-family--child {
  transform: scale(0.78);
  transform-origin: bottom center;
}

.oc-scn10-family--child .oc-scn10-family__body {
  background: #eee9e6;
}

.oc-scn10-family--mother .oc-scn10-family__body {
  background: #ffffff;
}

.oc-scn10-tablet {
  width: 150px;
  height: 94px;
  margin-left: -22px;
  margin-bottom: 12px;
  background: #ffffff;
  border: 4px solid #000000;
  border-radius: 16px;
}

.oc-scn10-tablet::before {
  content: "";
  display: block;
  width: 58px;
  height: 6px;
  margin: 16px auto 0;
  background: #d70035;
  border-radius: 999px;
}

.oc-scn10-step-title {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: center;
  margin-bottom: 28px;
}

.oc-scn10-step-title span {
  height: 3px;
  background: #fff;
  border-radius: 999px;
}

.oc-scn10-step-title h3 {
  margin: 0;
  padding: 10px 54px;
  background: #fff;
  color: #000000;
  border-radius: 999px;
  font-size: 27px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.14em;
  text-align: center;
}

.oc-scn10-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  margin-bottom: 28px;
}

.oc-scn10-step-card {
  display: grid;
  grid-template-rows: auto auto auto auto 1fr;
  padding: 22px 18px 24px;
  background: #ffffff;
  border: 1px solid #eee9e6;
  border-radius: 22px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.07);
}

.oc-scn10-step-card__badge {
  width: 72px;
  min-height: 64px;
  margin: -22px 0 16px -18px;
  padding: 10px 12px;
  background: #d70035;
  color: #ffffff;
  border-radius: 0 0 22px 0;
}

.oc-scn10-step-card__badge span {
  display: block;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.14em;
}

.oc-scn10-step-card__badge strong {
  display: block;
  margin-top: 5px;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
}

.oc-scn10-step-card__icon {
  display: grid;
  place-items: center;
  width: 100px;
  margin: 0 auto 14px;
  background: #fff;
  border-radius: 50%;
  color: #d70035;
  font-size: 50px;
  font-weight: 900;
}

.oc-scn10-step-card__icon i{margin:0;}

.oc-scn10-step-card h3 {
  margin: 0 0 14px;
  color: #d70035;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.55;
  letter-spacing: 0.08em;
  text-align: center;
}

.oc-scn10-step-card__image {
  display: grid;
  place-items: center;
  min-height: 104px;
  margin-bottom: 16px;
  background: #eee9e6;
  border-radius: 14px;
  color: #000000;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.oc-scn10-step-card__image img{border-radius:20px;}

.oc-scn10-step-card p {
  margin: 0;
  color: #000000;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.oc-scn10-message {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 22px;
  align-items: center;
  padding: 18px 30px;
  border-radius: 999px;
  background: #eee9e6;
}

.oc-scn10-message span {
  display: grid;
  place-items: center;
  width: 58px;
  aspect-ratio: 1 / 1;
  background: #d70035;
  border-radius: 50%;
  color: #ffffff;
  font-size: 28px;
  font-weight: 900;
}

.oc-scn10-message p {
  margin: 0;
  color: #000000;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.7;
  letter-spacing: 0.07em;
}

.oc-scn10-message strong {
  color: #d70035;
  font-weight: 900;
}

@media (max-width: 1100px) {
  .oc-scn10-inner {
    padding: 44px 24px 32px;
  }

  .oc-scn10-head {
    grid-template-columns: 1fr;
  }

  .oc-scn10-visual {
    order: -1;
    border-radius: 28px;
  }

  .oc-scn10-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .oc-scn10-step-title {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .oc-scn10-inner {
    padding: 36px 18px 28px;
  }

  .oc-scn10-lead {
    font-size: 28px;
    letter-spacing: 0.06em;
  }

  .oc-scn10-title {
    font-size: 42px;
    letter-spacing: 0.07em;
  }

  .oc-scn10-sub,
  .oc-scn10-text {
    font-size: 14px;
	  text-align:justify;
  }

  .oc-scn10-visual {
    gap: 8px;
    padding: 30px 12px 24px;
  }

  .oc-scn10-family {
    transform: scale(0.74);
    transform-origin: bottom center;
  }

  .oc-scn10-tablet {
    width: 110px;
    height: 76px;
  }

  .oc-scn10-step-title h3 {
    padding: 9px 28px;
    font-size: 21px;
  }

  .oc-scn10-steps {
    grid-template-columns: 1fr;
  }

  .oc-scn10-step-card {
    padding: 22px 18px 24px;
  }

  .oc-scn10-message {
    grid-template-columns: 1fr;
    justify-items: center;
    border-radius: 22px;
    text-align: center;
    padding: 22px 18px;
  }

  .oc-scn10-message p {
    font-size: 15px;
  }
}



/* セクション10 */
.oc-faq12-section {
  width: 100%;
  color: #000000;
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
	padding:100px 10px;
}

.oc-faq12-section * {
  box-sizing: border-box;
}

.oc-faq12-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 56px 40px 36px;
}

.oc-faq12-head {
  align-items: start;
  margin-bottom: 38px;
}

.oc-faq12-lead {
  display: inline-block;
  margin: 0 0 18px;
  padding-bottom: 8px;
  border-bottom: 8px solid #eee9e6;
  color: #000000;
  font-size: clamp(30px, 3.2vw, 44px);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0.12em;
}

.oc-faq12-title {
  margin: 0 0 22px;
  color: #000000;
  font-size: clamp(46px, 5vw, 72px);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.14em;
	text-align:left;
}

.oc-faq12-title span {
  color: #d70035;
}

.oc-faq12-sub {
  margin: 0;
  color: #000000;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.85;
  letter-spacing: 0.08em;
	text-align:justify;
}

.oc-faq12-visual {
  display: grid;
  justify-items: center;
  align-items: end;
  padding: 34px 28px 26px;
  background: linear-gradient(135deg, #eee9e6 0%, #ffffff 100%);
  border-radius: 0 0 0 52px;
}

.oc-faq12-student {
  display: grid;
  justify-items: center;
  align-content: end;
}

.oc-faq12-student-head {
  display: block;
  width: 70px;
  aspect-ratio: 1 / 1;
  margin-bottom: -5px;
  background: linear-gradient(#000000 0 30%, #ffffff 31% 100%);
  border: 4px solid #000000;
  border-radius: 50%;
}

.oc-faq12-student-body {
  display: block;
  width: 132px;
  height: 92px;
  background: #ffffff;
  border: 4px solid #000000;
  border-radius: 48px 48px 14px 14px;
}

.oc-faq12-book {
  width: 240px;
  height: 30px;
  margin-top: -12px;
  background: #ffffff;
  border: 4px solid #000000;
  border-radius: 10px;
}

.oc-faq12-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 22px;
  margin-bottom: 28px;
}

.oc-faq12-card {
  padding: 26px 30px 24px;
  background: #ffffff;
  border: 1px solid #eee9e6;
  border-radius: 22px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.07);
}

.oc-faq12-qa {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  align-items: start;
}

.oc-faq12-qa + .oc-faq12-qa {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 2px dotted rgba(215, 0, 53, 0.25);
}

.oc-faq12-q,
.oc-faq12-a {
  display: grid;
  place-items: center;
  width: 42px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  color: #ffffff;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}

.oc-faq12-q {
  background: #d70035;
}

.oc-faq12-a {
  background: #000000;
}

.oc-faq12-card h3 {
  margin: 4px 0 0;
  color: #d70035;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.65;
  letter-spacing: 0.08em;
	text-align:left;
}

.oc-faq12-card p {
  margin: 0;
  color: #000000;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.85;
  letter-spacing: 0.06em;
}

.oc-faq12-message {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 22px;
  align-items: center;
  padding: 18px 30px;
  border-radius: 999px;
  background: #eee9e6;
}

.oc-faq12-message span {
  display: grid;
  place-items: center;
  width: 58px;
  aspect-ratio: 1 / 1;
  background: #d70035;
  border-radius: 50%;
  color: #ffffff;
  font-size: 28px;
  font-weight: 900;
}

.oc-faq12-message p {
  margin: 0;
  color: #000000;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.7;
  letter-spacing: 0.07em;
}

.oc-faq12-message strong {
  color: #d70035;
  font-weight: 900;
}

@media (max-width: 1100px) {
  .oc-faq12-inner {
    padding: 44px 24px 32px;
  }

  .oc-faq12-head {
    grid-template-columns: 1fr;
  }

  .oc-faq12-visual {
    order: -1;
    border-radius: 28px;
  }

  .oc-faq12-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .oc-faq12-inner {
    padding: 36px 18px 28px;
  }

  .oc-faq12-lead {
    font-size: 28px;
    letter-spacing: 0.06em;
  }

  .oc-faq12-title {
    font-size: 42px;
    letter-spacing: 0.07em;
  }

  .oc-faq12-sub {
    font-size: 14px;
  }

  .oc-faq12-card {
    padding: 22px 18px;
    border-radius: 20px;
  }

  .oc-faq12-qa {
    grid-template-columns: 40px 1fr;
    gap: 14px;
  }

  .oc-faq12-q,
  .oc-faq12-a {
    width: 36px;
    font-size: 18px;
  }

  .oc-faq12-card h3 {
    font-size: 16px;
  }

  .oc-faq12-card p {
    font-size: 13px;
	  text-align:justify;
  }

  .oc-faq12-message {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    border-radius: 22px;
    padding: 22px 18px;
  }

  .oc-faq12-message p {
    font-size: 15px;
  }
}


/* セクション11 */
.oc-cta13-area {
	width: 100vw;
    color: #000000;
    font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
    margin: 0 calc(50% - 50vw);
    position: relative;
    background: #FFEBF0;
    padding: 100px 10px;
}

.oc-cta13-area * {
  box-sizing: border-box;
}

.oc-cta13-wrap {
  max-width: 1400px;
  margin: 0 auto;
  padding: 56px 40px 36px;
}

.oc-cta13-hero {
  align-items: start;
  margin-bottom: 34px;
	text-align:center;
}

.oc-cta13-eyebrow {
  margin: 0 0 18px;
  color: #000000;
  font-size: clamp(22px, 2.3vw, 34px);
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.1em;
}



.oc-cta13-title {
  margin: 0 0 20px;
  color: #d70035;
  font-size: clamp(54px, 6vw, 88px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0.12em;
}

.oc-cta13-lead {
  margin: 0 0 22px;
  color: #000000;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

.oc-cta13-text {
  margin: 0;
  color: #000000;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.07em;
}

.oc-cta13-students {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 28px;
  padding: 36px 28px 28px;
  background: linear-gradient(135deg, #eee9e6 0%, #ffffff 100%);
  border-radius: 0 0 0 52px;
}

.oc-cta13-person {
  display: grid;
  justify-items: center;
  align-content: end;
}

.oc-cta13-person-head {
  display: block;
  width: 70px;
  aspect-ratio: 1 / 1;
  margin-bottom: -5px;
  background: linear-gradient(#000000 0 30%, #ffffff 31% 100%);
  border: 4px solid #000000;
  border-radius: 50%;
}

.oc-cta13-person-body {
  display: block;
  width: 128px;
  height: 92px;
  background: #ffffff;
  border: 4px solid #000000;
  border-radius: 48px 48px 14px 14px;
}

.oc-cta13-person--boy .oc-cta13-person-body {
  background: #eee9e6;
}

.oc-cta13-benefit-box {
  padding: 30px 28px 34px;
  border: 2px solid #eee9e6;
  border-radius: 24px;
  margin-bottom: 30px;
	background:#fff;
}

.oc-cta13-benefit-heading {
  margin: 0 0 30px;
  color: #d70035;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.7;
  letter-spacing: 0.1em;
  text-align: center;
}

.oc-cta13-benefits {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
}

.oc-cta13-benefit {
  text-align: center;
  padding: 0 16px;
  border-right: 2px dotted #eee9e6;
}

.oc-cta13-benefit:last-child {
  border-right: none;
}

.oc-cta13-benefit-icon {
  display: grid;
  place-items: center;
  width: 68px;
  aspect-ratio: 1 / 1;
  margin: 0 auto 14px;
  background: #eee9e6;
  border-radius: 50%;
  color: #d70035;
  font-size: 30px;
  font-weight: 900;
}

.oc-cta13-benefit h3 {
  margin: 0 0 10px;
  color: #d70035;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.oc-cta13-benefit p {
  margin: 0;
  color: #000000;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

.oc-cta13-contact {
  margin-bottom: 28px;
}

.oc-cta13-contact-title {
  margin: 0 0 18px;
  color: #000000;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}

.oc-cta13-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.oc-cta13-button {
  display: grid;
  grid-template-columns: 86px 1fr 32px;
  gap: 24px;
  align-items: center;
  min-height: 116px;
  padding: 24px 34px;
  border-radius: 18px;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.16);
}

.oc-cta13-button span {
  display: grid;
  place-items: center;
  width: 70px;
  aspect-ratio: 1 / 1;
  background: #ffffff;
  border-radius: 50%;
  color: #d70035;
  font-size: 20px;
  font-weight: 900;
}

.oc-cta13-button strong {
  display: block;
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 27px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.oc-cta13-button small {
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.oc-cta13-button em {
  color: #ffffff;
  font-size: 54px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.oc-cta13-button--primary {
  background: #d70035;
}

.oc-cta13-button--dark {
  background: #000000;
}

.oc-cta13-note {
  align-items: center;
  padding: 20px 34px;
  border-radius: 999px;
  background: #fff;
}

.oc-cta13-note-icon {
  display: grid;
  place-items: center;
  width: 58px;
  aspect-ratio: 1 / 1;
  background: #ffffff;
  border: 3px solid #d70035;
  border-radius: 50%;
  color: #d70035;
  font-size: 28px;
  font-weight: 900;
}

.oc-cta13-note h3 {
  margin: 0 0 4px;
  color: #D70035;
  font-size: 27px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.oc-cta13-note p {
  margin: 0;
  color: #000000;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
	text-align:center;
}

.oc-cta13-staff {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}

.oc-cta13-staff span {
  display: block;
  width: 42px;
  height: 62px;
  background: #ffffff;
  border: 3px solid #000000;
  border-radius: 22px 22px 8px 8px;
}

.oc-cta13-staff span::before {
  content: "";
  display: block;
  width: 28px;
  aspect-ratio: 1 / 1;
  margin: -20px auto 0;
  background: #ffffff;
  border: 3px solid #000000;
  border-radius: 50%;
}

@media (max-width: 1100px) {
  .oc-cta13-wrap {
    padding: 44px 24px 32px;
  }

  .oc-cta13-hero {
    grid-template-columns: 1fr;
  }

  .oc-cta13-students {
    order: -1;
    border-radius: 28px;
  }

  .oc-cta13-benefits {
    grid-template-columns: repeat(2, 1fr);
  }

  .oc-cta13-benefit {
    border-right: none;
    border-bottom: 2px dotted #eee9e6;
    padding-bottom: 20px;
  }

  .oc-cta13-buttons {
    grid-template-columns: 1fr;
  }

  .oc-cta13-note {
    grid-template-columns: 70px 1fr;
    border-radius: 24px;
  }

  .oc-cta13-staff {
    grid-column: 1 / -1;
    justify-content: center;
    margin-top: 16px;
  }
}

@media (max-width: 640px) {
  .oc-cta13-wrap {
    padding: 36px 18px 28px;
  }

  .oc-cta13-eyebrow {
    font-size: 19px;
    letter-spacing: 0.05em;
  }

  .oc-cta13-title {
    font-size: 41px;
    letter-spacing: 0.07em;
  }

  .oc-cta13-lead,
  .oc-cta13-text {
    font-size: 14px;
  }

  .oc-cta13-students {
    gap: 14px;
    padding: 32px 16px 24px;
  }

  .oc-cta13-person {
    transform: scale(0.78);
    transform-origin: bottom center;
  }

  .oc-cta13-benefit-box {
    padding: 24px 18px;
    border-radius: 20px;
  }

  .oc-cta13-benefit-heading {
    font-size: 18px;
  }

  .oc-cta13-benefits {
    grid-template-columns: 1fr;
  }

  .oc-cta13-button {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    padding: 24px 20px;
  }

  .oc-cta13-button strong {
    font-size: 20px;
  }

  .oc-cta13-button em {
    display: none;
  }

  .oc-cta13-note {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    padding: 22px 18px;
  }

  .oc-cta13-note h3 {
    font-size: 18px;
  }

  .oc-cta13-note p {
    font-size: 13px;
  }
}

@media(max-width:450px){
	.oc-cta13-note h3,
	.oc-tk06-summary-item h3{width:100%;text-align:left;}
	.oc-reuse08-card h3{text-align:center;width:100%;}
	.oc-reuse08-card__num{margin:0 auto 14px;}
	.oc-scn10-step-card h3,
	.oc-cta13-benefit h3{width:100%;}
}

@media(max-width:360px){
	.study-fv__text {font-size: 11px;}
	.study-fv__cta p {font-size: 15px;}
	.study-fv__button{font-size:14px;padding: 10px 28px;gap:10px;}
	.cost-section__title {font-size: 26px;}
	.benefit-lead {font-size: 24px;}
	.merit-card__title {font-size: 20px;flex-direction: column;}
	.merit-card h3,
	.case-card h3,
	.ss-discount-flow-card h3{width:100%;}
	.oc-reuse08-lead {font-size: 26px;}
	.oc-compare09-lead {font-size: 22px;}
	.oc-compare09-title {font-size: 36px;}
	.oc-scn10-step-title h3{width:100%;font-size: 17px;}
	.oc-faq12-lead {font-size: 22px;}
	.oc-faq12-title {font-size: 37px;}
	.oc-cta13-title {font-size: 34px;}
	.oc-cta13-contact-title {font-size: 14px;}
	.oc-cta13-note h3 {font-size: 14px;}
	.oc-tk06-lead {font-size: 24px;}
	.oc-tk06-title {font-size: 37px;text-align:left;}
	.oc-tk06-case-head h3 {width:100%;font-size: 19px;}
	.oc-tk06-case-label{width:75px;}
	.oc-tk06-summary-heading{text-align:center;}
	.oc-scn10-title {font-size: 35px;}
	.oc-cta13-benefit-heading {font-size: 15px;}
	
}