@font-face {
  font-family: "Qubena Gothic";
  font-display: swap;
  src: url(/wp-content/themes/COMPASS/assets/fonts/QubenaGothic-Regular.woff) format("woff"), 
       url(/wp-content/themes/COMPASS/assets/fonts/QubenaGothic-Regular.ttf) format("truetype");
  font-weight: 400;}

@font-face {
  font-family: "Qubena Gothic";
  font-display: swap;
  src: url(/wp-content/themes/COMPASS/assets/fonts/QubenaGothic-Bold.woff) format("woff"), 
       url(/wp-content/themes/COMPASS/assets/fonts/QubenaGothic-Bold.ttf) format("truetype");
  font-weight: 700;
}

/* ===== スワイプ機能のカスタマイズ ===== */
/* PC版では通常表示、SP版（750px以下）でスワイプ機能を有効化 */
@media print, screen and (min-width: 751px) {
  .feature2-section__card-wide-illust.scroll_container {
    overflow-x: visible;
    width: 100%;
  }
  
  .feature2-section__card-wide-illust .scroll_content {
    width: 100%;
    padding-right: 0;
  }
  
  .feature2-section__card-wide-illust .scroll_icon {
    display: none;
  }
}

@media only screen and (max-width: 750px) {
  .feature2-section__card-wide-illust.scroll_container {
    overflow-x: scroll;
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }
  
  .feature2-section__card-wide-illust .scroll_content {
    width: 260%;
    padding-right: 2.1428571429rem;
  }
  
  .feature2-section__card-wide-illust .scroll_icon {
    display: block;
    width: 5.7142857143rem;
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    z-index: 10;
    pointer-events: none;
  }
  
  /* スクロールバーのスタイル */
  .feature2-section__card-wide-illust.scroll_container::-webkit-scrollbar {
    height: 8px;
  }
  
  .feature2-section__card-wide-illust.scroll_container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
  }
  
  .feature2-section__card-wide-illust.scroll_container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
  }
  
  .feature2-section__card-wide-illust.scroll_container::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
}

/* ========================================
   リセット & ベーススタイル
   ======================================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Qubena Gothic', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'Meiryo', sans-serif;
  line-height: 1.5;
  color: #212423;
  background: #fff;
  overflow-x: hidden;
  min-width: 360px;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ========================================
   CTA追従バナー（PC/SP共通・画面追従）
   ======================================== */
.cta-banner {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 1000;
  width: 131px;
  height: 131px;
  /*display: none;/*ページを作成中のため非表示*/
}

.cta-banner__circle {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.cta-banner__circle img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cta-banner__button {
  position: absolute;
  top: 31px;
  right: 13px;
  width: 104px;
  height: 74px;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.cta-banner__button:hover {
  transform: scale(1.05);
}

.cta-banner__badge {
  position: absolute;
  top: 0;
  left: 0;
  width: 104px;
  height: 24px;
}

.cta-banner__badge-text {
  position: absolute;
  top: 0;
  left: 10px;
  width: 83px;
  height: 24px;
  font-weight: 700;
  font-size: 8px;
  line-height: normal;
  text-align: center;
  color: #fff;
}

.cta-banner__badge-arrow {
  position: absolute;
  top: 4px;
  width: 9px;
  height: 17px;
}

.cta-banner__badge-arrow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cta-banner__badge-arrow--left {
  left: 0;
  transform: rotate(178.825deg) scaleY(-1);
}

.cta-banner__badge-arrow--right {
  right: 0;
  transform: rotate(1.175deg);
}

.cta-banner__content {
  position: absolute;
  top: 14px;
  left: 0;
  width: 100px;
  height: 46px;
}

.cta-banner__text {
  font-weight: 700;
  font-size: 17px;
  line-height: 22px;
  text-align: center;
  color: #fff;
}

.cta-banner__text br:first-of-type {
  line-height: 24px;
}

/* ========================================
   背景デコレーション（フルワイド）
   ======================================== */
.bg-decoration {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  z-index: -1;
}

.bg-decoration__top {
  position: absolute;
/*  top: -17px;
  left: 50%;
  transform: translateX(-50%);*/
  width: 100vw;
  min-height: 1942px;
  background: #c8f1e3;
}

.bg-decoration__top img {
  width: 100%;
  height: auto;
  min-height: 1942px;
  object-fit: cover;
}

.bg-decoration__mask {
  position: absolute;
  top: -47px;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  min-height: 335px;
  z-index: 1;
}

.bg-decoration__mask img {
  width: 100%;
  height: auto;
  min-height: 335px;
  object-fit: cover;
}

.bg-decoration__triangle {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 2080px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.bg-decoration__triangle img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* ========================================
   メインコンテンツ
   ======================================== */
.main-content {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}

/* ========================================
   ヒーローセクション
   ======================================== */
.hero {
  position: relative;
  padding-top: 70px;
  display: flex;
  flex-wrap: nowrap;
  /*gap: 40px;*/
  align-items: flex-start;
  /*justify-content: space-between;*/
}

.hero__left {
  flex: 0 0 auto;
  width: 500px;
  min-width: 400px;
}

.hero__right {
  flex: 0 0 auto;
  width: 599px;
  min-width: 400px;
}

.hero__badge {
  position: relative;
  text-align: center;
  margin-bottom: 5px;
}

.hero__badge-arrows {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 434px;
  height: 34px;
  top: 1px;
}

.hero__badge-arrow--left {
  position: absolute;
  left: -21px;
  top: 0;
  width: 23px;
  height: 34px;
}

.hero__badge-arrow--right {
  position: absolute;
  right: -21px;
  top: 0;
  width: 23px;
  height: 34px;
}

.hero__badge-text {
  font-weight: 700;
  font-size: 27.081px;
  line-height: normal;
  color: #00cc88;
  text-align: center;
}

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

.hero__heading-sub {
  font-weight: 700;
  font-size: 34.193px;
  line-height: normal;
  color: #212423;
  margin-bottom: 5px;
}

.hero__heading-sub-particle {
  font-size: 26.391px;
}

.hero__heading-main {
  font-weight: 700;
  font-size: 41.081px;
  line-height: normal;
  color: #212423;
}

.hero__heading-medium {
  font-size: 31.703px;
}

.hero__heading-large {
  font-size: 41.081px;
}

.hero__visual {
  width: 680px;
  margin: 0;
}

.hero__price {
  position: relative;
  text-align: left;
  margin-bottom: 0;
  padding-left: 0;
  margin-top: 10px;
  height: 70px;
  display: flex;
  align-items: flex-end;
}

.hero__price-label {
  font-weight: 700;
  font-size: 36px;
  line-height: 30.768px;
  color: #ff7777;
}

.hero__price-amount {
  font-weight: 700;
  font-size: 57.641px;
  line-height: 57.641px;
  color: #ff7777;
  display: flex;
  align-items: flex-end;
  margin-right: 8px;
}

.hero__price-number {
  display: inline-block;
  line-height: 42px;
}

.hero__price-unit-wrapper {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
}

.hero__price-unit {
  font-size: 30.446px;
  font-weight: 700;
  color: #ff7777;
  display: block;
  line-height: 20px;
}

.hero__price-note {
  font-size: 29.383px;
  line-height: 21px;
  color: #ff7777;
  font-weight: 700;
  margin-left: -10px;
}

.hero__price-tax {
  font-size: 13.919px;
  line-height: 1;
  color: #ff7777;
  font-weight: 700;
  display: block;
  margin-bottom: 4px;
}

.hero__price-detail {
  margin-top: 20px;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.3;
  color: #212423;
}

.hero__decoration {
  position: relative;
  width: 473px;
  height: 142px;
  margin: 20px 0 10px 0;
}

.hero__decoration img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* ========================================
   特徴カード
   ======================================== */
.features-card {
  position: relative;
  margin: 50px auto 80px;
}

.features-card__inner {
  background: #fff;
  border-radius: 20px;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.25);
  padding: 40px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  height: 660px;
}

/* 全国100万人が利用バッジ（特徴カード内） */
.features-card__badge {
  position: absolute;
  top: 100px;
  left: 150px;
  z-index: 10;
  width: 172.046px;
  height: 80.5px;
}

/* バッジ背景（SVG画像） - 左右反転 */
.features-card__badge::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 164.5px;
  height: 80.5px;
  background: url('../img/d702e5ce721b566d107d9adb7180dd894bc7238c.svg') no-repeat center;
  background-size: contain;
  transform: scaleX(-1);
  --fill-0: #5BD0A0;
}

/* 吹き出しの尾（SVG画像） */
.features-card__badge::after {
  content: '';
  position: absolute;
  left: 148px;
  top: 32px;
  width: 19.479px;
  height: 29.391px;
  background: url('../img/10b07fc868bbfac965fba4495a4638a386843418.svg') no-repeat center;
  background-size: contain;
  transform: rotate(309.847deg);
  --fill-0: #5BD0A0;
}

.features-card__badge-text {
  font-family: 'Qubena Gothic', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'Meiryo', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  line-height: 1.3;
  margin: 0;
  position: relative;
  z-index: 1;
  padding-top: 12.5px;
  width: 138px;
  height: 45px;
  margin-left: 17.5px;
}

/* PC版のテキストは表示 */
.features-card__badge-text.pc-badge-text {
  display: block;
}

/* SP版のテキストは非表示 */
.features-card__badge-text.sp-badge-text {
  display: none;
}

.features-card__title {
  font-weight: 400;
  font-size: 32px;
  right: 10px;
  line-height: 1.5;
  color: #1a1a1a;
  text-align: center;
  position: relative;
  z-index: 1;
}

.features-card__title::before {
  content: '';
  position: absolute;
  bottom: 3px;
  left: 322px;
  width: 448px;
  height: 13px;
  background: #c8f1e3;
  z-index: -1;
}

.features-card__description {
  font-size: 35px;
  line-height: 50px;
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: -0.385px;
}

.features-card__description-sub {
  font-size: 35px;
  position: relative;
  display: inline-block;
  top: 20px;
}

.features-card__description-particle {
  position: relative;
  top: 3px;
}

.features-card__description-logo {
  display: inline-block;
  width: 318.887px;
  height: 89.802px;
  background: url('../img/3b7d4ae50b6c6b325d73086c3c3bd274ff2f5dd9.png') no-repeat center;
  background-size: contain;
  vertical-align: middle;
  margin: 0 5px;
  position: relative;
  top: -15px;
}

.features-card__description-highlight {
  font-weight: 700;
  color: #ff7777;
}

.features-card__items {
  display: flex;
  justify-content: space-around;
  margin-bottom: 10px;
}

.features-card__item {
  text-align: center;
}

.features-card__icon {
  width: 281px;
  height: 281px;
  margin: 0 auto 20px;
  position: relative;
}

.features-card__icon > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.features-card__item-title {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 700;
  font-size: 23px;
  line-height: normal;
  color: #212423;
  white-space: nowrap;
}

.features-card__note {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.3;
  color: #212423;
  text-align: center;
  /*margin-top: 20px;*/
}

/* 教科アイコン（特徴カード内） */
.features-card__icon .features-card__subjects {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%) scale(0.8);
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 0;
  flex-wrap: wrap;
  width: 100%;
  row-gap: 0;
}

.features-card__subject-item {
  text-align: center;
}

.features-card__subject-icon {
  width: 67.84px;
  height: 67.84px;
  margin: 0 auto 10px;
}

.features-card__subject-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.features-card__subject-label {
  font-weight: 400;
  font-size: 11px;
  line-height: normal;
  color: #231815;
}

/* メイン画像（特徴カード内） */
.features-card__icon .features-card__main-image {
  position: absolute;
  top: 94px;
  left: 50%;
  transform: translateX(-50%);
  width: 311px;
  margin: 0;
}

.features-card__main-image img {
  width: 100%;
  height: auto;
}

/* 作図・手書き画像（特徴カード内） */
.features-card__icon .features-card__diagrams {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.features-card__diagram {
  position: absolute;
  box-shadow: 0px 2.872px 2.872px rgba(0, 0, 0, 0.25);
}

.features-card__diagram--1 {
  left: 27px;
  top: 87px;
  width: 166.146px;
  height: 93.832px;
}

.features-card__diagram--2 {
  left: 166.36px;
  top: 120.7px;
  width: 102.638px;
  height: 57.968px;
}

/* 問題数バッジ（特徴カード内） */
.features-card__icon .features-card__stats {
  position: absolute;
  top: 159px;
  left: 34px;
  width: 102px;
  height: 67.15px;
  margin: 0;
}

.features-card__stats-bg {
  position: absolute;
  inset: 0;
  width: 102px;
  height: 67.15px;
}

.features-card__stats-content {
  position: relative;
  z-index: 1;
  text-align: center;
  padding-top: 25px;
}

.features-card__stats-label {
  font-weight: 400;
  font-size: 9.627px;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 0;
}

.features-card__stats-number {
  font-weight: 700;
  font-size: 19.255px;
  line-height: 1.2;
  color: #fff;
}

.features-card__stats-prefix,
.features-card__stats-suffix {
  font-weight: 400;
  font-size: 9.627px;
  letter-spacing: -0.1059px;
}

/* ========================================
   お悩みセクション
   ======================================== */
.concerns {
  position: relative;
  /*padding: 0 0 140px;
  margin-top: 100px;*/
}

.concerns__inner {
  position: relative;
  width: 1200px;
  height: 520px;
  margin: 0 auto;
}

.concerns__bg {
  position: absolute;
  top: 114px;
  left: 50%;
  transform: translateX(-50%);
  width: 896px;
  height: 213px;
  background: #fff;
  border-radius: 300px;
  z-index: 1;
}

.concerns__title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.3;
  color: #212423;
  text-align: center;
  z-index: 3;
}

.concerns__title::before {
  content: '';
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 760px;
  height: 13px;
  background: #c8f1e3;
  z-index: -1;
}

.concerns__characters {
  position: absolute;
  top: 180px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 30px;
  align-items: flex-end;
  z-index: 3;
}

.concerns__character {
  position: static;
  z-index: 4;
}

.concerns__character--left {
  width: 126px;
}

.concerns__character--right {
  width: 118px;
}

.concerns__character img {
  width: 100%;
  height: auto;
}

.concerns__bubbles {
  position: absolute;
  top: 96px;
  left: 0;
  width: 1200px;
  height: 140px;
  z-index: 3;
}

.concerns__bubble {
  position: absolute;
  width: 142px;
  height: 98px;
}

.concerns__bubble--first {
  left: 165px;
  top: 0;
}

.concerns__bubble--second {
  left: 557px;
  top: 3px;
}

.concerns__bubble--third {
  left: 840px;
  top: 3px;
}

.concerns__bubble-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 106px;
  height: 81px;
}

.concerns__bubble-decorations {
  position: absolute;
  inset: 0;
}

.concerns__bubble-decorations img:nth-child(1) {
  position: absolute;
  left: 22px;
  top: 44px;
  width: 46px;
  height: 48px;
}

.concerns__bubble-decorations img:nth-child(2) {
  position: absolute;
  left: 48px;
  top: 50px;
  width: 46px;
  height: 48px;
}

.concerns__bubble-decorations img:nth-child(3) {
  position: absolute;
  left: 66px;
  top: 32px;
  width: 76px;
  height: 58px;
}

.concerns__bubble-decorations img:nth-child(4) {
  position: absolute;
  left: 56px;
  top: 3px;
  width: 76px;
  height: 58px;
}

.concerns__bubble-text {
  position: absolute;
  top: 26px;
  left: 29px;
  width: 84px;
  height: 42px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  letter-spacing: -0.176px;
  z-index: 1;
}

