/* blog page */

.subpage-hero-kicker {
  margin-inline-start: 0.25rem;
}

.subpage-breadcrumb {
  position: relative;
  z-index: 5;
  padding-top: 1rem;
  background: #fff;
  color: #102858;
}

.subpage-breadcrumb-list {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: calc(100% - 40px);
  margin: 0 20px;
  padding: 0;
  list-style: none;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
}

.subpage-breadcrumb-item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
}

@media (max-width: 767px) {
  .article-breadcrumb {
    overflow-x: auto;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
  }

  .article-breadcrumb .subpage-breadcrumb-list {
    flex-wrap: nowrap;
    width: max-content;
    min-width: calc(100% - 40px);
  }

  .article-breadcrumb .subpage-breadcrumb-list > li,
  .article-breadcrumb .subpage-breadcrumb-item {
    flex: 0 0 auto;
    white-space: nowrap;
  }
}

.subpage-breadcrumb a {
  color: #102858;
  text-decoration: none;
}

.subpage-breadcrumb a:hover,
.subpage-breadcrumb a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.subpage-breadcrumb-separator {
  color: rgba(16, 40, 88, 0.45);
}

.blog-page-lead {
  margin: 0 0 2.5rem;
  color: rgba(16, 40, 88, 0.78);
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.04em;
}

.blog-card-excerpt {
  margin: 0.75rem 0 0;
  color: rgba(16, 40, 88, 0.72);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

@media (min-width: 768px) {
  .subpage-hero-kicker {
    margin-inline-start: 0.375rem;
  }

  .subpage-breadcrumb-list {
    width: min(700px, calc(100% - 80px));
    margin-right: 40px;
    margin-left: 40px;
    font-size: 0.8125rem;
  }

  .blog-page-lead {
    margin-bottom: 3rem;
    font-size: 1rem;
  }
}

@media (min-width: 1280px) {
  .subpage-breadcrumb-list {
    width: min(760px, 52vw);
    margin-right: 0;
    margin-left: clamp(105px, 12.38vw, 226px);
  }
}

@media (min-width: 1841px) {
  .subpage-breadcrumb-list {
    width: 41.304vw;
    margin-left: 17.38vw;
  }
}

html.no-js .hero-intro-item,
html.no-js .js-pika-gradient-layer,
html.no-js .feature-card,
html.no-js .flow-step,
html.no-js .faq-item,
html.no-js .visual-photo {
  opacity: 1;
  transform: none;
  filter: none;
}

html.no-js .hero-bottom-marquee {
  opacity: 1;
  transform: none;
}

html.no-js .visual-photo img {
  filter: none;
  opacity: 1;
}

html.no-js .ripple-reveal-canvas {
  display: none;
}

html.no-js .js-pika-default {
  color: var(--action);
  background-image: none;
  filter: none;
}

html.no-js .hero-title .select-word {
  background-image: none;
  -webkit-text-fill-color: var(--action);
}

html.no-js .pika-gradient-overlay {
  display: none;
}

.site-footer-logo-link {
  display: block;
  width: 220px;
  margin-bottom: 1rem;
}

.site-footer-logo-image {
  display: block;
  width: 100%;
  height: auto;
}

/* blog article page */

.hero-section.blog-hero {
  min-height: 200px;
}

.hero-section.blog-hero .visual-building {
  display: none;
}

.article-section {
  position: relative;
  z-index: 5;
  padding: 3.5rem 1.25rem 6rem;
  background: #fff;
}

.article-inner {
  width: min(100%, 800px);
  margin: 0 auto;
}

.article-title {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.375rem, 6.2vw, 1.375rem);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.01em;
  text-wrap: pretty;
}

@media (max-width: 767px) {
  .article-title {
    text-wrap: wrap;
  }
}

/* 記事の公開日・更新日。更新した際は article-meta-item を並べて追加する */
.article-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 1.5rem;
  margin: 1.5rem 0 0;
  color: rgba(16, 40, 88, 0.72);
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.06em;
}

.article-meta-item {
  display: inline-flex;
  align-items: baseline;
  gap: 0.5rem;
}

.article-meta-label {
  color: var(--action);
  font-weight: 700;
  letter-spacing: 0.08em;
}

