#tenth {
  --tenth-text: #3c3c3c;
  --tenth-teal-dark: #168989;
  --tenth-primary: #14b4b4;
  --tenth-accent: #ba9009;
  --tenth-hero-bg: #fff0bb;

  font-family: "Noto Sans JP", sans-serif;
  background: url(/web/img/pre/10th/bg_paper.jpg) repeat;
}
#tenth .wrap-co-topicpath {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0;
}
#tenth .wrap-co-topicpath::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background-color: var(--tenth-hero-bg);
  mix-blend-mode: multiply;
}

/* ============================================
ヒーローセクション
============================================ */
#tenth .hero-section {
  position: relative;
  padding: 56px 20px 220px;
  margin-bottom: -30px;
  text-align: center;
}
#tenth .hero-section::before {
  position: absolute;
  inset: 0 0 -120px;
  content: "";
  background-color: var(--tenth-hero-bg);
  mix-blend-mode: multiply;
}
#tenth .hero-illust {
  position: relative;
  width: 340px;
  margin: 0 auto;
}
#tenth .hero-illust-logo {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  animation: tenth-hero-logo-in 0.3s both;
}
#tenth .hero-illust-leaf {
  position: absolute;
}
#tenth .hero-illust-leaf-left {
  top: 52px;
  left: -152px;
  width: 110px;
  height: 167px;
}
#tenth .hero-illust-leaf-right {
  top: 48px;
  left: 410px;
  width: 110px;
  height: 167px;
}
#tenth .hero-illust-leaf .leaf-stem {
  stroke: var(--tenth-teal-dark);
  stroke-width: 4px;
  stroke-linecap: round;
  stroke-dasharray: 280;
  stroke-dashoffset: 280;
  animation: tenth-leaf-stem-draw 0.6s ease-out 0.05s both;
}
#tenth .hero-illust-leaf .leaf-part {
  transform-box: fill-box;
  opacity: 0;
  transform: scale(0.2);
  animation: tenth-leaf-sprout 0.35s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}
#tenth .hero-illust-leaf-left .leaf-part {
  transform-origin: 100% 50%;
}
#tenth .hero-illust-leaf-right .leaf-part {
  transform-origin: 0% 50%;
}
#tenth .hero-illust-leaf .leaf-part-1 {
  animation-delay: 0.45s;
}
#tenth .hero-illust-leaf .leaf-part-2 {
  animation-delay: 0.59s;
}
#tenth .hero-illust-leaf .leaf-part-3 {
  animation-delay: 0.73s;
}
#tenth .hero-illust-leaf .leaf-part-4 {
  animation-delay: 0.87s;
}
#tenth .hero-illust-leaf .leaf-part-5 {
  animation-delay: 1.01s;
}
#tenth .hero-tagline {
  position: relative;
  margin: 32px 0 24px;
  font-size: 18px;
  font-weight: bold;
  color: var(--tenth-teal-dark);
  letter-spacing: 18px;
}
#tenth .hero-title {
  position: relative;
  margin: 0 0 8px;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.6;
  color: var(--tenth-text);
}
#tenth .hero-description {
  position: relative;
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 2.4;
  color: var(--tenth-text);
}
#tenth .hero-description-br-tab {
  display: none;
}
#tenth .hero-title-br-sp,
#tenth .hero-description-br-sp {
  display: none;
}
#tenth .hero-buildings-illust {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: min(700px, 90vw);
  transform: translateX(-50%);
}
#tenth .hero-scroll-down {
  position: absolute;
  top: 380px;
  left: 40px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

@media screen and (width <= 1079px) {
  #tenth .hero-scroll-down {
    display: none;
  }
}
#tenth .hero-scroll-down-text {
  font-size: 12px;
  font-weight: bold;
  color: var(--tenth-text);
  letter-spacing: 2px;
  writing-mode: vertical-rl;
}
#tenth .hero-scroll-down-line {
  position: relative;
  width: 1px;
  height: 80px;
  background-color: var(--tenth-text);
}
#tenth .hero-scroll-down-line::after {
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 8px;
  height: 8px;
  content: "";
  border-right: 1px solid var(--tenth-text);
  border-bottom: 1px solid var(--tenth-text);
  transform: translate(-50%, 0) rotate(45deg);
}

@keyframes tenth-hero-logo-in {
  from {
    opacity: 0;
    transform: scale(0.94);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes tenth-leaf-sprout {
  from {
    opacity: 0;
    transform: scale(0.2);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes tenth-leaf-stem-draw {
  to {
    stroke-dashoffset: 0;
  }
}

/* TAB */
@media screen and (width <= 940px) {
  #tenth .hero-section {
    padding: 28px 24px 160px;
    margin-bottom: -20px;
  }
  #tenth .hero-section::before {
    inset: 0 0 -64px;
  }
  #tenth .hero-illust {
    width: 260px;
    height: 162px;
  }
  #tenth .hero-illust-leaf-left {
    top: 40px;
    left: -116px;
    width: 84px;
    height: 128px;
  }
  #tenth .hero-illust-leaf-right {
    top: 37px;
    left: 314px;
    width: 84px;
    height: 128px;
  }
  #tenth .hero-tagline {
    margin: 32px 0 16px;
    font-size: 12px;
    letter-spacing: 10px;
  }
  #tenth .hero-title {
    margin-bottom: 16px;
    font-size: 32px;
  }
  #tenth .hero-description {
    font-size: 18px;
    line-height: 1.9;
  }
  #tenth .hero-description-br-tab {
    display: inline;
  }
  #tenth .hero-buildings-illust {
    width: min(480px, 88vw);
  }
  #tenth .hero-scroll-down {
    top: 220px;
    left: 20px;
  }
  #tenth .hero-scroll-down-line {
    height: 90px;
  }
}

