@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Lusitana:wght@400;700&display=swap");

.text-xs {
  font-size: 12px;
}

.mt8 {
  margin-top: 8px;
}

#main a {
  color: #333;
  text-decoration: none;
}

#main {
  padding-top: 140px;
  color: #333;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.05em;
  width: 100%;
  padding-bottom: 0;
}

.course p {
  line-height: 1.5;
}

.title-box {
  background-color: #61b380;
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.title-inner h1 {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 36px;
  line-height: 150%;
}

.title-inner p {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}

.layout-max {
  max-width: 1230px;
  margin: auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.breadcrumbs {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  padding-top: 16px;
  font-size: 12px;
}

.breadcrumbs li {
  margin-bottom: 0;
}

.breadcrumbs li + li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("/images/styleplan/arrow-right.svg") no-repeat center/contain;
}

.breadcrumbs li span {
  padding-left: 4px;
}

.breadcrumbs .home {
  text-decoration: underline;
  color: #4d9668;
}

.breadcrumbs .text-medium {
  font-weight: 500;
}

.intro {
  width: 100%;
}

.intro-inner {
  margin: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.intro-inner .intro-title {
  text-align: center;
}

.intro-inner .intro-title p {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding-top: 10px;
}

.intro-inner .intro-title h2 {
  padding-top: 10px;
  color: #4d9668;
  font-weight: 700;
  font-size: 36px;
}

.intro-inner .intro-description {
  padding-top: 60px;
}

.intro-inner .intro-description p {
  text-align: center;
}

.bnr-diagnosis {
  padding: 80px 60px 130px;
}

.bnr-diagnosis img {
  width: 100%;
  height: auto;
}

.cta-buttons-2 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

.cta-buttons-2 .contact-button-wrapper {
  position: relative;
  width: 580px;
}

.cta-buttons-2 .contact-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  height: 120px;
  border-radius: 60px;
  background: #e67979;
}

.cta-buttons-2 .contact-text {
  top: 33px;
  left: 105px;
  font-family: "Noto Sans JP-Bold", Helvetica;
  font-weight: bold;
  color: #ffffff;
  font-size: 32px;
  text-align: center;
  letter-spacing: 12%;
  line-height: 150%;
  white-space: nowrap;
}

.cta-buttons-2 .contact-text::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  position: absolute;
  font-size: 28px;
  font-weight: 900;
  color: #fff;
}

.cta-buttons-2 .trial-button-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 580px;
  height: 120px;
  border-radius: 60px;
  background: #f7a457;
}

.cta-buttons-2 .trial-text-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
}

.cta-buttons-2 .trial-button-wrapper::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  position: absolute;
  font-size: 28px;
  font-weight: 900;
  color: #fff;
}

.cta-buttons-2 .trial-text {
  font-family: "Noto Sans JP-Bold", Helvetica;
  font-weight: bold;
  color: #ffffff;
  font-size: 32px;
  text-align: center;
  letter-spacing: 12%;
  line-height: 150%;
  white-space: nowrap;
}

.cta-buttons {
  display: inline-flex;
  align-items: center;
  gap: 40px;
  margin-top: 30px;
  margin-bottom: 160px;
  flex-wrap: wrap;
  justify-content: center;
}

.cta-buttons .contact-button-wrapper {
  position: relative;
  width: 580px;
  height: 120px;
}

.cta-buttons .contact-button {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  padding-left: 50px;
  height: 120px;
  border-radius: 60px;
  box-shadow: 0px 2px 0px #509d6d;
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.05) 49%,
      rgba(0, 0, 0, 0.1) 49%
    ),
    linear-gradient(0deg, rgba(97, 179, 128, 1) 0%, rgba(97, 179, 128, 1) 100%);
}

.cta-buttons .contact-text {
  top: 33px;
  left: 105px;
  text-shadow: 0px 1px 1px #00000033;
  font-family: "Noto Sans JP-Bold", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 36px;
  text-align: center;
  letter-spacing: 2.52px;
  line-height: 54px;
  white-space: nowrap;
}

.cta-buttons .contact-text::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  position: absolute;
  font-size: 28px;
  font-weight: 900;
  color: #fff;
}

.cta-buttons .character-image {
  object-fit: cover;
  width: 36px;
  height: auto;
}

