@charset "UTF-8";


/* =========================================================
   メインビジュアル
========================================================= */
@media (max-width: 767px) {
    .mv-img.pc { display: none; }
}
@media (min-width: 768px) {
    .mv-img.sp { display: none; }
}

/* =========================================================
   ファーストビュー
========================================================= */
.d2ol-hero {
  position: relative;
  min-height: 540px;
  background: #fff;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  padding: 30px 0 70px;
  color: #fff;
}

.d2ol-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 100px;
  width: 50%;
  height: 100%;
  background: linear-gradient(135deg, #c5eeff 0%, #2aabe2 45%, #1580bb 100%);
  z-index: 8;
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
}

.d2ol-hero::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50px;
  width: 55%;
  height: 100%;
  background-image:
    radial-gradient(circle, rgba(255,255,255,0.22) 1.5px, transparent 1.5px),
    linear-gradient(rgba(255,255,255,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 32px 32px, 32px 32px, 32px 32px;
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat;
  background-color: transparent;
  z-index: 11;
  pointer-events: none;
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
}

.d2ol-hero > .wrap {
  padding-left: clamp(50px, 8vw, 160px);
  margin-left: 0;
}

.d2ol-hero-content {
  position: relative;
  z-index: 15;
  width: 100%;
  max-width: 700px;
  text-align: left;
}
.d2ol-hero-content * {
  text-align: left;
}

.d2ol-hero-ttl {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.2;
  margin-bottom: clamp(8px, 1.2vw, 16px);
  text-shadow: 2px 4px 8px rgba(0,40,120,0.55);
}
.d2ol-hero-ttl .d2ol-title-label {
  display: block;
  font-size: clamp(2.4rem, 3.6vw, 4.0rem);
  font-weight: 700;
  color: #fff;
}
.d2ol-hero-ttl .d2ol-main-copy {
  display: block;
  font-size: clamp(2.4rem, 5.5vw, 6.2rem);
  font-weight: 900;
  color: #fff;
}

/* PCでもロゴ画像が画面幅に応じて多少縮むように */
.d2ol-hero-content > div:first-child img {
  width: clamp(140px, 14vw, 200px) !important;
  height: auto;
}

.d2ol-hero-sub-copy {
  font-size: clamp(1.6rem, 2.6vw, 3.0rem);
  font-weight: 700;
  color: rgba(255,255,255,0.92);
  letter-spacing: 0.05em;
  text-shadow: 2px 4px 8px rgba(0,40,120,0.55);
  margin-top: -10px;
  margin-bottom: 30px;
}

.d2ol-hero-image-wrap {
  position: absolute;
  top: 0;
  left: 40%;
  right: 0;
  height: 100%;
  z-index: 5;
  text-align: left;
}
.d2ol-hero-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.d2ol-hero-stats-row {
  position: absolute;
  bottom: 100px;
  left: clamp(50px, 8vw, 160px);
  transform: none;
  display: flex;
  flex-direction: row;
  gap: 14px;
  z-index: 20;
  padding-bottom: 0;
}
.d2ol-stat-circle {
  width: clamp(120px, 13vw, 180px);
  height: clamp(108px, 11.7vw, 180px);
  background: url('https://www.japan-ems.jp/wp/wp-content/uploads/2026/05/badge.webp') center / contain no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: clamp(12px, 1.5vw, 20px);
}
.d2ol-stat-circle::before { content: none; }
.d2ol-stat-circle::after  { content: none; }
.d2ol-stat-circle .num {
  color: #c8860a;
  font-size: clamp(1.4rem, 1.8vw, 2.6rem);
  font-weight: 900;
  line-height: 1.1;
  text-shadow: 0 1px 2px rgba(255,255,255,0.8);
}
.d2ol-stat-circle .label {
  color: #5a3e00;
  font-size: clamp(1.0rem, 1.4vw, 2.0rem);
  font-weight: bold;
  text-align: center;
  line-height: 1.35;
}
.d2ol-stat-circle .unit {
  font-size: 0.72em;
  font-weight: 700;
}

.d2ol-stats-note {
  position: absolute;
  bottom: 80px;
  left: clamp(50px, 8vw, 160px);
  margin: 0;
  font-size: 1.0rem;
  color: rgba(255,255,255,0.85);
  line-height: 1.6;
  text-align: left;
  z-index: 20;
}

.d2ol-hero-cta-band {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 25;
}
.d2ol-hero-cta-band__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: clamp(14px, 1.4vw, 18px) 20px;
  background: #f37b1d;
  color: #fff;
  font-size: clamp(16px, 1.7vw, 22px);
  font-weight: 900;
  letter-spacing: 0.05em;
  text-decoration: none;
  box-shadow: inset 0 -5px 0 rgba(0,0,0,0.15);
  transition: opacity 0.2s;
}
.d2ol-hero-cta-band__link:hover {
  opacity: 0.9;
}