/* SP */
@media screen and (width <= 670px) {
  #tenth .hero-section {
    padding: 8px 20px 110px;
    margin-bottom: -15px;
  }
  #tenth .hero-section::before {
    inset: 0 0 -40px;
  }
  #tenth .hero-illust {
    width: 160px;
    height: 125px;
  }
  #tenth .hero-illust-leaf-left {
    top: 41px;
    left: -59px;
    width: 45px;
    height: 78px;
  }
  #tenth .hero-illust-leaf-right {
    top: 41px;
    left: 181px;
    width: 45px;
    height: 78px;
  }
  #tenth .hero-tagline {
    margin: 8px 0 16px;
    font-size: 12px;
    letter-spacing: 6px;
  }
  #tenth .hero-title {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 1.55;
  }
  #tenth .hero-title-br-sp,
  #tenth .hero-description-br-sp {
    display: inline;
  }
  #tenth .hero-description {
    font-size: 14px;
    line-height: 2;
  }
  #tenth .hero-buildings-illust {
    width: min(320px, 85vw);
  }
  #tenth .hero-scroll-down {
    top: 200px;
    left: 12px;
  }
  #tenth .hero-scroll-down-text {
    font-size: 10px;
  }
  #tenth .hero-scroll-down-line {
    height: 60px;
  }
}

/* ============================================
数字で見る10年セクション
============================================ */
#tenth .stats-section {
  position: relative;
  padding: 160px 24px 80px;
  background: url(/web/img/pre/10th/bg_paper.jpg) repeat;
  border-radius: 120px 120px 0 0;
}
#tenth .stats-container {
  max-width: 1200px;
  margin: 0 auto;
}
#tenth .stats-top {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 10%;
  align-items: flex-end;
  margin-bottom: 16px;
}
#tenth .stats-top-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: clamp(0px, calc((100vw - 964px) / 2), 136px);
  text-align: left;
}
#tenth .stats-badge-line {
  width: 312px;
  height: 2px;
  margin-bottom: 40px;
  background-color: var(--tenth-primary);
}
#tenth .stats-badge {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 0 0 24px;
  font-size: 18px;
  font-weight: bold;
  color: var(--tenth-primary);
}
#tenth .stats-badge-icon {
  width: 16px;
  height: 15px;
}
#tenth .stats-heading {
  margin: 0;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.6;
  color: var(--tenth-text);
}
#tenth .stats-highlight {
  width: 302px;
  text-align: center;
}
#tenth .stats-highlight-label {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  color: var(--tenth-text);
}
#tenth .stats-highlight-sublabel {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  color: var(--tenth-text);
}
#tenth .stats-highlight-value {
  margin: 0;
  color: var(--tenth-accent);
  white-space: nowrap;
}
#tenth .stats-highlight-value .num {
  font-size: 120px;
  font-weight: bold;
  line-height: 1;
}
#tenth .stats-highlight-value .unit {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
}
#tenth .stats-sprout-illust {
  position: relative;
  z-index: 1;
  display: block;
  width: 50px;
  margin: 0 auto -20px;
  transform: translateX(-121px);
}
#tenth .stats-grid {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  padding: 56px 2em;
  background-color: #ffffff;
  border-radius: 16px;
}
#tenth .stats-grid-list {
  display: flex;
  width: 100%;
  max-width: 1016px;
  padding: 0;
  margin: 0;
  list-style: none;
}
#tenth .stats-grid-list li {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
  padding: 0 24px;
}
#tenth .stats-grid-list li:first-child {
  padding-left: 0;
}
#tenth .stats-grid-list li:last-child {
  padding-right: 0;
}
#tenth .stats-grid-list li:not(:first-child)::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 80px;
  content: "";
  background-color: var(--tenth-primary);
  transform: translateY(-50%);
}
#tenth .stats-grid-list li:nth-child(2) {
  flex: 1.5;
}
#tenth .stats-grid-label {
  width: 100%;
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
  color: var(--tenth-text);
  text-align: center;
}
#tenth .stats-grid-label span {
  white-space: nowrap;
}
#tenth .stats-grid-value {
  margin: 0;
  color: var(--tenth-text);
  white-space: nowrap;
}
#tenth .stats-grid-value .num {
  font-size: 64px;
  font-weight: bold;
  line-height: 1;
}
#tenth .stats-grid-value .unit {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}

/* TAB */
@media screen and (width <= 940px) {
  #tenth .stats-section {
    padding: 64px 24px;
    border-radius: 64px 64px 0 0;
  }
  #tenth .stats-top {
    flex-direction: column;
    gap: 16px;
    align-items: center;
    margin-bottom: 16px;
  }
  #tenth .stats-top-left {
    align-items: center;
    text-align: center;
  }
  #tenth .stats-badge-line {
    order: 2;
    width: 24px;
    height: 4px;
    margin-bottom: 16px;
  }
  #tenth .stats-badge {
    order: 1;
    margin-bottom: 16px;
  }
  #tenth .stats-heading {
    order: 3;
    font-size: 32px;
    text-align: center;
  }
  #tenth .stats-highlight {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
    align-items: center;
    justify-content: center;
    width: auto;
  }
  #tenth .stats-highlight-text {
    text-align: right;
  }
  #tenth .stats-highlight-label,
  #tenth .stats-highlight-sublabel {
    text-align: center;
    white-space: nowrap;
  }
  #tenth .stats-highlight-sublabel {
    margin-bottom: 0;
  }
  #tenth .stats-sprout-illust {
    width: 40px;
    margin-bottom: -14px;
  }
  #tenth .stats-grid {
    padding: 32px 24px;
  }
  #tenth .stats-grid-list {
    flex-wrap: wrap;
    max-width: 560px;
  }
  #tenth .stats-grid-list li {
    flex: 0 0 50%;
    padding: 16px 0;
  }
  #tenth .stats-grid-list li:not(:first-child)::before {
    content: none;
  }
  #tenth .stats-grid-value .num {
    font-size: 48px;
  }
}