.cta-buttons .trial-button-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 580px;
  height: 120px;
  border-radius: 60px;
  box-shadow: 0px 2px 0px #e0944f;
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.05) 49%,
      rgba(0, 0, 0, 0.1) 49%
    ),
    linear-gradient(0deg, rgba(247, 164, 87, 1) 0%, rgba(247, 164, 87, 1) 100%);
}

.cta-buttons .trial-text-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
  padding-left: 78px;
}

.cta-buttons .trial-button-wrapper::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  position: absolute;
  font-size: 28px;
  font-weight: 900;
  color: #fff;
}

.cta-buttons .trial-text {
  text-shadow: 0px 1px 1px #00000033;
  font-family: "Noto Sans JP-Bold", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 36px;
  text-align: center;
  letter-spacing: 4.32px;
  line-height: 54px;
  white-space: nowrap;
}

.cta-buttons .trial-subtitle {
  text-shadow: 0px 1px 1px #00000033;
  font-family: "Noto Sans JP-Bold", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 22px;
  text-align: center;
  letter-spacing: 2.64px;
  line-height: 33px;
  white-space: nowrap;
}

.courses-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(580px, 1fr));
  gap: 40px 38px;
  justify-content: center;
}

.intro .courses-grid {
  margin-top: 65px;
}

.classroom02,
.classroom03,
.classroom04 {
  margin-top: 80px;
}

/* コースカード */
.course-card {
  background: white;
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.07);
  padding: 40px;
  display: flex;
  flex-direction: column;
  height: auto;
}

/* カードヘッダー */
.card-header {
  display: flex;
  align-items: flex-start;
  gap: 28px;
  margin-bottom: 20px;
}

.course-icon img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  flex-shrink: 0;
}

.course-info {
  flex: 1;
}

.course-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 16px;
}

.course-title .highlight {
  color: #269376;
}

.course-title .highlight.math {
  color: #3a9cd0;
}

.course-title .highlight.highschool {
  color: #f4698a;
}

.course-title .highlight.senior {
  color: #ba76b9;
}

.course-title .normal {
  color: #333333;
}

/* 年齢タグ */
.age-tags {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.age-tag {
  background: white;
  border: 1px solid #999999;
  border-radius: 14px;
  padding: 6px 12px;
  display: flex;
  justify-content: center;
}

.age-tag span {
  color: #4d9668;
  font-size: 14px;
  letter-spacing: 2%;
  line-height: 1;
}

/* コース説明 */
.course-description {
  color: #333333;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1px;
  padding-bottom: 20px;
}

/* 詳細ボタン */
.details-button {
  align-self: flex-end;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 0 4px;
  background: none;
  border: none;
  border-bottom: 1px solid #4d9668;
  cursor: pointer;
  text-decoration: none;
}

.details-button:hover {
  opacity: 0.8;
}

.details-text {
  color: #4d9668;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.32px;
  line-height: 1.5;
  font-family: "Source Han Sans JP";
}

.details-arrow {
  width: 9px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.details-arrow::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  color: #4d9668;
  font-size: 16px;
  font-weight: 600;
}

.message p {
  font-weight: 500;
  text-align: center;
}

.description-section {
  display: block;
  padding: 0 60px;
}

.description-section .header-section {
  text-align: center;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.description-section .header-section img {
  height: 60px;
  object-fit: contain;
}

.description-section .main-title {
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: #269376;
  font-size: 32px;
  letter-spacing: 1.6px;
  line-height: 48px;
}

.separator-line {
  width: 100%;
  height: 1px;
  background-color: #ccc;
  margin: 40px 0;
}

.description-section .description {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: flex-start;
  margin-bottom: 52px;
}

.description-section .description-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.description-section .description-text {
  font-family: "Noto Sans JP", Helvetica;
  color: #333333;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 30px;
  font-weight: 400;
}

.description-section .main-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 8px;
}

.description-section .recommendations-section {
  background-color: #fffcdc;
  padding: 16px 28px 20px;
  border-radius: 8px;
}

.description-section .recommendations-title {
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: #269376;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 30px;
  margin-bottom: 30px;
}

.description-section .recommendations-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.description-section .recommendation-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.description-section .check-icon {
  width: 20px;
  height: 20px;
  background-color: #269376;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.description-section .check-icon::after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
}

.description-section .recommendation-text {
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 400;
  color: #333333;
  font-size: 14px;
  letter-spacing: 0.7px;
  line-height: 21px;
}

.description-section .courses-section {
  margin-bottom: 80px;
}

.description-section .courses-title {
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: #333333;
  font-size: 28px;
  letter-spacing: 1.4px;
  line-height: 42px;
  text-align: left;
  margin-bottom: 16px;
}

.description-section .courses-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  gap: 30px;
  justify-content: center;
}

