/* ============================
   リニューアル版トップページ
   ============================ */

/* リニューアル版ページでは#contentのpadding-topとpadding-bottomを削除 */
body.page-top-renewal #content {
  padding-top: 0;
  padding-bottom: 0;
}

body.page-top-renewal {
  overflow-x: hidden;
}

main#page-top_renewal {
  overflow-x: hidden;
  width: 100%;
}

/* ============================
   キービジュアルセクション
   ============================ */
main#page-top_renewal .hero-section-renewal {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
  margin-top: 100px;
}

/* コラージュ画像を疑似要素で表示 */
main#page-top_renewal .hero-section-renewal::after {
  content: '';
  position: absolute;
  top: 0;
  left: 47%;
  right: -60px;
  height: 100%;
  background-image: var(--hero-collage-image);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
  z-index: 2;
  pointer-events: none;
}

main#page-top_renewal .hero-bg-renewal {
  position: relative;
  width: 100%;
  display: block;
  z-index: 1;
}

main#page-top_renewal .hero-bg-renewal img {
  width: 100%;
  height: 500px;
  display: block;
  object-fit: cover;
  object-position: top;
}

main#page-top_renewal .hero-content-renewal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 3;
}

main#page-top_renewal .hero-text-renewal {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  color: #fff;
}

main#page-top_renewal .hero-title-renewal {
  font-size: 34.341px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 24px;
  margin-top: 0;
  color: #fff;
  text-shadow: 0 4.347px 4.347px rgba(0, 0, 0, 0.25);
}

main#page-top_renewal .hero-title-renewal .hero-title-line1 {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

main#page-top_renewal .hero-title-renewal .hero-title-line2,
main#page-top_renewal .hero-title-renewal .hero-title-line3 {
  display: block;
  font-size: 2.875rem;
  font-weight: 700;
}

main#page-top_renewal .hero-description-renewal {
  font-size: 17.387px;
  line-height: 1.75;
  color: #fff;
  margin: 0;
  text-shadow: 0 4.347px 4.347px rgba(0, 0, 0, 0.25);
}

/* ============================
   Newsセクション
   ============================ */
main#page-top_renewal .section-home_news-v2 {
  background: #fff;
  padding: 35px 0 42px 0;
  margin-top: 0;
}

main#page-top_renewal .section__inner-v2 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

main#page-top_renewal .news-flex-v2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

main#page-top_renewal .news-title-block-v2 {
  min-width: 240px;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  justify-content: center;
}

main#page-top_renewal .news-main-title-v2 {
  color: #333;
  text-align: left;
  font-feature-settings: "pwid" on;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}

main#page-top_renewal .news-btn-wrap-v2 {
  margin: 0;
}

main#page-top_renewal .news-btn-v2 {
  display: flex;
  width: 121px;
  height: 27px;
  justify-content: center;
  align-items: center;
  padding: 0 8px;
  border-radius: 4px;
  border: 1px solid #003fab;
  background: #fff;
  color: #003fab;
  font-feature-settings: "paid" on;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
  transition: background 0.2s;
  position: relative;
}

main#page-top_renewal .news-btn-v2::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("https://www.skillupai.com/wp-content/themes/skillupai/assets/svg/arrow_right_bl_renewal.svg") no-repeat center/contain;
  margin-left: 8px;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

main#page-top_renewal .news-btn-v2:hover,
main#page-top_renewal .news-btn-v2:focus {
  color: #fff;
  background: #003FAB;
}

main#page-top_renewal .news-btn-v2:hover::after,
main#page-top_renewal .news-btn-v2:focus::after {
  background-image: url("https://www.skillupai.com/wp-content/themes/skillupai/assets/svg/arrow_right_white_news.svg");
  right: 8px;
}

main#page-top_renewal .news-list-block-v2 {
  flex: 1;
}

main#page-top_renewal .news-item-v2 {
  display: flex;
  flex-direction: column;
  padding: 0.75rem 0;
  border-bottom: 1px solid #e5e5e5;
}

main#page-top_renewal .news-item-v2 a {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
}

main#page-top_renewal .news-item-v2:last-child {
  border-bottom: none;
}

main#page-top_renewal .news-meta-v2 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

main#page-top_renewal .news-date-v2 {
  color: #333;
  font-feature-settings: "paid" on;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.57143;
  flex: 0 0 auto;
}

main#page-top_renewal .news-label-v2 {
  display: inline-flex;
  padding: 2px 8px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  background: #F0F0F0;
  border: none;
  color: #333;
  font-feature-settings: "pwid" on;
  font-size: 12px;
  line-height: 1.83333;
  margin-left: 0;
  white-space: nowrap;
  flex: 0 0 auto;
}

main#page-top_renewal .news-text-v2 {
  color: #333;
  font-feature-settings: "paid" on;
  font-size: 0.875rem;
  line-height: 1.57143;
  margin: 0;
  overflow-wrap: anywhere;
  flex: 1;
}

/* ============================
   共通: セクションタイトル
   ============================ */
main#page-top_renewal .section-title-renewal {
  text-align: left;
  margin-bottom: 34px;
}

main#page-top_renewal .section-label-renewal {
  display: block;
  color: #003fab;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 16px;
}

main#page-top_renewal .section-heading-renewal {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.38889;
  color: #333;
  margin: 0;
  word-break: keep-all;
  overflow-wrap: normal;
}

/* 画面幅が広い場合、brタグの位置で改行されるようにする */
@media (min-width: 1200px) {
  main#page-top_renewal .section-heading-renewal {
    white-space: pre-line;
  }
}

main#page-top_renewal .section-description-renewal {
  font-size: 1rem;
  line-height: 1.75;
  color: #333;
  margin: 0;
}

/* SP表示: 共通セクションタイトル */
@media (max-width: 960px) {
  main#page-top_renewal .section-title-renewal {
    margin-bottom: 24px;
  }

  main#page-top_renewal .section-label-renewal {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }

  main#page-top_renewal .section-heading-renewal {
    font-size: 2.2rem;
    line-height: 1.54545;
  }

  main#page-top_renewal .section-description-renewal {
    font-size: 1.4rem;
    line-height: 1.78571;
  }
}