/* SP */
@media screen and (width <= 670px) {
  #tenth .stats-section {
    border-radius: 20px 20px 0 0;
  }
  #tenth .stats-heading {
    font-size: 24px;
  }
  #tenth .stats-highlight {
    gap: 10px;
  }
  #tenth .stats-highlight-label {
    font-size: 18px;
  }
  #tenth .stats-highlight-sublabel {
    font-size: 11px;
  }
  #tenth .stats-highlight-value .num {
    font-size: 72px;
  }
  #tenth .stats-highlight-value .unit {
    font-size: 32px;
  }
  #tenth .stats-sprout-illust {
    width: 32px;
    margin-bottom: -32px;
  }
  #tenth .stats-grid {
    padding: 24px 16px;
  }
  #tenth .stats-grid-list li {
    flex: 0 0 100%;
    padding: 12px 0;
  }
  #tenth .stats-grid-list li:first-child {
    padding-top: 0;
    border-top: none;
  }
  #tenth .stats-grid-value .num {
    font-size: 32px;
  }
  #tenth .stats-grid-label {
    font-size: 16px;
  }
  #tenth .stats-badge {
    margin-bottom: 16px;
    font-size: 14px;
  }
}

/* ============================================
選ばれ続けた10年の軌跡セクション
============================================ */
#tenth .growth-section {
  padding: 80px 24px;
}
#tenth .growth-container {
  max-width: 1200px;
  margin: 0 auto;
}
#tenth .growth-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 64px;
  margin-left: clamp(0px, calc((100vw - 964px) / 2), 136px);
  text-align: left;
}
#tenth .growth-badge-line {
  width: 312px;
  height: 2px;
  margin-bottom: 40px;
  background-color: var(--tenth-primary);
}
#tenth .growth-badge {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 0 0 24px;
  font-size: 18px;
  font-weight: bold;
  color: var(--tenth-primary);
}
#tenth .growth-badge-icon {
  width: 16px;
  height: 15px;
}
#tenth .growth-heading {
  margin: 0;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.6;
  color: var(--tenth-text);
}
#tenth .growth-row {
  display: flex;
  gap: 6%;
  align-items: center;
  margin-bottom: 80px;
}
#tenth .growth-head + .growth-row {
  gap: 3%;
  justify-content: center;
}
#tenth .growth-row:last-child {
  margin-bottom: 0;
}
#tenth .growth-text {
  flex: 0 1 360px;
  min-width: 0;
  text-align: left;
}
#tenth .growth-text-head {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 24px;
}
#tenth .growth-text-icon {
  width: 48px;
  height: 48px;
  transform: rotate(180deg);
}
#tenth .growth-text-label {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  color: var(--tenth-text);
}
#tenth .growth-text-title {
  margin: 0 0 24px;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.6;
  color: var(--tenth-text);
}
#tenth .growth-text-desc {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  color: var(--tenth-text);
}
#tenth .growth-chart-card {
  box-sizing: border-box;
  flex: 1;
  max-width: 700px;
  padding: 60px 56px;
  background-color: #ffffff;
  border-radius: 16px;
}

/* 棒グラフ */
#tenth .bar-chart {
  display: flex;
  gap: 16px;
  align-items: flex-end;
  justify-content: center;
  height: 330px;
  padding: 0;
  margin: 0;
  list-style: none;
}
#tenth .bar-chart li {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  max-width: 73px;
  height: 100%;
}
#tenth .bar-chart-value {
  position: absolute;
  left: 50%;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: var(--tenth-text);
  white-space: nowrap;
  opacity: 0;
  transform: translateX(-50%);
  transition: opacity 0.4s ease-out;
}
#tenth .bar-chart.is-inview .bar-chart-value {
  opacity: 1;
}
#tenth .bar-chart-track {
  display: flex;
  flex: 1;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  min-height: 0;
}
#tenth .bar-chart-scale {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  height: calc(100% - 40px);
}
#tenth .bar-chart-bar {
  display: block;
  width: 56px;
  background-color: #b8e0e0;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.7s ease-out;
}
#tenth .bar-chart.is-inview .bar-chart-bar {
  transform: scaleY(1);
}
#tenth .bar-chart li:nth-child(1) .bar-chart-bar {
  height: 1%;
  transition-delay: 0s;
}
#tenth .bar-chart li:nth-child(1) .bar-chart-value {
  bottom: calc(1% + 10px);
  transition-delay: 0.35s;
}
#tenth .bar-chart li:nth-child(2) .bar-chart-bar {
  height: 8.8%;
  transition-delay: 0.12s;
}
#tenth .bar-chart li:nth-child(2) .bar-chart-value {
  bottom: calc(8.8% + 10px);
  transition-delay: 0.47s;
}
#tenth .bar-chart li:nth-child(3) .bar-chart-bar {
  height: 27.7%;
  transition-delay: 0.24s;
}
#tenth .bar-chart li:nth-child(3) .bar-chart-value {
  bottom: calc(27.7% + 10px);
  transition-delay: 0.59s;
}
#tenth .bar-chart li:nth-child(4) .bar-chart-bar {
  height: 36.6%;
  transition-delay: 0.36s;
}
#tenth .bar-chart li:nth-child(4) .bar-chart-value {
  bottom: calc(36.6% + 10px);
  transition-delay: 0.71s;
}
#tenth .bar-chart li:nth-child(5) .bar-chart-bar {
  height: 64.1%;
  transition-delay: 0.48s;
}
#tenth .bar-chart li:nth-child(5) .bar-chart-value {
  bottom: calc(64.1% + 10px);
  transition-delay: 0.83s;
}
#tenth .bar-chart li:nth-child(6) .bar-chart-bar {
  height: 91.8%;
  transition-delay: 0.6s;
}
#tenth .bar-chart li:nth-child(6) .bar-chart-value {
  bottom: calc(91.8% + 10px);
  transition-delay: 0.95s;
}
#tenth .bar-chart li:nth-child(7) .bar-chart-bar {
  height: 100%;
  transition-delay: 0.72s;
}
#tenth .bar-chart li:nth-child(7) .bar-chart-value {
  bottom: calc(100% + 10px);
  transition-delay: 1.07s;
}
#tenth .bar-chart-item-current .bar-chart-value {
  font-size: 24px;
  color: var(--tenth-accent);
}
#tenth .bar-chart-item-current .bar-chart-bar {
  background-color: var(--tenth-primary);
}
#tenth .bar-chart-year {
  margin: 16px 0 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #888e8e;
}

