.elementor-6157 .elementor-element.elementor-element-f4dbe5f{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS */@import url('https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400&family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700&display=swap');

  * { margin: 0; padding: 0; box-sizing: border-box; }

  body {
    font-family: 'Zen Kaku Gothic Antique', 'Hiragino Kaku Gothic ProN', sans-serif;
    background: #fff;
    color: #2b3233;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
  }

  /* ===== HEADER ===== */
  .header {
    background: #f7f6f4;
    padding: 20px 24px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header-logo {
    font-family: 'Philosopher', serif;
    font-size: 14px;
    letter-spacing: 4px;
    color: #2b3233;
    text-decoration: none;
  }

  /* ===== HERO ===== */
  .hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 80vh;
    background: #fff;
  }
  .hero-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 48px 60px 64px;
  }
  .hero-en {
    font-family: 'Philosopher', serif;
    font-size: 11px;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: #a5a6ab;
    margin-bottom: 20px;
  }
  .hero-logo {
    font-family: 'Philosopher', serif;
    font-size: clamp(24px, 3.5vw, 42px);
    font-weight: 400;
    letter-spacing: 5px;
    color: #2b3233;
    margin-bottom: 6px;
    line-height: 1.3;
  }
  .hero-logo span { font-weight: 700; }
  .hero-tagline {
    font-family: 'Philosopher', serif;
    font-size: clamp(11px, 1.5vw, 14px);
    font-weight: 400;
    font-style: italic;
    letter-spacing: 3px;
    color: #a5a6ab;
    margin-bottom: 32px;
  }
  .divider {
    width: 40px; height: 1px;
    background: #2b3233;
    margin-bottom: 32px;
  }
  .hero-desc {
    font-size: 13px;
    line-height: 2.4;
    color: #575757;
    letter-spacing: 0.5px;
    font-weight: 300;
    margin-bottom: 36px;
  }
  .hero-concept {
    font-size: 12px;
    line-height: 2.2;
    color: #888;
    font-weight: 300;
    letter-spacing: 0.3px;
    margin-bottom: 36px;
  }
  .hero-cta {
    display: inline-block;
    font-family: 'Philosopher', serif;
    font-size: 12px;
    letter-spacing: 3px;
    color: #2b3233;
    border: 1px solid #2b3233;
    padding: 12px 36px;
    text-decoration: none;
    transition: all 0.3s ease;
    align-self: flex-start;
  }
  .hero-cta:hover { background: #2b3233; color: #fff; }
  .hero-image {
    position: relative;
    overflow: hidden;
    background: #f7f6f4;
  }
  .hero-image img {
    width: 100%; height: 100%;
    object-fit: cover;
    object-position: center top;
  }
  .hero-image .overlay-text {
    position: absolute;
    bottom: 24px; left: 24px;
    font-family: 'Philosopher', serif;
    font-size: 10px;
    letter-spacing: 4px;
    color: rgba(255,255,255,0.7);
    text-transform: uppercase;
  }

  /* ===== CONCEPT (SHORT) ===== */
  .concept {
    background: #f7f6f4;
    padding: 80px 20px 60px;
    text-align: center;
  }
  .concept-inner {
    max-width: 800px;
    margin: 0 auto;
  }
  .concept .section-label {
    font-family: 'Philosopher', serif;
    font-size: 11px;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: #a5a6ab;
    margin-bottom: 28px;
  }
  .concept-catch {
    font-size: clamp(18px, 2.5vw, 28px);
    font-weight: 500;
    line-height: 2.2;
    color: #2b3233;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }
  .concept-sub {
    font-size: 13px;
    line-height: 2.2;
    color: #888;
    font-weight: 300;
    letter-spacing: 0.5px;
  }
  .concept-photos {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: 160px 160px;
    gap: 6px;
    max-width: 720px;
    margin: 40px auto 0;
  }
  .concept-photos .ph {
    background: #e8e6e3;
    overflow: hidden;
  }
  .concept-photos .ph img {
    width: 100%; height: 100%;
    object-fit: cover;
  }
  .concept-photos .ph:first-child {
    grid-row: 1 / 3;
  }
  .concept-photos .ph .placeholder-img {
    width: 100%; height: 100%;
    display: flex; align-items: center; justify-content: center;
    font-size: 10px; color: #bbb;
    font-family: 'Philosopher', serif;
    letter-spacing: 2px;
  }

  /* ===== FEATURED COURSES ===== */
  .featured-wrap {
    background: #fff;
    padding: 80px 20px;
  }
  .featured-wrap .section-title {
    text-align: center;
    margin-bottom: 48px;
  }
  .featured-wrap .section-title .en {
    font-family: 'Philosopher', serif;
    font-size: 28px;
    letter-spacing: 4px;
    color: #2b3233;
    margin-bottom: 8px;
  }
  .featured-wrap .section-title .ja {
    font-size: 13px;
    color: #a5a6ab;
    letter-spacing: 2px;
    font-weight: 300;
  }
  .courses {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    padding: 0 16px;
  }
  .course-card {
    background: #f7f6f4;
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    position: relative;
  }
  .course-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.08);
  }
  .course-card .badge {
    position: absolute;
    top: 12px; left: 12px;
    background: #2b3233;
    color: #fff;
    font-family: 'Philosopher', serif;
    font-size: 10px;
    letter-spacing: 2px;
    padding: 4px 10px;
    z-index: 2;
  }
  .course-card .img-wrap {
    width: 100%;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    background: #f0eeec;
  }
  .course-card .img-wrap img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
  }
  .course-card:hover .img-wrap img { transform: scale(1.03); }
  .course-card .info {
    padding: 14px 12px 18px;
  }
  .course-card .info .category {
    font-family: 'Philosopher', serif;
    font-size: 9px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #a5a6ab;
    margin-bottom: 4px;
  }
  .course-card .info h3 {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.6;
    color: #2b3233;
    margin-bottom: 6px;
  }
  .course-card .info p {
    font-size: 10px;
    line-height: 1.8;
    color: #888;
    margin-bottom: 12px;
    font-weight: 300;
  }
  .course-card .info .btn {
    display: inline-block;
    font-size: 10px;
    letter-spacing: 2px;
    color: #2b3233;
    border: 1px solid #2b3233;
    padding: 8px 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-family: 'Philosopher', serif;
  }
  .course-card .info .btn:hover { background: #2b3233; color: #fff; }
  .course-card .badge {
    font-size: 8px;
    padding: 3px 8px;
    top: 8px; left: 8px;
  }

  /* Featured: tablet+でテキスト大きく、2×2グリッド */
  @media (min-width: 600px) {
    .courses {
      gap: 20px;
      padding: 0;
    }
    .course-card .info { padding: 20px 16px 24px; }
    .course-card .info .category { font-size: 10px; letter-spacing: 3px; }
    .course-card .info h3 { font-size: 14px; line-height: 1.8; }
    .course-card .info p { font-size: 12px; line-height: 1.9; }
    .course-card .info .btn { font-size: 11px; letter-spacing: 3px; padding: 10px 28px; }
    .course-card .badge { font-size: 10px; padding: 4px 10px; top: 12px; left: 12px; }
      padding: 32px 36px;
    }
  }
  .featured-more {
    text-align: center;
    margin-top: 32px;
  }
  .show-more-link {
    display: inline-block;
    font-family: 'Philosopher', serif;
    font-size: 12px;
    letter-spacing: 3px;
    color: #2b3233;
    border: 1px solid #2b3233;
    padding: 12px 36px;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  .show-more-link:hover { background: #2b3233; color: #fff; }

  .course-price { margin: 8px 0 16px; }
  .course-price .price-label {
    font-size: 11px; color: #a5a6ab;
    display: block; margin-bottom: 4px;
  }
  .course-price .price-value {
    font-size: 22px; font-weight: 700;
    color: #2b3233; letter-spacing: 1px;
  }
  .course-price .price-value small { font-size: 12px; font-weight: 400; }
  .course-price .price-note {
    display: block; font-size: 11px;
    color: #c44; margin-top: 4px;
  }

  /* ===== TRANSITION DIVIDER ===== */
  .section-divider {
    text-align: center;
    padding: 64px 20px;
    background: #f7f6f4;
  }
  .section-divider .line {
    width: 1px; height: 48px;
    background: #ccc;
    margin: 0 auto 20px;
  }
  .section-divider p {
    font-family: 'Philosopher', serif;
    font-size: 11px;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: #bbb;
  }

  /* ===== MESSAGE / PROLOGUE ===== */
  .message {
    background: #f7f6f4;
    padding: 80px 20px;
  }
  .message-inner {
    max-width: 640px;
    margin: 0 auto;
  }
  .message .section-title {
    text-align: center;
    margin-bottom: 36px;
  }
  .message .section-title .en {
    font-family: 'Philosopher', serif;
    font-size: 28px;
    letter-spacing: 4px;
    color: #2b3233;
    margin-bottom: 6px;
  }
  .message .section-title .ja {
    font-size: 12px;
    color: #a5a6ab;
    letter-spacing: 2px;
    font-weight: 300;
  }
  .message-body {
    font-size: 13px;
    line-height: 2;
    color: #575757;
    font-weight: 300;
    letter-spacing: 0.3px;
  }
  .message-body p { margin-bottom: 14px; }
  .message-body p:last-child { margin-bottom: 0; }
  .message-highlight {
    font-size: 14px;
    font-weight: 500;
    color: #2b3233;
    text-align: center;
    line-height: 2.2;
    margin: 28px 0;
    padding: 24px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    letter-spacing: 1px;
  }
  .message-signature {
    font-family: 'Philosopher', serif;
    font-size: 14px;
    letter-spacing: 3px;
    color: #a5a6ab;
    text-align: right;
    margin-top: 20px;
    font-style: italic;
  }

  /* ===== ABOUT JOY187 ===== */
  .about-academy {
    background: #fff;
    padding: 100px 20px;
  }
  .about-inner {
    max-width: 900px;
    margin: 0 auto;
  }
  .about-academy .section-title {
    text-align: center;
    margin-bottom: 56px;
  }
  .about-academy .section-title .en {
    font-family: 'Philosopher', serif;
    font-size: 28px;
    letter-spacing: 4px;
    color: #2b3233;
    margin-bottom: 8px;
  }
  .about-academy .section-title .ja {
    font-size: 13px;
    color: #a5a6ab;
    letter-spacing: 2px;
    font-weight: 300;
  }
  .about-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
  .about-feature {
    padding: 36px 28px;
    border: 1px solid #e8e6e3;
    transition: transform 0.3s ease;
  }
  .about-feature:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.05);
  }
  .about-feature .feat-num {
    font-family: 'Philosopher', serif;
    font-size: 11px;
    letter-spacing: 4px;
    color: #a5a6ab;
    margin-bottom: 14px;
    text-transform: uppercase;
  }
  .about-feature h3 {
    font-size: 15px;
    font-weight: 500;
    color: #2b3233;
    margin-bottom: 14px;
    line-height: 1.7;
    letter-spacing: 1px;
  }
  .about-feature p {
    font-size: 12px;
    line-height: 2;
    color: #888;
    font-weight: 300;
  }

  /* ===== POINTS ===== */
  .points {
    background: #f7f6f4;
    padding: 100px 20px;
  }
  .points .section-title {
    text-align: center;
    margin-bottom: 56px;
  }
  .points .section-title .en {
    font-family: 'Philosopher', serif;
    font-size: 28px;
    letter-spacing: 4px;
    color: #2b3233;
    margin-bottom: 8px;
  }
  .points .section-title .ja {
    font-size: 13px;
    color: #a5a6ab;
    letter-spacing: 2px;
    font-weight: 300;
  }
  .points-grid {
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
  .point-card {
    background: #fff;
    padding: 48px 28px 40px;
    text-align: center;
    transition: transform 0.3s ease;
  }
  .point-card:hover { transform: translateY(-3px); }
  .point-card .num {
    font-family: 'Philosopher', serif;
    font-size: 40px;
    font-weight: 700;
    color: #e0ddd8;
    margin-bottom: 20px;
    line-height: 1;
  }
  .point-card h3 {
    font-size: 15px;
    font-weight: 500;
    color: #2b3233;
    margin-bottom: 20px;
    line-height: 1.6;
    letter-spacing: 1px;
  }
  .point-card p {
    font-size: 12px;
    line-height: 2.2;
    color: #888;
    font-weight: 300;
  }

  /* ===== INSTRUCTORS ===== */
  .instructors {
    background: #fff;
    padding: 100px 20px;
  }
  .instructors .section-title {
    text-align: center;
    margin-bottom: 56px;
  }
  .instructors .section-title .en {
    font-family: 'Philosopher', serif;
    font-size: 28px;
    letter-spacing: 4px;
    color: #2b3233;
    margin-bottom: 8px;
  }
  .instructors .section-title .ja {
    font-size: 13px;
    color: #a5a6ab;
    letter-spacing: 2px;
    font-weight: 300;
  }
  .instructor-grid {
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px 40px;
  }
  .instructor-card {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 28px;
    align-items: start;
  }
  .instructor-photo {
    width: 180px; height: 220px;
    background: #f0eeec;
    overflow: hidden;
  }
  .instructor-photo img {
    width: 100%; height: 100%;
    object-fit: cover;
  }
  .instructor-info .role {
    font-family: 'Philosopher', serif;
    font-size: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #a5a6ab;
    margin-bottom: 6px;
  }
  .instructor-info .name-en {
    font-family: 'Philosopher', serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #2b3233;
    margin-bottom: 2px;
  }
  .instructor-info .name-ja {
    font-size: 12px;
    color: #888;
    letter-spacing: 1px;
    font-weight: 300;
    margin-bottom: 12px;
  }
  .instructor-info .title-label {
    font-size: 11px;
    font-weight: 500;
    color: #2b3233;
    margin-bottom: 8px;
    line-height: 1.8;
  }
  .instructor-info .credits {
    font-size: 11px; line-height: 1.9;
    color: #888; font-weight: 300;
  }
  .instructor-info .credits span {
    display: inline-block;
    background: #f7f6f4;
    padding: 2px 8px;
    margin: 2px 4px 2px 0;
    font-size: 10px;
    letter-spacing: 0.5px;
    color: #575757;
  }
  .instructor-desc {
    font-size: 11px;
    line-height: 1.9;
    color: #888;
    font-weight: 300;
    margin-top: 4px;
  }

  /* ===== STEP MAP ===== */
  .step-map {
    background: #2b3233;
    color: #fff;
    padding: 100px 20px;
  }
  .step-map .section-title {
    text-align: center;
    margin-bottom: 20px;
  }
  .step-map .section-title .en {
    font-family: 'Philosopher', serif;
    font-size: 28px;
    letter-spacing: 4px;
    color: #fff;
    margin-bottom: 8px;
  }
  .step-map .section-title .ja {
    font-size: 13px;
    color: rgba(255,255,255,0.5);
    letter-spacing: 2px;
    font-weight: 300;
  }
  .step-map-intro {
    text-align: center;
    font-size: 13px;
    line-height: 2.2;
    color: rgba(255,255,255,0.6);
    font-weight: 300;
    max-width: 560px;
    margin: 0 auto 48px;
  }
  .step-routes {
    max-width: 900px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }
  .step-route {
    border: 1px solid rgba(255,255,255,0.12);
    padding: 36px 28px;
  }
  .step-route .route-label {
    font-family: 'Philosopher', serif;
    font-size: 10px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.35);
    margin-bottom: 8px;
  }
  .step-route h3 {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 6px;
    letter-spacing: 1px;
  }
  .step-route .route-desc {
    font-size: 12px;
    color: rgba(255,255,255,0.45);
    font-weight: 300;
    margin-bottom: 24px;
    line-height: 1.8;
  }
  .step-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 16px;
  }
  .step-item .step-num {
    flex-shrink: 0;
    width: 28px; height: 28px;
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-family: 'Philosopher', serif;
    font-size: 11px;
    color: rgba(255,255,255,0.5);
  }
  .step-item .step-content h4 {
    font-size: 13px;
    font-weight: 500;
    color: rgba(255,255,255,0.9);
    margin-bottom: 3px;
  }
  .step-item .step-content p {
    font-size: 11px;
    color: rgba(255,255,255,0.4);
    line-height: 1.7;
    font-weight: 300;
  }
  .step-arrow {
    text-align: center;
    color: rgba(255,255,255,0.15);
    font-size: 16px;
    margin-bottom: 16px;
    padding-left: 14px;
  }
  .step-goal {
    text-align: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.08);
  }
  .step-goal .goal-label {
    font-family: 'Philosopher', serif;
    font-size: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.25);
    margin-bottom: 6px;
  }
  .step-goal p {
    font-size: 14px;
    font-weight: 500;
    color: rgba(255,255,255,0.85);
    letter-spacing: 1px;
  }

  /* ===== COURSE CATEGORIES ===== */
  .categories-section {
    background: #fff;
    padding: 80px 20px;
  }
  .categories-section .section-title {
    text-align: center;
    margin-bottom: 48px;
  }
  .categories-section .section-title .en {
    font-family: 'Philosopher', serif;
    font-size: 28px;
    letter-spacing: 4px;
    color: #2b3233;
    margin-bottom: 8px;
  }
  .categories-section .section-title .ja {
    font-size: 13px;
    color: #a5a6ab;
    letter-spacing: 2px;
    font-weight: 300;
  }
  .course-categories {
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
  .cat-card {
    background: #f7f6f4;
    padding: 32px 24px;
    text-align: center;
    transition: transform 0.3s ease;
  }
  .cat-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.05);
  }
  .cat-card .cat-icon { font-size: 24px; margin-bottom: 12px; }
  .cat-card h3 {
    font-size: 14px;
    font-weight: 500;
    color: #2b3233;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
    line-height: 1.5;
  }
  .cat-card p {
    font-size: 11px;
    line-height: 1.9;
    color: #888;
    font-weight: 300;
    margin-bottom: 12px;
  }
  .cat-tag {
    display: inline-block;
    font-size: 10px;
    letter-spacing: 1px;
    color: #a5a6ab;
    border: 1px solid #ddd;
    padding: 3px 10px;
  }

  /* ===== COURSE DETAIL LISTING ===== */
  .course-listing {
    background: #f7f6f4;
    padding: 80px 20px 100px;
  }
  .course-listing .section-title {
    text-align: center;
    margin-bottom: 56px;
  }
  .course-listing .section-title .en {
    font-family: 'Philosopher', serif;
    font-size: 28px;
    letter-spacing: 4px;
    color: #2b3233;
    margin-bottom: 8px;
  }
  .course-listing .section-title .ja {
    font-size: 13px;
    color: #a5a6ab;
    letter-spacing: 2px;
    font-weight: 300;
  }
  .cl-accordion-wrap {
    max-width: 900px;
    margin: 0 auto;
  }
  .cl-cat-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ddd;
  }
  .cl-cat-label {
    font-family: 'Philosopher', serif;
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #fff;
    background: #2b3233;
    padding: 4px 14px;
    white-space: nowrap;
  }
  .cl-cat-label.coming { background: #a5a6ab; }
  .cl-cat-name {
    font-size: 15px;
    font-weight: 500;
    color: #2b3233;
    letter-spacing: 1px;
    flex: 1;
  }
  .cl-cat-toggle {
    font-size: 11px;
    color: #a5a6ab;
    letter-spacing: 1px;
    cursor: pointer;
    white-space: nowrap;
    transition: color 0.3s ease;
  }
  .cl-cat-header:hover .cl-cat-toggle { color: #2b3233; }
  .cl-cat-header.detail-open .cl-cat-toggle { color: #2b3233; }
  .cl-cat-header.detail-open .cl-cat-toggle::after { content: none; }
  .cl-cat-desc {
    display: none;
    padding: 16px 24px 20px;
    background: #fff;
    margin-bottom: 16px;
  }
  .cl-cat-header.detail-open + .cl-cat-desc {
    display: block;
  }
  .cl-cat-desc p {
    font-size: 12px;
    line-height: 2;
    color: #888;
    font-weight: 300;
    margin-bottom: 10px;
  }
  .cl-cat-tag {
    display: inline-block;
    font-size: 10px;
    letter-spacing: 1px;
    color: #a5a6ab;
    border: 1px solid #ddd;
    padding: 3px 10px;
  }
  .cl-cat-header { cursor: pointer; }

  /* ── Accordion Items ── */
  .cl-acc-item {
    background: #fff;
    margin-bottom: 8px;
    cursor: pointer;
    transition: box-shadow 0.3s ease;
  }
  .cl-acc-item:hover {
    box-shadow: 0 2px 16px rgba(0,0,0,0.05);
  }
  .cl-acc-item.coming-item {
    opacity: 0.6;
    border: 1px dashed #ddd;
    background: #fafafa;
    cursor: default;
  }
  .cl-acc-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 24px;
    gap: 16px;
  }
  .cl-acc-left {
    flex: 1;
    min-width: 0;
  }
  .cl-acc-title {
    font-size: 14px;
    font-weight: 500;
    color: #2b3233;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .cl-acc-info {
    font-size: 11px;
    color: #a5a6ab;
    font-weight: 300;
    letter-spacing: 0.3px;
  }
  .cl-acc-right {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
  }
  .cl-acc-date {
    font-size: 11px;
    color: #575757;
    font-weight: 400;
    letter-spacing: 0.3px;
    white-space: nowrap;
  }
  .cl-acc-arrow {
    font-size: 16px;
    color: #a5a6ab;
    transition: transform 0.3s ease;
    font-weight: 300;
    width: 20px;
    text-align: center;
  }
  .cl-acc-item.open .cl-acc-arrow {
    transform: rotate(45deg);
  }

  /* ── Status Badges ── */
  .cl-status {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 3px 10px;
    white-space: nowrap;
    display: inline-block;
  }
  .cl-status.recruiting {
    background: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #c8e6c9;
  }
  .cl-status.coming-soon {
    background: #fff3e0;
    color: #e65100;
    border: 1px solid #ffe0b2;
  }
  .cl-status.preparing {
    background: #f5f5f5;
    color: #9e9e9e;
    border: 1px solid #e0e0e0;
  }

  /* ── Accordion Body (hidden by default) ── */
  .cl-acc-body {
    display: none;
    padding: 0 24px 24px;
  }
  .cl-acc-item.open .cl-acc-body {
    display: block;
  }
  .cl-acc-desc {
    font-size: 12px;
    line-height: 2;
    color: #888;
    font-weight: 300;
    margin-bottom: 16px;
    padding-top: 8px;
    border-top: 1px solid #f0efed;
  }

  .cl-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 20px;
    margin-bottom: 12px;
  }
  .cl-meta-item {
    font-size: 11px;
    color: #575757;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .cl-meta-item .label {
    font-weight: 500;
    color: #a5a6ab;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  .cl-price {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-top: 12px;
  }
  .cl-price .original {
    font-size: 12px;
    color: #bbb;
    text-decoration: line-through;
  }
  .cl-price .special {
    font-size: 18px;
    font-weight: 700;
    color: #2b3233;
    letter-spacing: 1px;
  }
  .cl-price .tax {
    font-size: 10px;
    color: #a5a6ab;
  }
  .cl-sub-courses {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #f0efed;
  }
  .cl-sub-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px dashed #eee;
  }
  .cl-sub-item:last-child { border-bottom: none; }
  .cl-sub-name {
    font-size: 12px;
    color: #575757;
    font-weight: 400;
  }
  .cl-sub-detail {
    font-size: 11px;
    color: #a5a6ab;
    text-align: right;
  }
  .cl-monthly-themes {
    margin-top: 16px;
    padding: 20px 24px;
    background: #f7f6f4;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 6px 24px;
  }
  .cl-theme-item {
    font-size: 11px;
    color: #575757;
    font-weight: 300;
    line-height: 2;
    display: flex;
    gap: 8px;
  }
  .cl-theme-item .month {
    font-weight: 500;
    color: #2b3233;
    min-width: 30px;
  }
  .cl-instructor {
    font-size: 11px;
    color: #a5a6ab;
    margin-top: 8px;
    letter-spacing: 0.5px;
  }

  @media (max-width: 768px) {
    .cl-cat-header { flex-wrap: wrap; gap: 8px; }
    .cl-cat-name { font-size: 13px; }
    .cl-cat-desc { padding: 12px 18px 16px; }
    .cl-acc-header { flex-direction: column; align-items: flex-start; gap: 8px; padding: 16px 18px; }
    .cl-acc-right { width: 100%; justify-content: flex-start; gap: 8px; }
    .cl-acc-title { white-space: normal; font-size: 13px; }
    .cl-acc-body { padding: 0 18px 20px; }
    .cl-meta { gap: 6px 12px; }
    .cl-monthly-themes { grid-template-columns: 1fr; }
    .hero-concept { font-size: 11px; }
    .hero-concept br { display: none; }
  }

  /* ===== FAQ ===== */
  .faq {
    background: #f7f6f4;
    padding: 80px 20px;
  }
  .faq .section-title {
    text-align: center;
    margin-bottom: 48px;
  }
  .faq .section-title .en {
    font-family: 'Philosopher', serif;
    font-size: 28px;
    letter-spacing: 4px;
    color: #2b3233;
    margin-bottom: 8px;
  }
  .faq .section-title .ja {
    font-size: 13px;
    color: #a5a6ab;
    letter-spacing: 2px;
    font-weight: 300;
  }
  .faq-list {
    max-width: 700px;
    margin: 0 auto;
  }
  .faq-item {
    border-bottom: 1px solid #e0ddd8;
    padding: 24px 0;
  }
  .faq-item:first-child { border-top: 1px solid #e0ddd8; }
  .faq-item .q {
    font-size: 14px; font-weight: 500;
    color: #2b3233; margin-bottom: 12px;
    padding-left: 28px; position: relative;
  }
  .faq-item .q::before {
    content: 'Q.'; position: absolute; left: 0;
    font-family: 'Philosopher', serif;
    font-weight: 700; color: #a5a6ab;
  }
  .faq-item .a {
    font-size: 13px; line-height: 2;
    color: #888; font-weight: 300;
    padding-left: 28px; position: relative;
  }
  .faq-item .a::before {
    content: 'A.'; position: absolute; left: 0;
    font-family: 'Philosopher', serif;
    font-weight: 700; color: #2b3233;
  }

  /* ===== APPLY ===== */
  .apply-section {
    text-align: center;
    padding: 80px 20px;
    background: #fff;
  }
  .apply-section .en {
    font-family: 'Philosopher', serif;
    font-size: 24px;
    letter-spacing: 4px;
    color: #2b3233;
    margin-bottom: 8px;
  }
  .apply-section .ja {
    font-size: 18px;
    color: #2b3233;
    letter-spacing: 2px;
    font-weight: 500;
    margin-bottom: 16px;
  }
  .apply-section p {
    font-size: 13px; line-height: 2;
    color: #888; max-width: 420px;
    margin: 0 auto 28px; font-weight: 300;
  }
  .apply-btn {
    display: inline-block;    font-family: 'Philosopher', serif;
    font-size: 13px; letter-spacing: 4px;
    color: #fff; background: #2b3233;
    padding: 16px 56px;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  .apply-btn:hover { background: #575757; }

  /* ===== CONTACT ===== */
  .contact {
    text-align: center;
    padding: 56px 20px 48px;
    background: #f7f6f4;
  }
  .contact .logo-small {
    font-family: 'Philosopher', serif;
    font-size: 18px; font-weight: 400;
    letter-spacing: 3px; color: #2b3233;
    margin-bottom: 20px;
  }
  .contact p {
    font-size: 13px; line-height: 2.2;
    color: #888; font-weight: 300;
  }
  .contact a { color: #2b3233; text-decoration: none; }
  .contact a:hover { text-decoration: underline; }

  /* ===== FOOTER ===== */
  footer {
    background: #2b3233;
    text-align: center;
    padding: 32px 20px;
    font-size: 10px;
    letter-spacing: 2px;
    color: rgba(255,255,255,0.4);
    font-family: 'Philosopher', serif;
  }

  /* ===== RESPONSIVE ===== */
  @media (max-width: 800px) {
    .hero { grid-template-columns: 1fr; min-height: auto; }
    .hero-text { padding: 48px 24px 40px; text-align: center; align-items: center; order: 2; }
    .hero-cta { align-self: center; }
    .hero-image { order: 1; height: 70vw; min-height: 320px; }
    .concept-photos { grid-template-columns: 1fr 1fr; grid-template-rows: 140px 140px; }
    .concept-photos .ph:first-child { grid-row: auto; }
    .courses { max-width: 100%; }
    .about-features { grid-template-columns: 1fr; }
    .course-categories { grid-template-columns: 1fr 1fr; }
    .instructor-grid { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; gap: 40px; }
    .instructor-card { grid-template-columns: 140px 1fr; gap: 20px; }
    .instructor-photo { width: 140px; height: 175px; }
    .points-grid { grid-template-columns: 1fr; max-width: 380px; margin: 0 auto; }
    .step-routes { grid-template-columns: 1fr; }
  }/* End custom CSS */