.description-section .course-card {
  background-color: #ffffff;
  border: 1px solid #269376;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  gap: 20px;
}

.description-section .course-icon {
  width: 100px;
  height: 80px;
  flex-shrink: 0;
  background-color: #f0f0f0;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.description-section .course-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.description-section .course-header {
  display: flex;
  align-items: center;
  gap: 12px;
}

.description-section .course-name {
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: #333333;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 30px;
}

.description-section .course-badge {
  background-color: #269376;
  color: #ffffff;
  border-radius: 10px;
  padding: 4px 6px;
  font-size: 12px;
  letter-spacing: 0.72px;
  line-height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.description-section .course-badge::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  color: #fff;
  font-weight: 600;
}

.description-section .course-details {
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 400;
  color: #333333;
  font-size: 16px;
  letter-spacing: 0.8px;
  line-height: 24px;
}

.application-section {
  background-color: #ecf2ce;
  padding: 60px 0px;
  text-align: center;
  max-width: 1200px;
  margin: auto;
}

.application-header {
  margin-bottom: 40px;
}

.application-subtitle {
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 500;
  color: #7f7f7f;
  font-size: 18px;
  letter-spacing: 0.9px;
  line-height: 27px;
  margin-bottom: 8px;
}

.application-title {
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: #4d9668;
  font-size: 36px;
  letter-spacing: 1.8px;
  line-height: 54px;
}

.application-description {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 400;
  color: #333333;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: normal;
}

.description-section .arrow-icon {
  width: 12px;
  height: 18px;
  color: #333333;
}

.description-section .arrow-icon::after {
  content: "→";
}

.classroom02 .main-title,
.classroom02 .recommendations-title {
  color: #3a9cd1;
}

.classroom02 .check-icon,
.classroom02 .course-badge {
  background-color: #3a9cd1;
}

.classroom02 .course-card {
  border: 1px solid #3a9cd1;
}

.classroom03 .main-title,
.classroom03 .recommendations-title {
  color: #f4698a;
}

.classroom03 .check-icon,
.classroom03 .course-badge {
  background-color: #f4698a;
}

.classroom03 .course-card {
  border: 1px solid #f4698a;
}

.classroom04 .main-title,
.classroom04 .recommendations-title {
  color: #ba76b9;
}

.classroom04 .check-icon,
.classroom04 .course-badge {
  background-color: #ba76b9;
}

.classroom04 .course-card {
  border: 1px solid #ba76b9;
}

.slash {
  display: flex;
  justify-content: center;
}

.slash p {
  position: relative;
  width: fit-content;
  text-align: center;
}

.slash p::before {
  content: "\\";
  position: absolute;
  left: -20px;
  bottom: 0;
  font-weight: 600;
}

.slash p::after {
  content: "/";
  position: absolute;
  right: -20px;
  bottom: 0;
  font-weight: 600;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 800px;
}

.faq-item {
  background-color: #edf6f0;
  border-radius: 10px;
  overflow: hidden;
}

.faq-toggle {
  display: none;
}

.faq-question-label {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  position: relative;
}

.faq-question-label:hover {
  background-color: #e1f0e4;
}

.faq-indicator {
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 400;
  color: #59af79;
  font-size: 30px;
  letter-spacing: 1.5px;
  line-height: 45px;
  white-space: nowrap;
  flex-shrink: 0;
}

.faq-question-text {
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 400;
  color: #333333;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 30px;
  flex: 1;
  margin: 0;
}

.faq-question-label::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 28px;
  font-weight: 300;
  color: #333;
  transition: transform 0.3s ease;
}

.faq-toggle:checked + .faq-question-label::after {
  content: "−";
  transform: translateY(-50%) rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  background-color: #fff;
}

.faq-toggle:checked ~ .faq-answer {
  max-height: 300px;
  padding: 20px;
}