/* 折れ線グラフ */
#tenth .growth-chart-card-line {
  padding: 40px 32px 56px;
}
#tenth .line-chart-figure {
  position: relative;
  height: 330px;
  margin: 0 32px 0 40px;
}
#tenth .line-chart-final {
  position: absolute;
  top: 11px;
  right: -6px;
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  color: var(--tenth-accent);
  opacity: 0;
  transform: translateY(8px);
  transition:
    opacity 0.4s ease-out,
    transform 0.4s ease-out;
}
#tenth .line-chart-figure.is-inview .line-chart-final {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.45s;
}
#tenth .line-chart-svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}
#tenth .line-chart-grid {
  stroke: #d5d9d9;
  stroke-width: 1;
  stroke-dasharray: 4 4;
}
#tenth .line-chart-area {
  opacity: 0;
  fill: rgb(20 180 180 / 12%);
  transition: opacity 0.8s ease-out;
}
#tenth .line-chart-figure.is-inview .line-chart-area {
  opacity: 1;
  transition-delay: 1.2s;
}
#tenth .line-chart-path {
  fill: none;
  stroke: var(--tenth-primary);
  stroke-width: 3;
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
  transition: stroke-dashoffset 1.4s ease-out;
}
#tenth .line-chart-figure.is-inview .line-chart-path {
  stroke-dashoffset: 0;
}
#tenth .line-chart-dots {
  position: absolute;
  inset: 0;
  padding: 0;
  margin: 0;
  pointer-events: none;
  list-style: none;
}
#tenth .line-chart-dots li {
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border: 3px solid var(--tenth-primary);
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
  transition:
    opacity 0.3s ease-out,
    transform 0.3s ease-out;
}
#tenth .line-chart-figure.is-inview .line-chart-dots li {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
#tenth .line-chart-dots li:nth-child(1) {
  top: 299px;
  left: 0%;
}
#tenth .line-chart-dots li:nth-child(2) {
  top: 261px;
  left: 25%;
}
#tenth .line-chart-dots li:nth-child(3) {
  top: 197px;
  left: 50%;
}
#tenth .line-chart-dots li:nth-child(4) {
  top: 132px;
  left: 75%;
}
#tenth .line-chart-dots li:nth-child(5) {
  top: 51px;
  left: 100%;
}
#tenth .line-chart-figure.is-inview .line-chart-dots li:nth-child(1) {
  transition-delay: 0s;
}
#tenth .line-chart-figure.is-inview .line-chart-dots li:nth-child(2) {
  transition-delay: 0.35s;
}
#tenth .line-chart-figure.is-inview .line-chart-dots li:nth-child(3) {
  transition-delay: 0.7s;
}
#tenth .line-chart-figure.is-inview .line-chart-dots li:nth-child(4) {
  transition-delay: 1.05s;
}
#tenth .line-chart-dots-last {
  width: 14px;
  height: 14px;
  background-color: var(--tenth-accent);
  border-color: var(--tenth-accent);
}
#tenth .line-chart-figure.is-inview .line-chart-dots-last {
  transition:
    opacity 0.4s ease-out 1.4s,
    transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) 1.4s;
}
#tenth .line-chart-values {
  position: absolute;
  inset: 0;
  padding: 0;
  margin: 0;
  pointer-events: none;
  list-style: none;
}
#tenth .line-chart-values li {
  position: absolute;
  opacity: 0;
  transform: translateX(-50%);
  transition: opacity 0.4s ease-out;
}
#tenth .line-chart-figure.is-inview .line-chart-values li {
  opacity: 1;
}
#tenth .line-chart-values li:nth-child(1) {
  top: 259px;
  left: 0%;
}
#tenth .line-chart-values li:nth-child(2) {
  top: 221px;
  left: 25%;
}
#tenth .line-chart-values li:nth-child(3) {
  top: 157px;
  left: 50%;
}
#tenth .line-chart-values li:nth-child(4) {
  top: 92px;
  left: 75%;
}
#tenth .line-chart-figure.is-inview .line-chart-values li:nth-child(1) {
  transition-delay: 0.05s;
}
#tenth .line-chart-figure.is-inview .line-chart-values li:nth-child(2) {
  transition-delay: 0.4s;
}
#tenth .line-chart-figure.is-inview .line-chart-values li:nth-child(3) {
  transition-delay: 0.75s;
}
#tenth .line-chart-figure.is-inview .line-chart-values li:nth-child(4) {
  transition-delay: 1.1s;
}
#tenth .line-chart-values span {
  font-size: 18px;
  font-weight: bold;
  color: var(--tenth-text);
  white-space: nowrap;
}
#tenth .line-chart-xaxis {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 16px 32px 0 40px;
  list-style: none;
}
#tenth .line-chart-xaxis li {
  font-size: 12px;
  font-weight: bold;
  color: #888e8e;
}
#tenth .line-chart-axis {
  position: absolute;
  inset: 0;
  padding: 0;
  margin: 0;
  pointer-events: none;
  list-style: none;
}
#tenth .line-chart-axis li {
  position: absolute;
  right: 100%;
  padding-right: 8px;
  font-size: 12px;
  color: #888e8e;
  white-space: nowrap;
  transform: translateY(-50%);
}
#tenth .line-chart-axis li:nth-child(1) {
  top: 218px;
}
#tenth .line-chart-axis li:nth-child(2) {
  top: 134px;
}
#tenth .line-chart-axis li:nth-child(3) {
  top: 51px;
}