/* ============================
   Featureセクション
   ============================ */
main#page-top_renewal .section-feature-renewal {
  background: linear-gradient(97deg, #F8F7FF 7.94%, #F0FCFF 92.27%);
  padding: 65px 0 112px;
}

main#page-top_renewal .section__inner-renewal {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* 共通: テキストと画像を左右に配置 */
main#page-top_renewal .section-content-with-image-renewal {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 47px;
}

main#page-top_renewal .section-content-renewal {
  flex: 0 0 50%;
  max-width: 50%;
}

main#page-top_renewal .section-image-renewal {
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

main#page-top_renewal .section-image-renewal img {
  width: 406px;
  height: 350px;
  aspect-ratio: 29/25;
  display: block;
  object-fit: contain;
}

main#page-top_renewal .feature-cards-renewal {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 33px;
  margin-top: 80px;
}

main#page-top_renewal .feature-card-renewal {
  background: #fff;
  border-radius: 12px;
  padding: 25px 30px;
  box-shadow: 0 4px 4px 0 #DDEAF8;
  text-align: center;
}

main#page-top_renewal .feature-card-icon-renewal {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

main#page-top_renewal .feature-card-icon-renewal img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

main#page-top_renewal .feature-card-title-renewal {
  font-size: 1.25rem;
  font-weight: 700;
  color: #333;
  margin: 0;
}

main#page-top_renewal .feature-card-description-renewal {
  font-size: 16px;
  line-height: 1.5625;
  color: #333;
  margin: 0;
}

/* PC時のみ表示される要素 */
main#page-top_renewal .pc-only {
  display: inline;
}

/* SP時のみ表示される要素 */
main#page-top_renewal .sp-only {
  display: none;
}

@media (max-width: 960px) {
  main#page-top_renewal .pc-only {
    display: none;
  }

  main#page-top_renewal .sp-only {
    display: inline;
  }
}

/* ============================
   企業ロゴセクション
   ============================ */
main#page-top_renewal #client-logos {
  background-color: #fff;
  margin-top: 0;
}

main#page-top_renewal #client-logos img {
  max-width: none;
}

main#page-top_renewal .client-logos-txt .section-label {
  display: block;
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-weight: 500;
  color: #222;
  margin-bottom: 0;
  letter-spacing: 0.1em;
}

main#page-top_renewal .client-logos-txt .section-title {
  position: relative;
  font-size: 2rem;
  font-weight: 500;
  color: #222;
  line-height: 1.4;
  margin-top: 10px;
}

main#page-top_renewal .client-logos-txt .section-title .number {
  font-size: 3.6rem;
}

main#page-top_renewal .client-logos-txt .section-title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  height: 2px;
  width: 141px;
  background: linear-gradient(90deg, #6d66fe 0%, #4a86ff 37%, #00e7ff 100%);
}

main#page-top_renewal .loopSlide {
  height: 200px;
  overflow: hidden;
  display: flex;
}

main#page-top_renewal .loopSlide img {
  height: 100%;
  width: auto;
  max-width: none;
  flex: 0 0 auto;
  display: block;
}

main#page-top_renewal .loopSlide img:first-child {
  animation: slide1-renewal 60s -30s linear infinite;
}

main#page-top_renewal .loopSlide img:last-child {
  animation: slide2-renewal 60s linear infinite;
}

@keyframes slide1-renewal {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes slide2-renewal {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

/* ============================
   AIエージェントReadyな組織へセクション
   ============================ */
main#page-top_renewal .section-ai-agent-ready {
  background: linear-gradient(97deg, #F8F7FF 7.94%, #F0FCFF 92.27%);
  padding: 80px 0 80px;
  position: relative;
  overflow: hidden;
  margin-top: 0;
}

main#page-top_renewal .ai-agent-ready-content {
  width: 409px;
  position: relative;
  z-index: 2;
}

/* タイトル部分は幅制限なし、改行なし */
main#page-top_renewal .section-ai-agent-ready .section-title-renewal {
  width: max-content;
  white-space: nowrap;
}

main#page-top_renewal .section-ai-agent-ready .section-heading-renewal {
  white-space: nowrap;
}

/* 小型PC・タブレット表示（961px〜1439px）では相対サイズ */
@media (max-width: 1439px) and (min-width: 961px) {
  main#page-top_renewal .ai-agent-ready-content {
    width: 34%;
    max-width: 409px;
  }
}

/* 1000px付近でのテキスト幅調整（重なり防止） */
@media (min-width: 1000px) and (max-width: 1200px) {
  main#page-top_renewal .ai-agent-ready-content {
    width: 38%;
    max-width: 450px;
    min-width: 380px;
  }
  
  main#page-top_renewal .section-ai-agent-ready::after {
    right: 3%;
    width: 45%;
  }
}

/* 疑似要素で画像を配置 */
main#page-top_renewal .section-ai-agent-ready::after {
  content: '';
  position: absolute;
  top: 69%;
  right: 150px;
  transform: translateY(-50%);
  width: 696px;
  height: 345px;
  background-image: url('https://www.skillupai.com/wp-content/themes/skillupai/assets/img/home/renewal/ai-agent-ready-diagram.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  z-index: 1;
  pointer-events: none;
}

@media (max-width: 1439px) and (min-width: 961px) {
  main#page-top_renewal .section-ai-agent-ready::after {
    width: 50%;
    height: auto;
    aspect-ratio: 696/345;
    right: 5%;
  }
}