.faq-answer-content {
  display: flex;
  align-items: center;
  gap: 20px;
}

.faq-answer-indicator {
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 400;
  color: #59af79;
  font-size: 30px;
  letter-spacing: 1.5px;
  line-height: 45px;
  white-space: nowrap;
  flex-shrink: 0;
}

.faq-answer-text {
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 400;
  color: #333333;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 27px;
  margin: 0;
}

.small-text {
  width: 100%;
  margin-top: 40px;
  padding-bottom: 40px;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.small-text p {
  text-align: left;
}

.faq {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.faq-toggle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s ease;
}

.faq-item:hover .faq-toggle img {
  transform: scale(1.1);
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1200px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

/* カード */
.feature-card {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* カード画像 */
.card-image {
  width: 100%;
  height: 247px;
  border-radius: 10px;
  object-fit: cover;
}

/* カードコンテンツ */
.card-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 16px;
}

/* タイトルとアイコンのコンテナ */
.title-container {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* カードタイトル */
.card-title {
  color: #4d9668; /* gray-500 */
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

/* アイコンバッジ */
.icon-badge {
  width: 24px;
  height: 24px;
  background-color: #4d9668;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}

.icon-badge::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  position: absolute;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.link-list {
  margin-top: 80px;
  padding: 80px;
  background-color: #edf6f0;
}

/* カード説明文 */
.card-description {
  color: #27272a; /* zinc-800 */
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.help-button-wrapper {
  width: 300px;
  height: 50px;
  margin-top: 60px;
}

.help-button {
  position: relative;
  width: 298px;
  height: 48px;
  background-color: #ffffff;
  border-radius: 25px;
  border: 1px solid;
  border-color: #59af79;
  display: flex;
  justify-content: center;
  align-items: center;
}

.help-text {
  font-family: "Noto Sans JP-Bold", Helvetica;
  font-weight: 700;
  color: #4d9668;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16.8px;
  white-space: nowrap;
}

.help-text::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  position: absolute;
  font-size: 18px;
  font-weight: 900;
}

@media (max-width: 768px) {
  #main {
    padding-top: 80px;
    font-size: 16px;
  }

  .title-box {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .title-inner h1,
  .title-inner h2 {
    font-size: 24px;
  }

  .title-inner p {
    font-size: 14px;
  }

  .intro-inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .faq .intro-inner {
    padding-top: 0px;
    padding-bottom: 30px;
  }

  .faq-list {
    gap: 15px;
  }

  .intro-inner .intro-title h2 {
    font-size: 24px;
  }

  .intro-inner .intro-description {
    padding-top: 32px;
    padding-bottom: 40px;
  }

  .bnr-diagnosis {
    padding: 60px 0 80px;
  }

  .cta-buttons-2 .contact-button-wrapper,
  .cta-buttons-2 .contact-button,
  .cta-buttons-2 .trial-button-wrapper,
  .cta-buttons-2 .trial-text-container {
    width: 345px;
    height: 70px;
    padding-left: 0;
    justify-content: center;
    gap: 4px;
  }

  .cta-buttons-2 .contact-text,
  .cta-buttons-2 .trial-text {
    font-size: 18px;
  }

  .cta-buttons {
    flex-direction: column;
    margin-top: 12px;
    gap: 20px;
  }

  .cta-buttons .contact-button-wrapper,
  .cta-buttons .contact-button,
  .cta-buttons .trial-button-wrapper,
  .cta-buttons .trial-text-container {
    width: 345px;
    height: 70px;
    padding-left: 0;
    justify-content: center;
    gap: 4px;
  }

  .cta-buttons .contact-text,
  .cta-buttons .trial-text {
    font-size: 20px;
  }

  .cta-buttons .character-image {
    width: 22px;
  }

  .courses-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 32px;
  }

  .course-card {
    padding: 24px;
    min-height: auto;
  }

  .card-header {
    flex-direction: column;
    text-align: center;
    gap: 16px;
  }

  .course-icon {
    margin: 0 auto;
  }

  .course-title {
    font-size: 24px;
    text-align: center;
  }

  .course-description {
    font-size: 16px;
  }

  .age-tags {
    justify-content: flex-start;
    margin-bottom: 0;
  }

  .course-card {
    padding: 20px;
  }

  .age-tag span {
    font-size: 10px;
  }

  .course-title {
    font-size: 20px;
  }

  .course-description {
    font-size: 16px;
    padding-bottom: 12px;
  }

  .course-icon img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    flex-shrink: 0;
  }

  .intro-inner .intro-title p {
    font-size: 18px;
  }

  .card-header {
    flex-direction: row;
  }

  .course-title {
    text-align: left;
  }

  .cta-buttons {
    margin-bottom: 0;
  }

  .description-section .header-section {
    margin-bottom: 12px;
  }

  .description-section .header-section img {
    height: 40px;
    object-fit: contain;
  }

  .description-section .main-title {
    font-size: 20px;
    line-height: 1.5;
  }

  .description-section .description {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 20px;
  }

  .description-section .main-image {
    order: -1;
    width: 100%;
    height: auto;
    border-radius: 0%;
  }

  .description-section .recommendations-section {
    padding: 14px;
  }

  .description-section .course-name {
    font-size: 16px;
    line-height: 1.5;
  }

  .description-section .course-badge {
    font-size: 10px;
    padding: 1px 4px;
  }

  .description-section .course-badge::after {
    font-size: 10px;
  }

  .description-section .course-card {
    gap: 10px;
    padding: 8px;
  }

  .description-section .courses-grid {
    display: flex;
    flex-direction: column;
    margin-top: 0;
    gap: 8px;
  }

  .description-section .course-icon img {
    border-radius: 0%;
  }

  .description-section .course-content {
    gap: 0;
    margin-top: 8px;
  }

  .description-section .course-details {
    font-size: 12px;
    line-height: 1.5;
  }

  .description-section .recommendations-list {
    gap: 4px;
  }

  .description-section .recommendations-title {
    margin-bottom: 6px;
    font-size: 16px;
  }

  .description-section .description-text {
    font-size: 16px;
    line-height: 1.5;
  }

  .description-section .separator-line {
    margin: 16px 0;
  }

  .description-section .courses-section {
    margin-bottom: 40px;
  }

  .application-title {
    font-size: 20px;
    line-height: 1.5;
    margin-top: 4px;
  }

  .application-subtitle {
    font-size: 14px;
    line-height: 1.5;
  }

  .application-section {
    padding: 40px 0;
  }

  .application-header {
    margin-bottom: 16px;
  }

  .cta-buttons-2 {
    margin-top: 16px;
  }

  .description-section {
    padding: 40px 30px 0;
  }

  .description-section .course-header {
    gap: 6px;
  }

  .slash p {
    font-size: 14px;
  }

  .description-section .courses-title {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .faq-answer-indicator,
  .faq-indicator {
    font-size: 15px;
    line-height: 1;
  }

  .faq-question-label {
    padding: 10px 48px 10px 10px;
  }

  .faq-answer-text,
  .faq-question-text {
    font-size: 12px;
  }

  .faq-toggle:checked ~ .faq-answer {
    padding: 10px;
  }

  .cards-grid {
    grid-template-columns: 1fr;
    width: auto;
    padding: 20px 15px;
    gap: 10px;
  }

  .link-list {
    padding: 0;
    margin-top: 40px;
  }

  .card-image {
    width: 116px;
    height: auto;
    object-fit: contain;
  }

  .feature-card {
    flex-direction: row;
    gap: 12px;
    padding: 10px;
  }

  .card-title {
    font-size: 18px;
  }

  .card-description {
    font-size: 14px;
  }

  .card-content {
    padding-top: 0;
  }

  .icon-badge {
    width: 18px;
    height: 18px;
  }

  .title-container {
    gap: 4px;
  }

  .icon-badge::after {
    font-size: 12px;
  }

  .help-button-wrapper {
    margin-top: 30px;
  }

  .description-section .recommendation-item {
    align-items: flex-start;
  }

  .small-text {
    margin-top: 12px;
    padding-bottom: 20px;
  }

  .classroom02,
  .classroom03,
  .classroom04 {
    margin-top: 0;
  }

  .intro .courses-grid {
    margin-top: 32px;
  }

  .help-button-wrapper {
    width: 223px;
    height: 37px;
  }

  .help-button {
    position: relative;
    width: 221px;
    height: 35px;
  }
}