/* TAB */
@media screen and (width <= 940px) {
  #tenth .growth-section {
    padding: 32px 24px 64px;
  }
  #tenth .growth-head {
    align-items: center;
    margin-bottom: 64px;
    text-align: center;
  }
  #tenth .growth-badge-line {
    order: 2;
    width: 24px;
    height: 4px;
    margin-bottom: 16px;
  }
  #tenth .growth-badge {
    order: 1;
    margin-bottom: 24px;
  }
  #tenth .growth-heading {
    order: 3;
    font-size: 32px;
  }
  #tenth .growth-row {
    flex-direction: column;
    gap: 0;
    padding-left: 0;
    margin-bottom: 56px;
  }
  #tenth .growth-row:last-child {
    flex-direction: column-reverse;
  }
  #tenth .growth-text {
    flex: none;
    width: 100%;
    margin-bottom: 16px;
    text-align: center;
  }
  #tenth .growth-text-head {
    justify-content: center;
    margin-bottom: 16px;
  }
  #tenth .growth-text-br-pc {
    display: none;
  }
  #tenth .growth-text-title,
  #tenth .growth-text-desc {
    margin: 0;
    font-size: 18px;
  }
  #tenth .growth-text-desc {
    font-size: 14px;
  }
  #tenth .growth-text-desc::before {
    content: "- ";
  }
  #tenth .growth-chart-card {
    width: 100%;
    max-width: none;
    padding: 40px 24px;
  }
  #tenth .bar-chart {
    gap: 8px;
  }
  #tenth .bar-chart-bar {
    width: 70%;
  }
  #tenth .growth-chart-card-line {
    padding: 32px 16px 40px;
  }
  #tenth .line-chart-figure {
    margin: 0 20px 0 32px;
  }
  #tenth .line-chart-xaxis {
    margin: 16px 20px 0 32px;
  }
}

/* SP */
@media screen and (width <= 670px) {
  #tenth .growth-heading {
    font-size: 24px;
  }
  #tenth .growth-text {
    margin: 0 0 8px;
  }
  #tenth .bar-chart {
    gap: 8px;
  }
  #tenth .bar-chart-value {
    font-size: 12px;
  }
  #tenth .bar-chart-item-current .bar-chart-value {
    font-size: 18px;
  }
  #tenth .bar-chart-year {
    font-size: 12px;
  }
  #tenth .line-chart-final {
    font-size: 18px;
  }
  #tenth .line-chart-values span {
    font-size: 12px;
  }
  #tenth .line-chart-xaxis li {
    font-size: 12px;
  }
  #tenth .growth-badge {
    margin-bottom: 16px;
    font-size: 14px;
  }
  #tenth .growth-text-label {
    font-size: 20px;
  }
  #tenth .growth-text-icon {
    width: 24px;
    height: 24px;
  }
  #tenth .growth-text-title,
  #tenth .growth-text-desc {
    font-size: 12px;
    line-height: 2;
  }
  #tenth .growth-chart-card {
    padding: 16px 24px 16px 16px;
  }
}