/* SP表示 */
@media (max-width: 960px) {
  main#page-top_renewal .section-ai-agent-ready {
    padding: 40px 0 0;
  }

  main#page-top_renewal .ai-agent-ready-content {
    width: 100%;
    max-width: 100%;
  }

  /* SP時はタイトルの改行を許可 */
  main#page-top_renewal .section-ai-agent-ready .section-title-renewal {
    width: auto;
    white-space: normal;
  }

  main#page-top_renewal .section-ai-agent-ready .section-heading-renewal {
    white-space: normal;
  }

  main#page-top_renewal .section-ai-agent-ready::after {
    position: relative;
    top: 0;
    right: auto;
    transform: none;
    width: calc(100% - 40px); /* 両端20pxずつの余白 */
    height: auto;
    aspect-ratio: 696/345;
    margin-top: 30px;
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }
}

/* ============================
   作る AIシステム開発セクション
   ============================ */
main#page-top_renewal .section-ai-system-dev {
  background: linear-gradient(97deg, #F8F7FF 7.94%, #F0FCFF 92.27%);
  padding: 80px 0;
  margin-top: 0;
}

main#page-top_renewal .ai-system-dev-header {
  display: flex;
  gap: 31px;
  margin-bottom: 60px;
  align-items: center;
}

main#page-top_renewal .ai-system-dev-title-area {
  flex-shrink: 0;
}

main#page-top_renewal .section-icon-create {
  width: 166px;
  height: 172px;
  object-fit: contain;
}

main#page-top_renewal .ai-system-dev-description {
  flex: 1;
  max-width: 822px;
}

main#page-top_renewal .ai-system-dev-description p {
  font-size: 1.14285714rem;
  line-height: 1.875;
  color: #333;
  margin: 0;
}

main#page-top_renewal .ai-system-dev-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
}

main#page-top_renewal .ai-system-dev-card {
  background: #fff;
  overflow: hidden;
  box-shadow: 0 10px 10px 0 rgba(131, 160, 202, 0.10);
  padding: 20px 25px 35px 25px;
  position: relative;
  display: flex;
  flex-direction: column;
}

main#page-top_renewal .ai-system-dev-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #003FAB 0%, #2DA4FF 100%);
  z-index: 1;
}

main#page-top_renewal .ai-system-dev-card-image {
  width: 300px;
  height: 125px;
  overflow: hidden;
  margin: 0 auto 15px;
}

main#page-top_renewal .ai-system-dev-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

main#page-top_renewal .ai-system-dev-card-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #003fab;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1.4;
  text-align: center;
}

main#page-top_renewal .ai-system-dev-card-content {
  padding: 0;
  display: flex;
  flex-direction: column;
  flex: 1;
}

main#page-top_renewal .ai-system-dev-card-subtitle {
  font-size: 1.125rem;
  font-weight: 700;
  color: #333;
  margin: 0 0 15px 0;
  line-height: 1.55556;
  text-align: center;
}

main#page-top_renewal .ai-system-dev-card-platform {
  font-size: 0.875rem;
  color: #333;
  margin: 0 0 15px 0;
  line-height: 1.28571;
  font-weight: 500;
}

main#page-top_renewal .ai-system-dev-card-text {
  font-size: 0.875rem;
  line-height: 1.71429;
  color: #333;
  margin: 0 0 20px 0;
}

main#page-top_renewal .ai-system-dev-card-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: auto;
}

main#page-top_renewal .ai-system-dev-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 216px;
  height: 38px;
  padding: 0;
  background: #003fab;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid #003fab;
  transition: background 0.3s, color 0.3s;
  position: relative;
}

main#page-top_renewal .ai-system-dev-button::after {
  content: '';
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: url("https://www.skillupai.com/wp-content/themes/skillupai/assets/svg/arrow_right_wh.svg") no-repeat center/contain;
  transition: background-image 0.3s, right 0.3s;
}

main#page-top_renewal .ai-system-dev-button:hover {
  background: #fff;
  color: #003fab;
}

main#page-top_renewal .ai-system-dev-button:hover::after {
  background-image: url("https://www.skillupai.com/wp-content/themes/skillupai/assets/svg/arrow_right_blue_button.svg");
  right: 16px;
}

main#page-top_renewal .ai-system-dev-button-secondary {
  background: #009AAB;
  border: 1px solid #009AAB;
}

main#page-top_renewal .ai-system-dev-button-secondary:hover {
  background: #fff;
  color: #009AAB;
}

main#page-top_renewal .ai-system-dev-button-secondary:hover::after {
  background-image: url("https://www.skillupai.com/wp-content/themes/skillupai/assets/svg/arrow_right_teal_button.svg");
  right: 16px;
}

/* SP表示 */
@media (max-width: 960px) {
  main#page-top_renewal .section-ai-system-dev {
    padding: 10px 0 27px 0;
  }

  main#page-top_renewal .ai-system-dev-header {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
  }

  main#page-top_renewal .section-icon-create {
    width: 134px;
    height: 139px;
  }

  main#page-top_renewal .ai-system-dev-description p {
    font-size: 1.4rem;
  }

  main#page-top_renewal .ai-system-dev-cards {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  main#page-top_renewal .ai-system-dev-card-title {
    font-size: 2rem;
  }

  main#page-top_renewal .ai-system-dev-card-subtitle {
    font-size: 1.8rem;
  }

  main#page-top_renewal .ai-system-dev-card-platform {
    font-size: 1.4rem;
  }

  main#page-top_renewal .ai-system-dev-card-text {
    font-size: 1.4rem;
  }

  main#page-top_renewal .ai-system-dev-button {
    font-size: 1.6rem;
  }
}

/* ============================
   使う 活用・定着化セクション
   ============================ */
main#page-top_renewal .section-utilization {
  background: linear-gradient(97deg, #F8F7FF 7.94%, #F0FCFF 92.27%);
  padding: 80px 0 190px;
  margin-top: 0;
}

main#page-top_renewal .utilization-header {
  display: flex;
  gap: 31px;
  margin-bottom: 60px;
  align-items: center;
}

main#page-top_renewal .utilization-title-area {
  flex-shrink: 0;
}

main#page-top_renewal .section-icon-use {
  width: 166px;
  height: 172px;
  object-fit: contain;
}

