@charset "UTF-8";

/* -----------------------------------------------------------
専科 Webデザイナー専攻 専用 ファーストビュー
補助金対象 バッジ ＆ 補助金カード

PC：背景写真＋右側に講座情報
1200px以下：写真 → 講座情報 → 補助金カード
----------------------------------------------------------- */


/* =========================================================
   FV 全体
========================================================= */

.course-detail_ttl.is-bg_web_designer_pr.wdst-hero {
  margin-top: 66px;
  padding: 0;
  background: #f7f8f8;
  overflow: hidden;
}

.course-detail_ttl.is-bg_web_designer_pr .course-detail_ttl_inner.wdst-hero_inner {
  position: relative;
  width: 100%;
  max-width: 1440px;
  min-height: 560px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  background: #f7f8f8;
  box-sizing: border-box;
}


/* =========================================================
   PC：背景写真
========================================================= */

.course-detail_ttl.is-bg_web_designer_pr .wdst-hero_photo {
  position: absolute;
  inset: 0 auto 0 0;
  width: 68%;
  height: 100%;
  min-height: 560px;
  background-size: auto 100%;
  background-position: left center;
  background-repeat: no-repeat;
  z-index: 1;
}

/* 写真とテキストの間の白グラデーション */
.course-detail_ttl.is-bg_web_designer_pr .wdst-hero_inner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(247, 248, 248, 0) 0%,
    rgba(247, 248, 248, 0.12) 34%,
    rgba(247, 248, 248, 0.82) 52%,
    rgba(247, 248, 248, 1) 68%,
    rgba(247, 248, 248, 1) 100%
  );
  z-index: 2;
  pointer-events: none;
}


/* =========================================================
   PC：右側テキストエリア
========================================================= */

.course-detail_ttl.is-bg_web_designer_pr .wdst-hero_left {
  position: relative;
  z-index: 3;
  width: 40%;
  max-width: 560px;
  min-height: 560px;
  margin-left: auto;
  padding: 52px 48px 52px 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* 既存CSSの絶対配置をリセット */
.course-detail_ttl.is-bg_web_designer_pr .wdst-hero_left .course-detail_ttl_h1_description,
.course-detail_ttl.is-bg_web_designer_pr .wdst-hero_left .course-detail_ttl_h1,
.course-detail_ttl.is-bg_web_designer_pr .wdst-hero_left .course-detail_ttl_term,
.course-detail_ttl.is-bg_web_designer_pr .wdst-hero_left .course-detail_ttl_price {
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  width: auto !important;
  transform: none !important;
  text-align: left;
  color: #333;
  text-shadow: none;
}


/* =========================================================
   バッジ・講座名・価格
========================================================= */

.wdst-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 0 24px;
  padding: 9px 24px;
  border: 2px solid #5d58c9;
  border-radius: 4px;
  background: #fff;
  color: #5d58c9;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.course-detail_ttl.is-bg_web_designer_pr .wdst-hero_left .course-detail_ttl_h1_description {
  margin: 0 0 10px;
  font-size: clamp(19px, 1.5vw, 25px);
  line-height: 1.5;
  font-weight: 500;
}

.course-detail_ttl.is-bg_web_designer_pr .wdst-hero_left .course-detail_ttl_h1 {
  margin: 0 0 24px;
  font-size: clamp(34px, 2.4vw, 46px);
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

.wdst-hero_meta {
  margin: 0 0 24px;
}

.course-detail_ttl.is-bg_web_designer_pr .wdst-hero_left .course-detail_ttl_term {
  margin: 0 0 6px;
  font-size: 15px;
  line-height: 1.4;
}

.course-detail_ttl.is-bg_web_designer_pr .wdst-hero_left .course-detail_ttl_price {
  margin: 0;
  font-size: clamp(30px, 2.3vw, 40px);
  line-height: 1.2;
  font-weight: 500;
}

.course-detail_ttl.is-bg_web_designer_pr .wdst-hero_left .course-detail_ttl_yen {
  font-size: 0.6em;
  margin-left: 2px;
}


/* =========================================================
   補助金カード
========================================================= */

.wdst-subsidy_card {
  width: 100%;
  max-width: 520px;
  padding: 22px 24px 20px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
}

.wdst-subsidy_logos {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) 1px minmax(0, 1fr);
  align-items: center;
  column-gap: 20px;
  margin: 0 0 16px;
}