.concerns__decorations {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1200px;
  height: 520px;
  transform: translateX(-50%);
  z-index: 2;
  pointer-events: none;
}

.concerns__decorations img:nth-child(1) {
  position: absolute;
  left: 285px;
  top: 212px;
  width: 19px;
  height: 14px;
}

.concerns__decorations img:nth-child(2) {
  position: absolute;
  left: 259px;
  top: 191px;
  width: 28px;
  height: 21px;
}

.concerns__decorations img:nth-child(3) {
  position: absolute;
  left: 895px;
  top: 202px;
  width: 45px;
  height: 35px;
  transform: scaleX(-1);
}

.concerns__decorations img:nth-child(4) {
  position: absolute;
  left: 511px;
  top: 143px;
  width: 42px;
  height: 38px;
}

.concerns__decorations img:nth-child(5) {
  position: absolute;
  left: 707px;
  top: 157px;
  width: 31px;
  height: 34px;
}

.concerns__mascot {
  position: static;
  width: 280.5px;
  height: 140px;
  overflow: hidden;
  z-index: 4;
}

.concerns__mascot img {
  width: 100%;
  height: auto;
}

.concerns__copy {
  position: absolute;
  top: 380px;
  left: 0;
  width: 1200px;
  height: 112px;
  z-index: 3;
}

.concerns__question {
  position: absolute;
  top: 0;
  left: 524px;
  width: 150px;
  margin: 0;
  font-weight: 400;
  font-size: 25px;
  line-height: 1.5;
  color: #212423;
  text-align: center;
}

.concerns__answer {
  position: absolute;
  top: 59px;
  left: 841px;
  width: 70px;
  margin: 0;
  font-weight: 700;
  font-size: 35px;
  line-height: 1.5;
  color: #212423;
  text-align: center;
  letter-spacing: -0.385px;
}

.concerns__logo {
  position: absolute;
  top: 396px;
  left: 570px;
  width: 592px;
  margin: 0;
  transform: translateX(-50%);
  z-index: 3;
}

.concerns__logo img {
  width: 100%;
  height: auto;
}

/* ========================================
   アピールセクション
   ======================================== */
.appeal {
  /*padding: 80px 0;*/
}

.appeal__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.25;
  color: #212423;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

/* PC版では改行を非表示 */
.sp-break {
  display: none;
}

/* 各行に下線 */
.appeal__title-line {
  position: relative;
  display: inline-block;
}

.appeal__title-line::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 12px;
  background: #fff;
  z-index: -1;
}

.appeal__content {
  position: relative;
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.appeal__image {
  max-width: 327px;
}

.appeal__diagrams {
  position: relative;
  width: 242px;
  height: 132px;
}

.appeal__diagram--1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 166.146px;
  box-shadow: 0px 2.872px 2.872px rgba(0, 0, 0, 0.25);
}

.appeal__diagram--2 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 102.638px;
  box-shadow: 0px 2.872px 2.872px rgba(0, 0, 0, 0.25);
}

.appeal__stats {
  position: relative;
  width: 102px;
  height: 67.15px;
  margin-left: 20px;
}

.appeal__stats-bg {
  position: absolute;
  inset: 0;
}

.appeal__stats-content {
  position: relative;
  z-index: 1;
  text-align: center;
  padding-top: 16px;
}

.appeal__stats-label {
  font-weight: 400;
  font-size: 9.627px;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 2px;
}

.appeal__stats-number {
  font-weight: 700;
  font-size: 19.255px;
  line-height: 1.5;
  color: #fff;
}

.appeal__stats-prefix,
.appeal__stats-suffix {
  font-weight: 400;
  font-size: 9.627px;
  letter-spacing: -0.1059px;
}

/* ========================================
   レスポンシブ対応：600px以下でSP版
   ======================================== */