main#page-top_renewal .utilization-description {
  flex: 1;
  max-width: 822px;
}

main#page-top_renewal .utilization-description p {
  font-size: 1.14285714rem;
  line-height: 1.875;
  color: #333;
  margin: 0;
}

main#page-top_renewal .utilization-slider {
  position: relative;
  width: 100%;
  overflow: visible;
}

main#page-top_renewal .utilization-slider-container {
  position: relative;
  width: 100%;
  overflow: visible;
  margin-right: calc((100vw - 100%) / -2);
  padding-right: calc((100vw - 100%) / 2);
}

main#page-top_renewal .utilization-slider-track {
  display: flex;
  transition: transform 0.4s ease;
}

main#page-top_renewal .utilization-card {
  flex: 0 0 auto;
  width: 270px;
  margin-right: 30px;
  background-color: transparent;
  overflow: hidden;
  box-shadow: 4px 4px 10px 0 rgba(131, 160, 202, 0.10);
  padding: 25px 20px 15px 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid transparent;
  transition: border 0.3s;
  z-index: 1;
}

main#page-top_renewal .utilization-card:last-child {
  margin-right: 0;
}

/* 通常時の上辺のボーダーとhover時の4辺のボーダー（skillupai_corpの実装を参考） */
main#page-top_renewal .utilization-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #FFC032 0%, #FFF2BC 100%);
  z-index: 2;
  transition: top 0.3s, left 0.3s, right 0.3s, bottom 0.3s, height 0.3s;
}

/* hover時の4辺のボーダー（上辺3px、左右下辺1px） */
main#page-top_renewal .utilization-card:hover {
  border: 1px solid transparent;
}

main#page-top_renewal .utilization-card:hover::before {
  top: -2px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  height: auto;
  z-index: 0;
}

/* 白い背景を上に配置（グラデーションボーダーが見えるように） */
main#page-top_renewal .utilization-card::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1;
  pointer-events: none;
  transition: top 0.3s, left 0.3s, right 0.3s, bottom 0.3s;
}

/* hover時に白い背景を上に移動して、4辺のボーダーが見えるように（上辺3px、左右下辺1px） */
main#page-top_renewal .utilization-card:hover::after {
  top: 3px;
  left: 1px;
  right: 1px;
  bottom: 1px;
}

main#page-top_renewal .utilization-card-title {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin: 0 0 31px;
  line-height: 1.4;
  text-align: center;
  position: relative;
  z-index: 2;
}

main#page-top_renewal .utilization-card-image {
  width: 220px;
  height: 113px;
  overflow: hidden;
  margin: 0 auto 15px;
  position: relative;
  z-index: 2;
}

main#page-top_renewal .utilization-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

main#page-top_renewal .utilization-card-text {
  font-size: 0.875rem;
  line-height: 1.78571;
  color: #333;
  margin: 0 0 20px;
  text-align: left;
  flex: 1;
  position: relative;
  z-index: 2;
}

main#page-top_renewal .utilization-card-buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 27px;
  position: relative;
  z-index: 2;
}

main#page-top_renewal .utilization-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  color: #003FAB;
  font-size: 12px;
  line-height: 1;
  border-radius: 4px;
  border: 1px solid #003FAB;
}

main#page-top_renewal .utilization-button-secondary {
  color: #FB5744;
  border: 1px solid #FB5744;
}

main#page-top_renewal .utilization-button-tertiary {
  color: #00AB89;
  border: 1px solid #00AB89;
}

main#page-top_renewal .utilization-card-link {
  display: inline-flex;
  align-items: center;
  align-self: flex-end;
  color: #003fab;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: opacity 0.3s;
  position: relative;
  padding-top: 13px;
  z-index: 2;
}

main#page-top_renewal .utilization-card-link::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 230px;
  height: 1px;
  background: #EBEBEB;
}

main#page-top_renewal .utilization-card-link::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("https://www.skillupai.com/wp-content/themes/skillupai/assets/svg/arrow_right_bl_renewal.svg") no-repeat center/contain;
  margin-left: 5px;
}

main#page-top_renewal .utilization-card-link:hover {
  opacity: 0.7;
}

main#page-top_renewal .utilization-slider-nav {
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(200, 200, 200, 0.8);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: background 0.3s;
}

main#page-top_renewal .utilization-slider-nav:hover {
  background: rgba(180, 180, 180, 0.9);
}

main#page-top_renewal .utilization-slider-prev {
  left: -30px;
}

main#page-top_renewal .utilization-slider-prev img {
  width: 100%;
  height: 100%;
}

main#page-top_renewal .utilization-slider-next {
  right: -80px;
}

main#page-top_renewal .utilization-slider-next img {
  transform: rotate(180deg);
  width: 100%;
  height: 100%;
}

main#page-top_renewal .utilization-slider-dots {
  display: none;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}

main#page-top_renewal .utilization-slider-dot {
  width: 23px;
  height: 4px;
  background: #DCDCDC;
  cursor: pointer;
  transition: background 0.3s;
}

main#page-top_renewal .utilization-slider-dot.active {
  background: #003FAB;
}

/* SP表示 */
@media (max-width: 960px) {
  main#page-top_renewal .section-utilization {
    padding: 10px 0 50px 0;
  }

  main#page-top_renewal .utilization-header {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
  }

  main#page-top_renewal .section-icon-use {
    width: 134px;
    height: 139px;
  }

  main#page-top_renewal .utilization-description p {
    font-size: 1.4rem;
  }

  main#page-top_renewal .utilization-slider-container {
    margin-right: calc((100vw - 100%) / -2);
    padding-right: calc((100vw - 100%) / 2);
  }

  main#page-top_renewal .utilization-card {
    width: 283px;
    margin-right: 20px;
  }

  main#page-top_renewal .utilization-card-title {
    font-size: 1.8rem;
  }

  main#page-top_renewal .utilization-card-text {
    font-size: 1.4rem;
  }

  main#page-top_renewal .utilization-button {
    font-size: 1.2rem;
  }

  main#page-top_renewal .utilization-card-link {
    font-size: 1.2rem;
  }

  main#page-top_renewal .utilization-slider-nav {
    display: flex;
    width: 37px;
    height: 37px;
  }

  main#page-top_renewal .utilization-slider-prev {
    left: -15px;
  }

  main#page-top_renewal .utilization-slider-next {
    right: -15px;
  }

  main#page-top_renewal .utilization-slider-dots {
    display: flex;
  }
}

