@charset "utf-8";
.blue {
  color: #0f65ec !important;
}
.green {
  color: #009717 !important;
}
.orange {
  color: #f73603 !important;
}
h1 {color: #333; -webkit-text-fill-color:inherit;}

.sub-page .course .ttl-inner {
  margin: 0 auto 5rem;
}
.course-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.course-wrap .text {
  letter-spacing: 2px;
  font-size: 1.9rem;
}
.course-wrap .img {
  width: 46%;
  margin-top: 1rem;
}
.course-wrap .community-btn {
  margin-top: 3rem;
}
.course-wrap .community-btn a {
  padding: 17px 60px;
}

.sub-page .problem {
  padding: 40px 20px;
  background: #e9e9e9;
  text-align: center;
}
.sub-page.operations .problem {
  padding: 40px 20px 60px;
}

.problem__title {
  font-size: 4.4rem;
  font-weight: 500;
  margin-bottom: 40px;
}

.problem__title span {
  color: #e60023;
}

.problem__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

/* 左右カラム */
.problem__col {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.problem__col:first-child .problem__box:nth-child(1) {
  margin-left: 100px;
}

.problem__col:first-child .problem__box:nth-child(2) {
  margin-left: 20px;
}

.problem__col:first-child .problem__box:nth-child(3) {
  margin-left: 0;
}

.problem__col:last-child .problem__box:nth-child(1) {
  margin-left: 0;
}

.problem__col:last-child .problem__box:nth-child(2) {
  margin-left: 40px;
}

.problem__col:last-child .problem__box:nth-child(3) {
  margin-left: 60px;
}
/* ボックス */
.problem__box {
  background: #595758;
  color: #fff;
  padding: 12px 25px;
  border-radius: 8px;
  letter-spacing: 1px;
  font-size: 1.5rem;
  max-width: max-content;
}

.operations .problem__image,
.analysis .problem__image {
  position: absolute;
  bottom: -40px;
}
.operations .problem__col,
.analysis .problem__col {
  gap:35px;
}
.operations .problem__wrapper {
  gap:30px;
}
.analysis .problem__wrapper {
  gap:130px;
}
.analysis .problem__col:first-child .problem__box:nth-child(1) {
  margin-left: -60px;
}
/* 中央画像 */
.problem__image img {
  width: 280px;
  max-width: 100%;
  height: auto;
}

.sub-page .solution {
  padding: 60px 20px 30px;
  margin-bottom: 0;
  text-align: center;
}

/* 上の小テキスト */
.solution__lead {
  font-size: 4rem;
  margin-bottom: 10px;
  color: #333;
  font-weight: 600;
}

/* メインタイトル */
.solution__title {
  font-size: 4.5rem;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding-bottom: 0;
  margin-bottom: 1rem;
}

/* 赤文字 */
.solution__title span {
  font-size: 5rem;
  color: #e60023;
  position: relative;
}

.solution__title span::after {
  content: ".　.";
  position: absolute;
  top: -1em;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.8em;
}

/* 説明文 */
.solution__desc {
  font-size: 3rem;
  line-height: 1.8;
  color: #333;
}

/* 赤強調 */
.solution__desc span {
  color: #e60023;
  font-weight: bold;
  font-size: 3.5rem;
}
.solution .curriculum-circle {
  width: 35%;
  margin: 3rem 0 auto;
}

.zissen-course-txtwrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.zissen-course-txtwrap .img {
  width: 30%;
  height: 440px;
}
.zissen-course-txtwrap .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zissen-course-txtwrap .text {
  letter-spacing: 3px;
    font-size: 1.9rem;
}


/* タイトル */
.course-figure .inner {
    position: relative;
    width: 1256px;
    height: 506px;
    background: #ffffff;
    overflow: hidden;
    box-sizing: border-box;
  }

  .course-figure * {
    box-sizing: border-box;
  }
.course-figure {
  margin-bottom: 3rem;
}

  .course-title {
    position: absolute;
    left: 24px;
    top: 16px;
    margin: 0;
    font-size: 5.5rem;
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 1.05;
  }

  .title-rule {
    position: absolute;
    left: 26px;
    top: 90px;
    width: 1210px;
    height: 1px;
    background: #8f8f8f;
  }

  .lead {
    position: absolute;
    left: 26px;
    top: 122px;
    margin: 0;
    font-size: 33px;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1.35;
  }

  .desc {
    position: absolute;
    left: 28px;
    top: 192px;
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.7;
    color: #313131;
  }

  .desc span {
    display: block;
  }

  .donut-wrap {
    position: absolute;
    right: 48px;
    top: 145px;
    width: 320px;
    height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .donut-image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 1;
  }





  .donut-label {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.5rem;
    font-weight: 700;
    color: #4b4d52;
    letter-spacing: 0.02em;
    line-height: 1.2;
    text-align: center;
  }

  .bottom-ui {
    position: absolute;
    left: 348px;
    bottom: 49px;
    width: 595px;
    height: 64px;
  }

  .pill {
    position: absolute;
    left: 0;
    top: 0;
    width: 228px;
    height: 64px;
    border-radius: 999px;
    background: #d5303d;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.02em;
  }

  .detail-text {
    position: absolute;
    right: 92px;
    top: 28px;
    font-size: 22px;
    font-weight: 500;
    color: #555555;
    line-height: 1;
    white-space: nowrap;
  }

  .detail-line {
    position: absolute;
    left: 176px;
    right: -68px;
    bottom: 5px;
    height: 3px;
    background: #d5303d;
  }

  .detail-arrow {
    position: absolute;
    right: 45px;
    bottom: 6px;
    width: 0;
    height: 0;
    border-top: 19px solid transparent;
    border-left: 21px solid #d5303d;
    transform: translateX(-50%) rotate(360deg);
  }


 .subsidy-section {
    background-color: #f5f5f5; /* 画像の背景色 */
    padding: 50px 0;
    font-family: "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
    color: #333333;
  }

  .subsidy-section .inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
  }

  .subsidy-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 40px;
  }

  .subsidy-title span {
    color: #d5303d; /* 赤色 */
  }

  .condition-box-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px; /* ボックス間のスペース */
    margin-bottom: 30px;
  }

  .condition-box {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px 30px;
    width: 100%;
    max-width: 600px; /* ボックスの最大幅 */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  }

  .condition-text {
    font-size: 2rem;
    font-weight: 600;
    color: #d5303d; /* 赤色 */
    margin: 0;
  }

  .note-text {
    font-size: 1.6rem;
    color: #d5303d;
    margin-top: 20px;
    margin-bottom: 6rem;
    font-weight: 600;
  }