/* ── ヒーロー SP ── */
@media (max-width: 767px) {
  .d2ol-hero {
    min-height: auto;
    padding: 0;
    display: block;
    position: relative;
    overflow: hidden;
  }
  .d2ol-hero::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(160deg, #c5eeff 0%, #2aabe2 45%, #1580bb 100%);
    clip-path: polygon(0 0, 100% 0, 100% 52%, 0 68%);
    z-index: 1;
  }
  .d2ol-hero::after { display: none; }
  .d2ol-hero .wrap,
  .d2ol-hero > .wrap {
    position: relative;
    z-index: 5;
    padding: 28px 20px;
    margin-left: 0;
    display: flex;
    flex-direction: column;
  }
  .d2ol-hero-content { max-width: 100%; text-align: left; padding: 0; }
  .d2ol-hero-content * { text-align: left; }
  .d2ol-hero-content > div:first-child img { width: 160px; margin-bottom: 5px; }
  .d2ol-hero-ttl { margin-bottom: 12px; }
  .d2ol-hero-ttl .d2ol-title-label { font-size: 2.0rem; letter-spacing: 0.1em; }
  .d2ol-hero-ttl .d2ol-main-copy { font-size: clamp(1.8rem, 7vw, 3.0rem); }
  .d2ol-hero-sub-copy { font-size: 1.5rem; margin-top: -6px; margin-bottom: 14px; }
  .d2ol-hero-cta-band { position: static; width: 100%; }
  .d2ol-hero-cta-band__link { font-size: 17px; padding: 16px 20px; }
  .d2ol-hero-image-wrap {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    height: 220px;
    z-index: 2;
    margin-top: -40px;
    overflow: hidden;
  }
  .d2ol-hero-image-wrap img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: auto;
    width: auto;
    height: 100%;
    max-width: none;
  }
  .d2ol-hero-stats-row {
    position: absolute;
    top: 16px;
    right: 8px;
    left: auto;
    transform: none;
    background: transparent;
    width: auto;
    padding: 0;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
    flex-direction: column;
    z-index: 6;
  }
  .d2ol-stat-circle {
    width: 30vw;
    height: 30vw;
    max-width: 110px;
    max-height: 95px;
    padding-bottom: 14px;
    padding-top: 6px;
  }
  .d2ol-stat-circle .num   { font-size: 1.4rem; }
  .d2ol-stat-circle .label { font-size: 0.75rem; }
  /* 注釈はバッジ列の真下、右寄せで表示 */
  .d2ol-stats-note {
    position: absolute;
    top: 320px; /* 3バッジ(95px×3) + gap(6px×2) + top(16px) ≒ 313px */
    right: 8px;
    left: auto;
    bottom: auto;
    margin: 0;
    max-width: 130px;
    font-size: 0.7rem;
    line-height: 1.4;
    color: rgba(255,255,255,0.9);
    text-align: right;
    z-index: 6;
  }
  /* 料金・その他 */
  .price-ttl { font-size: 18px !important; padding: 12px 16px !important; margin-bottom: 24px !important; }
  .cmp-toggle-btn { font-size: 1.2rem; padding: 9px 18px; }
}

/* ── vc-header SP (小画面縦積み) ── */
@media (max-width: 767px) {
  .d2ol-vc-header { flex-direction: column; align-items: flex-start; min-height: auto; padding-bottom: 12px; }
  .d2ol-vc-meta { position: relative; z-index: 1; margin-bottom: 10px; }
  .d2ol-vc-headline { position: static; padding: 0; text-align: left; font-size: 1.3rem; width: 100%; }
  .d2ol-vc-avatar { width: 48px; height: 48px; }
  .d2ol-vc-case { font-size: 1.1rem; }
}