/* ============================
   お問い合わせ・資料ダウンロードセクション
   ============================ */
main#page-top_renewal .section-cta {
  position: relative;
  padding: 120px 0 80px;
  margin-top: 0;
  z-index: 1;
  overflow: visible;
}

main#page-top_renewal .section-cta-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("https://www.skillupai.com/wp-content/themes/skillupai/assets/img/home/renewal/section-cta-bg-pc.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

main#page-top_renewal .cta-cards {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-top: -176px;
  position: relative;
  z-index: 2;
}

main#page-top_renewal .cta-card {
  flex: 0 0 calc(50% - 15px);
  max-width: 480px;
  background: #fff;
  border-radius: 12px;
  padding: 40px 25px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  backdrop-filter: blur(8px);
}

main#page-top_renewal .cta-card-text {
  font-size: 1rem;
  line-height: 1.6;
  color: #1A1A1A;
  text-align: center;
  margin: 0 0 28px;
}

main#page-top_renewal .cta-card-image {
  margin-bottom: 30px;
  margin-left: -25px;
  margin-right: -25px;
  width: calc(100% + 50px);
}

main#page-top_renewal .cta-card-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

main#page-top_renewal .cta-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 380px;
  max-width: 100%;
  height: 64px;
  padding: 0 16px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  border-radius: 12px;
  background: #003FAB;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
  transition: background 0.3s, color 0.3s;
  position: relative;
  border: 1px solid #003FAB;
}

main#page-top_renewal .cta-button::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 9px;
  height: 15px;
  background: url("https://www.skillupai.com/wp-content/themes/skillupai/assets/svg/arrow_right_wh.svg") no-repeat center/contain;
  display: block;
  transition: background-image 0.3s, right 0.3s;
}

main#page-top_renewal .cta-button-primary {
  background: #003FAB;
  color: #fff;
}

main#page-top_renewal .cta-button-primary::after {
  background: url("https://www.skillupai.com/wp-content/themes/skillupai/assets/svg/arrow_right_wh.svg") no-repeat center/contain;
}

main#page-top_renewal .cta-button-primary:hover {
  background: #fff;
  color: #003FAB;
}

main#page-top_renewal .cta-button-primary:hover::after {
  background-image: url("https://www.skillupai.com/wp-content/themes/skillupai/assets/svg/arrow_right_blue_button.svg");
  right: 18px;
}

main#page-top_renewal .cta-button-secondary {
  background: #fff;
  color: #003FAB;
  border: 1px solid #003FAB;
}

main#page-top_renewal .cta-button-secondary::after {
  background: url("https://www.skillupai.com/wp-content/themes/skillupai/assets/svg/arrow_right_bl.svg") no-repeat center/contain;
}

main#page-top_renewal .cta-button-secondary:hover {
  background: #003FAB;
  color: #fff;
}

main#page-top_renewal .cta-button-secondary:hover::after {
  background-image: url("https://www.skillupai.com/wp-content/themes/skillupai/assets/svg/arrow_right_wh.svg");
  right: 18px;
}

/* ============================
   事例セクション
   ============================ */
main#page-top_renewal .section-case-renewal {
  padding: 60px 0 80px;
  background: #fff;
  margin-top: 0;
}

main#page-top_renewal .section-case-renewal .section__inner-renewal {
  padding: 0;
}

main#page-top_renewal .section-case-renewal .section-title-renewal {
  text-align: left;
  margin-bottom: 34px;
}

main#page-top_renewal .section-case-renewal .case-cards-list-wrap {
  display: flex;
  padding: 0;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  border-radius: 12px;
  background: #fff;
  box-shadow: none;
}

main#page-top_renewal .section-case-renewal .case-cards-list {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  align-items: stretch;
}

main#page-top_renewal .section-case-renewal .case-card {
  display: flex;
  flex: 1;
  min-height: 416px;
  flex-direction: column;
  align-items: flex-end;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

main#page-top_renewal .section-case-renewal .case-card__img-wrap {
  position: relative;
  width: 100%;
  height: 240px;
  background: #f5f5f5;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  display: block;
}

main#page-top_renewal .section-case-renewal .case-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 8px 8px 0 0;
  margin: 0;
  padding: 0;
}

main#page-top_renewal .section-case-renewal .case-card__logo-space {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 120px;
  height: 80px;
  background: #fff;
  border-radius: 8px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  padding: 8px;
}

main#page-top_renewal .section-case-renewal .case-card__logo-img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  margin: auto;
}

main#page-top_renewal .section-case-renewal .case-card__body {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

main#page-top_renewal .section-case-renewal .case-card__company {
  color: #1a1a1a;
  font-feature-settings: "pwid" on;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
}

main#page-top_renewal .section-case-renewal .case-card__desc {
  color: #1a1a1a;
  font-feature-settings: "pwid" on;
  font-size: 1rem;
  line-height: 1.6;
}

main#page-top_renewal .section-case-renewal .case-card__link {
  text-decoration: none;
  margin-top: auto;
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  gap: 4px;
  transition: color 0.2s;
  position: relative;
  color: #003fab;
  font-feature-settings: "pwid" on;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
}

main#page-top_renewal .section-case-renewal .case-card__link::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -12px;
  height: 1px;
  background: #b3b3b3;
}

main#page-top_renewal .section-case-renewal .case-card__link::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("https://www.skillupai.com/wp-content/themes/skillupai/assets/svg/arrow_right_primary.svg") no-repeat center/contain;
}