.wdst-subsidy_logo {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.wdst-subsidy_logo--meti {
  max-width: 220px;
  justify-self: center;
}

.wdst-subsidy_logo--reskill {
  max-width: 210px;
  justify-self: center;
}

.wdst-subsidy_divider {
  display: block;
  width: 1px;
  height: 54px;
  background: #ddd;
}

.wdst-subsidy_note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 0;
  padding: 11px 14px;
  border-radius: 7px;
  background: #f1f0fb;
  color: #4b45a0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
}

.wdst-subsidy_note_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #5d58c9;
  color: #fff;
  font-size: 13px;
  line-height: 1;
}


/* =========================================================
   大きい画面：中央にまとまりを残す
========================================================= */

@media screen and (min-width: 1600px) {
  .course-detail_ttl.is-bg_web_designer_pr .course-detail_ttl_inner.wdst-hero_inner {
    max-width: 1440px;
  }

  .course-detail_ttl.is-bg_web_designer_pr .wdst-hero_left {
    padding-right: 56px;
  }
}


/* =========================================================
   1280px前後：少しだけ詰める
========================================================= */

@media screen and (max-width: 1280px) {
  .course-detail_ttl.is-bg_web_designer_pr .wdst-hero_left {
    width: 44%;
    max-width: 540px;
    padding-right: 32px;
  }

  .course-detail_ttl.is-bg_web_designer_pr .wdst-hero_left .course-detail_ttl_h1 {
    font-size: 38px;
  }

  .wdst-subsidy_card {
    max-width: 500px;
  }

  .wdst-subsidy_note {
    font-size: 13px;
  }
}


/* =========================================================
   1200px以下：タブレット・スマホは縦積み
========================================================= */