/* =========================================================
   特徴セクション
========================================================= */
.feature-toggle-box {
    display: block;
}
.feature-toggle-btn-row {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 14px;
}
.feature-toggle-btn {
    appearance: none;
    border: none;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: auto !important;
    height: auto !important;
    min-height: 48px;
    padding: 14px 28px !important;
    border-radius: 999px;
    background: #1da1f2;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.4;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    transition: opacity 0.2s ease;
    box-sizing: border-box;
}
.feature-toggle-btn:hover {
    opacity: 0.85;
}
.feature-toggle-content {
    display: none;
    margin-top: 0;
    text-align: left;
}
.feature-toggle-box.is-open .feature-toggle-content {
    display: block;
}
.feature-toggle-box.is-open .feature-toggle-btn-row {
    display: none;
}
@media (max-width: 767px) {
    .feature-toggle-btn {
        padding: 11px 20px;
        font-size: 14px;
    }
}

/* =========================================================
   比較テーブル
========================================================= */
.style-comparison {
    padding: 80px 0;
    background-color: #fcfcfc;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.comp-title {
    text-align: center;
    margin-bottom: 50px;
}
.comp-title h2 {
    display: inline-block;
    position: relative;
    font-size: 2rem;
    font-weight: bold;
    color: #333;
    line-height: 1.4;
}
.comp-title h2 span {
    display: block;
    font-size: 1.1rem;
    color: #004ea2;
    margin-bottom: 10px;
}
.comp-table {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    table-layout: fixed;
}
.comp-table th,
.comp-table td {
    padding: 25px 20px;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
    vertical-align: middle;
}
.comp-label {
    width: 150px;
    background-color: #f8f9fa;
    font-weight: bold;
    color: #666;
    font-size: 0.95rem;
    border-right: 1px solid #f0f0f0;
}
.head-commute {
    background-color: #004ea2;
    color: #fff !important;
    font-size: 1.4rem !important;
}
.head-online {
    background-color: #ff9900;
    color: #fff !important;
    font-size: 1.4rem !important;
}
.head-sub {
    display: block;
    font-size: 0.8rem;
    font-weight: normal;
    margin-top: 5px;
    opacity: 0.9;
}
.cell-txt {
    text-align: left;
    font-size: 1rem;
    line-height: 1.6;
    color: #444;
}
.cell-center {
    text-align: center;
    font-weight: bold;
    font-size: 1.1rem;
}
.price-big {
    font-size: 1.6rem;
    font-family: 'Verdana', sans-serif;
    color: #333;
}
.online-highlight {
    color: #e60012;
    font-size: 1.8rem;
}
.badge-none {
    display: inline-block;
    padding: 4px 15px;
    background: #ee0000;
    color: #fff;
    border-radius: 50px;
    font-size: 0.9rem;
}
@media (max-width: 767px) {
    .style-comparison { padding: 40px 0; }
    .comp-title h2 { font-size: 1.4rem; }
    .comp-title h2 span { font-size: 0.9rem; }
    .comp-label { width: 80px; font-size: 0.8rem; padding: 15px 5px; }
    .comp-table th, .comp-table td { padding: 15px 10px; }
    .cell-txt { font-size: 0.85rem; }
    .price-big { font-size: 1.1rem; }
    .online-highlight { font-size: 1.3rem; }
    .head-commute, .head-online { font-size: 1.1rem !important; }
}