@media (max-width: 750px) {
  body {
    background: #fff;
  }

  /* SP版では改行を非表示 */
.pc-break {
  display: none;
}
  /* CTA追従バナー - SP版 */
  .cta-banner {
    bottom: 10px;
    right: 10px;
    width: 105.6px;
    height: 105.6px;
  }

  .cta-banner__button {
    top: 25px;
    right: 10px;
    width: 83.84px;
    height: 59.68px;
  }

  .cta-banner__badge {
    width: 83.84px;
    height: 19.36px;
  }

  .cta-banner__badge-text {
    line-height: 1.2;
    left: 8px;
    width: 67px;
    height: 19.36px;
  }

  .cta-banner__badge-arrow {
    width: 7.26px;
    height: 13.71px;
    top: 3.23px;
  }

  .cta-banner__content {
    /*top: 22.58px;*/
    left: 0;
    width: 80.64px;
    height: 37.09px;
  }

  .cta-banner__text {
    font-size: 15px;
    line-height: 17.737px;
  }

  /* 背景デコレーション - SP版 */
  .bg-decoration {
    display: block;
  }

  .bg-decoration__top {
    top: 30px;
    min-height: 1500px;
  }

  .bg-decoration__top img {
    width: 100%;
    height: auto;
    min-height: 1760px;
  }

  .bg-decoration__mask {
    top: -38px;
    min-height: 200px;
  }

  .bg-decoration__mask img {
    width: 100%;
    height: auto;
    min-height: 200px;
  }

  .bg-decoration__triangle {
    height: 1820px;
  }

  .bg-decoration__triangle img {
    width: 100%;
    height: auto;
  }

  /* メインコンテンツ */
  .main-content {
    width: 100%;
    max-width: 390px;
    margin: 0 auto;
    padding: 0 15px;
  }

  /* ヒーローセクション - SP版 */
  .hero {
    padding-top: 30px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hero__left {
    width: 100%;
    min-width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hero__right {
    width: 100%;
    order: 3;
    margin-top: 10px;
    min-width: 350px;
  }

  .hero__badge {
    margin-bottom: 8px;
    order: 1;
  }

  .hero__badge-arrows {
    width: 290px;
    height: 22.764px;
  }

  .hero__badge-arrow--left {
    left: -14px;
    width: 15.4px;
    height: 22.764px;
  }

  .hero__badge-arrow--right {
    right: -14px;
    width: 15.4px;
    height: 22.764px;
  }

  .hero__badge-text {
    font-size: 19.021px;
    line-height: normal;
  }

  .hero__heading {
    margin-bottom: 20px;
    order: 2;
  }

  .hero__heading-sub {
    font-size: 21.792px;
    line-height: normal;
    margin-bottom: 5px;
  }

  .hero__heading-sub-particle {
    font-size: 16.82px;
  }

  .hero__heading-main {
    font-size: 28.492px;
    line-height: normal;
  }

  .hero__heading-medium {
    font-size: 21.988px;
  }

  .hero__heading-large {
    font-size: 28.492px;
  }

  .hero__visual {
    width: 350px;
    margin: 0 auto;
  }

  .hero__visual img {
    width: 100%;
    height: auto;
  }

  .hero__decoration {
    display: block;
    order: 4;
    width: 332px;
    height: 100px;
    margin: 0 auto;
  }

  .hero__decoration img {
    width: 332px;
    height: 100px;
    display: block;
    object-fit: contain;
  }

  .hero__price {
    order: 5;
    text-align: center;
    padding-left: 0;
    margin-bottom: 10px;
    margin-top: 10px;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: nowrap;
    position: relative;
    padding-bottom: 10px;
  }

  .hero__price::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 128px;
    width: 195px;
    height: 10px;
    background: #fff;
    z-index: -1;
  }

  .hero__price-label {
    font-size: 23.154px;
    line-height: 23.399px;
    margin-right: 0px;
  }

  .hero__price-amount {
    font-size: 43.837px;
    line-height: normal;
    margin-right: 0;
  }

  .hero__price-number {
    line-height: 0.8;
  }

  .hero__price-tax {
    font-size: 10.586px;
    display: block;
    margin-left: 0;
    line-height: 1.2;
    margin-bottom: 2px;
  }

  .hero__price-unit {
    font-size: 23.154px;
    line-height: 1;
  }

  .hero__price-note {
    font-size: 22px;
    margin-left: 0;
    margin-bottom: 0;
    line-height: 20px;
  }

  .hero__price-detail {
    font-size: 12px;
    margin: 10px auto 0;
    text-align: left;
    order: 6;
    max-width: 90%;
  }

  /* 特徴カード - SP版 */
  .features-card {
    margin: 20px auto 56px;
  }

  .features-card__inner {
    position: relative;
    height: auto;
    width: 334px;
    max-width: 100%;
    padding: 20px 15px 30px;
    border-radius: 7.423px;
    margin: 0 auto;
    box-shadow: 0.742px 0.742px 2.598px rgba(0, 0, 0, 0.25);
  }

  /* 全国100万人が利用バッジ - SP版 */
  .features-card__badge {
    position: absolute;
    top: 70px;
    left: 15px;
    width: 154px;
    height: 44.917px;
    z-index: 10;
  }

  /* SP版のバッジ本体（PC版の反転を無効化） */
  .features-card__badge::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 154px;
    height: 44.917px;
    background: url('../img/cbc825a6f5c58b356b7ecad8dd214de0e36fb589.svg') no-repeat center;
    background-size: contain;
    transform: none;
  }

  /* SP版の吹き出しの尾（SVG画像） */
  .features-card__badge::after {
    content: '';
    position: absolute;
    left: 36px;
    top: 41px;
    width: 16.98px;
    height: 16.636px;
    background: url('../img/7ec4a593227e3f4590ce95d2db4e8ddeaf423b52.svg') no-repeat center;
    background-size: contain;
    transform: rotate(355.941deg) skewX(5.698deg);
  }

  /* PC版のテキストを非表示 */
  .features-card__badge-text.pc-badge-text {
    display: none;
  }

  /* SP版のテキストを表示 */
  .features-card__badge-text.sp-badge-text {
    display: block;
    font-family: 'Qubena Gothic', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'Meiryo', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    line-height: 1.3;
    margin: 0;
    padding: 0;
    width: 154px;
    height: auto;
    margin-left: 0;
    white-space: nowrap;
    position: relative;
    z-index: 1;
    padding-top: 11px;
  }

  .features-card__title {
    font-size: 20px;
    line-height: 1.5;
    margin: 0 0 10px;
    padding-top: 0;
    position: relative;
    z-index: 1;
  }

  .features-card__title::before {
    width: 290px;
    height: 10px;
    bottom: 2px;
    left: 10px;
  }

  .features-card__description {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 65px;
    margin-bottom: 20px;
    letter-spacing: -0.2357px;
    position: relative;
    z-index: 1;
  }

  .features-card__description-sub {
    font-size: 18px;
    top: 0;
  }

  .features-card__description-logo {
    width: 180px;
    height: 50px;
    margin: 0 3px;
    top: -3px;
  }

  .features-card__items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 10px;
    margin-bottom: 20px;
    justify-content: center;
    position: relative;
    z-index: 1;
  }

  .features-card__item {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  /* 最初のアイテム（小中5教科AI対応）は全幅で中央に配置 */
  .features-card__item:first-child {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  /* 2番目と3番目のアイテム（教科書準拠、豊富なコンテンツ）は横並び */
  .features-card__item:nth-child(2),
  .features-card__item:nth-child(3) {
    width: 145px;
  }

  .features-card__icon {
    width: 145px;
    height: 145px;
    margin: 0 auto;
    position: relative;
  }

  .features-card__icon > img {
    width: 100%;
    height: 100%;
  }

  .features-card__item-title {
    top: 24px;
    font-size: 12px;
    line-height: normal;
  }

  /* 教科アイコン - SP版 */
  .features-card__icon .features-card__subjects {
    top: 50px;
    left: 50%;
    transform: translateX(-50%) scale(0.9);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    row-gap: 3px;
    width: 100%;
    max-width: 120px;
  }

  /* 上段の3つ（算数・数学、国語、英語） */
  .features-card__subject-item:nth-child(1),
  .features-card__subject-item:nth-child(2),
  .features-card__subject-item:nth-child(3) {
    width: calc(33.333% - 5.33px);
  }

  /* 下段の2つ（理科、社会） */
  .features-card__subject-item:nth-child(4),
  .features-card__subject-item:nth-child(5) {
    /*width: calc(50% - 4px);*/
  }

  .features-card__subject-icon {
    width: 34px;
    height: 34px;
    margin: 0 auto 2px;
  }

  .features-card__subject-label {
    font-size: 6.9px;
    line-height: normal;
  }

  /* メイン画像 - SP版 */
  .features-card__icon .features-card__main-image {
    top: 56px;
    width: 165px;
  }

  /* 作図・手書き画像 - SP版 */
  .features-card__icon .features-card__diagrams {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .features-card__diagram--1 {
    left: 18px;
    top: 54px;
    width: 90px;
    height: 51px;
  }

  .features-card__diagram--2 {
    left: 95px;
    top: 74px;
    width: 54px;
    height: 30px;
  }

  /* 問題数バッジ - SP版 */
  .features-card__icon .features-card__stats {
    top: 96px;
    left: 22px;
    width: 54px;
    height: 36px;
  }

  .features-card__stats-bg {
    width: 54px;
    height: 36px;
  }

  .features-card__stats-content {
    padding-top: 10px;
  }

  .features-card__note {
    position: relative;
    z-index: 1;
  }

  .features-card__stats-label {
    font-size: 5.495px;
    line-height: 1.5;
    margin-bottom: 0;
  }

  .features-card__stats-number {
    font-size: 10.99px;
    line-height: 1.5;
  }

  .features-card__stats-prefix,
  .features-card__stats-suffix {
    font-size: 5.495px;
    letter-spacing: -0.0604px;
  }

  .features-card__note {
    font-size: 12px;
    line-height: 1.3;
    margin-top: 10px;
    text-align: left;
  }

  /* お悩みセクション - SP版 */
  .concerns {
    margin-top: 50px;
  }

  .concerns__inner {
    width: 100%;
    max-width: 350px;
    height: 310px;
    padding: 0;
    position: relative;
    margin: 0 auto;
  }

  .concerns__bg {
    position: absolute;
    top: 109px;
    left: 50%;
    transform: translateX(-50%);
    width: 360px;
    height: 94.09px;
    border-radius: 126px;
    z-index: 1;
  }

  .concerns__title {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 332px;
    max-width: 332px;
    font-size: 20px;
    line-height: 1.3;
    margin: 0;
    padding: 0;
    z-index: 3;
  }

  .concerns__title::before {
    width: 306px;
    max-width: 306px;
    height: 8.835px;
    bottom: -14px;
  }

  .concerns__characters {
    position: absolute;
    top: 122px;
    left: 50%;
    transform: translateX(-50%);
    width: 280px;
    max-width: 302px;
    height: 81px;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: flex-end;
    overflow: hidden;
    z-index: 3;
  }

  .concerns__character--left {
    width: 75.85px;
  }

  .concerns__character--right {
    width: 71.04px;
  }

  .concerns__mascot {
    width: 168.86px;
    height: 81px;
    overflow: hidden;
    position: relative;
  }
  
  .concerns__mascot img {
    position: relative;
    top: 5px;
  }

  .concerns__bubbles {
    position: absolute;
    top: 66px;
    left: 50%;
    transform: translateX(-50%);
    width: 290px;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0;
    margin: 0;
    z-index: 3;
  }

  .concerns__bubble {
    position: relative;
    width: 85.48px;
    height: 58.99px;
    flex-shrink: 0;
  }

  .concerns__bubble--first,
  .concerns__bubble--second,
  .concerns__bubble--third {
    position: relative;
    left: auto;
    top: 0;
  }

  .concerns__bubble-bg {
    position: absolute;
    width: 63.81px;
    height: 48.76px;
    left: 0;
    top: 0;
  }

  .concerns__bubble-decorations {
    position: absolute;
    inset: 0;
  }

  .concerns__bubble-decorations img:nth-child(1) {
    position: absolute;
    left: 13.24px;
    top: 26.49px;
    width: 27.69px;
    height: 28.90px;
  }

  .concerns__bubble-decorations img:nth-child(2) {
    position: absolute;
    left: 28.90px;
    top: 30.10px;
    width: 27.69px;
    height: 28.90px;
  }

  .concerns__bubble-decorations img:nth-child(3) {
    position: absolute;
    left: 39.73px;
    top: 19.26px;
    width: 45.75px;
    height: 34.92px;
  }

  .concerns__bubble-decorations img:nth-child(4) {
    position: absolute;
    left: 33.71px;
    top: 1.81px;
    width: 45.75px;
    height: 34.92px;
  }

  .concerns__bubble-text {
    position: absolute;
    top: 15.65px;
    left: 17.46px;
    width: 50.57px;
    height: 25.28px;
    font-size: 9.63px;
    line-height: 1.3;
    letter-spacing: -0.106px;
    z-index: 1;
  }

  .concerns__decorations {
    position: absolute;
    width: 300px;
    height: 260px;
    top: 66px;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    z-index: 2;
  }

  .concerns__decorations img:nth-child(1) {
    position: absolute;
    left: 187px;
    top: 56px;
    width: 8.36px;
    height: 6.39px;
  }

  .concerns__decorations img:nth-child(2) {
    position: absolute;
    left: 180px;
    top: 45px;   /* PC版 191px × 0.602 */
    width: 11.3px;
    height: 8.85px;
  }

  .concerns__decorations img:nth-child(3) {
    position: absolute;
    left: auto;
    right: 175px;
    top: 42px;   /* PC版 202px × 0.602 */
    width: 27.09px;  /* PC版 45px × 0.602 */
    height: 21.07px; /* PC版 35px × 0.602 */
    transform: scaleX(-1);
  }

  .concerns__decorations img:nth-child(4) {
    position: absolute;
    left: 278px;
    top: 55px;    /* PC版 143px × 0.602 */
    width: 25.28px;  /* PC版 42px × 0.602 */
    height: 22.88px; /* PC版 38px × 0.602 */
  }

  .concerns__decorations img:nth-child(5) {
    position: absolute;
    left: auto;
    /*right: 340px; /* PC版 (1200-707)px × 0.602 = 493px × 0.602 */
    top: 55px;    /* PC版 157px × 0.602 */
    width: 18.66px;  /* PC版 31px × 0.602 */
    height: 20.47px; /* PC版 34px × 0.602 */
  }

  .concerns__copy {
    position: absolute;
    top: 235px;
    left: 50%;
    transform: translateX(-50%);
    width: 360px;
    max-width: 360px;
    height: auto;
    z-index: 3;
  }

  .concerns__question {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    font-weight: 400;
    width: auto;
    text-align: center;
  }

  .concerns__answer {
    position: absolute;
    top: 38px;
    left: 300px;
    font-size: 17.832px;
    line-height: 1.5;
    letter-spacing: -0.1962px;
    margin: 0;
    font-weight: 700;
    width: auto;
  }

  .concerns__logo {
    position: absolute;
    top: 250px;
    left: 45%;
    transform: translateX(-50%);
    width: 301.22px;
    max-width: 301.22px;
    margin: 0;
    z-index: 3;
  }

  /* アピールセクション - SP版 */
  .appeal {
    padding: 0px 15px 50px;
    margin: 0 auto;
  }

  .appeal__title {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 20px;
    white-space: normal;
    position: relative;
  }

  /* SP版の下線調整 */
  .appeal__title-line::before {
    height: 6px;
  }

  /* SP版では改行を表示 */
  .sp-break {
    display: inline;
  }

}

/* ========================================
   PC版の縮小対応（1200px以下、960px以下）
   ======================================== */
@media (min-width: 751px) and (max-width: 1200px) {
  .main-content {
    transform: scale(0.8);
    transform-origin: top center;
    width: 1200px;
    height: 8550px;
    margin-left: calc((100vw - 1550px * 0.8) / 2 + 26px * 0.8);
  }
  
  /* ヒーローセクションの調整 */
  .hero {
    gap: 20px;
  }
  
  .hero__left {
    min-width: 32px;
  }
  
  .hero__right {
    min-width: 320px;
  }
  
  /* 背景画像は常に横幅いっぱい & コンテンツに合わせて縮小 */
  .bg-decoration {
    transform: scale(0.8);
    transform-origin: top center;
  }
  .bg-decoration__top,
  .bg-decoration__triangle,
  .bg-decoration__mask {
    width: 125vw; /* 100vw / 0.8 */
    left: 50%;
    transform: translateX(-50%);
  }
  
  /* 特徴カードの幅を固定 */
  .features-card__inner {
    width: 1100px;
    max-width: 1100px;
  }
  
  /* 特徴カードの調整 - コンテナ以外の要素も縮小 */
  .features-card__badge {
    transform-origin: left top;
    top: 100px;
    left: 120px;
  }
  
  /* CTAバナーの位置とサイズ調整 - main-contentのscaleに合わせて */
  .cta-banner {
    width: calc(131px * 0.8);
    height: calc(131px * 0.8);
  }
  
  .cta-banner__button {
    top: calc(31px * 0.8);
    right: calc(13px * 0.8);
    width: calc(104px * 0.8);
    height: calc(74px * 0.8);
  }
  
  .cta-banner__text {
    font-size: calc(17px * 0.8);
    line-height: calc(22px * 0.8);
  }
  
  .cta-banner__content {
    width: calc(100px * 0.8);
    height: calc(46px * 0.8);
  }
  
  .cta-banner__badge {
    width: calc(104px * 0.8);
    height: calc(24px * 0.8);
  }
  
  .cta-banner__badge-text {
    font-size: calc(9.423px * 0.8);
    left: calc(10px * 0.8);
    width: calc(83px * 0.8);
    height: calc(24px * 0.8);
  }
  
  .cta-banner__badge-arrow {
    width: calc(9px * 0.8);
    height: calc(17px * 0.8);
    top: calc(4px * 0.8);
  }
}

@media (min-width: 751px) and (max-width: 960px) {
  .main-content {
    transform: scale(0.6);
    transform-origin: top center;
    width: 1200px;
    height: 6400px;
    margin: 0 auto;
    padding: 0;
    left: 50%;
    position: relative;
    transform: translateX(-50%) scale(0.6);
  }
  
  /* ヒーローセクションの調整 */
  .hero {
    gap: 20px;
  }
  
  .hero__left {
    min-width: 280px;
  }
  
  .hero__right {
    min-width: 280px;
  }
  
  /* 背景画像は常に横幅いっぱい & コンテンツに合わせて縮小 */
  .bg-decoration {
    transform: scale(0.6);
    transform-origin: top center;
  }
  .bg-decoration__top,
  .bg-decoration__triangle,
  .bg-decoration__mask {
    width: 167vw; /* 100vw / 0.6 */
    left: 50%;
    transform: translateX(-50%);
  }
  
  /* 特徴カードの幅を固定 */
  .features-card__inner {
    width: 1100px;
    max-width: 1100px;
  }
  
  /* 特徴カードの調整 - コンテナ以外の要素も縮小 */
  .features-card__badge {
    transform-origin: left top;
  }
  
  /* お悩みセクションの中央揃え */
  .concerns__inner {
    margin: 0 auto;
  }
  
  .concerns__bg {
    left: 580px;
    transform: translateX(-50%);
  }
  
  /* アピールセクションの中央揃え */
  .appeal {
    margin: 0 auto;
    text-align: center;
    width: 1200px;
  }
  
  /* CTAバナーの位置とサイズ調整 - main-contentのscaleに合わせて */
  .cta-banner {
    width: calc(131px * 0.6);
    height: calc(131px * 0.6);
  }
  
  .cta-banner__button {
    top: calc(31px * 0.6);
    right: calc(13px * 0.6);
    width: calc(104px * 0.6);
    height: calc(74px * 0.6);
  }
  
  .cta-banner__text {
    font-size: calc(17px * 0.6);
    line-height: calc(22px * 0.6);
  }
  
  .cta-banner__content {
    top: calc(14px * 0.6);
    width: calc(100px * 0.6);
    height: calc(46px * 0.6);
  }
  
  .cta-banner__badge {
    width: calc(104px * 0.6);
    height: calc(24px * 0.6);
  }
  
  .cta-banner__badge-text {
    font-size: calc(9.423px * 0.6);
    left: calc(10px * 0.6);
    width: calc(83px * 0.6);
    height: calc(24px * 0.6);
  }
  
  .cta-banner__badge-arrow {
    width: calc(9px * 0.6);
    height: calc(17px * 0.6);
    top: calc(4px * 0.6);
  }
}

/* ========================================
   機能紹介セクション
   ======================================== */
.feature-section {
  position: relative;
  margin-top: 160px;
  padding-bottom: 60px;
  overflow: visible;
}

/* 背景（緑色エリア） */
.feature-section__bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 225px;
  background: #00cc88;
  z-index: 0;
}

/* タイトルエリア */
.feature-section__header {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding-top: 80px;
  z-index: 1;
}

.feature-section__teacher {
  position: absolute;
  top: 70px;
  left: 103px;
  width: 109px;
  height: 119px;
  overflow: hidden;
  z-index: 1;
}

.feature-section__teacher img {
  width: 104.5px;
  height: auto;
}

.feature-section__bubble {
  position: absolute;
  top: 28px;
  left: 170px;
  width: 188px;
  height: 130px;
  z-index: 0;
}

.feature-section__bubble-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.feature-section__bubble-text {
  position: absolute;
  top: 20px;
  left: 29px;
  width: 140px;
  height: 42px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  margin: 0;
  z-index: 1;
  letter-spacing: -0.176px;
}

.feature-section__title-group {
  position: relative;
  text-align: left;
  padding-left: 404px;
  padding-top: 0;
}

.feature-section__subtitle {
  font-family: 'Qubena Gothic', sans-serif;
  font-weight: 400;
  font-size: 27.238px;
  line-height: 1.3;
  color: #fff;
  margin: 0 0 2px 0;
}

.feature-section__title {
  font-family: 'Qubena Gothic', sans-serif;
  font-weight: 400;
  font-size: 35px;
  line-height: 1.3;
  color: #fff;
  margin: 0;
}

.feature-section__title-highlight {
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}

.feature-section__arrow {
  position: absolute;
  top: 100px;
  left: 355px;
  width: 48px;
  height: 24.407px;
  transform: rotate(90deg);
}

.feature-section__arrow img {
  width: 48px;
  height: 24.407px;
}

/* メインカード */
.feature-section__main-card {
  position: relative;
  width: 1020px;
  margin: 26px auto 0;
  background: #fff;
  border: 3px solid #00cc88;
  border-radius: 20px;
  padding: 40px 40px 10px;
  min-height: 422px;
}

.feature-section__card-title {
  font-family: 'Qubena Gothic', sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.4;
  color: #212423;
  text-align: center;
  margin: 0 0 20px 0;
  position: relative;
  z-index: 0;
}

.feature-section__card-title::before {
  content: '';
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translateX(-50%);
  width: 454px;
  height: 9px;
  background: #c8f1e3;
  z-index: -1;
}

/* 5教科アイコン（1枚のSVG画像） */
.feature-section__subjects {
  display: block;
  margin: 20px 0 30px 12px;
  max-width: 387px;
}

.feature-section__subjects img {
  width: 100%;
  height: auto;
  display: block;
}

.feature-section__description {
  font-family: 'Qubena Gothic', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.5;
  color: #000;
  text-align: left;
  margin: 30px 0 0 12px;
  max-width: 387px;
}

/* カード内のロゴ */
.feature-section__logo {
  width: 100%;
  max-width: 180px;
  margin: 25px 0 20px calc(12px + (387px - 180px) / 2);
}

.feature-section__logo img {
  width: 100%;
  height: auto;
  display: block;
}

/* ポイントボックス */
.feature-section__point-box {
  position: absolute;
  top: 112px;
  right: 40px;
  width: 500px;
  height: 260px;
  background: #f4f3f3;
  border-radius: 15px;
  padding: 20px 20px 30px;
}

.feature-section__point-badge {
  position: absolute;
  top: 20px;
  left: 30px;
  width: 73px;
  height: 73px;
}

.feature-section__point-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 73px;
  height: 73px;
  transform: rotate(-23.959deg);
}

.feature-section__point-circle--pc {
  display: block;
}

.feature-section__point-circle--sp {
  display: none;
}

.feature-section__point-arrow {
  position: absolute;
  bottom: 7px;
  right: -5px;
  width: 16px;
  height: 15.5px;
  transform: rotate(336.041deg);
}

.feature-section__point-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 73px;
  height: 73px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.feature-section__point-koko {
  font-family: 'Qubena Gothic', sans-serif;
  font-weight: 700;
  font-size: 11.496px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  margin: 0;
  letter-spacing: -0.1265px;
}

.feature-section__point-label {
  font-family: 'Qubena Gothic', sans-serif;
  font-weight: 700;
  font-size: 11.496px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  margin: 0;
  letter-spacing: -0.1265px;
}

.feature-section__point-mark {
  display: inline-block;
  font-family: 'Qubena Gothic', sans-serif;
  font-weight: 700;
  font-size: 14.33px;
  line-height: 1.3;
  color: #fff;
  transform: rotate(20.182deg);
  letter-spacing: -0.1576px;
  margin-left: -0.15em;
}

.feature-section__point-illust {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 461px;
  height: 128px;
}

.feature-section__point-desc {
  font-family: 'Qubena Gothic', sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.5;
  color: #000;
  margin: 0;
  position: relative;
  z-index: 1;
  padding-top: 15px;
  padding-left: 98px;
}

/* サブカード群 */
.feature-section__sub-cards {
  display: flex;
  gap: 35px;
  width: 1019px;
  margin: 33px auto 0;
  justify-content: center;
}

/* サブカード共通 */
.feature-section__sub-card {
  position: relative;
  width: 492px;
  height: 429px;
  background: #fff;
  border: 3px solid #00cc88;
  border-radius: 20px;
  padding: 0;
}

/* タイトル */
.feature-section__sub-title {
  position: absolute;
  top: 48px;
  left: 14px;
  width: 464px;
  font-family: 'Qubena Gothic', sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.4;
  color: #212423;
  text-align: center;
  margin: 0;
  z-index: 1;
}

/* タイトルの緑ハイライト */
.feature-section__sub-card--1 .feature-section__sub-title::before {
  content: '';
  position: absolute;
  top: 29px;
  left: 50%;
  transform: translateX(-50%);
  width: 156px;
  height: 9px;
  background: #c8f1e3;
  z-index: -1;
}

.feature-section__sub-card--1 .feature-section__sub-title::after {
  content: '';
  position: absolute;
  top: 73px;
  left: 50%;
  transform: translateX(-50%);
  width: 238px;
  height: 9px;
  background: #c8f1e3;
  z-index: -1;
}

.feature-section__sub-card--2 .feature-section__sub-title::before {
  content: '';
  position: absolute;
  top: 29px;
  left: 50%;
  transform: translateX(-50%);
  width: 330px;
  height: 9px;
  background: #c8f1e3;
  z-index: -1;
}