/* ============================================
URIHOが生まれるまでセクション
============================================ */
#tenth .history-section {
  padding: 80px 20px;
}
#tenth .history-container {
  max-width: 1200px;
  margin: 0 auto;
}
#tenth .history-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
  margin-left: clamp(0px, calc((100vw - 964px) / 2), 136px);
  text-align: left;
}
#tenth .history-badge-line {
  width: 312px;
  height: 2px;
  margin-bottom: 40px;
  background-color: var(--tenth-primary);
}
#tenth .history-badge {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 0 0 24px;
  font-size: 18px;
  font-weight: bold;
  color: var(--tenth-primary);
}
#tenth .history-badge-icon {
  width: 16px;
  height: 15px;
}
#tenth .history-heading {
  margin: 0;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.6;
  color: var(--tenth-text);
}
#tenth .history-heading-br-sp {
  display: none;
}
#tenth .history-intro {
  margin: 0 0 80px;
  margin-left: clamp(0px, calc((100vw - 964px) / 2), 136px);
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  color: var(--tenth-text);
}
#tenth .history-intro-br-tab {
  display: none;
}
#tenth .history-timeline {
  display: flex;
  flex-direction: column;
  max-width: 880px;
  padding: 0;
  margin: 0 auto;
  list-style: none;
}
#tenth .history-timeline li {
  position: relative;
  padding: 24px 0;
}
#tenth .history-timeline li:first-child {
  padding-top: 0;
}
#tenth .history-timeline li::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  width: 8px;
  content: "";
  background-color: #d5d9d9;
}
#tenth .history-timeline li:first-child::before {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
#tenth .history-timeline li:last-child::before {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
#tenth .history-year {
  position: absolute;
  top: -24px;
  left: 24px;
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.69;
  color: #888e8e;
}
#tenth .history-row {
  display: flex;
  gap: 20px;
  align-items: center;
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.2s ease-out,
    transform 0.2s ease-out;
}
#tenth .history-row.is-inview {
  opacity: 1;
  transform: translateY(0);
}
#tenth .history-timeline li:nth-child(1) .history-row {
  transition-delay: 0s;
}
#tenth .history-timeline li:nth-child(2) .history-row {
  transition-delay: 0.1s;
}
#tenth .history-timeline li:nth-child(3) .history-row {
  transition-delay: 0.2s;
}
#tenth .history-timeline li:nth-child(4) .history-row {
  transition-delay: 0.3s;
}
#tenth .history-timeline li:nth-child(5) .history-row {
  transition-delay: 0.4s;
}
#tenth .history-timeline li:nth-child(6) .history-row {
  transition-delay: 0.5s;
}
#tenth .history-timeline li:nth-child(7) .history-row {
  transition-delay: 0.6s;
}
#tenth .history-dot {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background-color: #d5d9d9;
  border-radius: 50%;
}
#tenth .history-line {
  flex: 0 0 228px;
  height: 4px;
  background-color: #d5d9d9;
}
#tenth .history-timeline-short-line .history-line {
  flex-basis: 128px;
}
#tenth .history-card {
  position: relative;
  display: flex;
  flex: 1;
  align-items: center;
  max-width: 560px;
  min-height: 80px;
  padding: 8px 24px;
  background-color: #ffffff;
  border-radius: 16px;
}
#tenth .history-text {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  color: var(--tenth-text);
}
#tenth .history-rays-illust {
  position: absolute;
  top: -16px;
  right: 56px;
  z-index: 1;
  width: 48px;
  pointer-events: none;
}
#tenth .history-text-sub {
  margin-left: 8px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  color: #888e8e;
}
#tenth .history-image {
  position: absolute;
  top: 28px;
  right: 32px;
  width: 100px;
  aspect-ratio: 90 / 75.58;
  filter: drop-shadow(3px 0 0 #ffffff) drop-shadow(-3px 0 0 #ffffff)
    drop-shadow(0 3px 0 #ffffff) drop-shadow(0 -3px 0 #ffffff)
    drop-shadow(3px 3px 0 #ffffff) drop-shadow(-3px 3px 0 #ffffff)
    drop-shadow(3px -3px 0 #ffffff) drop-shadow(-3px -3px 0 #ffffff);
  transform: rotate(-5deg);
}
#tenth .history-anniversary-logo {
  position: absolute;
  top: -10px;
  right: -24px;
  width: 100px;
  aspect-ratio: 94 / 75;
  filter: drop-shadow(3px 0 0 #ffffff) drop-shadow(-3px 0 0 #ffffff)
    drop-shadow(0 3px 0 #ffffff) drop-shadow(0 -3px 0 #ffffff)
    drop-shadow(3px 3px 0 #ffffff) drop-shadow(-3px 3px 0 #ffffff)
    drop-shadow(3px -3px 0 #ffffff) drop-shadow(-3px -3px 0 #ffffff);
  transform: rotate(10deg);
}
#tenth .history-service-logo {
  position: absolute;
  top: -8px;
  right: 32px;
  width: 72px;
  aspect-ratio: 72 / 75;
  filter: drop-shadow(3px 0 0 #ffffff) drop-shadow(-3px 0 0 #ffffff)
    drop-shadow(0 3px 0 #ffffff) drop-shadow(0 -3px 0 #ffffff)
    drop-shadow(3px 3px 0 #ffffff) drop-shadow(-3px 3px 0 #ffffff)
    drop-shadow(3px -3px 0 #ffffff) drop-shadow(-3px -3px 0 #ffffff);
  transform: rotate(-6deg);
}
#tenth .history-timeline-current .history-year {
  color: var(--tenth-accent);
}
#tenth .history-timeline-current .history-dot,
#tenth .history-timeline-current .history-line {
  background-color: var(--tenth-accent);
}
#tenth .history-timeline-current .history-text {
  font-size: 24px;
  color: var(--tenth-accent);
}
#tenth .history-timeline-primary .history-year {
  color: var(--tenth-primary);
}
#tenth .history-timeline-primary .history-dot,
#tenth .history-timeline-primary .history-line {
  background-color: var(--tenth-primary);
}
#tenth .history-timeline-primary .history-text {
  font-size: 24px;
  color: var(--tenth-primary);
}

/* TAB */
@media screen and (width <= 940px) {
  #tenth .history-section {
    padding: 32px 20px 64px;
  }
  #tenth .history-head {
    align-items: center;
    margin-bottom: 24px;
    text-align: center;
  }
  #tenth .history-badge-line {
    order: 2;
    width: 24px;
    height: 4px;
    margin-bottom: 16px;
  }
  #tenth .history-badge {
    order: 1;
    margin-bottom: 16px;
  }
  #tenth .history-heading {
    order: 3;
    font-size: 32px;
  }
  #tenth .history-intro {
    margin-bottom: 56px;
    font-size: 16px;
    text-align: center;
  }
  #tenth .history-intro-br-tab {
    display: inline;
  }
  #tenth .history-line {
    flex: 0 0 40px;
  }
  #tenth .history-timeline {
    max-width: 700px;
    padding-right: 20px;
  }
  #tenth .history-timeline-short-line .history-line {
    flex-basis: 40px;
  }
  #tenth .history-card {
    min-height: auto;
    padding: 20px 24px;
  }
  #tenth .history-anniversary-logo {
    right: -24px;
    width: 64px;
  }
  #tenth .history-image {
    top: -16px;
    right: -24px;
    width: 64px;
  }
  #tenth .history-rays-illust {
    width: 40px;
  }
  #tenth .history-service-logo {
    right: 20px;
    width: 56px;
  }
  #tenth .history-text {
    font-size: 18px;
  }
}