/* 記事のアイキャッチ。1600×900（16:9）で書き出す */
.article-eyecatch {
  margin: 2rem 0 0;
}

.article-eyecatch img {
  display: block;
  width: 100%;
  height: auto;
}

/* 記事本文中の図版。見出し直下に置く想定。1600×900(16:9)で書き出す */
.article-figure {
  margin: 0 0 2rem;
}

.article-figure img {
  display: block;
  width: 100%;
  height: auto;
}

/* 調査グラフ図版。調査資料の0〜40%スケールに合わせ、記事内で再利用する。 */
.stat-chart {
  margin: 0 0 2.5rem 0;
  padding: 1.5rem 1.25rem 1.25rem;
  border: 1px solid rgba(16, 40, 88, 0.14);
  border-radius: 0.75rem;
  background: #fff;
  color: var(--ink, #102858);
  font-family: "Space Grotesk", "Zen Kaku Gothic New", sans-serif;
}

.stat-chart .stat-chart-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.875rem;
  border-bottom: 2px solid rgba(16, 40, 88, 0.14);
}

.stat-chart .stat-chart-kicker {
  display: block;
  margin: 0 0 0.375rem;
  color: var(--action, #1476e7);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.12em;
}

.stat-chart .stat-chart-title {
  display: block;
  margin: 0;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.stat-chart .stat-chart-sub {
  display: block;
  margin: 0.375rem 0 0;
  color: rgba(16, 40, 88, 0.72);
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

/* ロゴはCSS側で持たせ、記事HTMLに画像データを埋め込まない。 */
.stat-chart .stat-chart-logo {
  display: none;
  width: 116px;
  height: 26px;
  flex: 0 0 auto;
  margin-top: 0.125rem;
  background-image: url("/images/logo.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
}

.stat-chart .stat-chart-rows {
  display: grid;
  gap: 0.875rem;
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}

.stat-chart .stat-chart-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.25rem 0.5rem;
  padding: 0;
}

.stat-chart .stat-chart-row::marker {
  content: none;
}

.stat-chart .stat-chart-label {
  color: rgba(16, 40, 88, 0.86);
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.stat-chart .stat-chart-value {
  align-self: baseline;
  color: rgba(16, 40, 88, 0.8);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.01em;
  text-align: right;
  white-space: nowrap;
}

.stat-chart .stat-chart-unit {
  margin-left: 0.0625rem;
  font-size: 0.75rem;
}

.stat-chart .stat-chart-track {
  display: block;
  grid-column: 1 / -1;
  height: 0.875rem;
  background: rgba(16, 40, 88, 0.07);
}

.stat-chart .stat-chart-fill {
  display: block;
  height: 100%;
  background: #b9cde8;
}

.stat-chart .stat-chart-row.is-focus .stat-chart-label,
.stat-chart .stat-chart-row.is-focus .stat-chart-value {
  color: var(--action, #1476e7);
  font-weight: 700;
}

.stat-chart .stat-chart-row.is-focus .stat-chart-fill {
  background: var(--action, #1476e7);
}

.stat-chart .stat-chart-foot {
  margin: 1.25rem 0 0;
  padding-top: 0.875rem;
  border-top: 1px solid rgba(16, 40, 88, 0.14);
}

.stat-chart .stat-chart-base {
  display: block;
  color: rgba(16, 40, 88, 0.72);
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.02em;
}

.stat-chart .stat-chart-source {
  display: block;
  margin-top: 0.25rem;
  color: rgba(16, 40, 88, 0.62);
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.02em;
}

.stat-chart .stat-chart-omit {
  display: none;
  margin-top: 0.75rem;
  color: rgba(16, 40, 88, 0.62);
  font-size: 0.6875rem;
  line-height: 1.7;
}

/* スマートフォンでは上位6項目のみ表示し、図版の可読性を保つ。 */
@media (max-width: 767px) {
  .stat-chart .stat-chart-row.is-minor {
    display: none;
  }

  .stat-chart .stat-chart-omit {
    display: block;
  }
}

@media (min-width: 768px) {
  .stat-chart {
    padding: 2rem 1.75rem 1.5rem;
  }

  .stat-chart .stat-chart-logo {
    display: block;
  }

  .stat-chart .stat-chart-title {
    font-size: 1.25rem;
  }

  .stat-chart .stat-chart-sub {
    font-size: 0.875rem;
  }

  .stat-chart .stat-chart-rows {
    gap: 0.625rem;
  }

  .stat-chart .stat-chart-row {
    grid-template-columns: 15.5rem 1fr 3.25rem;
    align-items: center;
    gap: 0.75rem;
  }

  .stat-chart .stat-chart-label {
    font-size: 0.8125rem;
  }

  .stat-chart .stat-chart-track {
    grid-column: auto;
    height: 1rem;
  }

  .stat-chart .stat-chart-value {
    align-self: center;
    font-size: 1.0625rem;
  }

  .stat-chart .stat-chart-base,
  .stat-chart .stat-chart-source {
    font-size: 0.8125rem;
  }
}

@media (min-width: 1024px) {
  .stat-chart .stat-chart-row {
    grid-template-columns: 18rem 1fr 3.5rem;
  }

  .stat-chart .stat-chart-label {
    font-size: 0.875rem;
  }
}

/* 転職時の仕事探し方法（同じ職業での転職）美容師 2025年 n=784 */
#stat-tenshoku-01 .stat-chart-fill { width: 79.75%; }
#stat-tenshoku-02 .stat-chart-fill { width: 68.25%; }
#stat-tenshoku-03 .stat-chart-fill { width: 68%; }
#stat-tenshoku-04 .stat-chart-fill { width: 63.75%; }
#stat-tenshoku-05 .stat-chart-fill { width: 57.5%; }
#stat-tenshoku-06 .stat-chart-fill { width: 56%; }
#stat-tenshoku-07 .stat-chart-fill { width: 45.5%; }
#stat-tenshoku-08 .stat-chart-fill { width: 38.5%; }
#stat-tenshoku-09 .stat-chart-fill { width: 37.75%; }
#stat-tenshoku-10 .stat-chart-fill { width: 34.75%; }
#stat-tenshoku-11 .stat-chart-fill { width: 32.75%; }
#stat-tenshoku-12 .stat-chart-fill { width: 16.25%; }
#stat-tenshoku-13 .stat-chart-fill { width: 6.5%; }

/* 初職の探し方 美容師 2025年 n=1,089 */
#stat-shoshoku-01 .stat-chart-fill { width: 84.75%; }
#stat-shoshoku-02 .stat-chart-fill { width: 61.75%; }
#stat-shoshoku-03 .stat-chart-fill { width: 60%; }
#stat-shoshoku-04 .stat-chart-fill { width: 54.25%; }
#stat-shoshoku-05 .stat-chart-fill { width: 41%; }
#stat-shoshoku-06 .stat-chart-fill { width: 38.5%; }
#stat-shoshoku-07 .stat-chart-fill { width: 37.5%; }
#stat-shoshoku-08 .stat-chart-fill { width: 36.25%; }
#stat-shoshoku-09 .stat-chart-fill { width: 36.25%; }
#stat-shoshoku-10 .stat-chart-fill { width: 31%; }
#stat-shoshoku-11 .stat-chart-fill { width: 30.75%; }
#stat-shoshoku-12 .stat-chart-fill { width: 26%; }
#stat-shoshoku-13 .stat-chart-fill { width: 21.75%; }
#stat-shoshoku-14 .stat-chart-fill { width: 6.25%; }

/* 記事内の紹介動画。再生されるまで動画本体は読み込まない(preload="none") */
.article-video {
  margin: 2rem 0 0;
}

.article-video-player {
  display: block;
  width: 100%;
  height: auto;
}

.article-body {
  margin-top: 3rem;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.035em;
}

.article-body section {
  scroll-margin-top: 6rem;
}

.article-body section + section {
  margin-top: 4.5rem;
}

.article-body h2 {
    position: relative;
    color: var(--ink);
    font-size: clamp(1.125rem, 4.8vw, 2.25rem);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.025em;
    margin: 0px 0px 1.2rem;
    padding: 0.7rem 0px;
    border-bottom: 4px solid rgb(204, 204, 204);
    text-wrap: wrap;
    word-break: auto-phrase;
}

.article-body h2:before {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 20%;
  height: 4px;
  content: '';
  background: #1476E7;
}

.article-body h3 {
    color: rgb(0, 72, 155);
    font-size: clamp(1.125rem, 3.8vw, 1.375rem);
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.035em;
    margin: 2rem 0px 0.5rem;
}
.article-body p {
  margin: 0;
}

.article-body p + p {
  margin-top: 1.25rem;
}

.article-intro {
  font-size: inherit;
  line-height: 2.05;
}

.article-intro p:first-of-type {
  font-size: inherit;
}

.article-toc {
  margin: 3rem 0 4.5rem;
  padding: 1.5rem;

  border-radius: 1.25rem;
  background: #f0f7ff;
}

.article-toc-title {
  margin: 0 0 1rem;
  color: var(--action);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.article-toc ol {
  display: grid;
  gap: 0.2rem;
  margin: 0;
  padding-left: 1.75rem;
  list-style-type: decimal;
}

.article-toc li {
  padding-left: 0.25rem;
      line-height: 1.8;
}

.article-toc li::marker {
  color: var(--action);
  font-weight: 700;
}

.article-toc a,
.article-body a {
  color: var(--action);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

.article-toc a:hover,
.article-toc a:focus-visible,
.article-body a:hover,
.article-body a:focus-visible {
  text-decoration-thickness: 2px;
}

/* 外部リンクのアイコン。別タブで開くことをリンクの右側で示す。
   mask-image と currentColor を組み合わせているため、リンクの文字色をそのまま引き継ぐ。
   viewBox は線の外側までを切り出した 2 2 20 20 で、余白なしに描画領域いっぱいまで絵が入る。
   本文の和文1文字とほぼ同じ大きさ（0.95em）にして、字画と線幅の太さも揃えている。
   絵に余白がない分、左右の余白は margin で持たせる。左右を同値にして、
   リンク文字との間と、アイコンに続く本文との間が同じ空きになるようにしている。
   対象は記事本文内のリンクだけで、ヘッダー・フッター・メニューには出さない */
.article-body a[target="_blank"]::after {
  content: "";
  display: inline-block;
  width: 0.95em;
  height: 0.95em;
  margin-right: 0.35em;
  margin-left: 0.35em;
  vertical-align: -0.1em;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='2 2 20 20' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 3h6v6'/%3E%3Cpath d='M10 14 21 3'/%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='2 2 20 20' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 3h6v6'/%3E%3Cpath d='M10 14 21 3'/%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

/* 本文中の箇条書き。Tailwindのリセットで list-style が消えるため明示的に戻す */
.article-list {
  display: grid;
  gap: 0.15rem;
  margin: 1.75rem 0 1.75rem 0;
  padding-left: 1.25rem;
  list-style-type: disc;
}

.article-list li {
  padding-left: 0.25rem;
}

.article-list li::marker {
  color: var(--action);
  font-size: 0.8em;
}




.article-list2 {
  display: grid;
  gap: 0.15rem;
  margin: 0 0 1.75rem 0;
  padding-left: 1.25rem;
  list-style-type: disc;
}




.article-note {
  margin-top: 1.5rem !important;
  color: rgba(16, 40, 88, 0.72);
  font-size: 0.875rem;
  line-height: 1.8;
}

.article-sources {
  margin-top: 2rem;
  padding: 1.25rem;
  border-left: 3px solid var(--action);
  background: rgba(20, 118, 231, 0.06);
}

.article-sources p {
  font-weight: 700;
}

.article-sources ul {
  display: grid;
  gap: 0.75rem;
  margin: 0.75rem 0 0;
  padding-left: 1.25rem;
}

.article-table-wrap {
  width: 100%;
  margin-top: 1.75rem;
  overflow-x: auto;
  border: 1px solid rgba(16, 40, 88, 0.14);
  border-radius: 1.25rem;
  background: #fff;
  -webkit-overflow-scrolling: touch;
}

.article-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  color: var(--ink);
  font-size: 0.875rem;
  line-height: 1.75;
}

.article-table th,
.article-table td {
  padding: 1rem;
  border-right: 1px solid rgba(16, 40, 88, 0.12);
  border-bottom: 1px solid rgba(16, 40, 88, 0.12);
  text-align: left;
  vertical-align: top;
}

.article-table th:last-child,
.article-table td:last-child {
  border-right: 0;
}

.article-table tbody tr:last-child td {
  border-bottom: 0;
}

.article-table th {
  background: var(--action);
  color: #fff;
  font-weight: 700;
}

.article-table tbody tr:nth-child(even) {
  background: rgba(20, 118, 231, 0.04);
}

.article-table-list {
  display: grid;
  gap: 0.4rem;
  margin: 0;
  padding-left: 1.1rem;
}

.article-conclusion {
  margin-top: 1.75rem !important;
  padding: 1.85rem;
  border-radius: 1.25rem;
  background: rgba(20, 118, 231, 0.06);
  text-align: justify
}

.article-checklist {
  display: grid;
  gap: 0.875rem;
  margin: 1.5rem 0 0;
  padding-left: 1.25rem;
  list-style-type: disc;
}

.article-checklist li {
  padding-left: 0.25rem;
}

.article-checklist li::marker {
  color: var(--action);
  font-size: 0.8em;
}

.article-resource-link {
  margin-top: 1.5rem !important;
}

.article-body .author-profile {
  margin: 2.5rem 0 0;
  padding: 1.5rem;
  border-radius: 0.75rem;
  background: #fafafa;
}

.article-body .author-profile + section {
  margin-top: 2.5rem;
}

.author-profile-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
}

.author-profile-image {
  display: block;
  width: 4rem;
  height: 4rem;
  flex: 0 0 auto;
  border-radius: 50%;
  object-fit: cover;
}

.author-profile-content {
  min-width: 0;
  flex: 1;
}

.author-profile-heading {
  margin-bottom: 0.5rem;
}

.author-profile-label {
  display: block;
  margin-bottom: 0.25rem;
  color: #a3a3a3;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.author-profile-identity {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5rem;
}

.article-body .author-profile-name {
  margin: 0;
  color: #171717;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: normal;
}

.author-profile-role {
  color: #737373;
  font-size: 0.75rem;
  line-height: 1.5;
}

.article-body .author-profile-description {
  margin: 0 0 1rem;
  color: #525252;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.625;
  letter-spacing: normal;
}

.author-profile-socials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}

.article-body .author-profile-link {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  color: #525252;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: normal;
  text-decoration: none;
  transition: color 0.15s ease;
}

.article-body .author-profile-link:hover,
.article-body .author-profile-link:focus-visible {
  color: #171717;
  text-decoration: none;
}

.article-body .author-profile-link[target="_blank"]::after {
  content: none;
}

.author-profile-icon {
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
  fill: currentColor;
}

@media (min-width: 768px) {
  .article-section {
    padding: 5.5rem 2.5rem 8rem;
  }

  .article-title {
    font-size: 1.9375rem;
    line-height: 1.4;
  }

  .article-meta {
    margin-top: 1.75rem;
    font-size: 0.875rem;
  }

  .article-eyecatch {
    margin-top: 2.5rem;
  }

  .article-body {
    margin-top: 4rem;
    font-size: 1.0625rem;
    line-height: 1.9;
  }

  .article-body h2 {
    font-size: clamp(1.5rem, 2.2vw, 1.75rem);
  }

  .article-body h3 {
    font-size: clamp(1.125rem, 1.6vw, 1.25rem);
  }

  .article-intro,
  .article-intro p:first-of-type {
    font-size: inherit;
  }

  .article-toc {
    padding: 2rem;
  }

  .article-body .author-profile {
    padding: 2rem;
  }

  .author-profile-inner {
    flex-direction: row;
    gap: 1.5rem;
  }

  .author-profile-image {
    width: 5rem;
    height: 5rem;
  }

  .article-body .author-profile-name {
    font-size: 1.125rem;
  }

  .article-body .author-profile-description {
    font-size: 0.875rem;
  }

  .article-table th,
  .article-table td {
    padding: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .article-section {
    padding: 7rem 6rem 10rem;
  }
}