/* =========================================================
   料金テーブル
========================================================= */
.d2ol-price-section {
    padding: 60px 0 40px;
    background-color: #fcfcfc;
}
.price-custom-table .price-ttl {
    background-color: #1da1f2;
    color: #fff;
    text-align: center;
    padding: 16px 0;
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: bold;
    border-radius: 4px;
}
.d2ol-gakka-price-table-wrap {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}
.d2ol-gakka-price-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    table-layout: fixed;
}
.d2ol-gakka-price-table th,
.d2ol-gakka-price-table td {
    padding: 38px 32px;
    vertical-align: middle;
    border-bottom: 1px solid #f0f0f0;
    box-sizing: border-box;
}
.d2ol-gakka-price-table tr:last-child th,
.d2ol-gakka-price-table tr:last-child td {
    border-bottom: none;
}
.d2ol-gakka-price-table th {
    width: 30%;
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.5;
    color: #333;
}
.gakka-price-table__row--school th {
    background-color: #ebf7ff;
    border-right: 2px solid #d4edff;
}
.gakka-price-table__row--youtube th {
    background-color: #fff8cc;
    border-right: 2px solid #ffef99;
}
.d2ol-gakka-price-table td {
    background-color: #fff;
}
.d2ol-gakka-price-box {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start;
    gap: 10px;
    padding-left: 8px;
    width: 100%;
    min-width: 0;
    text-align: left;
}
.d2ol-gakka-price-box__top {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-end !important;
    gap: 12px;
    flex-wrap: nowrap;
    width: 100%;
    min-width: 0;
}
.d2ol-gakka-price-box__num {
    display: inline-block;
    font-size: 2rem;
    font-weight: bold;
    color: #333;
    line-height: 1.5;
    white-space: nowrap;
    flex: 0 0 auto;
}
.d2ol-gakka-price-box__note {
    display: inline-block;
    font-size: 1.8rem;
    color: #333;
    line-height: 1.5;
    white-space: nowrap;
    word-break: keep-all;
    overflow-wrap: normal;
    flex: 0 0 auto;
}
.d2ol-gakka-price-box__accent {
    display: inline-block;
    color: #e60012;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.5;
    background: #ffeeee;
    padding: 8px 16px;
    border-radius: 30px;
}
@media (max-width: 767px) {
    .d2ol-price-section { padding: 40px 0; }
    .price-custom-table .price-ttl { font-size: 20px; margin-bottom: 25px; }
    .d2ol-gakka-price-table, .d2ol-gakka-price-table tbody, .d2ol-gakka-price-table tr, .d2ol-gakka-price-table th, .d2ol-gakka-price-table td { display: block; width: 100%; }
    .d2ol-gakka-price-table th, .d2ol-gakka-price-table td { padding: 20px 15px; }
    .d2ol-gakka-price-table th { border-right: none; border-bottom: 1px solid #f0f0f0; font-size: 1.1rem; padding: 15px; }
    .d2ol-gakka-price-box { align-items: center; padding-left: 0; text-align: center; }
    .d2ol-gakka-price-box__top { justify-content: center; flex-wrap: wrap; }
    .d2ol-gakka-price-box__num { font-size: 1.7rem; }
    .d2ol-gakka-price-box__note { font-size: 0.9rem; white-space: normal; text-align: center; }
    .d2ol-gakka-price-box__accent { font-size: 0.85rem; padding: 4px 12px; }
}

/* =========================================================
   試験情報テーブル
========================================================= */
.d2ol-exam-flex-container {
    display: flex;
    align-items: stretch;
    gap: 0;
}
.d2ol-exam-sidebar {
    width: 180px;
    background: #1da1f2;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.6;
    padding: 20px;
    box-sizing: border-box;
}
.d2ol-exam-table-wrapper {
    flex: 1;
    overflow: hidden;
}
.d2ol-exam-data-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    background: #fff;
}
.d2ol-exam-data-table th,
.d2ol-exam-data-table td {
    border: 1px solid #dfe8ef;
    padding: 16px 18px;
    font-size: 15px;
    line-height: 1.6;
    vertical-align: middle;
    box-sizing: border-box;
}
.d2ol-exam-data-table thead th {
    background: #f3f9fd;
    text-align: center;
    font-weight: bold;
}
.d2ol-exam-data-table tbody th {
    width: 28%;
    background: #fafcff;
    text-align: left;
    font-weight: bold;
}
@media (max-width: 767px) {
    .d2ol-exam-flex-container { display: block; width: 100%; }
    .d2ol-exam-sidebar { display: block; width: 100% !important; max-width: none !important; flex: none !important; box-sizing: border-box; border-radius: 12px 12px 0 0; padding: 14px 16px; font-size: 16px; }
    .d2ol-exam-table-wrapper { width: 100%; overflow: visible; }
    .d2ol-exam-data-table, .d2ol-exam-data-table thead, .d2ol-exam-data-table tbody, .d2ol-exam-data-table tr, .d2ol-exam-data-table th, .d2ol-exam-data-table td { display: block; width: 100%; }
    .d2ol-exam-data-table thead { display: none; }
    .d2ol-exam-data-table { border: none; }
    .d2ol-exam-data-table tbody tr { margin-bottom: 14px; border: 1px solid #dfe8ef; border-radius: 12px; overflow: hidden; background: #fff; }
    .d2ol-exam-data-table tbody th { width: 100%; border: none; border-bottom: 1px solid #e8eef3; background: #f7fbfe; padding: 14px 16px; font-size: 15px; line-height: 1.5; }
    .d2ol-exam-data-table tbody td { position: relative; border: none; border-top: 1px solid #eef3f7; padding: 12px 16px 12px 110px; font-size: 14px; line-height: 1.6; min-height: 48px; }
    .d2ol-exam-data-table tbody td::before { content: attr(data-label); position: absolute; left: 16px; top: 12px; font-weight: bold; color: #1da1f2; font-size: 13px; line-height: 1.4; }
}

/* =========================================================
   メールフォーム
========================================================= */
#mailformpro dt,
#mailformpro dd,
#mailformpro .mfp_colored {
    background: #fff !important;
}

/* =========================================================
   インラインスタイル
========================================================= */
.u-mt-0 { margin-top: 0 !important; }
.u-mb-0 { margin-bottom: 0 !important; }
.u-pt-0 { padding-top: 0 !important; }
.u-pb-0 { padding-bottom: 0 !important; }
.u-mt-80 { margin-top: 80px !important; }
.u-pt-20 { padding-top: 20px !important; }
.u-border-top-none { border-top: none !important; }
.u-w-20 { width: 20% !important; }
.u-text-center { text-align: center !important; }

/* =========================================================
   お悩み
========================================================= */

/* ── 共通ラッパー ── */
.d2ol-hw-section {
    font-feature-settings: 'palt';
    letter-spacing: 0.03em;
}

/* ── お悩み── */
.d2ol-hw-top {
    background: #f0f6ff;
    padding: 30px 0 50px;
}
.d2ol-hw-ttl {
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    color: #1DA1F2;
    margin-bottom: 8px;
    line-height: 1.5;
}
.hw-sub {
    text-align: center;
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 32px;
}
.d2ol-worry-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    max-width: 920px;
    margin: 0 auto;
}
.d2ol-worry-card {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    border: 2px solid #d4e5f8;
    border-radius: 12px;
    padding: 12px 14px;
    cursor: pointer;
    user-select: none;
    transition: border-color 0.2s, background 0.2s;
}
.d2ol-worry-card:hover { border-color: #7ccef5; }
.d2ol-worry-card.is-checked { background: #004ea2; border-color: #004ea2; }

.d2ol-worry-avatar {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(255,255,255,0.8);
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}
.d2ol-worry-avatar .d2ol-person-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s;
}
.d2ol-worry-avatar .d2ol-check-icon {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: rgba(0, 20, 90, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.2s;
}
.d2ol-worry-card.is-checked .d2ol-worry-avatar .d2ol-check-icon { opacity: 1; }
.d2ol-worry-card.is-checked .d2ol-worry-avatar .d2ol-person-icon { opacity: 0; }

.d2ol-worry-text {
    flex: 1;
    font-size: 1.6rem;
    line-height: 1.7;
    color: #333;
    transition: color 0.2s;
}
.d2ol-worry-card.is-checked .d2ol-worry-text { color: #fff; }

.d2ol-worry-chk {
    width: 20px;
    height: 20px;
    min-width: 20px;
    border-radius: 50%;
    border: 2px solid #b8d0ee;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, border-color 0.2s;
}
.d2ol-worry-card.is-checked .d2ol-worry-chk {
    background: #7ccef5;
    border-color: #7ccef5;
}
.d2ol-worry-chk-svg { display: none; }
.d2ol-worry-card.is-checked .d2ol-worry-chk-svg { display: block; }

/* ── トランジションバー ── */
.d2ol-hw-mid {
    background: #1DA1F2;
    padding: 20px 0;
    text-align: center;
}
.d2ol-hw-mid p {
    font-size: 3rem;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 0.06em;
    margin: 0;
}

/* ── 選ばれる理由 ── */
.d2ol-hw-bot {
    background: #fff;
    padding: 50px 0 60px;
}
.hw-bot-hint {
    text-align: center;
    font-size: 0.8rem;
    color: #999;
    margin-bottom: 20px;
}
.d2ol-solution-row1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    max-width: 760px;
    margin: 0 auto 14px;
}
.d2ol-solution-row2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    max-width: 506px;
    margin: 0 auto;
}
.d2ol-solution-card {
    border: 2px solid #e8e8e8;
    border-radius: 12px;
    padding: 22px 14px 18px;
    text-align: center;
    transition: border-color 0.25s, background 0.25s;
}
.d2ol-solution-card.is-active {
    border-color: #f37b1d;
    background: #fff8f2;
}
.d2ol-solution-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #eef4ff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    color: #004ea2;
    transition: background 0.25s, color 0.25s;
}
.d2ol-solution-card.is-active .d2ol-solution-icon {
    background: #f37b1d;
    color: #fff;
}
.d2ol-solution-num {
    font-size: 1.4rem;
    font-weight: bold;
    color: #1a1a1a;
    line-height: 1.7;
    margin: 0;
}
.d2ol-solution-ttl {
    font-size: 1.4rem;
    font-weight: bold;
    color: #1a1a1a;
    line-height: 1.7;
    margin: 0;
}
.d2ol-solution-card.is-active .d2ol-solution-ttl { color: #b84a00; }

/* ── レスポンシブ ── */
@media (max-width: 767px) {
    .d2ol-hw-ttl { font-size: 1.2rem; }
    .d2ol-worry-grid { grid-template-columns: 1fr; gap: 10px; }
    .d2ol-solution-row1 { grid-template-columns: 1fr; gap: 10px; max-width: 100%; margin-bottom: 10px; }
    .d2ol-solution-row2 { grid-template-columns: 1fr; max-width: 100%; gap: 10px; }
}

.u-faq-link { color: #0056b3; text-decoration: underline; }
.u-textarea-full { width: 100%; max-width: 100%; }


.d2ol-hw-top {
    text-align: center;
}

.d2ol-hw-ttl {
    display: block;
    width: fit-content;
    margin: 0 auto 24px auto;
    font-size: 1.8rem;
    font-weight: 900;
    color: #fff;
    background-color: #1DA1F2;
    padding: 16px 48px;
    border-radius: 50px;
    box-shadow: 0 6px 15px rgba(29, 161, 242, 0.4);
    letter-spacing: 0.05em;
    line-height: 1.4;
    position: relative;
}

.d2ol-hw-ttl::after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    border-top: 14px solid #1DA1F2;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
}

.hw-sub {
    font-size: 1.1rem;
    font-weight: bold;
    color: #004ea2;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .d2ol-hw-ttl {
        font-size: 1.3rem;
        padding: 14px 24px;
        border-radius: 30px;
        display: block;
        margin: 0 auto;
        max-width: calc(100% - 32px);
    }
    .hw-sub {
        font-size: 0.95rem;
        margin-bottom: 30px;
    }
}


.d2ol-solution-card {
    position: relative;
}

.d2ol-solution-num {
    position: absolute;
    top: -14px;
    left: -14px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #7ccef5;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 2;
    transition: background-color 0.25s;
}

.d2ol-solution-card.is-active .d2ol-solution-num {
    background-color: #f37b1d;
}

.d2ol-solution-detail {
    font-size: 1.4rem;
    color: #111111;
    line-height: 1.7;
    margin-top: 0;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height .35s ease, opacity .3s ease, margin-top .3s ease;
}
.d2ol-solution-card.is-active .d2ol-solution-detail {
    max-height: 120px;
    opacity: 1;
    margin-top: 8px;
}

/* =========================================================
   合格者の声
========================================================= */
.d2ol-vc-section {
    background: #f0f6ff;
    padding: 40px 0 40px;
    font-feature-settings: 'palt';
    letter-spacing: 0.03em;
}
.vc-hd {
    text-align: center;
    margin-bottom: 28px;
}
.vc-en-label {
    font-size: 1.4rem;
    color: #f37b1d;
    font-weight: bold;
    letter-spacing: 0.14em;
    margin-bottom: 2px;
}
.vc-ttl {
    font-size: 2.8rem;
    font-weight: bold;
    color: #004ea2;
    line-height: 1.5;
}

.d2ol-vc-carousel-outer {
    position: relative;
}
.d2ol-vc-track-wrap {
    width: 100%;
    overflow: hidden;
    min-width: 0;
}

.d2ol-vc-track {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    gap: 0;
}
.d2ol-vc-track::-webkit-scrollbar { display: none; }

/* ── スライド（1枚分のフレーム） ── */
.d2ol-vc-slide {
    flex: 0 0 100%;
    padding: 8px 20%;
    box-sizing: border-box;
    scroll-snap-align: center;
}

/* ── カード ── */
.d2ol-vc-card {
    width: 100%;
    background: #fff;
    border-radius: 16px;
    border: 1px solid #d4e5f8;
    padding: 36px 36px 32px;
    box-sizing: border-box;
}

/* ── 矢印ボタン ── */
.d2ol-vc-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #004ea2;
    border: none;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, box-shadow 0.2s, transform 0.2s;
    box-shadow: 0 4px 12px rgba(0, 78, 162, 0.35);
    z-index: 2;
}
#vc-prev { left: calc(12% - 24px); }
#vc-next { right: calc(12% - 24px); }
.d2ol-vc-arrow:hover { background: #0062cc; box-shadow: 0 6px 16px rgba(0, 78, 162, 0.5); transform: translateY(-50%) scale(1.08); }
.d2ol-vc-arrow:disabled { opacity: 0.2; cursor: default; pointer-events: none; box-shadow: none; }

.vc-quote {
    font-size: 3.5rem;
    color: #dce8f8;
    line-height: 1;
    margin-bottom: 4px;
    font-family: Georgia, serif;
}
.d2ol-vc-header {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e0e8f4;
}
.d2ol-vc-meta {
    display: flex;
    align-items: flex-end !important;
    gap: 10px;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}
.d2ol-vc-headline {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 170px;
    box-sizing: border-box;
    font-size: 2.4rem;
    font-weight: bold;
    color: #004ea2;
    line-height: 1.5;
    margin-bottom: 0;
    text-align: center;
}
.d2ol-vc-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    background-color: #eef3fc;
}
.d2ol-vc-case {
    font-size: 1.4rem;
    color: #666;
}
.d2ol-vc-detail {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.d2ol-vc-tag {
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.08em;
    padding: 2px 8px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 6px;
}
.d2ol-vc-sit { color: #1a4a8a; }
.d2ol-vc-sol { color: #b84a00; }
.d2ol-vc-detail > div {
    padding: 16px;
}
.d2ol-vc-detail > div:first-child {
    background: #eef3fc;
}
.d2ol-vc-detail > div:last-child {
    background: #fff5ee;
}
.vc-txt {
    font-size: 1.4rem;
    color: #555;
    line-height: 1.8;
}

/* ── ドットナビ ── */
.d2ol-vc-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 18px;
}
.d2ol-vc-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #b8d0ee;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: background 0.2s, width 0.2s, border-radius 0.2s;
}
.d2ol-vc-dot.is-on {
    background: #004ea2;
    width: 22px;
    border-radius: 4px;
}

/* ── レスポンシブ ── */
@media (max-width: 767px) {
    .vc-ttl { font-size: 1.2rem; }
    .d2ol-vc-slide { padding: 8px 4%; }
    .d2ol-vc-card { padding: 24px 20px 20px; }
    .d2ol-vc-headline { font-size: 1.1rem; padding: 0 110px; }
    .d2ol-vc-detail { grid-template-columns: 1fr; gap: 12px; }
    .d2ol-vc-arrow { width: 36px; height: 36px; }
    #vc-prev { left: calc(4% - 18px); }
    #vc-next { right: calc(4% - 18px); }
}

/* ==========================================================
   料金セクション (gakka-price-table)
========================================================== */
.d2ol-price-section {
    padding: 60px 0 40px;
    background-color: #fcfcfc;
}
.price-custom-table .price-ttl {
    background-color: #1DA1F2;
    color: #fff;
    text-align: center;
    padding: 16px 0;
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: bold;
    border-radius: 4px;
}
.d2ol-gakka-price-table-wrap {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}
.d2ol-gakka-price-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    table-layout: fixed;
}
.d2ol-gakka-price-table th,
.d2ol-gakka-price-table td {
    padding: 38px 32px;
    vertical-align: middle;
    border-bottom: 1px solid #f0f0f0;
    box-sizing: border-box;
}
.d2ol-gakka-price-table tr:last-child th,
.d2ol-gakka-price-table tr:last-child td {
    border-bottom: none;
}
.d2ol-gakka-price-table th {
    width: 30%;
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.5;
    color: #333;
}
.gakka-price-table__row--online th {
    background-color: #fff3e0;
    border-right: 2px solid #ffe0a0;
    color: #c45000;
}
.gakka-price-table__row--school th {
    background-color: #f0f4fa;
    border-right: 2px solid #dce8f8;
    color: #555;
    font-size: 1.3rem !important;
}
.d2ol-gakka-price-table td {
    background-color: #fff;
}
.d2ol-gakka-price-box {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start;
    gap: 10px;
    padding-left: 8px;
    width: 100%;
    min-width: 0;
    text-align: left;
}
.d2ol-gakka-price-box__top {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-end !important;
    gap: 12px;
    flex-wrap: nowrap;
    width: 100%;
    min-width: 0;
}
.d2ol-gakka-price-box__num {
    display: inline-block;
    font-size: 2rem;
    font-weight: bold;
    color: #333;
    line-height: 1.5;
    white-space: nowrap;
    flex: 0 0 auto;
}
.gakka-price-table__row--online .d2ol-gakka-price-box__num {
    font-size: 3.0rem;
}
.d2ol-gakka-price-box__note {
    display: inline-block;
    font-size: 1.4rem;
    color: #555;
    line-height: 1.5;
    white-space: nowrap;
    word-break: keep-all;
    overflow-wrap: normal;
    flex: 0 0 auto;
}
.d2ol-gakka-price-box__accent {
    display: inline-block;
    color: #c45000;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.5;
    background: #fff3e0;
    padding: 8px 16px;
    border-radius: 30px;
}
.gakka-price-badge {
    display: inline-block;
    background: #f37b1d;
    color: #fff;
    font-size: 0.8rem;
    font-weight: bold;
    padding: 3px 12px;
    border-radius: 999px;
}
/* リピーター感謝割 展開ボタン */
.cmp-toggle-btn {
    appearance: none;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 8px 0 4px;
    padding: 10px 22px;
    border-radius: 999px;
    background: #f37b1d;
    color: #fff;
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 1.4;
    cursor: pointer;
    transition: opacity 0.2s ease;
}
.cmp-toggle-btn:hover {
    opacity: 0.85;
}
.cmp-toggle-icon {
    font-size: 1rem;
}

/* リピーター感謝割 対象講習リスト */
.cmp-repeater-list {
    list-style: none;
    padding: 0;
    margin: 6px 0 10px;
}
.cmp-repeater-list li {
    padding-left: 1.2em;
    text-indent: -1.2em;
    font-size: 1.3rem;
    line-height: 1.7;
    color: #444;
}
.cmp-repeater-list li::before {
    content: "・";
}
.cmp-note {
    margin-top: 6px;
    font-size: 1.2rem !important;
    color: #666;
}

/* キャンペーン2カラム */
.cmp-online-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 16px;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}
.cmp-online-grid .box {
    width: 100% !important;
    max-width: none !important;
    box-sizing: border-box;
    font-size: 1.4rem;
}
.cmp-online-grid .box h4 {
    font-size: 1.6rem;
}
.cmp-online-grid .box .price {
    font-size: 1.8rem !important;
}