@media screen and (max-width: 1200px) {
  .course-detail_ttl.is-bg_web_designer_pr.wdst-hero {
    margin-top: 0;
    background: #f7f8f8;
    overflow: visible;
  }

  .course-detail_ttl.is-bg_web_designer_pr .course-detail_ttl_inner.wdst-hero_inner {
    display: flex !important;
    flex-direction: column !important;
    width: 100%;
    max-width: none;
    min-height: 0 !important;
    height: auto !important;
    margin: 0;
    overflow: visible !important;
    background: #f7f8f8;
  }

  .course-detail_ttl.is-bg_web_designer_pr .wdst-hero_inner::after {
    display: none !important;
  }

  /* 写真を独立ブロックとして表示 */
  .course-detail_ttl.is-bg_web_designer_pr .wdst-hero_photo {
    display: block !important;
    position: relative !important;
    order: 1 !important;
    inset: auto !important;
    width: 100% !important;
    height: 360px !important;
    min-height: 360px !important;
    background-size: cover !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    z-index: 1 !important;
  }

  /* 情報エリア */
  .course-detail_ttl.is-bg_web_designer_pr .wdst-hero_left {
    display: block !important;
    position: relative !important;
    order: 2 !important;
    z-index: 2 !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding: 36px 32px 44px !important;
    background: #f7f8f8 !important;
    box-sizing: border-box !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .course-detail_ttl.is-bg_web_designer_pr .wdst-hero_left .course-detail_ttl_h1_description,
  .course-detail_ttl.is-bg_web_designer_pr .wdst-hero_left .course-detail_ttl_h1,
  .course-detail_ttl.is-bg_web_designer_pr .wdst-hero_left .course-detail_ttl_term,
  .course-detail_ttl.is-bg_web_designer_pr .wdst-hero_left .course-detail_ttl_price,
  .course-detail_ttl.is-bg_web_designer_pr .wdst-badge,
  .course-detail_ttl.is-bg_web_designer_pr .wdst-subsidy_card {
    display: block !important;
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .course-detail_ttl.is-bg_web_designer_pr .wdst-badge {
    display: inline-block !important;
    margin: 0 0 18px !important;
    padding: 8px 16px !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
  }

  .course-detail_ttl.is-bg_web_designer_pr .wdst-hero_left .course-detail_ttl_h1_description {
    margin: 0 0 8px !important;
    font-size: 18px !important;
    line-height: 1.6 !important;
    text-align: left !important;
  }

  .course-detail_ttl.is-bg_web_designer_pr .wdst-hero_left .course-detail_ttl_h1 {
    margin: 0 0 18px !important;
    font-size: 34px !important;
    line-height: 1.35 !important;
    white-space: normal !important;
    text-align: left !important;
  }

  .course-detail_ttl.is-bg_web_designer_pr .wdst-hero_meta {
    margin: 0 0 24px !important;
  }

  .course-detail_ttl.is-bg_web_designer_pr .wdst-hero_left .course-detail_ttl_term {
    margin: 0 0 4px !important;
    font-size: 14px !important;
    text-align: left !important;
  }

  .course-detail_ttl.is-bg_web_designer_pr .wdst-hero_left .course-detail_ttl_price {
    margin: 0 !important;
    font-size: 32px !important;
    line-height: 1.2 !important;
    text-align: left !important;
  }

  .course-detail_ttl.is-bg_web_designer_pr .wdst-subsidy_card {
    width: 100% !important;
    max-width: 640px !important;
    padding: 20px 20px 18px !important;
    border-radius: 12px !important;
    background: #fff !important;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08) !important;
    box-sizing: border-box !important;
  }

  .course-detail_ttl.is-bg_web_designer_pr .wdst-subsidy_logos {
    display: grid !important;
    grid-template-columns: minmax(0, 1.15fr) 1px minmax(0, 1fr) !important;
    align-items: center !important;
    column-gap: 20px !important;
    margin: 0 0 16px !important;
    text-align: center !important;
  }

  .course-detail_ttl.is-bg_web_designer_pr .wdst-subsidy_divider {
    display: block !important;
    width: 1px !important;
    height: 52px !important;
    background: #ddd !important;
  }

  .course-detail_ttl.is-bg_web_designer_pr .wdst-subsidy_logo {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
  }

  .course-detail_ttl.is-bg_web_designer_pr .wdst-subsidy_logo--meti {
    max-width: 240px !important;
  }

  .course-detail_ttl.is-bg_web_designer_pr .wdst-subsidy_logo--reskill {
    max-width: 220px !important;
  }

  .course-detail_ttl.is-bg_web_designer_pr .wdst-subsidy_note {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    padding: 10px 12px !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    white-space: normal !important;
    text-align: center !important;
  }
}

/* =========================================================
   640px以下：スマホ表示
   写真を背景としてなじませるFV
========================================================= */

@media screen and (max-width: 640px) {

  .course-detail_ttl.is-bg_web_designer_pr.wdst-hero {
    margin-top: 0;
    background: #f7f8f8;
    overflow: hidden;
  }

  .course-detail_ttl.is-bg_web_designer_pr .course-detail_ttl_inner.wdst-hero_inner {
    display: flex !important;
    flex-direction: column !important;
    position: relative !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #f7f8f8 !important;
    box-sizing: border-box !important;
  }

  .course-detail_ttl.is-bg_web_designer_pr .wdst-hero_inner::after {
    display: none !important;
  }

  /* 写真：先頭に表示。下端をぼかす */
  .course-detail_ttl.is-bg_web_designer_pr .wdst-hero_photo {
    display: block !important;
    position: relative !important;
    order: 1 !important;
    inset: auto !important;
    width: 100% !important;
    height: 230px !important;
    min-height: 230px !important;
    margin: 0 !important;
    background-size: auto 100% !important;
    background-position: left top !important;
    background-repeat: no-repeat !important;
    background-color: #f7f8f8 !important;
    z-index: 1 !important;
  }

  .course-detail_ttl.is-bg_web_designer_pr .wdst-hero_photo::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 100px;
    background: linear-gradient(
      180deg,
      rgba(247, 248, 248, 0) 0%,
      rgba(247, 248, 248, 0.82) 58%,
      rgba(247, 248, 248, 1) 100%
    );
    pointer-events: none;
  }

  /* 情報エリア：写真に少し重ねる */
  .course-detail_ttl.is-bg_web_designer_pr .wdst-hero_left {
    display: block !important;
    position: relative !important;
    order: 2 !important;
    z-index: 2 !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 0 !important;
    height: auto !important;
    margin: -36px 0 0 !important;
    padding: 0 24px 38px !important;
    background: transparent !important;
    box-sizing: border-box !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .course-detail_ttl.is-bg_web_designer_pr .wdst-hero_left .course-detail_ttl_h1_description,
  .course-detail_ttl.is-bg_web_designer_pr .wdst-hero_left .course-detail_ttl_h1,
  .course-detail_ttl.is-bg_web_designer_pr .wdst-hero_left .course-detail_ttl_term,
  .course-detail_ttl.is-bg_web_designer_pr .wdst-hero_left .course-detail_ttl_price,
  .course-detail_ttl.is-bg_web_designer_pr .wdst-badge,
  .course-detail_ttl.is-bg_web_designer_pr .wdst-subsidy_card {
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  /* バッジ */
  .course-detail_ttl.is-bg_web_designer_pr .wdst-badge {
    display: inline-block !important;
    width: auto !important;
    max-width: 100% !important;
    margin: 0 0 22px !important;
    padding: 8px 14px !important;
    border: 2px solid #5d58c9 !important;
    border-radius: 4px !important;
    background: rgba(255, 255, 255, 0.96) !important;
    color: #5d58c9 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    letter-spacing: 0.04em !important;
    text-align: center !important;
    white-space: nowrap !important;
    box-sizing: border-box !important;
  }

  /* キャッチ */
  .course-detail_ttl.is-bg_web_designer_pr .wdst-hero_left .course-detail_ttl_h1_description {
    display: block !important;
    margin: 0 0 10px !important;
    color: #333 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.7 !important;
    letter-spacing: 0.04em !important;
    text-align: left !important;
    text-shadow: none !important;
  }

  /* 講座名：横幅内で自然に改行 */
  .course-detail_ttl.is-bg_web_designer_pr .wdst-hero_left .course-detail_ttl_h1 {
    display: block !important;
    margin: 0 0 22px !important;
    color: #333 !important;
    font-size: 32px !important;
    font-weight: 500 !important;
    line-height: 1.38 !important;
    letter-spacing: 0.02em !important;
    text-align: left !important;
    text-shadow: none !important;
    white-space: normal !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
  }

  .course-detail_ttl.is-bg_web_designer_pr .wdst-hero_meta {
    display: block !important;
    margin: 0 0 24px !important;
  }

  .course-detail_ttl.is-bg_web_designer_pr .wdst-hero_left .course-detail_ttl_term {
    display: block !important;
    margin: 0 0 4px !important;
    color: #333 !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
    text-align: left !important;
    text-shadow: none !important;
  }

  .course-detail_ttl.is-bg_web_designer_pr .wdst-hero_left .course-detail_ttl_price {
    display: block !important;
    margin: 0 !important;
    color: #333 !important;
    font-size: 32px !important;
    font-weight: 500 !important;
    line-height: 1.25 !important;
    letter-spacing: 0.02em !important;
    text-align: left !important;
    text-shadow: none !important;
  }

  .course-detail_ttl.is-bg_web_designer_pr .wdst-hero_left .course-detail_ttl_yen {
    font-size: 0.58em !important;
    margin-left: 2px !important;
  }

  /* 補助金カード */
  .course-detail_ttl.is-bg_web_designer_pr .wdst-subsidy_card {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 18px 18px 16px !important;
    border-radius: 12px !important;
    background: #fff !important;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08) !important;
    box-sizing: border-box !important;
  }

  /* ロゴは横並びでコンパクトに */
  .course-detail_ttl.is-bg_web_designer_pr .wdst-subsidy_logos {
    display: grid !important;
    grid-template-columns: minmax(0, 1.15fr) 1px minmax(0, 1fr) !important;
    align-items: center !important;
    column-gap: 14px !important;
    width: 100% !important;
    margin: 0 0 14px !important;
    text-align: center !important;
  }

  .course-detail_ttl.is-bg_web_designer_pr .wdst-subsidy_divider {
    display: block !important;
    width: 1px !important;
    height: 44px !important;
    background: #ddd !important;
  }

  .course-detail_ttl.is-bg_web_designer_pr .wdst-subsidy_logo {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
    object-fit: contain !important;
  }

  .course-detail_ttl.is-bg_web_designer_pr .wdst-subsidy_logo--meti {
    max-width: 150px !important;
    justify-self: center !important;
  }

  .course-detail_ttl.is-bg_web_designer_pr .wdst-subsidy_logo--reskill {
    max-width: 142px !important;
    justify-self: center !important;
  }

  .course-detail_ttl.is-bg_web_designer_pr .wdst-subsidy_note {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    margin: 0 !important;
    padding: 10px 12px !important;
    border-radius: 7px !important;
    background: #f1f0fb !important;
    color: #4b45a0 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.6 !important;
    text-align: left !important;
    white-space: normal !important;
    box-sizing: border-box !important;
  }

  .course-detail_ttl.is-bg_web_designer_pr .wdst-subsidy_note_icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    width: 18px !important;
    height: 18px !important;
    margin-top: 2px !important;
    border-radius: 50% !important;
    background: #5d58c9 !important;
    color: #fff !important;
    font-size: 11px !important;
    line-height: 1 !important;
  }
}

/* =========================================================
   講座の特徴：経済産業省認定・補助金パネル
========================================================= */

.wdst-characteristic {
  background: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.wdst-characteristic_heading {
  margin: 0 0 36px;
  text-align: center;
}

.wdst-characteristic_heading_sub {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 26px;
  padding: 8px 22px;
  border-radius: 999px;
  background: #5D58C9;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.4;
}

.wdst-characteristic_heading_main {
  display: block;
  color: #222;
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.08em;
}

.wdst-characteristic_heading_main span {
  color: #5D58C9;
}

.wdst-characteristic_body {
  max-width: 920px;
  margin: 0 auto 46px;
  color: #333;
  font-size: 17px;
  line-height: 2.1;
  letter-spacing: 0.04em;
}

.wdst-characteristic_body p {
  margin: 0;
}

.wdst-characteristic_body p + p {
  margin-top: 8px;
}

.wdst-characteristic_panel {
  max-width: 1060px;
  margin: 0 auto;
  padding: 42px 56px 38px;
  background: #fff;
  border: 1px solid #eeeeee;
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
}

.wdst-characteristic_programs {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1fr);
  column-gap: 48px;
  align-items: stretch;
}

.wdst-characteristic_program {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.wdst-characteristic_logo_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  margin-bottom: 20px;
}

.wdst-characteristic_logo {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.wdst-characteristic_logo--meti {
  max-width: 330px;
}

.wdst-characteristic_logo--reskill {
  max-width: 330px;
}

.wdst-characteristic_program_name {
  margin: 0 0 22px;
  color: #333;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.04em;
}

.wdst-characteristic_link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  max-width: 340px;
  min-height: 52px;
  padding: 12px 20px;
  border: 1px solid #5D58C9;
  border-radius: 5px;
  background: #fff;
  color: #5D58C9;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.12em;
  text-decoration: none;
  box-sizing: border-box;
  transition: background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.wdst-characteristic_link:hover {
  background: #5D58C9;
  color: #fff;
  opacity: 1;
}

.wdst-characteristic_divider {
  width: 1px;
  height: auto;
  background: #dddddd;
}

.wdst-characteristic_support {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 40px 0 0;
  padding: 20px 28px;
  border-radius: 8px;
  background: #f1f0fb;
  color: #333;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
}

.wdst-characteristic_support_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #5D58C9;
  color: #fff;
  font-size: 22px;
  line-height: 1;
}

.wdst-characteristic_support_em {
  color: #5D58C9;
  font-size: 1.35em;
  letter-spacing: 0.06em;
}

/* =========================================================
   tablet
========================================================= */

@media screen and (max-width: 1024px) {
  .wdst-characteristic {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .wdst-characteristic_heading {
    margin-bottom: 32px;
  }

  .wdst-characteristic_heading_main {
    font-size: 32px;
  }

  .wdst-characteristic_body {
    margin-bottom: 38px;
  }

  .wdst-characteristic_panel {
    padding: 36px 32px 34px;
  }

  .wdst-characteristic_programs {
    column-gap: 32px;
  }

  .wdst-characteristic_logo_wrap {
    min-height: 100px;
  }

  .wdst-characteristic_logo--meti,
  .wdst-characteristic_logo--reskill {
    max-width: 280px;
  }

  .wdst-characteristic_support {
    font-size: 20px;
  }
}

/* =========================================================
   smartphone
========================================================= */

@media screen and (max-width: 640px) {
  .wdst-characteristic {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .wdst-characteristic_heading {
    margin-bottom: 26px;
    text-align: center;
  }

  .wdst-characteristic_heading_sub {
    margin-bottom: 18px;
    padding: 7px 18px;
    font-size: 14px;
    letter-spacing: 0.1em;
  }

  .wdst-characteristic_heading_main {
    font-size: 25px;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }

  .wdst-characteristic_body {
    margin-bottom: 32px;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.03em;
  }

  .wdst-characteristic_body p + p {
    margin-top: 10px;
  }

  .wdst-characteristic_panel {
    padding: 28px 20px 24px;
    border-radius: 14px;
  }

  .wdst-characteristic_programs {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 30px;
  }

  .wdst-characteristic_divider {
    width: 100%;
    height: 1px;
  }

  .wdst-characteristic_logo_wrap {
    min-height: auto;
    margin-bottom: 16px;
  }

  .wdst-characteristic_logo--meti {
    max-width: 260px;
  }

  .wdst-characteristic_logo--reskill {
    max-width: 250px;
  }

  .wdst-characteristic_program_name {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.7;
  }

  .wdst-characteristic_link {
    max-width: none;
    min-height: 48px;
    font-size: 15px;
  }

  .wdst-characteristic_support {
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
    margin-top: 30px;
    padding: 16px 16px;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.04em;
    text-align: left;
  }

  .wdst-characteristic_support_icon {
    width: 34px;
    height: 34px;
    margin-top: 2px;
    font-size: 17px;
  }

  .wdst-characteristic_support_em {
    font-size: 1.25em;
  }
}

/* =========================================================
   narrow smartphone
========================================================= */

@media screen and (max-width: 375px) {
  .wdst-characteristic_heading_main {
    font-size: 23px;
  }

  .wdst-characteristic_panel {
    padding-left: 16px;
    padding-right: 16px;
  }

  .wdst-characteristic_logo--meti {
    max-width: 235px;
  }

  .wdst-characteristic_logo--reskill {
    max-width: 225px;
  }
}

.wdst-support_br {
  display: none;
}

@media screen and (max-width: 640px) {
  .wdst-support_br {
    display: inline;
  }
}