main#page-top_renewal .section-case-renewal .case-cards__btn-wrap {
  display: flex;
  justify-content: center;
}

main#page-top_renewal .section-case-renewal .case-cards__btn {
  text-decoration: none;
  position: relative;
  display: flex;
  width: 340px;
  height: 64px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 12px;
  background: #003FAB;
  color: #fff;
  font-feature-settings: "pwid" on;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid #003FAB;
  transition: background 0.3s, color 0.3s;
}

main#page-top_renewal .section-case-renewal .case-cards__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  display: inline-block;
  width: 9px;
  height: 15px;
  background: url("https://www.skillupai.com/wp-content/themes/skillupai/assets/svg/arrow_right_wh.svg") no-repeat center/contain;
  transition: background-image 0.3s, right 0.3s;
}

main#page-top_renewal .section-case-renewal .case-cards__btn:hover {
  background: #fff;
  color: #003FAB;
}

main#page-top_renewal .section-case-renewal .case-cards__btn:hover::after {
  background-image: url("https://www.skillupai.com/wp-content/themes/skillupai/assets/svg/arrow_right_blue_button.svg");
  right: 18px;
}

/* SP表示 */
@media (max-width: 960px) {
  main#page-top_renewal .section-cta {
    padding: 40px 0;
  }

  main#page-top_renewal .section-cta-background {
    background-image: url("https://www.skillupai.com/wp-content/themes/skillupai/assets/img/home/renewal/section-cta-bg-sp.jpg");
  }

  main#page-top_renewal .cta-cards {
    flex-direction: column;
    gap: 40px;
    margin-top: 0;
  }

  main#page-top_renewal .cta-card {
    flex: 1 1 100%;
    max-width: 100%;
    padding: 40px 25px 28px;
  }

  main#page-top_renewal .cta-card-image {
    margin-left: -25px;
    margin-right: -25px;
    width: calc(100% + 50px);
  }

  main#page-top_renewal .cta-card-text {
    font-size: 1.6rem;
    margin-bottom: 28px;
  }

  main#page-top_renewal .cta-button {
    font-size: 2rem;
    padding: 10px 20px;
    max-height: 52px;
  }

  main#page-top_renewal .section-case-renewal {
    padding: 40px 0;
  }

  main#page-top_renewal .section-case-renewal .section-title-renewal {
    margin-bottom: 24px;
  }

  main#page-top_renewal .section-case-renewal .case-cards-list-wrap {
    /* padding: 32px 20px; */
    /* border-radius: 8px; */
    box-shadow: none;
  }

  main#page-top_renewal .section-case-renewal .case-cards-list {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }

  main#page-top_renewal .section-case-renewal .case-card {
    width: 100%;
    max-width: 350px;
    border-radius: 8px;
    background: #fff;
    box-shadow: none;
  }

  main#page-top_renewal .section-case-renewal .case-card__img-wrap {
    width: 100%;
    height: 240px;
    border-radius: 8px 8px 8px 8px;
    display: block;
  }

  main#page-top_renewal .section-case-renewal .case-card__img {
    width: 100%;
    height: 100%;
    border-radius: 8px 8px 8px 8px;
    margin: 0;
    padding: 0;
  }

  main#page-top_renewal .section-case-renewal .case-card__body {
    gap: 8px;
    padding: 16px 0 8px;
  }

  main#page-top_renewal .section-case-renewal .case-card__company {
    font-size: 1.4rem;
    line-height: 1.6;
  }

  main#page-top_renewal .section-case-renewal .case-card__desc {
    font-size: 1.6rem;
  }

  main#page-top_renewal .section-case-renewal .case-card__link-text {
    font-size: 1.2rem;
    color: #003fab;
  }

  main#page-top_renewal .section-case-renewal .case-card__link {
    color: #003fab;
  }

  main#page-top_renewal .section-case-renewal .case-card__link::before {
    display: block;
  }

  main#page-top_renewal .section-case-renewal .case-card__link::after {
    width: 20px;
    height: 20px;
  }

  main#page-top_renewal .section-case-renewal .case-cards__btn {
    font-size: 2rem;
  }

  main#page-top_renewal .section-case-renewal .section__inner-renewal {
    padding: 0 20px;
  }
}

/* ============================
   無料セミナーセクション
   ============================ */
main#page-top_renewal .section-seminar-renewal {
  background: linear-gradient(270deg, #e1eef7 0%, #fff 100%);
  padding: 60px 0 80px;
}

main#page-top_renewal .section-seminar-renewal .section__inner-renewal {
  padding: 0;
}

main#page-top_renewal .section-seminar-renewal .section-title-renewal {
  text-align: left;
  margin-bottom: 60px;
}

main#page-top_renewal .section-seminar-renewal .seminar-cards-list {
  display: flex;
  gap: 28px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 0;
}

main#page-top_renewal .section-seminar-renewal .seminar-card {
  background: #fff;
  overflow: hidden;
  width: 380px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  border-radius: 12px;
  box-shadow: 0 8px 12px 0 rgba(204, 204, 204, 0.4);
  position: relative;
}

main#page-top_renewal .section-seminar-renewal .seminar-card__img-wrap {
  position: relative;
  width: 100%;
  height: 186px;
  background: #f5f5f5;
  overflow: hidden;
  display: block;
}

main#page-top_renewal .section-seminar-renewal .seminar-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  background: #f5f5f5;
  margin: 0;
  padding: 0;
}

main#page-top_renewal .section-seminar-renewal .seminar-card__body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

main#page-top_renewal .section-seminar-renewal .seminar-card__label {
  display: inline-flex;
  padding: 2px 12px;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  background: #003fab;
  color: #fff;
  font-feature-settings: "pwid" on;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
  width: auto;
  min-width: 0;
  max-width: max-content;
}

main#page-top_renewal .section-seminar-renewal .seminar-card__label--ended {
  background: #666;
}