@media (max-width: 767px) {
    .d2ol-price-section { padding: 40px 0; }
    .price-custom-table .price-ttl { font-size: 20px; margin-bottom: 25px; }
    .d2ol-gakka-price-table,
    .d2ol-gakka-price-table tbody,
    .d2ol-gakka-price-table tr,
    .d2ol-gakka-price-table th,
    .d2ol-gakka-price-table td { display: block; width: 100%; }
    .d2ol-gakka-price-table th,
    .d2ol-gakka-price-table td { padding: 20px 15px; }
    .d2ol-gakka-price-table th { border-right: none; border-bottom: 1px solid #f0f0f0; font-size: 1.1rem; padding: 15px; }
    .d2ol-gakka-price-box { align-items: center; padding-left: 0; text-align: center; }
    .d2ol-gakka-price-box__top { justify-content: center; flex-wrap: wrap; }
    .d2ol-gakka-price-box__num { font-size: 1.7rem; }
    .d2ol-gakka-price-box__note { font-size: 0.9rem; white-space: normal; text-align: center; }
    .d2ol-gakka-price-box__accent { font-size: 0.85rem; padding: 4px 12px; }
    .cmp-online-grid { grid-template-columns: 1fr; padding: 0 16px; max-width: 100%; }
    .cmp-online-grid .box { margin-left: 0 !important; margin-right: 0 !important; }
}
                                                                                                     