/*video-edit*/
.sub-page .catch-copy {
  padding: 4rem 0 1rem;
}
.hero img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .heading {
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
    color: #333;
    margin: 0 0 5rem 0;
    line-height: 1.6;
  }

  .heading .blue {
    color: #0E62E9;
    font-weight: bold;
    font-size: 5rem;
  }

  .heading .underline {
    position: relative;
    display: inline-block;
    line-height: 1.2;
  }
.heading .underline::after {
  background-color: #0E62E9; /* 線色 */
  border-radius: 5px; /* 線幅の半分 */
  content: "";
  display: block;
  height: 7px; /* 線幅 */
}
.heading .underline.green::after {
  background-color: #009717;
}

.heading .underline.orange::after {
  background-color: #f73603;
}

  .consultation-button,
.etc-button {
    background: linear-gradient(180deg, #09BDF8 0%, #0E66E9 100%);
    color: white;
    border: none;
    padding: 30px 140px;
    font-size: 3rem;
  text-align: center;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 500;
    box-shadow: 0 4px 15px rgba(0, 153, 255, 0.3);
    transition: all 0.3s ease;
  }
.consultation-button.green {
  background: linear-gradient(180deg, #00ef1f 0%, #009a19 100%);
  color: #fff !important ;
}
.consultation-button.orange {
  background: linear-gradient(180deg, #f9c92a 0%, #f73e06 100%);
  color: #fff !important ;
}
.etc-button {
  width: 70%;
  margin: 0 auto;
}
.etc-button.green {
    background: linear-gradient(180deg, #00ef1f 0%, #009a19 100%);
  color: #fff !important;
      padding: 20px 60px;
  font-size: 2.4rem;
}
.etc-button.orange {
    background: linear-gradient(180deg, #f9c92a 0%, #f73e06 100%);
  color: #fff !important;
      padding: 20px 60px;
  font-size: 2.4rem;
}
.etc-button.blue {
    background: linear-gradient(180deg, #09BDF8 0%, #0E66E9 100%);
  color: #fff !important;
      padding: 20px 60px;
  font-size: 2.4rem;
}

  .etc-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 153, 255, 0.4);
  }
.etc-button.orange:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgb(255 165 0 / 30%);
  }
.etc-button.green:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgb(0 255 20 / 30%);
  }

.lms-management {
      margin: 0 auto 5rem;
      border: 2px solid #0e62e9;
  width: 56%;
    }
.lms-management.green {
      border: 2px solid #009717;
}
.lms-management.orange {
  border: 2px solid #f73603;
}
 
    .lms-management__title {
      background: linear-gradient(180deg, #09BDF8 0%, #0E66E9 100%);
      margin: 0;
      padding: 14px 24px;
      font-size: 3.3rem;
      font-weight: 700;
      color: #fff;
      letter-spacing: 0.05em;
    }
.lms-management__title.orange {
  background: linear-gradient(180deg, #f9c92a 0%, #f73e06 100%);
  color: #fff !important;
}
.lms-management__title.green {
  background: linear-gradient(180deg, #00ef1f 0%, #009a19 100%);
  color: #fff !important;
}
 
    .lms-management__body {
      padding: 1rem 2rem;
      text-align: center;
    }
 
    .lms-management__body p {
      color: #333;
      font-size: 2.4rem;
      font-weight: 400;
      line-height: 1.6;
    }



.curriculum {
    background-color: #e8f0f8;
    padding: 60px 20px;
    text-align: center;
  }

  .curriculum-header {
    margin-bottom: 50px;
  }

  .curriculum-label {
    color: #0f65ec;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 0 0 10px 0;
  }

  .curriculum-title {
    color: #333;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 15px 0;
  }

  .curriculum-subtitle {
    font-size: 32px;
    font-weight: bold;
    color: #333;
    margin: 0;
  }

  .curriculum-subtitle .highlight {
    color: #0f65ec;
    font-size: 40px;
  }

  .curriculum-subtitle::after {
    content: '';
    display: block;
    width: 200px;
    height: 3px;
    background-color: #0f65ec;
    margin: 15px auto 0;
  }
  .curriculum-tabs {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 10rem;
    flex-wrap: wrap;
  }

  .tab {
    flex: 1;
    min-width: 280px;
    max-width: 350px;
    position: relative;
  }
.sub-page.operations .tab,
.sub-page.analysis .tab {
  min-width: 42%;
}
.sub-page.operations .tab-text,
.sub-page.analysis .tab-text {
  font-size: 3.4rem;
}


  .tab-image {
    width: 100%;
  height: auto;
  border-radius: 20px;
  position: relative;
  display: block;
  }
 
  .tab-text {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    font-size: 3.8rem;
    font-weight: 500;
    color: white;
    text-align: center;
    line-height: 1.2;
    margin: 0;
}
 .tab-text::after {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 24px;
  border: 2px solid white;
  border-top: none;
  border-left: none;
  transform: translateX(-50%) rotate(45deg);
  margin-top: 100px;
}

  .sub-page .curriculum {
    background-color: #d1e0f7;
    padding: 60px 20px;
    text-align: center;
    margin-bottom: 0;
  }
.sub-page.operations .curriculum {
  background-color: #eaf8eb;
}
.sub-page.operations .curriculum-subtitle::after {
  background-color: #009717;
}


.sub-page.analysis .curriculum {
  background-color: #fbf1ef;
}
.sub-page.analysis .curriculum-subtitle::after {
  background-color: #f53503;
}

  .curriculum-header {
    margin-bottom: 50px;
  }

  .curriculum-label {
    color: #0f65ec;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 2px;
    margin: 0 0 10px 0;
  }

  .curriculum-title {
    color: #333;
    font-size: 3rem;
    font-weight: 600;
    margin: 0 0 2.5rem 0;
  }

  .curriculum-subtitle {
    font-size: 32px;
    font-weight: 600;
    color: #333;
    margin: 0;
  }

  .curriculum-subtitle .highlight {
    color: #0f65ec;
    font-size: 4rem;
    font-weight: 900;
  }

  .curriculum-subtitle::after {
    content: '';
    display: block;
    width: 275px;
    height: 2px;
    background-color: #0f65ec;
    margin: 15px auto 0;
  }

  .curriculum-content {
    background-color: white;
    border-radius: 20px;
    padding: 40px;
    text-align: left;
    position: relative;
    margin: 0 8rem 12rem;
  }
.curriculum-content:last-child {
  margin-bottom: 0;
}

  .content-wrap {
    position: absolute;
    top: -40px;
    left: 30px;
    display: flex;
    align-items: anchor-center;
  }
  .content-number {
  font-size: 80px;
     font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #0f65ec;
}
  .content-body {

  }

  .content-title {
    font-size: 3rem;
    font-weight: bold;
    color: #0f65ec;
    padding-left: 1rem;
    margin: 0;
  }

  .content-text {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.8;
    margin: 0 0 15px 0;
  }

  .highlight-text {
    color: #0f65ec;
    font-weight: bold;
  }

  .content-meta {
    font-size: 1.8rem;
    margin: 20px 0 0 0;
  }

  .benefit {
  }


  .benefit-title-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 50px;
  }

  .benefit-title-line {
    flex: 1;
  height: 1px;
  border-bottom: 7px dotted #333;
  background: none;
  max-width: 25%;
  }

  .benefit-title {
    font-size: 3rem;
    font-weight: bold;
    color: #333;
    margin: 0;
    white-space: nowrap;
  }

  .benefit-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 130px;
    max-width: 1000px;
    margin: 0 auto;
}

  .benefit-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .benefit-list li {
    display: flex;
    align-items: center;
    font-size: 2rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.6;
  }

  .benefit-list li:last-child {
    margin-bottom: 0;
  }

  .checkmark {
    background: #fff;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    color: #0066ff;
    padding: .3rem;
    margin-right: 15px;
    flex-shrink: 0;
  }


  .benefit-image {
    flex: .45;
    text-align: center;
  }

  .benefit-image img {
    max-width: 100%;
    height: auto;
  }

  .sub-page .price-section {
  background: linear-gradient(135deg, #f5f5f5 0%, #e8e8e8 100%);
  padding: 60px 20px;
    margin-bottom: 0;
  text-align: center;
}

.price-container {
  max-width: 600px;
  margin: 0 auto;
}
.price-container .consultation-button {
  padding: 10px 120px;
}
.section-title {
  font-weight: bold;
  color: #333;
  margin-bottom: 40px;
  position: relative;
}
.section-title span {
  position: relative;
  font-size: 4rem;
  z-index: 1;
}

.section-title::before {
  content: "PRICE";
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 11rem;
  font-weight: bold;
  color: rgba(200, 220, 240, 0.3);
  letter-spacing: 10px;
}
.operations .section-title::before {
  color: rgba(227, 232, 226, 1);
}
.analysis .section-title::before {
  color: rgba(239, 227, 227, 1);
}
.price-card {
  background: white;
  border-radius: 15px;
  padding: 40px 30px;
  margin-bottom: 8rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.price-description {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 5rem;
}

.price-display {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.price-amount {
  font-size: 11rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #0066ff;
}

.price-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.tax-label {
  font-size: 1.3rem;
  color: #0066ff;
  font-weight: bold;
}

.currency {
  font-size: 3rem;
  color: #0066ff;
  font-weight: bold;
}


 /* =============================
       Section: tuition-fee
    ============================= */
    .sub-page .tuition-fee {
      background-color: #0e61e9;
      padding: 48px 40px 56px;
      margin-bottom: 0;
    }
    .operations.sub-page .tuition-fee {
      background-color: #009517;
    }
.analysis.sub-page .tuition-fee {
      background-color: #f73603;
    }
 
    .tuition-fee__title {
      text-align: center;
      font-size: 28px;
      font-weight: 700;
      color: #fff;
      margin: 0 0 32px;
    }
 
    /* --- 上段2カラム --- */
    .tuition-fee__top {
      display: flex;
      gap: 16px;
      max-width: 800px;
      margin: 0 auto 20px;
    }
 
    .tuition-fee__box {
      flex: 1;
      background-color: #fff;
      text-align: center;
      padding: 18px 16px;
      font-size: 2rem;
      font-weight: 700;
      
    }
 
    /* --- LMSカード --- */
    .tuition-fee__lms {
      background-color: #fff;
      max-width: 800px;
      margin: 0 auto;
      padding: 24px 32px 24px;
    }
 
    .tuition-fee__lms-title {
      text-align: center;
      font-size: 2rem;
      font-weight: 700;
      
      margin: 0 0 14px;
    }
 
    .tuition-fee__lms-divider {
      border: none;
      border-top: 2px dashed #aaa;
      margin: 0 0 18px;
    }
 
    /* 3カラム機能リスト */
    .tuition-fee__features {
      display: flex;
      justify-content: center;
      gap: 40px;
      margin-bottom: 20px;
    }
 
    .tuition-fee__feature {
      font-size: 1.6rem;
      font-weight: 700;
      white-space: nowrap;
    }
 
    .tuition-fee__feature::before {
      content: "■";
      color: #333;
      margin-right: 4px;
    }
 
    /* 注意事項エリア */
    .tuition-fee__notice {
      display: flex;
      align-items: center;
      gap: 16px;
    }
 
    .tuition-fee__notice-label {
      font-size: 1.4rem;
    font-weight: 500;
    padding: 4px 8px;
    white-space: nowrap;
    margin-top: 2px;
    background: #333;
    color: #fff;
    }
 
    .tuition-fee__notice-list {
      list-style: none;
      margin: 0;
      padding: 0;
    }
 
    .tuition-fee__notice-list li {
      font-size: 1.3rem;
      
      line-height: 1.9;
    }
 
    .tuition-fee__notice-list li::before {
      content: "・";
    }



.sub-page .etc-course-wrap {
  margin-bottom: 5rem;
}
.etc-course-title {
  display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 50px;
}
.etc-title {
  font-size: 3rem;
    font-weight: bold;
    color: #333;
    margin: 0;
    white-space: nowrap;
}
.etc-title-line {
    flex: 1;
    height: 1px;
    border-bottom: 7px dotted #333;
    background: none;
    max-width: 100%;
}
.etc-img-wrap {
  display: flex;
  justify-content: center;
  gap:20px;
}
.etc-img-wrap .left,
.etc-img-wrap .right {
  text-align: center;
}
.etc-img-wrap a {
  display: block;
  margin-bottom: 2rem;
}
  
@media (max-width: 1280px) {
    .course-figure {
      min-height: 40vw; /* 画面幅に合わせて高さを調整 */
    }

    .course-title {
      font-size: 4.5vw;
      left: 2vw;
      top: 1.5vw;
    }

    .title-rule {
      top: 7vw;
      left: 2vw;
      width: calc(100% - 4vw);
    }

    .lead {
      font-size: 2.5vw;
      left: 2vw;
      top: 10vw;
    }

    .desc {
      font-size: 1.8vw;
      left: 2.2vw;
      top: 15vw;
    }

    .donut-wrap {
      right: 3vw;
      top: 10vw;
      width: 25vw;
      height: 25vw;
    }

    .donut-label {
      font-size: 2.5vw;
    }

    .bottom-ui {
      left: 28vw;
      bottom: 4vw;
      width: 45vw;
      height: 5vw;
    }

    .pill {
      width: 18vw;
      height: 5vw;
      font-size: 2.3vw;
    }

    .detail-text {
      right: 7vw;
      top: 2vw;
      font-size: 1.7vw;
    }

    .detail-line {
      left: 14vw;
      right: -5vw;
      bottom: 0.5vw;
      height: 0.3vw;
    }

    .detail-arrow {
      right: 3.5vw;
      bottom: 0.5vw;
      border-top: 1.5vw solid transparent;
      border-left: 1.7vw solid #d5303d;
    }
  }


/* =====================
   レスポンシブ
===================== */


/* SP */
@media (max-width: 768px) {
  .hero img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .heading {
    font-size: 7vw;
    margin-bottom: 2rem;
  }
  .heading .blue {
    font-size: 8vw;
  }
  .lms-management {
    width: 95%;
    margin-bottom: 2rem;
  }
  .sub-page .problem {
    margin: 0;
  }
  .problem__wrapper {
    flex-direction: column;
    gap: 30px;
  }

  .problem__col {
    align-items: center;
    width: 100%;
  }
  .operations .problem__image,
  .analysis .problem__image {
    position: unset;
  }
  .analysis .problem__wrapper {
    gap:20px;
  }
  .problem__title {
    font-size: 7vw;
  }
  
  .problem__box {
    max-width: 100%;
    width: 100%;
     margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .problem__image img {
    width: 220px;
  }
  .sub-page .solution {
    padding: 30px 0;
  }
  .solution__title {
    font-size: 5vw;
  }
  .solution__title span {
    font-size: 6vw;
  }
  .solution .curriculum-circle {
    width: 90%;
    margin: 0;
  }

  .solution__desc {
    font-size: 4vw;
    margin-bottom: 2rem;
  }
  .solution__desc span {
    font-size: 5vw;
  }

  .solution__title span::after {
    width: 23px;
        top: -17px;
        left: 37%;
  }
  
  .sub-page .curriculum {
    margin: 0;
  }
  .tab-image {
    margin: 0 auto;
    width: 95%;
  }
  .tab-text {
  font-size: 7vw;
  }
  .sub-page.operations .tab-text,
  .sub-page.analysis .tab-text {
    font-size: 6vw;
        bottom: 40px;
  }
  .curriculum-content {
    padding: 5rem 2rem 3rem;
    margin: 0 0 8rem;
  }
  .course-figure {
      flex-direction: column;
      align-items: center;
      min-height: auto;
      padding-bottom: 20px;
    } 
  .content-title {
    font-size: 6vw;
  }
  
  .content-text {
    font-size: 4vw;
  }
  
  .course-figure .inner {
    width: 100%;
    padding: 1rem;
    height: auto;
  }
  
  .course-wrap {
      flex-direction: column; /* 縦並びにする */
      align-items: center;
    }

    .course-wrap .text {
      font-size: 1.6rem;
      text-align: center;
      margin-bottom: 20px;
    }

    .course-wrap .img {
      width: 80%; /* 画像の幅を調整 */
      margin-top: 0;
      margin-bottom: 30px;
    }

    .course-title {
      position: static;
      font-size: 8vw;
      text-align: center;
      margin-top: 20px;
      left: auto;
      top: auto;
    }

    .title-rule {
      position: static;
      width: 80%;
      margin: 10px auto 20px auto;
      left: auto;
      top: auto;
    }

    .lead {
      position: static;
      font-size: 4vw;
      text-align: center;
      margin: 0 10px;
      left: auto;
      top: auto;
    }

    .desc {
      position: static;
      font-size: 3vw;
      text-align: center;
      margin: 10px 10px 20px 10px;
      left: auto;
      top: auto;
    }

    .donut-wrap {
      position: relative;
      right: auto;
      top: auto;
      width: 40vw;
      height: 40vw;
      margin-bottom: 20px;
    }

    .donut-label {
      font-size: 4vw;
    }

    .bottom-ui {
      position: relative;
      left: auto;
      bottom: auto;
      width: 80%;
      margin: 0 auto;
      height: auto;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .pill {
      position: static;
      width: 50%;
      height: 8vw;
      font-size: 4vw;
      margin-bottom: 10px;
    }

    .detail-text {
      position: static;
      right: auto;
      top: auto;
      font-size: 3vw;
      margin-bottom: 5px;
    }

    .detail-line {
      position: static;
      width: 60%;
      height: 0.5vw;
      margin: 0 auto;
      left: auto;
      right: auto;
      bottom: auto;
    }

    .detail-arrow {
      display: none;
    }
  .subsidy-section {
      padding: 30px 0;
    margin-bottom: 5rem;
    }

    .subsidy-title {
      font-size: 28px;
      margin-bottom: 30px;
    }

    .condition-box {
      padding: 15px 20px;
      max-width: 90%;
    }

    .condition-text {
      font-size: 18px;
    }

    .note-text {
      font-size: 14px;
    }
  .zissen-course-txtwrap {
    flex-wrap: wrap;
  }
  .zissen-course-txtwrap .text {
    letter-spacing: 2px;
    font-size: 4vw;
    margin-bottom: 2rem;
  }
  .zissen-course-txtwrap .img {
    width: 100%;
    height: auto;
  }
  .curriculum-tabs {
      flex-direction: column;
      align-items: center;
    }

    .tab {
      width: 100%;
      max-width: 100%;
    }

  
    .content-number {
      position: static;
      opacity: 0.2;
      margin-bottom: 10px;
    }

    .content-body {
      margin-left: 0;
    }


    .tab {
      width: 100%;
      max-width: 100%;
    }

  .content-wrap {
    left: 10px;
  }
    .content-number {
      position: static;
      opacity: 0.2;
      margin-bottom: 0;
    }
  
    .benefit-content {
      gap: 10px;
    }
  .benefit-content .benefit-list {
    width: 55%;
  }
  .benefit-content .benefit-image {
    width: 45%;
    flex: auto;
  }
  .analysis .benefit-content .benefit-list {
    width: 65%;
  }
  .analysis .benefit-content .benefit-image {
    width: 30%;
  }
    .benefit-title-wrap {
      gap: 10px;
    }

    .benefit-title-line {
      max-width: 80px;
    }

    .benefit-title {
      font-size: 22px;
    }

    .benefit-list li {
      font-size: 3vw;
    }
  
  .sub-page .price-section {
    padding: 4rem 2rem 6rem;
    min-height: auto;
    margin: 0;
  }
    
  .price-description {
    font-size: 4vw;
    margin-bottom: 3rem;
  }
  .price-unit {
    gap:6px;
  }
  .price-card {
    padding:3rem 1rem 4rem;
    margin-bottom: 5rem;
  }

  .price-display {
    gap: 4px;
    align-items: center;
  }
  .price-amount {
    font-size: 18vw;
  }
  .tax-label {
    font-size: 3vw;
  }
  .currency {
    font-size: 8vw;
  }
  .price-container .consultation-button {
    padding: 10px 50px;
}
  
  .sub-page .tuition-fee {
    margin: 0;
  }

  .consultation-button {
    width: 100%;
    padding: 25px 60px;
    font-size: 6vw;
  }
  
  .tuition-fee {
        padding: 36px 16px 40px;
      }
 
      .tuition-fee__title {
        font-size: 7vw;
      }
 
      .tuition-fee__top {
        flex-direction: column;
      }
 
      .tuition-fee__lms {
        padding: 20px 16px;
      }
 
      .tuition-fee__features {
        flex-direction: column;
        gap: 6px;
      }
 
      .tuition-fee__notice {
        flex-direction: column;
        gap: 8px;
      }
 
      .tuition-fee__notice-list li {
        font-size: 12px;
      }
  .lms-management__title {
        font-size: 5vw;
        padding: 12px 16px;
      }
 
      .lms-management__body {
        padding: 20px 16px;
      }
 
      .lms-management__body p {
        font-size: 14px;
        letter-spacing: 0.1em;
        text-align: left;
      }
  
  .consultation-button.green,
  .consultation-button.blue,
  .consultation-button.orange {
    display: block;
    padding: 20px 10px;
    font-size: 5vw;
    text-align: center;
  }
  .etc-img-wrap {
    flex-wrap: wrap;
  }
  .etc-button {
    width: 100%;
  }
}
  
@media (max-width: 480px) {
    .course-title {
      -webkit-text-fill-color: #333;
      font-size: 7vw;
    }

    .lead {
      font-size: 5vw;
    }

    .desc {
      font-size: 4vw;
    }

    .donut-wrap {
      width: 60vw;
      height: 60vw;
      justify-content: center;
      margin: 0 auto 2rem;
    }

    .donut-label {
      font-size: 5vw;
    }

    .pill {
      width: 70%;
      height: 10vw;
      font-size: 5vw;
    }

    .detail-text {
      font-size: 4vw;
    }

   
  .subsidy-section .inner {
      padding: 0 15px;
    }

    .subsidy-title {
      font-size: 5.5vw;
      margin-bottom: 20px;
    }

    .condition-box {
      padding: 10px 15px;
    }

    .condition-text {
      font-size: 4.5vw;
    }

    .note-text {
      font-size: 4vw;
    }
  }