/* ===========================================
   Success Cases Section
   =========================================== */
.success-cases {
  position: relative;
  padding: 42px 0 30px;
  overflow: hidden;
}

.success-cases__bg {
  position: absolute;
  inset: 0;
  background-image: url('../images/success_cases_bg_pc.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}

.success-cases__container {
  position: relative;
  z-index: 1;
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 20px;
}

.success-cases__header {
  text-align: center;
  margin-bottom: 42px;
}

.success-cases__title {
  font-family: var(--font-serif);
  font-size: 1.75rem;
  font-weight: 400;
  color: #3C3C3C;
  line-height: 1.5;
  margin-bottom: 12px;
}

.success-cases__title-line {
  display: inline;
}

.success-cases__subtitle {
  font-size: 1.125rem;
  font-weight: 700;
  color: #6121A1;
  line-height: 1.6;
}

.success-cases__subtitle-line {
  display: inline;
}

.success-cases__grid {
  display: grid;
  grid-template-columns: repeat(2, 340px);
  gap: 60px;
  justify-content: center;
  margin: 0 auto;
}

.success-cases__card {
  position: relative;
  width: 340px;
  height: 342px;
  background-color: var(--color-white);
  border: 0.5px solid rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
}

.success-cases__card-banner {
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(97.97deg, #6515B9 30.24%, #464BB4 100%);
  border-radius: 8px;
  padding: 8px 24px;
  white-space: nowrap;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.success-cases__card-banner span {
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--color-white);
  line-height: 1.6;
}

.success-cases__card-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 25px;
  height: 100%;
}

.success-cases__card-image {
  width: 100%;
  height: 194px;
  object-fit: contain;
  object-position: center;
}

.success-cases__card-desc {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #3C3C3C;
  line-height: 1.5;
}

/* ===========================================
   Curriculum Section
   =========================================== */
.curriculum {
  padding: 64px 20px 60px;
  background-color: var(--color-white);
}

.curriculum__container {
  max-width: var(--container-width);
  margin: 0 auto;
}

.curriculum__title {
  font-family: var(--font-serif);
  font-size: 1.75rem;
  font-weight: 400;
  color: #272D37;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 60px;
}

.curriculum__content {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.curriculum__image {
  max-width: 100%;
  height: auto;
}

.curriculum__image--pc {
  display: block;
  margin: 0 auto;
}

.curriculum__image--sp {
  display: none;
}

.curriculum__note {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  color: #000;
  margin-top: 60px;
  line-height: 1.6;
}

/* ===========================================
   Support Section
   =========================================== */
.support {
  padding: 60px 20px 80px;
  background: linear-gradient(180deg, #EAE8F6 0%, #FFFFFF 100%);
}

.support__container {
  max-width: var(--container-width);
  margin: 0 auto;
}

.support__header {
  text-align: center;
  margin-bottom: 40px;
}

.support__graduation {
  font-family: var(--font-serif);
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--color-text);
  line-height: 1.5;
  margin-bottom: 16px;
  position: relative;
  display: inline-block;
  isolation: isolate;
}

.support__graduation::after {
  content: '';
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 179px;
  height: 12px;
  background-color: #FFCC00;
  opacity: 0.5;
  z-index: -1;
}

.support__graduation-number {
  font-size: 1.75rem;
}

.support__subtitle {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 16px;
}

.support__title {
  font-family: var(--font-serif);
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--color-text);
  line-height: 1.5;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  isolation: isolate;
  text-decoration: underline;
  text-decoration-thickness: 12px;
  text-decoration-color: rgba(255, 204, 0, 0.5);
  text-underline-offset: -0.3em;
  text-decoration-skip-ink: none;
}

/* .support__title::after {
  content: '';
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  height: 12px;
  background-color: #FFCC00;
  opacity: 0.5;
  z-index: -1;
} */

.support__lead {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--color-primary);
  text-align: center;
  margin-bottom: 40px;
}

.support__steps {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 0;
  max-width: 1100px;
  margin: 0 auto;
}

.support__step {
  flex: 0 0 330px;
  max-width: 330px;
  position: relative;
  background: linear-gradient(180deg, #6121A1 0%, #464BB4 100%);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.support__step-banner {
  padding: 8px 20px;
  position: relative;
  z-index: 2;
  white-space: nowrap;
}

.support__step-label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  color: #EAE8F6;
  letter-spacing: 0.05em;
}

.support__step-number {
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 400;
  color: var(--color-white);
  display: inline-block;
  margin-left: 4px;
}

.support__step-title {
  font-size: 1.1875rem;
  font-weight: 700;
  color: var(--color-white);
  margin-top: 4px;
  line-height: 1.6;
}

.support__step-content {
  padding: 0 20px 20px;
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.support__step-image {
  width: 100%;
  height: auto;
}

.support__step-desc {
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-white);
  line-height: 1.6;
  text-align: center;
  margin: auto 0;
}

.support__step-arrow {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}

.support__step-arrow-img--pc {
  display: block;
  width: auto;
  height: 92px;
}

.support__step-arrow-img--sp {
  display: none;
}

/* ===========================================
   Community Section
   =========================================== */
.community {
  padding: 64px 20px 60px;
  background-color: var(--color-white);
}

.community__container {
  max-width: var(--container-width);
  margin: 0 auto;
}

.community__title {
  font-family: var(--font-serif);
  font-size: 1.75rem;
  font-weight: 400;
  color: #272D37;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 40px;
}

.community__title-line {
  display: inline;
}

.community__content {
  position: relative;
  max-width: 1020px;
  margin: 0 auto 40px;
}

.community__images {
  position: relative;
  width: 100%;
  height: 456px;
  margin-bottom: 20px;
}

.community__image {
  position: absolute;
  overflow: hidden;
}

.community__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.community__image--main {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 643px;
  height: 368px;
  border: 8px solid #505050;
  border-radius: 20px;
  box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.15);
  z-index: 2;
}

.community__image--main img {
  border-radius: 12px;
}

.community__image--sub1 {
  bottom: 0;
  left: 0;
  width: 286px;
  height: 190px;
  border: 4px solid var(--color-white);
  border-radius: 20px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  z-index: 3;
}

.community__image--sub1 img {
  border-radius: 16px;
}

.community__image--sub2 {
  bottom: 0;
  right: 0;
  width: 362px;
  height: 242px;
  border: 4px solid var(--color-white);
  border-radius: 20px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  z-index: 3;
}

.community__image--sub2 img {
  border-radius: 16px;
}

.community__text {
  text-align: center;
}

.community__desc {
  font-size: 1.375rem;
  font-weight: 500;
  color: #000;
  line-height: 1.6;
  display: inline-block;
  text-align: left;
}

.community__tagline-wrapper {
  text-align: center;
}

.community__tagline {
  font-family: var(--font-serif);
  font-size: 1.75rem;
  font-weight: 400;
  color: #000;
  text-align: center;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  isolation: isolate;
}

.community__tagline::after {
  content: '';
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  height: 12px;
  background-color: #FFCC00;
  opacity: 0.5;
  z-index: -1;
}

.community__tagline-line {
  display: inline;
}