main#page-top_renewal .section-seminar-renewal .seminar-card__label--archive {
  background: #d29c08;
}

main#page-top_renewal .section-seminar-renewal .seminar-card__title {
  color: #1a1a1a;
  font-feature-settings: "pwid" on;
  font-size: 1rem;
  font-weight: 700;
  line-height: 160%;
  margin-top: 8px;
  margin-bottom: 16px;
}

main#page-top_renewal .section-seminar-renewal .seminar-card__info {
  gap: 8px;
  display: flex;
  flex-direction: column;
}

main#page-top_renewal .section-seminar-renewal .seminar-card__info-row {
  display: flex;
  gap: 12px;
  font-size: 0.98rem;
}

main#page-top_renewal .section-seminar-renewal .seminar-card__info-label {
  color: #4d4d4d;
  font-feature-settings: "pwid" on;
  font-size: 0.75rem;
  line-height: 1.2;
  display: flex;
  width: 72px;
  padding: 2px 8px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  align-self: stretch;
  background: #e6e6e6;
}

main#page-top_renewal .section-seminar-renewal .seminar-card__info-value {
  color: #1a1a1a;
  font-feature-settings: "pwid" on;
  font-size: 0.875rem;
  line-height: 1.4;
}

main#page-top_renewal .section-seminar-renewal .seminar-card__info-row--deadline {
  align-items: flex-start;
}

main#page-top_renewal .section-seminar-renewal .seminar-card__info-label--deadline {
  display: flex;
  width: 72px;
  padding: 2px 8px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  align-self: stretch;
  background: #e1eef7;
  color: #4b81c8;
  font-feature-settings: "pwid" on;
  font-size: 0.75rem;
  line-height: 1.2;
}

main#page-top_renewal .section-seminar-renewal .seminar-card__deadline-main {
  color: #1a1a1a;
  font-feature-settings: "pwid" on;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
}

main#page-top_renewal .section-seminar-renewal .seminar-card__deadline-note {
  display: block;
  color: #4b81c8;
  font-feature-settings: "pwid" on;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 8px;
}

main#page-top_renewal .section-seminar-renewal .seminar__btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 56px;
}

main#page-top_renewal .section-seminar-renewal .seminar__btn {
  text-decoration: none;
  position: relative;
  display: flex;
  width: 340px;
  height: 64px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 12px;
  background: #003FAB;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
  font-feature-settings: "pwid" on;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  border: 1px solid #003FAB;
  transition: background 0.3s, color 0.3s;
}

main#page-top_renewal .section-seminar-renewal .seminar__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  display: inline-block;
  width: 9px;
  height: 15px;
  background: url("https://www.skillupai.com/wp-content/themes/skillupai/assets/svg/arrow_right_wh.svg") no-repeat center/contain;
  transition: background-image 0.3s, right 0.3s;
}

main#page-top_renewal .section-seminar-renewal .seminar__btn:hover {
  background: #fff;
  color: #003FAB;
}

main#page-top_renewal .section-seminar-renewal .seminar__btn:hover::after {
  background-image: url("https://www.skillupai.com/wp-content/themes/skillupai/assets/svg/arrow_right_blue_button.svg");
  right: 18px;
}

/* SP表示 */
@media (max-width: 960px) {
  main#page-top_renewal .section-seminar-renewal {
    padding: 40px 0;
  }

  main#page-top_renewal .section-seminar-renewal .section-title-renewal {
    margin-bottom: 40px;
  }

  main#page-top_renewal .section-seminar-renewal .seminar-cards-list {
    flex-direction: column;
    align-items: center;
    gap: 28px;
  }

  main#page-top_renewal .section-seminar-renewal .seminar-card {
    width: 100%;
    max-width: 400px;
  }

  main#page-top_renewal .section-seminar-renewal .seminar-card__img-wrap {
    display: block;
  }

  main#page-top_renewal .section-seminar-renewal .seminar-card__img {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }

  main#page-top_renewal .section-seminar-renewal .seminar-card__label {
    font-size: 1.2rem;
  }

  main#page-top_renewal .section-seminar-renewal .seminar-card__title {
    font-size: 1.6rem;
  }

  main#page-top_renewal .section-seminar-renewal .seminar-card__info-label {
    font-size: 1.2rem;
    width: 72px;
    padding: 4.5px;
  }

  main#page-top_renewal .section-seminar-renewal .seminar-card__info-value {
    font-size: 1.4rem;
  }

  main#page-top_renewal .section-seminar-renewal .seminar-card__deadline-main {
    font-size: 1.4rem;
  }

  main#page-top_renewal .section-seminar-renewal .seminar-card__deadline-note {
    font-size: 1.2rem;
    font-weight: 400;
  }

  main#page-top_renewal .section-seminar-renewal .seminar__btn-wrap {
    margin-top: 50px;
  }

  main#page-top_renewal .section-seminar-renewal .seminar__btn {
    font-size: 2rem;
  }

  main#page-top_renewal .section-seminar-renewal .section__inner-renewal {
    padding: 0 20px;
  }
}

@media (min-width: 961px) {
  main#page-top_renewal .client-logos-box {
    display: flex;
  }

  main#page-top_renewal .client-logos-txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 218px;
    height: 324px;
    padding: 0 10px;
    background: #fff;
    box-shadow: 6px 0 5px 0 rgba(0, 0, 0, 0.1);
  }

  main#page-top_renewal .client-logos-txt .section-label {
    font-size: 1.25rem;
  }

  main#page-top_renewal .client-logos-txt .section-title {
    font-size: 1.25rem;
  }

  main#page-top_renewal .client-logos-txt .section-title .number {
    font-size: 2.25rem;
  }

  main#page-top_renewal .client-logos-img {
    display: flex;
    align-items: center;
    flex: 1;
    overflow: hidden;
    margin-left: -218px;
    padding-left: 218px;
  }
}