/* SP */
@media screen and (width <= 670px) {
  #tenth .history-head {
    margin-bottom: 20px;
  }
  #tenth .history-heading {
    font-size: 22px;
  }
  #tenth .history-intro {
    margin-bottom: 40px;
    font-size: 12px;
    text-align: left;
  }
  #tenth .history-intro br {
    display: none;
  }
  #tenth .history-year {
    top: -16px;
    font-size: 16px;
  }
  #tenth .history-row {
    gap: 8px;
  }
  #tenth .history-line {
    flex: 0 0 16px;
  }
  #tenth .history-dot {
    width: 16px;
    height: 16px;
  }
  #tenth .history-timeline {
    padding-right: 0;
  }
  #tenth .history-timeline li::before {
    left: 5px;
    width: 5px;
  }
  #tenth .history-timeline li {
    padding: 16px 0;
  }
  #tenth .history-timeline-short-line .history-line {
    flex-basis: 16px;
  }
  #tenth .history-card {
    padding: 16px;
    border-radius: 12px;
  }
  #tenth .history-text {
    font-size: 14px;
  }
  #tenth .history-timeline-primary .history-text,
  #tenth .history-timeline-current .history-text {
    font-size: 18px;
  }
  #tenth .history-text-sub {
    display: block;
    margin-left: 0;
    font-size: 10px;
  }
  #tenth .history-anniversary-logo {
    display: none;
  }
  #tenth .history-image {
    display: none;
  }
  #tenth .history-service-logo {
    display: none;
  }
  #tenth .history-rays-illust {
    display: none;
  }
  #tenth .history-badge {
    font-size: 14px;
  }
}

/* ============================================
経営者の声セクション
============================================ */
#tenth .voice-section {
  padding: 80px 24px;
}
#tenth .voice-container {
  max-width: 1200px;
  margin: 0 auto;
}
#tenth .voice-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 56px;
  margin-left: clamp(0px, calc((100vw - 964px) / 2), 136px);
  text-align: left;
}
#tenth .voice-badge-line {
  width: 312px;
  height: 2px;
  margin-bottom: 40px;
  background-color: var(--tenth-primary);
}
#tenth .voice-badge {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 0 0 24px;
  font-size: 18px;
  font-weight: bold;
  color: var(--tenth-primary);
}
#tenth .voice-badge-icon {
  width: 16px;
  height: 15px;
}
#tenth .voice-heading {
  margin: 0;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.6;
  color: var(--tenth-text);
}
#tenth .voice-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8% 7%;
  padding: 0;
  margin: 0 0 0 20px;
  list-style: none;
}
#tenth .voice-card {
  position: relative;
  padding: 40px 32px 40px 160px;
  background-color: #ffffff;
  border-radius: 16px;
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.4s ease-out,
    transform 0.4s ease-out;
}
#tenth .voice-card.is-inview {
  opacity: 1;
  transform: translateY(0);
}
#tenth .voice-card:nth-child(1) {
  transition-delay: 0s;
}
#tenth .voice-card:nth-child(2) {
  transition-delay: 0.1s;
}
#tenth .voice-card:nth-child(3) {
  transition-delay: 0.2s;
}
#tenth .voice-card:nth-child(4) {
  transition-delay: 0.3s;
}
#tenth .voice-avatar {
  position: absolute;
  top: 40px;
  left: -40px;
  z-index: 1;
  width: 172px;
}

@media screen and (width <= 1079px) {
  #tenth .voice-card {
    padding-right: 40px;
    padding-left: 132px;
  }
  #tenth .voice-avatar {
    width: 142px;
  }
}
#tenth .voice-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#tenth .voice-quote-wrap {
  position: relative;
  min-height: 160px;
  margin-bottom: 40px;
}
#tenth .voice-quote-mark {
  position: absolute;
  z-index: 0;
  font-size: 120px;
  line-height: 1;
  color: #f5f6f6;
}
#tenth .voice-quote-mark-open {
  top: -32px;
  left: -8px;
}
#tenth .voice-quote-mark-close {
  right: -16px;
  bottom: -36px;
}
#tenth .voice-quote {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 20px;
  font-style: italic;
  font-weight: bold;
  line-height: 2;
  color: #3c3c3c;
}
#tenth .voice-name {
  position: relative;
  z-index: 1;
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: bold;
  color: var(--tenth-text);
}
#tenth .voice-role {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #888e8e;
}

/* TAB */
@media screen and (width <= 940px) {
  #tenth .voice-section {
    padding: 32px 24px 64px;
  }
  #tenth .voice-head {
    align-items: center;
    margin-bottom: 40px;
    text-align: center;
  }
  #tenth .voice-badge-line {
    order: 2;
    width: 24px;
    height: 4px;
    margin-bottom: 16px;
  }
  #tenth .voice-badge {
    order: 1;
    margin-bottom: 16px;
  }
  #tenth .voice-heading {
    order: 3;
    font-size: 32px;
  }
  #tenth .voice-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  #tenth .voice-card {
    padding: 32px 32px 32px 172px;
  }
  #tenth .voice-avatar {
    top: 32px;
    left: -16px;
    width: 134px;
    height: 166px;
  }
  #tenth .voice-quote-wrap {
    min-height: auto;
  }
}