.feature-section__sub-card--2 .feature-section__sub-title::after {
  content: '';
  position: absolute;
  top: 73px;
  left: 50%;
  transform: translateX(-50%);
  width: 189px;
  height: 9px;
  background: #c8f1e3;
  z-index: -1;
}

/* 説明文 */
.feature-section__sub-description {
  position: absolute;
  top: 145px;
  left: 58px;
  width: 387px;
  height: 74px;
  font-family: 'Qubena Gothic', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.5;
  color: #000;
  margin: 0;
}

/* feature1-2: 内部カードグループ（横並び2列） */
.feature-section__card-group {
  position: absolute;
  top: 236px;
  left: 52px;
  display: flex;
  gap: 17px;
}

/* 内部カード共通スタイル */
.feature-section__inner-card {
  position: relative;
  width: 188px;
  height: 162px;
}

.feature-section__inner-card-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.feature-section__inner-card-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-section__inner-card-content {
  position: relative;
  z-index: 1;
  text-align: center;
  padding-top: 20px;
}

/* 左カード: 搭載問題数 */
.feature-section__card-label {
  font-family: 'Qubena Gothic', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: #1a1a1a;
  margin: 0 0 15px 0;
}

.feature-section__card-number {
  font-family: 'Qubena Gothic', sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.5;
  color: #212423;
  margin: 0;
}

.feature-section__card-prefix,
.feature-section__card-suffix {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: -0.22px;
}

/* 右カード: 新コンテンツ */
.feature-section__card-year {
  font-family: 'Qubena Gothic', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  color: #212423;
  margin: 0 0 5px 0;
}

.feature-section__card-exam {
  font-family: 'Qubena Gothic', sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.1;
  color: #212423;
  margin: 0;
}