/* SP表示 */
@media (max-width: 960px) {
  body.page-top-renewal #content {
    padding-top: 0;
  }

  main#page-top_renewal .hero-section-renewal {
    margin-top: 40px;
  }

  main#page-top_renewal .hero-section-renewal::after {
    top: 23px;
    bottom: 0;
    left: 50%;
    right: -100px;
    transform: translateX(-28%);
    background-size: 150% auto;
    background-position: bottom left;
  }

  main#page-top_renewal .hero-content-renewal {
    align-items: flex-start;
    padding-top: 80px;
  }

  main#page-top_renewal .hero-text-renewal {
    padding: 0 2rem;
  }

  main#page-top_renewal .hero-title-renewal {
    font-size: 1.25rem;
  }

  main#page-top_renewal .hero-title-renewal .hero-title-line1 {
    font-size: 2rem;
    letter-spacing: 0.605px;
  }

  main#page-top_renewal .hero-title-renewal .hero-title-line2,
  main#page-top_renewal .hero-title-renewal .hero-title-line3 {
    font-size: 2.6rem;
    letter-spacing: 0.605px;
  }

  main#page-top_renewal .hero-description-renewal {
    font-size: 1.3rem;
    line-height: 1.53846;
    max-width: 164px;
  }

  main#page-top_renewal .section-home_news-v2 {
    padding: 28px 0 28px 0;
  }

  main#page-top_renewal .news-flex-v2 {
    flex-direction: column;
    gap: 16px;
  }

  main#page-top_renewal .news-title-block-v2 {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    width: 100%;
    min-width: 0;
    text-align: left;
  }

  main#page-top_renewal .news-main-title-v2 {
    font-size: 3.2rem;
    margin: 0;
    flex-shrink: 0;
  }

  main#page-top_renewal .news-btn-wrap-v2 {
    margin: 0;
    flex-shrink: 0;
    font-size: 1.2rem;
  }

  main#page-top_renewal .news-btn-v2 {
    font-size: 1.2rem;
  }

  main#page-top_renewal .news-item-v2 {
    padding: 2rem 0;
  }

  main#page-top_renewal .news-item-v2 a {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
  }

  main#page-top_renewal .news-date-v2 {
    min-width: 60px;
    font-size: 1.4rem;
    flex: 0 0 auto;
  }

  main#page-top_renewal .news-label-v2 {
    font-size: 1.2rem;
    flex: 0 0 auto;
  }

  main#page-top_renewal .news-text-v2 {
    font-size: 1.4rem;
    width: 100%;
    flex: 0 0 100%;
  }

  /* Featureセクション SP */
  main#page-top_renewal .section-feature-renewal {
    padding: 40px 0;
  }

  /* SP時: テキストと画像を縦並びに */
  main#page-top_renewal .section-content-with-image-renewal {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-bottom: 34px;
  }

  main#page-top_renewal .section-content-renewal {
    flex: 1 1 100%;
    max-width: 100%;
  }

  main#page-top_renewal .section-image-renewal {
    flex: 1 1 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  main#page-top_renewal .section-image-renewal img {
    width: 259px;
    height: 223px;
    aspect-ratio: 259/223;
  }

  main#page-top_renewal .feature-cards-renewal {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 0;
  }

  main#page-top_renewal .feature-card-renewal {
    padding: 24px 20px;
    text-align: left;
    display: grid;
    grid-template-columns: 80px 1fr;
    grid-template-rows: auto auto;
    gap: 0;
    align-items: start;
  }

  main#page-top_renewal .feature-card-icon-renewal {
    width: 64px;
    height: 64px;
    margin: 0;
    grid-row: 1 / 3;
    grid-column: 1;
  }

  main#page-top_renewal .feature-card-title-renewal {
    font-size: 1.8rem;
    grid-row: 1;
    grid-column: 2;
  }

  main#page-top_renewal .feature-card-description-renewal {
    text-align: left;
    font-size: 1.4rem;
    grid-row: 2;
    grid-column: 2;
    margin-top: 0;
  }

  /* 企業ロゴセクション SP */
  main#page-top_renewal .client-logos-txt {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    gap: 1.4rem;
    padding: 30px 70px 8px;
    position: relative;
  }

  main#page-top_renewal .client-logos-txt::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 252px;
    height: 2px;
    background: linear-gradient(90deg, #6d66fe 0%, #4a86ff 37%, #00e7ff 100%);
  }

  main#page-top_renewal .client-logos-txt .section-label {
    margin-bottom: 0;
  }

  main#page-top_renewal .client-logos-txt .section-title {
    margin-top: 0;
  }

  main#page-top_renewal .client-logos-txt .section-title::after {
    display: none;
  }

  main#page-top_renewal .client-logos-img {
    margin-top: 20px;
    padding-bottom: 20px;
  }

  main#page-top_renewal .loopSlide {
    width: 100%;
    height: 120px;
  }
}

/* ============================
   バナーセクション
   ============================ */
main#page-top_renewal .section-banner-renewal {
  width: 100%;
  background: transparent;
  padding: 0;
}

main#page-top_renewal .section-banner-renewal .section__inner-renewal {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  margin-top: 5rem;
  padding-bottom: 5rem;
}

main#page-top_renewal .banner-renewal__inner {
  width: 100%;
  max-width: 993px;
  margin: 0 auto;
}

main#page-top_renewal .banner-renewal__link {
  display: block;
  width: 100%;
  transition: opacity 0.3s;
}

main#page-top_renewal .banner-renewal__link:hover {
  opacity: 0.8;
}

main#page-top_renewal .banner-renewal__img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

/* SP表示 */
@media (max-width: 960px) {
  main#page-top_renewal .section-banner-renewal {
    padding: 40px 0;
    margin-top: 0;
  }

  main#page-top_renewal .banner-renewal__inner {
    max-width: 100%;
  }

  main#page-top_renewal .section-banner-renewal .section__inner-renewal {
    padding: 0 20px;
  }

  main#page-top_renewal .banner-renewal__img {
    border-radius: 8px;
  }
}