/* SP */
@media screen and (width <= 670px) {
  #tenth .voice-heading {
    font-size: 24px;
  }
  #tenth .voice-card {
    padding: 100px 24px 24px;
  }
  #tenth .voice-avatar {
    top: -20px;
    left: 50%;
    width: 103px;
    height: 128px;
    transform: translateX(-50%);
  }
  #tenth .voice-quote-mark {
    font-size: 64px;
  }
  #tenth .voice-quote-mark-close {
    display: none;
  }
  #tenth .voice-quote {
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.8;
  }
  #tenth .voice-grid {
    gap: 40px;
    margin-left: 0;
  }
  #tenth .voice-badge {
    font-size: 14px;
  }
  #tenth .voice-name {
    font-size: 14px;
  }
}

/* ============================================
CTAセクション
============================================ */
#tenth .cta-section {
  padding: 160px 20px 400px;
  text-align: center;
}
#tenth .cta-heading {
  margin: 0 0 24px;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.6;
  color: var(--tenth-text);
}
#tenth .cta-description {
  max-width: 800px;
  margin: 0 auto 40px;
  font-size: 18px;
  line-height: 2;
  color: var(--tenth-text);
}
#tenth .cta-description-emphasis {
  display: block;
  margin-top: 24px;
  font-size: 24px;
  font-weight: bold;
}
#tenth .cta-description-emphasis-br-sp {
  display: none;
}
#tenth .cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  align-items: flex-end;
  justify-content: center;
  margin-top: 120px;
}
#tenth .cta-download {
  position: relative;
  display: block;
  overflow: visible;
  text-decoration: none;
}
#tenth .cta-download-image {
  position: absolute;
  bottom: 100%;
  left: 50%;
  z-index: 1;
  width: 340px;
  margin-bottom: -24px;
  transform: translateX(-50%);
  transition: transform 0.1s ease;
}
#tenth .cta-download-image img {
  display: block;
  width: 100%;
  height: auto;
}
#tenth .cta-download:hover .cta-download-image {
  transform: translateX(-50%) translateY(4px);
}
#tenth .cta-button-download {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 420px;
  min-height: 80px;
  padding: 6px 50px 6px 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 0 4px #c76612;
  background-color: #fc8b28;
  border-radius: 200px;
  box-shadow: 0 4px 0 0 #c76612;
  transition:
    box-shadow 0.1s ease,
    transform 0.1s ease;
}
#tenth .cta-button-download::after {
  position: absolute;
  top: 50%;
  right: 28px;
  width: 20px;
  height: 20px;
  content: "";
  background: url(/web/img/common/icon/download_icon_00.png) center / contain
    no-repeat;
  transform: translateY(-50%);
}
#tenth .cta-download:hover .cta-button-download {
  background-color: #f38423;
  box-shadow: 0 0 0 0 #c76612;
  transform: translateY(4px);
}
#tenth .cta-account-wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}
#tenth .cta-account-microcopy {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  color: var(--tenth-text);
}
#tenth .cta-account-microcopy-arrow {
  margin: 0 8px;
}
#tenth .cta-button-account {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 420px;
  height: 80px;
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  background-color: #0387df;
  border-radius: 146px;
  box-shadow: 0 4px 0 0 #095eb4;
  transition:
    background-color 0.1s ease,
    box-shadow 0.1s ease,
    transform 0.1s ease;
}
#tenth .cta-button-account::after {
  position: absolute;
  top: 50%;
  right: 32px;
  width: 8px;
  height: 8px;
  content: "";
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: translateY(-50%) rotate(45deg);
}
#tenth .cta-button-account:hover {
  background-color: #007bcc;
  box-shadow: 0 1px 0 0 #095eb4;
  transform: translateY(2px);
}

/* TAB */
@media screen and (width <= 940px) {
  #tenth .cta-section {
    padding: 80px 24px 160px;
  }
  #tenth .cta-heading {
    font-size: 32px;
  }
  #tenth .cta-description {
    font-size: 18px;
  }
  #tenth .cta-buttons {
    margin-top: 80px;
  }
  #tenth .cta-download-image {
    width: 260px;
    margin-bottom: -20px;
  }
  #tenth .cta-button-download {
    width: 320px;
    min-height: 68px;
    font-size: 18px;
  }
  #tenth .cta-account-microcopy {
    font-size: 14px;
  }
  #tenth .cta-button-account {
    width: 300px;
    height: 68px;
    font-size: 18px;
  }
  #tenth .cta-button-account::after {
    right: 24px;
  }
}

/* SP */
@media screen and (width <= 670px) {
  #tenth .cta-section {
    padding-top: 24px;
  }
  #tenth .cta-heading {
    margin-bottom: 16px;
    font-size: 24px;
  }
  #tenth .cta-description {
    font-size: 14px;
    text-align: left;
  }
  #tenth .cta-description-br {
    display: none;
  }
  #tenth .cta-description-emphasis {
    margin-top: 16px;
    font-size: 18px;
    line-height: 1.6;
    text-align: center;
  }
  #tenth .cta-description-emphasis-br-sp {
    display: inline;
  }
  #tenth .cta-buttons {
    flex-direction: column;
    align-items: center;
    margin-top: 96px;
  }
  #tenth .cta-download {
    width: 100%;
    max-width: 360px;
  }
  #tenth .cta-download-image {
    width: 220px;
    margin-bottom: -16px;
  }
  #tenth .cta-button-download {
    width: 100%;
    min-height: 60px;
    padding: 6px 44px 6px 24px;
    font-size: 20px;
  }
  #tenth .cta-account-wrap {
    width: 100%;
    max-width: 360px;
    margin-top: 40px;
  }
  #tenth .cta-account-microcopy {
    font-size: 14px;
  }
  #tenth .cta-button-account {
    width: 100%;
    height: 60px;
    font-size: 20px;
  }
}