/* feature1-3: 画像グループ（横並び2列） */
.feature-section__image-group {
  position: absolute;
  top: 246px;
  left: 53px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.feature-section__image-handwriting {
  width: 143px;
  height: 137px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.feature-section__image-diagram {
  width: 232px;
  height: 137px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

/* ========================================
   機能紹介セクション - SP版
   ======================================== */
@media (max-width: 750px) {
  .feature-section {
    margin-top: 0;
    padding-bottom: 50px;
  }

  /* 背景 */
  .feature-section__bg {
    width: 100vw;
    height: auto;
    top: 80px;
    bottom: auto;
    min-height: 150px;
  }

  /* タイトルエリア */
  .feature-section__header {
    width: 100%;
    max-width: 390px;
    padding: 10px 15px 20px;
    position: relative;
    height: 180px;
  }

  .feature-section__teacher {
    top: 36px;
    left: 15px;
    width: 134px;
    height: auto;
    z-index: 2;
  }

  .feature-section__teacher img {
    width: 74px;
    height: auto;
  }

  .feature-section__bubble {
    top: 15px;
    left: 48px;
    width: 134.3px;
    height: 92.7px;
    z-index: 1;
  }
  
  .feature-section__bubble-bg {
    display: block;
  }

  .feature-section__bubble-text {
    font-size: 16px;
    line-height: 1.3;
    top: 14px;
    left: 2px;
  }

  .feature-section__title-group {
    position: absolute;
    top: 130px;
    left: 35px;
    padding-left: 0;
    padding-top: 0;
    max-width: 400px;
  }

  .feature-section__subtitle {
    font-size: 16px;
    line-height: 1.3;
    text-align: left;
    margin: 0;
  }

  .feature-section__title {
    font-size: 19.5px;
    line-height: 1.3;
    text-align: left;
  }

  .feature-section__arrow {
    top: 150px;
    left: 0;
    width: 24px;
    height: 32px;
    transform: rotate(90deg);
  }
  
  .feature-section__arrow img {
    width: 22px;
    height: 11px;
  }

  /* メインカード */
  .feature-section__main-card {
    width: 330px;
    margin: 30px auto 0;
    padding: 20px 0 30px;
    border: 1.113px solid #00cc88;
    border-radius: 7.423px;
    min-height: auto;
  }

  .feature-section__card-title {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 15px;
  }

  .feature-section__card-title::before {
    width: 275px;
    height: 6px;
    /*bottom: -8px;*/
  }

  /* 5教科アイコン（1枚のSVG画像） - SP版 */
  .feature-section__subjects {
    display: block;
    margin: 15px auto 20px;
    max-width: 100%;
  }

  .feature-section__subjects img {
    width: 90%;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  .feature-section__description {
    font-size: 14.5px;
    line-height: 1.5;
    margin: 0 25px;
    max-width: 100%;
    text-align: left;
    order: 3;
  }

  /* カード内のロゴ - SP版 */
  .feature-section__logo {
    max-width: 150px;
    margin: 20px auto 15px;
    text-align: center;
    order: 1;
  }
  
  /* 5教科アイコン - SP版で順序調整 */
  .feature-section__subjects {
    order: 2;
  }
  
  /* メインカード - SP版でflexbox使用 */
  .feature-section__main-card {
    display: flex;
    flex-direction: column;
  }
  
  .feature-section__card-title {
    order: 0;
  }

  /* ポイントボックス - SP版で順序調整 */
  .feature-section__point-box {
    order: 4;
  }

  /* ポイントボックス */
  .feature-section__point-box {
    position: relative;
    width: 300px;
    height: 459px;
    margin: 20px auto 0;
    border-radius: 10px;
    padding: 15px 5px;
    right: 0px;
    top: 0;
  }

  .feature-section__point-badge {
    top: 15px;
    left: 15px;
    right: auto;
    width: 79.971px;
    height: 81.067px;
  }

  .feature-section__point-circle {
    width: 79.971px;
    height: 81.067px;
  }

  .feature-section__point-circle--pc {
    display: none;
  }

  .feature-section__point-arrow {
    display: none;
  }

  .feature-section__point-circle--sp {
    display: block;
  }

  .feature-section__point-text {
    width: 79.971px;
    height: 81.067px;
  }

  .feature-section__point-koko,
  .feature-section__point-label {
    font-size: 12.593px;
    letter-spacing: -0.1385px;
  }

  .feature-section__point-mark {
    font-size: 15.698px;
    letter-spacing: -0.1727px;
    margin-left: -0.15em;
  }

  .feature-section__point-desc {
    font-size: 15px;
    line-height: 1.5;
    margin-top: 0;
    padding-left: 90px;
  }

  .feature-section__point-illust {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 283px;
    height: 296px;
    content: url('../img/fff536ee98ec920a585f63184d870d5d4820f61d.svg');
  }

  /* サブカード群 */
  .feature-section__sub-cards {
    flex-direction: column;
    gap: 30px;
    max-width: 330px;
    margin: 35px auto 0;
  }

  /* サブカード共通 */
  .feature-section__sub-card {
    width: 330px;
    height: auto;
    border: 1.113px solid #00cc88;
    border-radius: 7.423px;
    padding: 0;
    position: relative;
  }

  .feature-section__sub-card--1 {
    height: 319px;
  }

  .feature-section__sub-card--2 {
    height: 328px;
  }

  /* タイトル */
  .feature-section__sub-title {
    position: absolute;
    top: 26px;
    left: 50%;
    transform: translateX(-50%);
    width: 220px;
    font-size: 20px;
    line-height: 1.4;
    margin: 0;
    z-index: 1;
  }

  /* タイトルの緑ハイライト - feature1-2 */
  .feature-section__sub-card--1 .feature-section__sub-title::before {
    top: 20px;
    width: 105px;
    height: 6px;
  }

  .feature-section__sub-card--1 .feature-section__sub-title::after {
    top: 49.6px;
    width: 160.2px;
    height: 6px;
  }

  /* タイトルの緑ハイライト - feature1-3 */
  .feature-section__sub-card--2 .feature-section__sub-title::before {
    top: 20px;
    width: 214px;
    height: 7px;
  }

  .feature-section__sub-card--2 .feature-section__sub-title::after {
    top: 50px;
    width: 120px;
    height: 7px;
  }

  /* 説明文 */
  .feature-section__sub-description {
    position: absolute;
    top: 222px;
    left: 15px;
    width: 301px;
    height: auto;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
  }

  .feature-section__sub-card--2 .feature-section__sub-description {
    top: 230px;
    height: 62px;
  }

  /* feature1-2: 内部カードグループ */
  .feature-section__card-group {
    position: absolute;
    top: 103px;
    left: 36px;
    display: flex;
    gap: 14px;
  }

  /* 内部カード */
  .feature-section__inner-card {
    width: 122px;
    height: 105px;
  }

  .feature-section__inner-card--right {
    width: 122px;
  }

  .feature-section__inner-card-content {
    padding-top: 13px;
  }

  /* 左カード: 搭載問題数 */
  .feature-section__card-label {
    font-size: 12.978px;
    line-height: 1.5;
    margin-bottom: 10px;
  }

  .feature-section__card-number {
    font-size: 25.956px;
    line-height: 1.5;
  }

  .feature-section__card-prefix,
  .feature-section__card-suffix {
    font-size: 12.978px;
    letter-spacing: -0.1428px;
  }

  /* 右カード: 新コンテンツ */
  .feature-section__card-year {
    font-size: 10.382px;
    line-height: 1.2;
    margin-bottom: 3px;
  }

  .feature-section__card-exam {
    font-size: 20.765px;
    line-height: 1.1;
  }

  /* feature1-3: 画像グループ */
  .feature-section__image-group {
    position: absolute;
    top: 108px;
    left: 17px;
    display: flex;
    gap: 12px;
  }

  .feature-section__image-handwriting {
    width: 109.44px;
    height: 105px;
    box-shadow: 0px 3.178px 3.178px 0px rgba(0, 0, 0, 0.25);
  }

  .feature-section__image-diagram {
    width: 176.76px;
    height: 105px;
    box-shadow: 0px 3.171px 3.171px 0px rgba(0, 0, 0, 0.25);
  }
}

/* ========================================
   機能紹介セクション - PC版縮小対応
   ======================================== */
/* 1200px以下（0.8倍） */
@media (min-width: 751px) and (max-width: 1200px) {
  .feature-section__bg {
    width: 125vw; /* 100vw / 0.8 */
    left: 50%;
    transform: translateX(-50%);
  }
}

/* 960px以下（0.6倍） */
@media (min-width: 751px) and (max-width: 960px) {
  .feature-section__bg {
    width: 167vw; /* 100vw / 0.6 */
    left: 50%;
    transform: translateX(-50%);
  }
}

/* ========================================
   学術機関との共同研究セクション - PC版
   ======================================== */
.research-section {
  position: relative;
  padding-bottom: 80px;
}

.research-section__tag {
  position: relative;
  width: 262px;
  height: 35px;
  margin: 0 auto 9px;
  background: #c8f1e3;
  border-radius: 26.392px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.research-section__tag-text {
  font-family: 'Qubena Gothic', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #212423;
  text-align: center;
  letter-spacing: -0.198px;
  margin: 0;
}

.research-section__title {
  font-family: 'Qubena Gothic', sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.5;
  color: #00cc88;
  text-align: center;
  letter-spacing: -0.33px;
  margin: 0 0 12px 0;
}

.research-section__title .sp-break {
  display: none;
}

.research-section__content {
  position: relative;
  width: 1020px;
  margin: 0 auto;
  background: #f4f3f3;
  border-radius: 15px;
  padding: 35px 0 30px;
}

.research-section__subtitle {
  font-family: 'Qubena Gothic', sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.5;
  color: #000;
  text-align: center;
  letter-spacing: -0.165px;
  margin: 0 auto 16px;
  max-width: 696px;
}

.research-section__cards {
  display: flex;
  gap: 26px;
  justify-content: center;
  margin: 0 auto 15px;
}

.research-section__card {
  width: 458px;
  height: 200px;
  background: #fff;
  border: 3px solid #00cc88;
  border-radius: 15px;
  overflow: hidden;
}

.research-section__card-header {
  height: 38px;
  background: #00cc88;
  border: 3px solid #00cc88;
  border-radius: 15px 15px 0 0;
  font-family: 'Qubena Gothic', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 38px;
  color: #fff;
  text-align: center;
  margin-top: -6px;
  margin-left: -3px;
  margin-right: -3px;
  width: calc(100% + 6px);
}

.research-section__card-description {
  font-family: 'Qubena Gothic', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
  color: #212423;
  text-align: center;
  margin: 12px 0 5px;
}

.research-section__card-body {
  display: block;
  padding: 5px 15px 15px;
}

.research-section__card-body img {
  width: auto;
  height: 100%;
  display: block;
  margin: 0 auto;
}

.research-section__note {
  font-family: 'Qubena Gothic', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.3;
  color: #000;
  text-align: left;
  margin: 0 auto;
  max-width: 940px;
  padding: 0 105px;
}

/* ========================================
   学術機関との共同研究セクション - SP版
   ======================================== */
@media (max-width: 750px) {
  .research-section {
    padding-bottom: 0px;
  }

  .research-section__tag {
    width: 240px;
    height: 29px;
    margin: 0 auto 15px;
    border-radius: 24.138px;
  }

  .research-section__tag-text {
    font-size: 16.463px;
    letter-spacing: -0.1811px;
  }

  .research-section__title {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: -0.22px;
    margin: 0 0 20px 0;
    padding: 0 15px;
  }

  .research-section__title .sp-break {
    display: inline;
  }

  .research-section__content {
    width: calc(100% - 30px);
    max-width: 360px;
    border-radius: 6px;
    padding: 25px 15px 30px;
  }

  .research-section__subtitle {
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: -0.165px;
    margin: 0 0 25px 0;
    max-width: 100%;
  }

  .research-section__cards {
    flex-direction: column;
    gap: 20px;
    padding: 0;
    margin: 0 0 30px;
  }

  .research-section__card {
    width: 100%;
    max-width: 330px;
    height: auto;
    min-height: 153px;
    border: 2.301px solid #00cc88;
    border-radius: 11.503px;
    margin: 0 auto;
  }

  .research-section__card-header {
    height: 28px;
    line-height: 26px;
    font-size: 15px;
    border: 2.301px solid #00cc88;
    border-radius: 11.503px 11.503px 0 0;
    margin-top: -2.301px;
    margin-left: -2.301px;
    margin-right: -2.301px;
    width: calc(100% + 4.602px);
  }

  .research-section__card-description {
    font-size: 15px;
    line-height: normal;
    margin: 10px 0 12px;
  }

  .research-section__card-body {
    display: block;
    padding: 5px 15px 15px;
  }

  .research-section__card-body img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  .research-section__note {
    font-size: 12px;
    line-height: 1.3;
    padding: 0;
    max-width: 100%;
  }
}

/* ========================================
   学術機関との共同研究セクション - PC版縮小対応
   ======================================== */
@media (min-width: 751px) and (max-width: 1200px) {
  .research-section__content {
    width: 900px;
    max-width: 900px;
  }

  .research-section__cards {
    padding: 0 60px;
  }
}

/* ========================================
   授業でも家庭でも使いやすいセクション - PC版
   ======================================== */
.feature2-section {
  position: relative;
  overflow: visible;
}

/* 背景（緑色エリア） */
.feature2-section__bg {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 225px;
  background: #00cc88;
  z-index: 0;
}

/* タイトルエリア */
.feature2-section__header {
  position: relative;
  width: 1200px;
  height: 240px;
  margin: 0 auto;
  padding-top: 40px;
  z-index: 1;
}

.feature2-section__teacher {
  position: absolute;
  top: 60px;
  left: 80px;
  width: 221px;
  height: 132px;
  overflow: hidden;
  z-index: 2;
}

.feature2-section__teacher img {
  width: 100%;
  height: auto;
}

.feature2-section__bubble {
  position: absolute;
  top: 0;
  left: 230px;
  width: 220px;
  height: 150px;
  z-index: 1;
}

.feature2-section__bubble-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.feature2-section__bubble-text {
  position: absolute;
  top: 29px;
  left: 40px;
  width: 145px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  margin: 0;
  z-index: 1;
  letter-spacing: -0.2531px;
}

.feature2-section__title-group {
  position: absolute;
  top: 70px;
  left: 510px;
  width: 620px;
  text-align: left;
  padding: 0;
}

.feature2-section__subtitle {
  font-family: 'Qubena Gothic', sans-serif;
  font-weight: 400;
  font-size: 27.238px;
  line-height: 1.3;
  color: #fff;
  margin: 0 0 2px 0;
  letter-spacing: -0.2996px;
}

.feature2-section__title {
  font-family: 'Qubena Gothic', sans-serif;
  font-weight: 400;
  font-size: 35px;
  line-height: 1.3;
  color: #fff;
  margin: 0;
  letter-spacing: -0.385px;
}

.feature2-section__title-highlight {
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}

.feature2-section__arrow {
  position: absolute;
  top: 100px;
  left: 460px;
  width: 48px;
  height: 24px;
  transform: rotate(90deg);
  z-index: 2;
}

.feature2-section__arrow img {
  width: 48px;
  height: 24.407px;
}

/* カード群（横並び2つ） */
.feature2-section__cards {
  position: relative;
  display: flex;
  gap: 36px;
  width: 1020px;
  margin: -60px auto 0;
  justify-content: center;
  padding: 0;
  z-index: 2;
}

/* カード共通スタイル */
.feature2-section__card {
  position: relative;
  width: 492px;
  height: 494px;
  background: #fff;
  border: 3px solid #00cc88;
  border-radius: 20px;
  padding: 30px 0;
}

.feature2-section__card:first-child {
  margin-left: 0;
}

.feature2-section__card-title {
  font-family: 'Qubena Gothic', sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.4;
  color: #212423;
  text-align: center;
  margin: 0 0 20px 0;
  position: relative;
  z-index: 1;
}

/* カード1のタイトル下線 */
.feature2-section__card--1 .feature2-section__card-title::before {
  content: '';
  position: absolute;
  top: 29px;
  left: 50%;
  transform: translateX(-50%);
  width: 312px;
  height: 9px;
  background: #c8f1e3;
  z-index: -1;
}

.feature2-section__card--1 .feature2-section__card-title::after {
  content: '';
  position: absolute;
  top: 71px;
  left: 50%;
  transform: translateX(-50%);
  width: 390px;
  height: 9px;
  background: #c8f1e3;
  z-index: -1;
}

/* カード2のタイトル下線 */
.feature2-section__card--2 .feature2-section__card-title::before {
  content: '';
  position: absolute;
  top: 29px;
  left: 50%;
  transform: translateX(-50%);
  width: 360px;
  height: 9px;
  background: #c8f1e3;
  z-index: -1;
}

.feature2-section__card--2 .feature2-section__card-title::after {
  content: '';
  position: absolute;
  top: 71px;
  left: 50%;
  transform: translateX(-50%);
  width: 247px;
  height: 9px;
  background: #c8f1e3;
  z-index: -1;
}

.feature2-section__card-description {
  font-family: 'Qubena Gothic', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.5;
  color: #000;
  text-align: left;
  margin: 0 0 23px 0;
  padding: 0 58px;
  max-width: 100%;
}

.feature2-section__card-image {
  width: 470px;
  margin: 0 0 0 12px;
}

.feature2-section__card--1 .feature2-section__card-image {
  width: 470px;
  height: 198px;
  margin: 0 0 0 12px;
}

.feature2-section__card--2 .feature2-section__card-image {
  width: 276px;
  height: 205px;
  margin: 0 0 0 68px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.feature2-section__card-image img {
  width: 100%;
  height: auto;
  display: block;
}

.feature2-section__card-note {
  font-family: 'Qubena Gothic', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.3;
  color: #212423;
  text-align: right;
  margin: 0;
  padding-right: 20px;
}

/* カード2のバッジ */
.feature2-section__card-badge {
  position: absolute;
  top: 229.36px;
  right: 30px;
  width: 143.1px;
  height: 96.519px;
}

.feature2-section__card-badge-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.feature2-section__card-badge-text {
  position: absolute;
  top: 10px;
  left: 15px;
  width: 120px;
  font-family: 'Qubena Gothic', sans-serif;
  font-weight: 700;
  font-size: 14.4px;
  line-height: 1.3;
  color: #212423;
  text-align: center;
  margin: 0;
  z-index: 1;
  letter-spacing: -0.1584px;
}

/* 横長カード */
.feature2-section__card-wide {
  position: relative;
  width: 1020px;
  height: 564px;
  background: #fff;
  border: 3px solid #00cc88;
  border-radius: 20px;
  margin: 30px auto 0;
  padding: 0;
  z-index: 2;
}

.feature2-section__card-wide-title {
  font-family: 'Qubena Gothic', sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.4;
  color: #212423;
  text-align: center;
  margin: 0;
  padding: 48px 0 0 0;
  position: relative;
  z-index: 1;
}

.feature2-section__card-wide-title::before {
  content: '';
  position: absolute;
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
  width: 402px;
  height: 9px;
  background: #c8f1e3;
  z-index: -1;
}

.feature2-section__card-wide-title::after {
  content: '';
  position: absolute;
  top: 118px;
  left: 50%;
  transform: translateX(-50%);
  width: 296px;
  height: 9px;
  background: #c8f1e3;
  z-index: -1;
}

.feature2-section__card-wide-content {
  display: flex;
  gap: 34px;
  padding: 0 52px;
  margin-top: 43px;
}

.feature2-section__card-wide-left {
  width: 387px;
}

.feature2-section__card-wide-description {
  font-family: 'Qubena Gothic', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.5;
  color: #000;
  margin: 0 0 33px 0;
}

.feature2-section__card-wide-image {
  width: 306px;
  height: 229px;
  margin: 0 0 0 45px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.feature2-section__card-wide-image img {
  width: 100%;
  height: auto;
  display: block;
}

.feature2-section__card-wide-right {
  position: relative;
  width: 500px;
  height: 350px;
  background: #f4f3f3;
  border-radius: 15px;
  padding: 20px;
}

.feature2-section__point-badge {
  position: absolute;
  top: 20px;
  left: 21px;
  width: 73px;
  height: 73px;
}

.feature2-section__point-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 73px;
  height: 73px;
  transform: rotate(336.041deg);
}

.feature2-section__point-circle--pc {
  display: block;
}

.feature2-section__point-circle--sp {
  display: none;
}

.feature2-section__point-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 78px;
  height: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.feature2-section__point-koko {
  font-family: 'Qubena Gothic', sans-serif;
  font-weight: 700;
  font-size: 11.496px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  margin: 0 10px 0 0px;
  letter-spacing: -0.1265px;
}

.feature2-section__point-label {
  font-family: 'Qubena Gothic', sans-serif;
  font-weight: 700;
  font-size: 11.496px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  margin: 0;
  letter-spacing: -0.1265px;
}

.feature2-section__point-mark {
  display: inline-block;
  font-family: 'Qubena Gothic', sans-serif;
  font-weight: 700;
  font-size: 14.33px;
  line-height: 1.3;
  color: #fff;
  transform: rotate(20.182deg);
  letter-spacing: -0.1576px;
  margin-left: -0.15em;
}

.feature2-section__card-wide-point {
  font-family: 'Qubena Gothic', sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.5;
  color: #000;
  margin: 0;
  padding: 15px 0 0 90px;
}

.feature2-section__card-wide-illust {
  position: absolute;
  top: 30px;
  left: 40px;
  width: 384px;
  height: 197px;
}

.feature2-section__card-wide-illust img {
  width: 384px;
  height: auto;
  display: block;
}

/* ========================================
   授業でも家庭でも使いやすいセクション - SP版
   ======================================== */
@media (max-width: 750px) {
  .feature2-section {
    margin-top: 50px;
  }

  .scroll_container .scroll_content {
    /* コンテンツの幅を260%に設定して横スクロールを可能に */
    width: 150%;
    padding-right: 2.1428571429rem; /* 30px相当 */
  }

  /* 背景 */
  .feature2-section__bg {
    width: 100vw;
    height: 151px;
    top: 78px;
  }

  /* タイトルエリア */
  .feature2-section__header {
    width: 100%;
    max-width: 390px;
    padding: 0 15px;
    position: relative;
    height: 170px;
  }

  .feature2-section__teacher {
    top: 35px;
    left: 0px;
    width: 160px;
    height: 80px;
    z-index: 2;
  }

  .feature2-section__teacher img {
    width: 100%;
    height: auto;
  }

  .feature2-section__bubble {
    top: 0;
    left: 112.76px;
    width: 140.8px;
    height: 94.62px;
    z-index: 1;
  }

  .feature2-section__bubble-text {
    font-size: 16px;
    line-height: 1.3;
    top: 14px;
    left: 20px;
    width: 100px;
    letter-spacing: -0.176px;
  }

  .feature2-section__title-group {
    position: absolute;
    top: 124px;
    left: 35.05px;
    padding-left: 0;
    padding-top: 0;
    max-width: 320px;
  }

  .feature2-section__subtitle {
    font-size: 16px;
    line-height: 1.3;
    text-align: left;
    margin: 0;
    letter-spacing: -0.176px;
  }

  .feature2-section__title {
    font-size: 19px;
    line-height: 1.3;
    text-align: left;
    /*letter-spacing: -0.22px;*/
  }

  .feature2-section__arrow {
    top: 144px;
    left: 0px;
    width: 26.6px;
    height: 26.6px;
    transform: rotate(90deg);
  }

  .feature2-section__arrow img {
    width: 26.6px;
    height: 13.52px;
  }

  /* カード群 */
  .feature2-section__cards {
    flex-direction: column;
    gap: 29px;
    max-width: 330px;
    margin: 10px auto 0;
  }

  /* カード共通 */
  .feature2-section__card {
    width: 330px;
    height: auto;
    border: 1.113px solid #00cc88;
    border-radius: 7.423px;
    padding: 28px 15px;
    margin: 0 auto;
  }

  .feature2-section__card--1 {
    height: 397px;
  }

  .feature2-section__card--2 {
    height: 476px;
  }

  .feature2-section__card-title {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 15px;
  }

  /* カード1のタイトル下線 */
  .feature2-section__card--1 .feature2-section__card-title::before {
    top: 21.93px;
    width: 208px;
    height: 6px;
  }

  .feature2-section__card--1 .feature2-section__card-title::after {
    top: 49.93px;
    width: 260px;
    height: 6px;
  }

  /* カード2のタイトル下線 */
  .feature2-section__card--2 .feature2-section__card-title::before {
    top: 20px;
    width: 239px;
    height: 6px;
  }

  .feature2-section__card--2 .feature2-section__card-title::after {
    top: 48px;
    width: 165px;
    height: 6px;
  }

  .feature2-section__card-description {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 auto 18px;
    padding: 0 15px;
    max-width: 100%;
  }

  .feature2-section__card--1 .feature2-section__card-description {
    order: 3;
    margin: 0 auto 0;
    padding: 25px 10px;
  }

  .feature2-section__card--2 .feature2-section__card-description {
    order: 3;
    margin: 0 auto 0;
    padding: 0 15px;
  }

  .feature2-section__card-image {
    width: 300px;
    margin: 0 auto;
  }

  .feature2-section__card--1 .feature2-section__card-image {
    width: 300px;
    height: 126px;
    order: 1;
    margin: 5px auto;
  }

  .feature2-section__card--2 .feature2-section__card-image {
    width: 288px;
    height: 214px;
    order: 1;
    margin: 20px auto;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }

  .feature2-section__card-note {
    font-size: 12px;
    text-align: right;
    padding-right: 4px;
    order: 2;
  }

  /* カード2のバッジ - SP版 */
  .feature2-section__card-badge {
    top: 100px;
    right: 7px;
    width: 143.17px;
    height: 85.77px;
  }

  .feature2-section__card-badge-text {
    top: 5px;
  }

  /* カードをflexboxで順序制御 */
  .feature2-section__card--1,
  .feature2-section__card--2 {
    display: flex;
    flex-direction: column;
  }

  /* 横長カード - SP版 */
  .feature2-section__card-wide {
    width: 330px;
    height: auto;
    border: 1.113px solid #00cc88;
    border-radius: 7.423px;
    margin: 30px auto 0;
    padding: 28px 15px;
    display: flex;
    flex-direction: column;
  }

  .feature2-section__card-wide-title {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 15px;
    order: 0;
    padding-top: 0px;
  }

  .feature2-section__card-wide-title::before {
    top: 22px;
    width: 262px;
    height: 5px;
  }

  .feature2-section__card-wide-title::after {
    top: 49px;
    width: 192px;
    height: 7px;
  }

  .feature2-section__card-wide-content {
    display: contents;
  }

  .feature2-section__card-wide-left {
    display: contents;
  }

  .feature2-section__card-wide-description {
    font-size: 16px;
    line-height: 1.5;
    order: 2;
    margin: 20px auto;
    padding: 0 13px;
  }

  .feature2-section__card-wide-image {
    width: 270px;
    height: 203px;
    order: 1;
    margin: 0 auto;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }

  .feature2-section__card-wide-right {
    position: relative;
    width: 300px;
    height: 330px;
    border-radius: 6px;
    padding: 10px;
    margin: 20px auto 0;
    order: 3;
  }

  .feature2-section__point-badge {
    top: 10px;
    left: 1px;
    width: 79.971px;
    height: 81.067px;
  }

  .feature2-section__point-circle {
    width: 79.971px;
    height: 81.067px;
  }

  .feature2-section__point-circle--pc {
    display: none;
  }

  .feature2-section__point-circle--sp {
    display: block;
  }

  .feature2-section__point-text {
    width: 79.971px;
    height: 75px;
  }

  .feature2-section__point-koko,
  .feature2-section__point-label {
    font-size: 12.593px;
    letter-spacing: -0.1385px;
  }

  .feature2-section__point-mark {
    font-size: 15.698px;
    letter-spacing: -0.1727px;
  }

  .feature2-section__card-wide-point {
    font-size: 14px;
    line-height: 1.5;
    padding: 0 0 5px 78px;
  }

  .feature2-section__card-wide-illust {
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 384px;
    height: 210px;
    overflow: hidden;
  }

  /* スクロールコンテナ */
  .feature2-section__card-wide-illust-scroll {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
    width: 100%;
    height: 100%;
    gap: 0;
  }

  /* WebKit（Chrome、Safari）でスクロールバーを非表示 */
  .feature2-section__card-wide-illust-scroll::-webkit-scrollbar {
    display: none;
  }

  /* スクロールアイテム */
  .feature2-section__card-wide-illust-item {
    flex: 0 0 100%;
    scroll-snap-align: start;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .feature2-section__card-wide-illust-item img {
    width: 384px;
    height: 197px;
    display: block;
    object-fit: cover;
  }
}

/* ========================================
   授業でも家庭でも使いやすいセクション - PC版縮小対応
   ======================================== */
@media (min-width: 751px) and (max-width: 1200px) {
  .feature2-section__bg {
    width: 125vw;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (min-width: 751px) and (max-width: 960px) {
  .feature2-section__bg {
    width: 167vw;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (min-width: 751px) and (max-width: 960px) {
  .research-section__content {
    width: 900px;
    max-width: 900px;
  }

  .research-section__cards {
    padding: 0 60px;
  }
}

/* ========================================
   キュビナスターター版ならセクション - PC版
   ======================================== */
.feature3-section {
  position: relative;
  margin-top: 50px;
  padding-bottom: 60px;
  overflow: visible;
}

/* 背景（緑色エリア） */
.feature3-section__bg {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 225px;
  background: #00cc88;
  z-index: 0;
}

/* タイトルエリア */
.feature3-section__header {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding-top: 80px;
  z-index: 1;
}

.feature3-section__student {
  position: absolute;
  top: 81px;
  left: 85px;
  width: 86.64px;
  height: 105px;
  overflow: hidden;
  z-index: 1;
}

.feature3-section__student img {
  width: 100%;
  height: auto;
}

.feature3-section__bubble {
  position: absolute;
  top: 30px;
  left: 120px;
  width: 225px;
  height: 138.62px;
  z-index: 0;
}

.feature3-section__bubble-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.feature3-section__bubble-text {
  position: absolute;
  top: 18px;
  left: 30px;
  width: 176px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  margin: 0;
  z-index: 1;
  letter-spacing: -0.176px;
}

.feature3-section__title-group {
  position: relative;
  text-align: left;
  padding-left: 400px;
  padding-top: 0;
}

.feature3-section__subtitle {
  font-family: 'Qubena Gothic', sans-serif;
  font-weight: 400;
  font-size: 27.238px;
  line-height: 1.3;
  color: #fff;
  margin: 0 0 2px 0;
}

.feature3-section__title {
  font-family: 'Qubena Gothic', sans-serif;
  font-weight: 400;
  font-size: 35px;
  line-height: 1.3;
  color: #fff;
  margin: 0;
}

.feature3-section__title-highlight {
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}

.feature3-section__arrow {
  position: absolute;
  top: 100px;
  left: 350px;
  width: 48px;
  height: 24.407px;
  transform: rotate(90deg);
}

.feature3-section__arrow img {
  width: 48px;
  height: 24.407px;
}

/* メインカード（横長） */
.feature3-section__main-card {
  position: relative;
  width: 1020px;
  margin: 26px auto 0;
  background: #fff;
  border: 3px solid #00cc88;
  border-radius: 20px;
  padding: 48px 40px;
  min-height: 468px;
}

.feature3-section__card-title {
  font-family: 'Qubena Gothic', sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.4;
  color: #212423;
  text-align: center;
  margin: 0 0 20px 0;
  position: relative;
  z-index: 0;
}

.feature3-section__card-title::before {
  content: '';
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 9px;
  background: #c8f1e3;
  z-index: -1;
}

/* PC版では改行を非表示 */
.sp-only {
  display: none;
}

/* 各行のラッパー（PC版ではインライン表示） */
.feature3-section__card-title-line {
  display: inline;
  position: relative;
}

.feature3-section__description {
  font-family: 'Qubena Gothic', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.5;
  color: #000;
  text-align: left;
  margin: 30px 0 0 12px;
  max-width: 387px;
}

/* 画像配置 */
.feature3-section__images {
  position: absolute;
  top: 120px;
  right: 130px;
  width: 406px;
  height: 305px;
}

.feature3-section__image-left {
  position: absolute;
  left: -355px;
  top: 148px;
  width: 378px;
  height: 164px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  z-index: 1;
}

.feature3-section__image-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
}

.feature3-section__image-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 406px;
  height: 305px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.feature3-section__image-right img {
  width: 100%;
  height: auto;
  display: block;
}

/* 吹き出し */
.feature3-section__balloon {
  position: absolute;
  width: 172.8px;
  height: 96.518px;
}

.feature3-section__balloon-arrow {
  position: absolute;
  width: 16.524px;
  height: 32.695px;
}

.feature3-section__balloon--left {
  left: 68.6px;
  top: 215px;
  z-index: 2;
}

.feature3-section__balloon--left .feature3-section__balloon-arrow {
  left: 65px;
  top: 60.3px;
  transform: rotate(144.558deg) scaleY(-1);
}

.feature3-section__balloon--right {
  right: 25px;
  top: 100px;
}

.feature3-section__balloon--right .feature3-section__balloon-arrow {
  right: 130px;
  top: 60.3px;
  transform: rotate(35.442deg);
}

.feature3-section__balloon-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 172.8px;
  height: 73.8px;
}

.feature3-section__balloon-text {
  position: absolute;
  top: 7px;
  left: 14.4px;
  width: 144.9px;
  font-family: 'Qubena Gothic', sans-serif;
  font-weight: 700;
  font-size: 14.4px;
  line-height: 1.3;
  color: #212423;
  text-align: center;
  margin: 0;
  z-index: 1;
  letter-spacing: -0.1584px;
}

/* サブカード群（2列） */
.feature3-section__sub-cards {
  display: flex;
  gap: 36px;
  width: 1020px;
  margin: 33px auto 0;
  justify-content: center;
}

/* サブカード共通 */
.feature3-section__sub-card {
  position: relative;
  width: 492px;
  height: 525px;
  background: #fff;
  border: 3px solid #00cc88;
  border-radius: 20px;
  padding: 48px 14px 30px;
}

/* タイトル */
.feature3-section__sub-title {
  font-family: 'Qubena Gothic', sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.4;
  color: #212423;
  text-align: center;
  margin: 0 0 20px 0;
  position: relative;
  z-index: 1;
}

/* サブカード1のタイトル下線 */
.feature3-section__sub-card--1 .feature3-section__sub-title::before {
  content: '';
  position: absolute;
  top: 29px;
  left: 50%;
  transform: translateX(-50%);
  width: 412px;
  height: 9px;
  background: #c8f1e3;
  z-index: -1;
}

.feature3-section__sub-card--1 .feature3-section__sub-title::after {
  content: '';
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  width: 395px;
  height: 9px;
  background: #c8f1e3;
  z-index: -1;
}

/* サブカード2のタイトル下線 */
.feature3-section__sub-card--2 .feature3-section__sub-title::before {
  content: '';
  position: absolute;
  top: 29px;
  left: 50%;
  transform: translateX(-50%);
  width: 330px;
  height: 9px;
  background: #c8f1e3;
  z-index: -1;
}

.feature3-section__sub-card--2 .feature3-section__sub-title::after {
  content: '';
  position: absolute;
  top: 70px;
  left: 17px;
  width: 410px;
  height: 9px;
  background: #c8f1e3;
  z-index: -1;
}

/* 説明文 */
.feature3-section__sub-description {
  font-family: 'Qubena Gothic', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.5;
  color: #000;
  margin: 0 0 23px 0;
  padding: 0 44px;
  text-align: left;
}

/* サブカード画像 */
.feature3-section__sub-image {
  width: 349px;
  height: 225px;
  margin: 0 auto;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.feature3-section__sub-card--1 .feature3-section__sub-image {
  width: 349px;
  height: 225px;
  margin: 20px auto 0;
}

.feature3-section__sub-card--2 .feature3-section__sub-image {
  width: 278px;
  height: 223.39px;
  margin: 20px auto 0;
  position: relative;
}

.feature3-section__sub-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* ダッシュボード画像のマスク */
.feature3-section__sub-image--masked {
  overflow: hidden;
}

/* ダッシュボードの吹き出し */
.feature3-section__balloon--dashboard {
  position: absolute;
  right: 20px;
  top: 240px;
  width: 144.9px;
  height: 73.118px;
}

.feature3-section__balloon--dashboard .feature3-section__balloon-bg {
  width: 144.9px;
  height: 64.9px;
}

.feature3-section__balloon--dashboard .feature3-section__balloon-text {
  top: 5px;
  left: 10px;
  width: 127.94px;
  height: 38px;
}

/* ========================================
   キュビナスターター版ならセクション - SP版
   ======================================== */
@media (max-width: 750px) {
  .feature3-section {
    margin-top: 30px;
  }

  /* 背景 */
  .feature3-section__bg {
    width: 100vw;
    height: 151px;
    top: 80px;
  }

  /* タイトルエリア */
  .feature3-section__header {
    width: 100%;
    max-width: 390px;
    padding: 0 15px 20px;
    position: relative;
    height: 170px;
  }

  .feature3-section__student {
    top: 40px;
    left: 4px;
    width: 70.23px;
    height: 76.3px;
    z-index: 2;
  }

  .feature3-section__student img {
    width: 100%;
    height: auto;
  }

  .feature3-section__bubble {
    top: 15px;
    left: 39.34px;
    width: 151.93px;
    height: 93.6px;
    z-index: 1;
  }

  .feature3-section__bubble-text {
    font-size: 15px;
    line-height: 1.3;
    top: 12px;
    left: 20px;
    width: 120px;
  }

  .feature3-section__title-group {
    position: absolute;
    top: 125px;
    left: 20px;
    padding-left: 0;
    padding-top: 0;
    max-width: 320px;
  }

  .feature3-section__subtitle {
    font-size: 16px;
    line-height: 1.3;
    text-align: left;
    margin: 0;
  }

  .feature3-section__title {
    font-size: 19px;
    line-height: 1.3;
    text-align: left;
  }

  .feature3-section__arrow {
    top: 155px;
    left: 0;
    width: 24px;
    height: 12px;
    transform: rotate(90deg);
  }

  .feature3-section__arrow img {
    width: 22px;
    height: 11px;
  }

  /* メインカード */
  .feature3-section__main-card {
    width: 330px;
    margin: 30px auto 0;
    padding: 28px 15px 30px;
    border: 1.113px solid #00cc88;
    border-radius: 7.423px;
    min-height: auto;
    height: auto;
    display: flex;
    flex-direction: column;
  }

  .feature3-section__card-title {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 15px;
    order: 0;
  }

  /* SP版で改行を表示 */
  .sp-only {
    display: inline;
  }

  /* 各行に個別の下線 */
  .feature3-section__card-title-line {
    display: inline-block;
    position: relative;
  }

  .feature3-section__card-title-line::before {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 5px;
    background: #c8f1e3;
    z-index: -1;
  }

  /* PC版の下線を非表示 */
  .feature3-section__card-title::before {
    display: none;
  }

  .feature3-section__description {
    font-size: 16px;
    line-height: 1.5;
    margin: 20px 15px 0;
    max-width: 301px;
    text-align: left;
    order: 2;
  }

  /* 画像配置 - SP版は縦並び */
  .feature3-section__images {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 43px;
    z-index: 1;
    order: 1;
  }

  .feature3-section__image-left {
    position: relative;
    left: 0;
    top: 0;
    width: 295px;
    height: 130.51px;
    margin: 0 auto;
    z-index: 2;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    overflow: hidden;
  }
  
  .feature3-section__image-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }

  .feature3-section__image-right {
    position: relative;
    right: 0;
    top: 0;
    width: 295px;
    height: 225.88px;
    margin: 0 auto;
    z-index: 2;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }

  /* 吹き出し - SP版 */
  .feature3-section__balloon-arrow {
    width: 30.529px;
    height: 13.537px;
  }

  .feature3-section__balloon--left {
    left: 175px;
    top: 100px;
    z-index: 3;
  }

  .feature3-section__balloon--left .feature3-section__balloon {
    width: 140px;
    height: 85.24px;
    z-index: 3;
  }

  .feature3-section__balloon--left .feature3-section__balloon-bg {
    width: 140px;
    height: 67px;
  }

  .feature3-section__balloon--left .feature3-section__balloon-arrow {
    left: 20px;
    top: 65px;
    transform: rotate(305deg) scaleY(-1) skewX(330deg);
  }

  .feature3-section__balloon--right {
    right: auto;
    left: 165px;
    top: 280px;
    z-index: 3;
  }

  .feature3-section__balloon--left .feature3-section__balloon {
    width: 153px;
    height: 85.24px;
    z-index: 3;
  }

  .feature3-section__balloon--right .feature3-section__balloon-arrow {
    left: 20px;
    top: 53px;
    transform: rotate(305deg) scaleY(-1) skewX(330deg);
  }

  .feature3-section__balloon--right .feature3-section__balloon-bg {
    width: 153px;
    height: 55px;
  }

  /* SP版のballoon-leftは異なる画像を使用 */
  /*.feature3-section__balloon--left .feature3-section__balloon-bg {
    content: url('../figma-assets/ce68e17df71bbe008e7a55f64efe982149436390.svg');
  }*/

  .feature3-section__balloon-text {
    font-size: 12px;
    top: 10px;
    left: 11px;
    width: 124px;
  }

  /* サブカード群 */
  .feature3-section__sub-cards {
    flex-direction: column;
    gap: 30px;
    width: 330px;
    margin: 40px auto 0;
  }

  /* サブカード共通 */
  .feature3-section__sub-card {
    width: 330px;
    height: auto;
    border: 1.113px solid #00cc88;
    border-radius: 7.423px;
    padding: 27px 13px 30px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }

  .feature3-section__sub-card--1 {
    height: auto;
  }

  .feature3-section__sub-card--2 {
    height: auto;
    position: relative;
  }

  /* タイトル */
  .feature3-section__sub-title {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 15px;
    order: 0;
  }

  /* サブカード1のタイトル下線 */
  .feature3-section__sub-card--1 .feature3-section__sub-title::before {
    top: 21px;
    width: 260px;
    height: 5px;
  }

  .feature3-section__sub-card--1 .feature3-section__sub-title::after {
    top: 47px;
    width: 281px;
    height: 5px;
  }

  /* サブカード2のタイトル下線 */
  .feature3-section__sub-card--2 .feature3-section__sub-title::before {
    top: 21px;
    width: 220px;
    height: 8px;
  }

  .feature3-section__sub-card--2 .feature3-section__sub-title::after {
    top: 50px;
    width: 273px;
    height: 8px;
    left: 10px;
  }

  /* 説明文 */
  .feature3-section__sub-description {
    font-size: 16px;
    line-height: 1.5;
    margin: 20px 0 0 0;
    padding: 0 14px;
    order: 2;
  }

  .feature3-section__sub-card--1 .feature3-section__sub-description {
    margin-top: 20px;
  }

  .feature3-section__sub-card--2 .feature3-section__sub-description {
    margin-top: 20px;
  }

  /* サブカード画像 */
  .feature3-section__sub-image {
    width: 295∂px;
    height: 194px;
    margin: 20px auto 0;
    order: 1;
    position: relative;
    z-index: 2;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }

  .feature3-section__sub-card--1 .feature3-section__sub-image {
    width: 295px;
    height: 194px;
    margin: 20px auto 0;
  }

  .feature3-section__sub-card--2 .feature3-section__sub-image {
    width: 295px;
    height: 242px;
    margin: 20px auto 0;
  }

  /* ダッシュボードの吹き出し - SP版 */
  .feature3-section__balloon--dashboard {
    position: absolute;
    right: auto;
    left: 180px;
    top: 110px;
    width: 135px;
    height: 76.02px;
    z-index: 3;
  }

  .feature3-section__balloon--dashboard .feature3-section__balloon-text {
    top: 11px;
    left: 3.53px;
    width: 127.94px;
    height: 32px;
    font-size: 12px;
  }
}

/* ========================================
   キュビナスターター版ならセクション - PC版縮小対応
   ======================================== */
@media (min-width: 751px) and (max-width: 1200px) {
  .feature3-section__bg {
    width: 125vw;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (min-width: 751px) and (max-width: 960px) {
  .feature3-section__bg {
    width: 167vw;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* ========================================
   価格セクション - PC版
   ======================================== */
.price-section {
  position: relative;
  width: 100%;
  height: 767px;
  margin: 0 auto;
  overflow: visible;
}

/* 背景ピンクエリア */
.price-section__bg-pink {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 701px;
  background: #FFE3E3;
  z-index: 0;
}

/* 上部装飾（逆三角形） - PC版 */
.price-section__bg-triangle {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 700px;
  overflow-y: hidden;
  z-index: 1;
}

.price-section__bg-triangle img {
  width: 100%;
  object-fit: contain;
}

/* SP版背景画像（PC版では非表示） */
.price-section__bg-image-sp {
  display: none;
}

/* コンテンツコンテナ */
.price-section__content {
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: 10px auto;
  z-index: 2;
}

/* ヘッダーテキスト - サブ */
.price-section__header-sub {
  position: absolute;
  top: 190px;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Qubena Gothic', sans-serif;
  font-weight: 400;
  font-size: 27.018px;
  line-height: normal;
  color: #212423;
  text-align: center;
  margin: 0;
  z-index: 3;
}

/* ヘッダーテキスト - メインのラッパー */
.price-section__header-main-wrapper {
  position: absolute;
  top: 227px;
  left: 50%;
  transform: translateX(-50%);
  width: 840px;
  z-index: 3;
}

/* ヘッダーテキスト - メインの白背景 */
.price-section__header-main-bg {
  position: absolute;
  top: 3px;
  left: 400px;
  transform: translateX(-50%);
  width: 472px;
  height: 39px;
  background: #fff;
  z-index: -1;
}

/* ヘッダーテキスト - メイン */
.price-section__header-main {
  position: relative;
  font-family: 'Qubena Gothic', sans-serif;
  font-weight: 700;
  font-size: 36.024px;
  line-height: normal;
  color: #212423;
  text-align: center;
  margin: 0;
  z-index: 1;
}

/* グラフィック画像 - 左側に配置 */
.price-section__graphic {
  position: absolute;
  top: 350px;
  left: 200px;
  z-index: 3;
}

.price-section__graphic-img--pc {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.price-section__graphic-img--sp {
  display: none;
}

/* 価格表示エリア - 右側に配置 */
.price-section__price {
  position: absolute;
  top: 350px;
  right: 10px;
  width: auto;
  height: 70px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  z-index: 3;
}

/* 価格の白背景 */
.price-section__price-bg {
  position: absolute;
  top: 70px;
  width: 293px;
  height: 13px;
  background: #fff;
  z-index: 0;
}

/* 年額ラベル */
.price-section__price-label {
  font-family: 'Qubena Gothic', sans-serif;
  font-weight: 700;
  font-size: 32.809px;
  line-height: 20px;
  color: #ff7777;
  margin: 0 8px 0 0;
  z-index: 1;
}

/* 価格数字 */
.price-section__price-amount {
  font-family: 'Qubena Gothic', sans-serif;
  font-weight: 700;
  font-size: 62.116px;
  line-height: 40px;
  color: #ff7777;
  margin: 0 8px 0 0;
  z-index: 1;
}

/* 単位ラッパー */
.price-section__price-unit-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 8px 0 0;
  z-index: 1;
}

/* 税込テキスト */
.price-section__price-tax {
  font-family: 'Qubena Gothic', sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.5;
  color: #ff7777;
  margin: 0 0 4px 0;
}

/* 円単位 */
.price-section__price-unit {
  font-family: 'Qubena Gothic', sans-serif;
  font-weight: 700;
  font-size: 32.809px;
  line-height: 20px;
  color: #ff7777;
  margin: 0;
}

/* 自治体価格注釈 */
.price-section__price-note {
  font-family: 'Qubena Gothic', sans-serif;
  font-weight: 700;
  font-size: 31.665px;
  line-height: 21px;
  color: #ff7777;
  margin: 0 0 0 -10px;
  z-index: 1;
}

/* 注釈テキスト */
.price-section__note {
  position: absolute;
  top: 440px;
  right: -220px;
  transform: translateX(-50%);
  width: 505px;
  font-family: 'Qubena Gothic', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.3;
  color: #212423;
  text-align: left;
  margin: 0;
  z-index: 3;
}

/* CTAボタンエリア */
.price-section__cta {
  position: absolute;
  top: 520px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.price-section__cta-button {
  position: relative;
  display: block;
  width: 526.856px;
  height: 129.688px;
  background: #ff7777;
  border-radius: 90.061px;
  box-shadow: 4.503px 4.503px 6.304px 0px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  transition: transform 0.2s ease;
}

.price-section__cta-button:hover {
  transform: scale(1.02);
}

/* CTAバッジ */
.price-section__cta-badge {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 220px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* CTAバッジの矢印 */
.price-section__cta-arrow {
  position: absolute;
  top: 4px;
  width: 13.909px;
  height: 20.864px;
}

.price-section__cta-arrow--left--pc {
  right: 240px;
  display: block;
  transform: rotate(180deg) scaleY(-1);
}

.price-section__cta-arrow--right--pc {
  left: 240px;
  display: block;
}

.price-section__cta-arrow--left--sp,
.price-section__cta-arrow--right--sp {
  display: none;
}

/* CTAバッジテキスト */
.price-section__cta-badge-text {
  font-family: 'Qubena Gothic', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: normal;
  color: #fff;
  text-align: center;
  margin: 0;
  z-index: 1;
  white-space: nowrap;
}

/* CTAボタンテキスト */
.price-section__cta-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Qubena Gothic', sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: normal;
  color: #fff;
  text-align: center;
  margin: 0;
  margin-top: 15px;
  white-space: nowrap;
}

/* ========================================
   価格セクション - SP版（750px以下）
   ======================================== */
@media (max-width: 750px) {

  .price-section__content {
    width: 330px;
    max-width: none;
  }

  .price-section {
    width: 330px;
    height: 650px;
    margin: -30px auto 0;
  }

  /* 背景ピンクエリア - SP版 */
  .price-section__bg-pink {
    top: 47px;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 590px;
  }

  /* 上部装飾 - SP版 */
  .price-section__bg-triangle {
    /*left: -16.31%;
    top: 45.22px;
    width: 514.009px;*/
    height: 600px;
      background: #FFE3E3;

/*    display: none;*/
  }

  /* ヘッダーテキスト - サブ - SP版 */
  .price-section__header-sub {
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
    width: 270px;
    font-size: 18.787px;
  }

  /* ヘッダーテキスト - メインのラッパー - SP版 */
  .price-section__header-main-wrapper {
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
    width: 360px;
  }

  /* ヘッダーテキスト - メインの白背景 - SP版 */
  .price-section__header-main-bg {
    top: 2px;
    left: 165px;
    transform: translateX(-50%);
    width: 330px;
    height: 31px;
  }

  /* ヘッダーテキスト - メイン - SP版 */
  .price-section__header-main {
    font-size: 25.049px;
    line-height: normal;
  }

  /* グラフィック画像 - SP版 */
  .price-section__graphic {
    top: 210px;
    left: 50%;
    transform: translateX(-50%);
    width: 290px;
    height: 88.26px;
  }

  .price-section__graphic-img--pc {
    display: none;
  }

  .price-section__graphic-img--sp {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  /* 価格表示エリア - SP版 */
  .price-section__price {
    top: 314px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: auto;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
  }

  /* 価格の白背景 - SP版 */
  .price-section__price-bg {
    left: 57px;
    top: 39px;
    width: 215px;
    height: 10px;
  }

  /* 年額ラベル - SP版 */
  .price-section__price-label {
    font-size: 24.233px;
    line-height: 24.489px;
    margin: 0 5px 0 0;
    order: 1;
  }

  /* 価格数字 - SP版 */
  .price-section__price-amount {
    font-size: 45.879px;
    line-height: 35px;
    margin: 0 5px 0 0;
    order: 2;
  }

  /* 単位ラッパー - SP版 */
  .price-section__price-unit-wrapper {
    margin: 0 0 0 0;
    order: 3;
  }

  /* 税込テキスト - SP版 */
  .price-section__price-tax {
    font-size: 11.079px;
    margin: 0 0 2px 0;
  }

  /* 円単位 - SP版 */
  .price-section__price-unit {
    font-size: 24.233px;
    line-height: 25px;
  }

  /* 自治体価格注釈 - SP版 */
  .price-section__price-note {
    font-size: 23.387px;
    margin: 10px 0 0 0;
    width: 100%;
    text-align: center;
    order: 4;
  }

  /* 注釈テキスト - SP版 */
  .price-section__note {
    top: 410px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    text-align: center;
    width: 360px;
  }

  /* CTAボタンエリア - SP版 */
  .price-section__cta {
    top: 470px;
    left: 50%;
    transform: translateX(-50%);
  }

  .price-section__cta-button {
    width: 298px;
    height: 75.28px;
    border-radius: 52.174px;
    box-shadow: 2.609px 2.609px 3.652px 0px rgba(0, 0, 0, 0.25);
  }

  /* CTAバッジ - SP版 */
  .price-section__cta-badge {
    top: 10px;
    width: 190px;
    height: 16px;
  }

  /* CTAバッジの矢印 - SP版 */
  .price-section__cta-arrow {
    width: 8.058px;
    height: 12.087px;
    top: 2px;
  }

  .price-section__cta-arrow--left--pc,
  .price-section__cta-arrow--right--pc {
    display: none;
  }

  .price-section__cta-arrow--left--sp {
    left: 0;
    display: block;
    transform: rotate(180deg) scaleY(-1);
  }

  .price-section__cta-arrow--right--sp {
    right: 0;
    display: block;
  }

  /* CTAバッジテキスト - SP版 */
  .price-section__cta-badge-text {
    font-size: 12px;
  }

  /* CTAボタンテキスト - SP版 */
  .price-section__cta-text {
    font-size: 23.173px;
    margin-top: 10px;
  }
}

/* ========================================
   価格セクション - PC版縮小対応（1200px以下）
   ======================================== */
@media (min-width: 751px) and (max-width: 1200px) {
  .price-section {
    transform-origin: top center;
  }
  
  .price-section__bg-triangle {
    width: 125vw;
  }
}

@media (min-width: 751px) and (max-width: 960px) {
  .price-section {
    transform-origin: top center;
  }
  
  .price-section__bg-triangle {
    width: 167vw;
  }
}

/* ========================================
   ユーザーの声セクション - PC版
   ======================================== */
.users-voice-section {
  position: relative;
  padding: 0 0 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.users-voice-section__header {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}

.users-voice-section__top {
  display: flex;
  align-items: center;
  justify-content: center;
}

.users-voice-section__subtitle {
  font-family: 'Qubena Gothic', sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.5;
  color: #212423;
  margin: 0;
}

.users-voice-section__logo {
  width: 351.469px;
  height: 83.074px;
}

.users-voice-section__logo img {
  width: 100%;
  height: auto;
  display: block;
}

.users-voice-section__title {
  font-family: 'Qubena Gothic', sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: normal;
  color: #212423;
  text-align: center;
  margin: 0 0 10px 0;
  position: relative;
  z-index: 1;
}

.users-voice-section__title::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 511px;
  height: 13px;
  background: #c8f1e3;
  z-index: -1;
}

.users-voice-section__subtitle {
  font-family: 'Qubena Gothic', sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.5;
  color: #212423;
  text-align: center;
  letter-spacing: -0.33px;
}

.users-voice-section__logo {
  width: 351.469px;
  height: 83.074px;
}

.users-voice-section__logo img {
  width: 100%;
  height: auto;
  display: block;
}

.users-voice-section__content {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.users-voice-section__chart-title {
  font-family: 'Qubena Gothic', sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.5;
  color: #212423;
  text-align: center;
  margin: 80px 0 0 0;
  position: relative;
  z-index: 1;
}

.users-voice-section__chart-title .pc-break {
  display: inline;
}

.users-voice-section__chart-title .sp-break {
  display: none;
}

.users-voice-section__chart-title::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 570px;
  height: 13px;
  background: #c8f1e3;
  z-index: -1;
}

/* PC版のチャート */
.users-voice-section__chart--pc {
  display: block;
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
}

.users-voice-section__chart--pc img {
  width: 100%;
  height: auto;
  display: block;
}

/* SP版のチャートは非表示 */
.users-voice-section__chart--sp {
  display: none;
}

/* ========================================
   ユーザーの声セクション - SP版
   ======================================== */
@media (max-width: 750px) {
  .users-voice-section {
    max-width: 390px;
    padding: 0;
  }

  .users-voice-section__header {
    margin-bottom: 20px;
  }

  .users-voice-section__subtitle {
    font-size: 20px;
    line-height: 1.5;
    margin: 0;
    letter-spacing: -0.22px;
  }

  .users-voice-section__logo {
    width: 298px;
    height: 70.5px;
  }

  .users-voice-section__title {
    font-size: 20px;
    line-height: 1.5;
    margin: 0;
  }

  .users-voice-section__title::before {
    width: 340px;
    height: 8.835px;
    bottom: 2px;
  }

  .users-voice-section__chart-title {
    font-size: 20px;
    line-height: 1.5;
    margin: 60px 0 0 0;
    padding: 0 10px;
    position: relative;
  }
  
  .users-voice-section__chart-title .pc-break {
    display: none;
  }

  .users-voice-section__chart-title .sp-break {
    display: inline;
  }

  /* SP版では複数の緑ハイライトを表示 */
  /* 1本目: "AI型教材「キュビナ」は"の下 */
  .users-voice-section__chart-title::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 220px;
    height: 6px;
    background: #c8f1e3;
    z-index: -1;
  }
  
  /* 2本目: "多くのユーザーから"の下 */
  .users-voice-section__chart-title::after {
    content: '';
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 180px;
    height: 6px;
    background: #c8f1e3;
    z-index: -1;
  }
  
  /* 3本目: "ご好評いただいてます"の下 */
  .users-voice-section__content::after {
    content: '';
    position: absolute;
    bottom: 3px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 6px;
    background: #c8f1e3;
    z-index: -1;
  }
  
  .users-voice-section__content {
    position: relative;
  }

  /* PC版のチャートを非表示 */
  .users-voice-section__chart--pc {
    display: none;
  }

  /* SP版のチャートを表示（スワイプ可能） */
  .users-voice-section__chart--sp {
    display: block;
    position: relative;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .users-voice-section__chart--sp.scroll_container {
    max-width: 100%;
    margin: 0 auto;
    padding-right: 0;
  }

  .users-voice-section__chart--sp figure {
    margin: 0;
  }

  .users-voice-section__chart--sp .scroll_content {
    width: max-content;
    padding-right: 0;
  }

  /* スクロールバーのスタイル */
  .users-voice-section__chart--sp::-webkit-scrollbar {
    height: 8px;
  }

  .users-voice-section__chart--sp::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
  }

  .users-voice-section__chart--sp::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
  }

  .users-voice-section__chart--sp::-webkit-scrollbar-thumb:hover {
    background: #555;
  }

  .users-voice-section__chart--sp .scroll_icon {
    display: block;
    width: 5.7142857143rem;
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    z-index: 10;
    pointer-events: none;
  }

  .users-voice-section__chart--sp .scroll_content {
    width: 260%;
    padding-right: 2.1428571429rem;
  }

  .users-voice-section__chart--sp img {
    width: 100%;
    height: auto;
    display: block;
  }
}

/* ========================================
   ユーザーの声セクション - PC版縮小対応
   ======================================== */
@media (min-width: 751px) and (max-width: 1200px) {
  .users-voice-section {
    transform-origin: top center;
    width: 1200px;
    margin: 0 auto;
  }
}

/* ========================================
   ユーザーの実際の声セクション - PC版
   ======================================== */
.user-feedback-section {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* PC版コンテナ */
.user-feedback-section__container--pc {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  position: relative;
  height: 450px;
}

.user-feedback-section__container--sp {
  display: none;
}

/* 各アイテム */
.user-feedback-section__item {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* 左側セクション */
.user-feedback-section__item--left {
  left: 65px;
  top: 31px;
}

/* 中央セクション */
.user-feedback-section__item--center {
  left: calc(33.333% + 47.993px);
  top: 120px;
}

/* 右側セクション */
.user-feedback-section__item--right {
  left: calc(66.667% - 17px);
  top: 35px;
}

/* 吹き出しラッパー */
.user-feedback-section__balloon-wrapper {
  position: relative;
  width: 338px;
  height: 224px;
  margin-bottom: 20px;
}

.user-feedback-section__item--center .user-feedback-section__balloon-wrapper {
  width: 307px;
  height: 207px;
}

.user-feedback-section__item--center .user-feedback-section__content {
  top: 90px;
  left: 180px;
}

.user-feedback-section__item--right .user-feedback-section__content {
  top: 100px;
  left: 180px;
}

/* 吹き出し背景画像 */
.user-feedback-section__balloon-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.user-feedback-section__balloon-bg--back {
  z-index: 1;
}

.user-feedback-section__balloon-bg--front {
  z-index: 2;
}

/* 左側セクションの回転（353.903度） */
.user-feedback-section__item--left .user-feedback-section__balloon-bg--back {
  transform: rotate(353.903deg);
  transform-origin: center;
  top: 20px;
}

.user-feedback-section__item--left .user-feedback-section__balloon-bg--front {
  left: 23px;
  top: 2.81px;
}

/* 中央セクションの回転（355.818度） */
.user-feedback-section__item--center .user-feedback-section__balloon-bg--back {
  left: 0;
  top: 10px;
  transform: rotate(355.818deg);
  transform-origin: center;
}

.user-feedback-section__item--center .user-feedback-section__balloon-bg--front {
  left: 23px;
  top: 0;
}

/* 右側セクションの回転（180度 + 縦反転） */
.user-feedback-section__item--right .user-feedback-section__balloon-bg--back {
  left: 19px;
  top: 8px;
  transform: rotate(180deg) scaleY(-1);
  transform-origin: center;
}

.user-feedback-section__item--right .user-feedback-section__balloon-bg--front {
  transform: rotate(180deg) scaleY(-1);
  transform-origin: center;
}

/* コンテンツ */
.user-feedback-section__content {
  position: absolute;
  top: 100px;
  left: 200px;
  transform: translate(-50%, -50%);
  width: 230px;
  z-index: 3;
  text-align: left;
}

/* タイトル */
.user-feedback-section__title {
  font-family: 'Qubena Gothic', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  color: #212423;
  margin: 0 0 15px 0;
}

/* テキスト */
.user-feedback-section__text {
  font-family: 'Qubena Gothic', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.5;
  color: #212423;
  margin: 0;
}

/* 人物画像 */
.user-feedback-section__avatar {
  position: absolute;
  z-index: 1;
}

.user-feedback-section__avatar img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top;
}

/* 左側セクションの人物画像 */
.user-feedback-section__item--left .user-feedback-section__avatar {
  left: -40px;
  top: 134px;
  width: 152px;
  height: 140px;
  z-index: 2;
}

/* 中央セクションの人物画像 */
.user-feedback-section__item--center .user-feedback-section__avatar {
  left: calc(16.667% - 10.993px);
  top: 164px;
  width: 148px;
  height: 125px;
  left: 190px;
  z-index: 2;
}

/* 右側セクションの人物画像 */
.user-feedback-section__item--right .user-feedback-section__avatar {
  left: calc(8.333% + 27px);
  top: 185px;
  width: 142px;
  height: 129px;
  left: 135px;
  z-index: 2;
}

.user-feedback-section__item--left .user-feedback-section__image {
  width: 152px;
  height: 140px;
  margin-top: 110px;
}

.user-feedback-section__item--center .user-feedback-section__image {
  width: 148px;
  height: 104px;
  margin-top: 100px;
}

.user-feedback-section__item--right .user-feedback-section__image {
  width: 142px;
  height: 129px;
  margin-top: 120px;
}

.user-feedback-section__image img {
  width: 100%;
  height: auto;
  display: block;
}

/* ========================================
   ユーザーの実際の声セクション - SP版
   ======================================== */
@media (max-width: 750px) {
  .user-feedback-section {
    max-width: 360px;
    height: 630px;
  }

  /* PC版を非表示 */
  .user-feedback-section__container--pc {
    display: none;
  }

  /* SP版を表示 */
  .user-feedback-section__container--sp {
    display: block;
    position: relative;
    width: 360px;
  }

  /* 背景画像 */
  .user-feedback-section__bg-image {
    position: absolute;
    bottom: -338.6%;
    left: 0;
    right: 0;
    top: -1143.13%;
    pointer-events: none;
    z-index: 0;
  }

  .user-feedback-section__bg-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* 各アイテム */
  .user-feedback-section__item {
    position: relative;
    /*margin-bottom: 100px;*/
  }

  .user-feedback-section__item:last-child {
    margin-bottom: 0;
  }

  /* 上部セクション */
  .user-feedback-section__item--top {
   /* left: 32px;*/
    top: 20px;
    width: 330px;
  }

  /* コンテンツ */
.user-feedback-section__content {
  top: 75px;
  left: 210px;
  width: 180px;
}
  /* 中央セクション */
  .user-feedback-section__item--middle {
   /* left: 60px;*/
   top: -40px;
   width: 330px;
  }

    /* コンテンツ */
.user-feedback-section__item--middle .user-feedback-section__content {
  top: 75px;
  left: 150px;
}

  /* 下部セクション */
  .user-feedback-section__item--bottom {
   left: 60px;
  top: -95px;
  width: 300px;
  }

 /* コンテンツ */
.user-feedback-section__item--bottom .user-feedback-section__content {
  top: 75px;
  left: 130px;
}

  /* 吹き出しラッパー - SP版 */
  .user-feedback-section__balloon-wrapper {
    width: 264px;
    height: 175px;
    left: -40px;
  }

  .user-feedback-section__item--middle .user-feedback-section__balloon-wrapper {
    width: 239px;
    height: 161px;
    left: -10px;
  }

  /* 上部セクションの回転（353.903度） */
  .user-feedback-section__item--top .user-feedback-section__balloon-bg--back {
    left: 53px;
    top: 10px;
    transform: rotate(353.903deg);
  }

  .user-feedback-section__item--top .user-feedback-section__balloon-bg--front {
    left: 65.35px;
    top: 2.19px;
  }

  /* 中央セクションの回転（355.818度） */
  .user-feedback-section__item--middle .user-feedback-section__balloon-bg--back {
    left: 0;
    top: 7.8px;
    transform: rotate(355.818deg);
  }

  .user-feedback-section__item--middle .user-feedback-section__balloon-bg--front {
    left: 17.94px;
    top: 0;
  }

  /* 下部セクションの回転（180度 + 縦反転） */
  .user-feedback-section__item--bottom .user-feedback-section__balloon-bg--back {
    left: 14.82px;
    top: 6.24px;
    transform: rotate(180deg) scaleY(-1);
  }

  .user-feedback-section__item--bottom .user-feedback-section__balloon-bg--front {
    left: 0;
    top: 0;
    transform: rotate(180deg) scaleY(-1);
  }

  /* タイトル - SP版 */
  .user-feedback-section__title {
    font-size: 14px;
    margin-bottom: 10px;
  }

  /* テキスト - SP版 */
  .user-feedback-section__text {
    font-size: 14px;
  }

  /* 画像 - SP版 */
.user-feedback-section__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top;
}


  .user-feedback-section__item--top .user-feedback-section__image {
  position: relative;
  left: -120px;
  top: -105px;
    width: 92px;
  height: 80px;
  z-index: 2;
  }
  
  .user-feedback-section__item--middle .user-feedback-section__image {
 position: relative;
  left: 85px;
  top: -70px;
    width: 93px;
    height: 80px;
  z-index: 2;
  }

  .user-feedback-section__item--bottom .user-feedback-section__image {
 position: relative;
  left: -15px;
  top: -90px;
    width: 93px;
    height: 84px;
  z-index: 2;
  }
}

/* ========================================
   ユーザーの実際の声セクション - PC版縮小対応
   ======================================== */
@media (min-width: 751px) and (max-width: 1200px) {
  .user-feedback-section {
    transform-origin: top center;
    width: 1200px;
    margin: 0 auto;
  }
}

/* ========================================
   無償トライアルセクション - PC版
   ======================================== */
.trial-section {
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: 900px;
  margin: 0 auto 0;
  padding: 0 20px;
}

/* 背景（緑色エリア） */
.trial-section__bg {
  position: absolute;
  top: 94px;
  left: 91px;
  width: 1020px;
  height: 780px;
  background: #00cc88;
  border-radius: 20px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.13);
  z-index: 0;
}

.trial-section__content {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 1;
}

/* イラスト */
.trial-section__illust {
  position: absolute;
  top: 29px;
  left: 50%;
  transform: translateX(-50%);
  width: 267px;
  height: 123px;
  overflow: hidden;
  z-index: 2;
}

.trial-section__illust img {
  position: absolute;
  width: 267px;
  height: 123px;
}

/* 装飾アイコン */
.trial-section__decoration {
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
  width: 331px;
  height: 48px;
  text-align: center;
  z-index: 2;
}

.trial-section__decoration-img--pc {
  display: block;
  width: 100%;
  height: 30px;
  object-fit: contain;
  margin: 0 auto 10px;
}

.trial-section__decoration-img--sp {
  display: none;
}

.trial-section__decoration-text {
  position: absolute;
  top: 1px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  font-family: 'Qubena Gothic', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  color: #212423;
  text-align: center;
  margin: 0;
  letter-spacing: -0.22px;
  z-index: 3;
}

/* タイトル */
.trial-section__title {
  position: absolute;
  top: 181px;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Qubena Gothic', sans-serif;
  font-weight: 700;
  font-size: 35px;
  line-height: normal;
  color: #fff;
  text-align: center;
  margin: 0;
  white-space: nowrap;
  z-index: 2;
}

/* 説明テキスト */
.trial-section__description {
  position: absolute;
  top: 232px;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Qubena Gothic', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: normal;
  color: #fff;
  text-align: center;
  margin: 0;
  white-space: nowrap;
  z-index: 2;
}

/* CTAボタン */
.trial-section__cta {
  position: absolute;
  top: 280px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.trial-section__cta-button {
  display: block;
  width: 432px;
  height: 74px;
  background: #fff;
  border-radius: 90.061px;
  box-shadow: 4.503px 4.503px 6.304px 0px rgba(0, 0, 0, 0.25);
  font-family: 'Qubena Gothic', sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 74px;
  color: #00cc88;
  text-align: center;
  text-decoration: none;
  transition: transform 0.2s ease;
}

.trial-section__cta-button:hover {
  transform: scale(1.02);
}

/* 情報ボックス群 */
.trial-section__info-boxes {
  position: absolute;
  top: 390px;
  left: 165px;
  width: 854px;
  z-index: 2;
}

.trial-section__info-box {
  width: 100%;
  height: 95px;
  background: #f4f3f3;
  border-radius: 10px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  padding: 0 30px;
}

.trial-section__info-box:last-child {
  margin-bottom: 0;
}

.trial-section__info-box-inner {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 30px;
}

.trial-section__info-title {
  font-family: 'Qubena Gothic', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  color: #212423;
  margin: 0;
  min-width: 120px;
  flex-shrink: 0;
}

.trial-section__info-text {
  font-family: 'Qubena Gothic', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.5;
  color: #212423;
  margin: 0;
  flex: 1;
}

/* ========================================
   無償トライアルセクション - SP版
   ======================================== */
@media (max-width: 750px) {
  .trial-section {
    max-width: 390px;
    height: 680px;
    margin: 0 auto 0;
    padding: 0 15px;
  }

  /* 背景 */
  .trial-section__bg {
    top: 44px;
    left: 15px;
    width: calc(100% - 30px);
    max-width: 360px;
    height: 640px;
    border-radius: 7.423px;
    box-shadow: 0px 1.485px 1.485px 0px rgba(0, 0, 0, 0.13);
  }

  /* イラスト */
  .trial-section__illust {
    top: 0;
    width: 186px;
    height: 86px;
  }

  .trial-section__illust img {
    width: 186px;
    height: 86px;
  }

  /* 装飾アイコン */
  .trial-section__decoration {
    top: 90px;
    width: 238px;
    height: 34px;
  }

  .trial-section__decoration-img--pc {
    display: none;
  }

  .trial-section__decoration-img--sp {
    display: block;
    width: 100%;
    height: 23px;
    object-fit: contain;
    margin: 0 auto 10px;
  }

  .trial-section__decoration-text {
    font-size: 15px;
    letter-spacing: -0.165px;
  }

  /* タイトル */
  .trial-section__title {
    top: 112px;
    font-size: 23.661px;
    white-space: normal;
    width: 300px;
  }

  /* 説明テキスト */
  .trial-section__description {
    top: 148px;
    font-size: 15px;
    width: 300px;
  }

  /* CTAボタン */
  .trial-section__cta {
    top: 177px;
  }

  .trial-section__cta-button {
    width: 292px;
    height: 50px;
    border-radius: 60.883px;
    box-shadow: 3.044px 3.044px 4.262px 0px rgba(0, 0, 0, 0.25);
    font-size: 16.901px;
    line-height: 50px;
  }

  /* 情報ボックス群 */
  .trial-section__info-boxes {
    top: 267px;
    left: 15px;
    width: calc(100% - 30px);
    max-width: 360px;
  }

  .trial-section__info-box {
    height: auto;
    min-height: 86px;
    border-radius: 6.777px;
    margin-bottom: 11px;
    padding: 15px 15px;
  }

  .trial-section__info-box-inner {
    flex-direction: row;
    align-items: center;
    gap: 10px;
  }

  .trial-section__info-title {
    font-size: 14px;
    min-width: 80px;
    flex-shrink: 0;
  }

  .trial-section__info-text {
    font-size: 14px;
  }
}

/* ========================================
   無償トライアルセクション - PC版縮小対応
   ======================================== */
@media (min-width: 751px) and (max-width: 1200px) {
  .trial-section {
    transform-origin: top center;
    width: 1200px;
    margin: 0 auto;
  }
}

@media (min-width: 751px) and (max-width: 960px) {
  .trial-section {
    transform-origin: top center;
    width: 1200px;
    margin: 0 auto;
  }
}

/* ========================================
   フッター
   ======================================== */
.footer {
  position: relative;
  width: 100%;
  background: #a8a6a6;
  padding: 30px 20px;
  margin-top: 80px;
  z-index: 10;
}

.footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.footer__nav {
  display: flex;
  gap: 30px;
  align-items: center;
}

.footer__link {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.footer__link:hover {
  opacity: 0.7;
}

.footer__copyright {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  color: #ffffff;
  margin: 0;
}

/* SP版 */
@media (max-width: 750px) {
  .footer {
    padding: 30px 20px;
    margin-top: 50px;
  }

  .footer__link {
    font-size: 13px;
  }

  .footer__copyright {
    font-size: 11px;
    text-align: center;
  }
}
