body {
  background-color: #FFFFF8 !important;
}

/* 768px以下の時に既存ヘッダーを非表示 */
@media screen and (max-width: 768px) {
  .elementor-location-header {
    display: none;
  }
}

/* 既存の上にアイコンを非表示 */
#to_top_scrollup {
  display: none !important;
}

/* ハンバーガーメニューの基本設定 */
.p-softwareDefinedVehicle__header {
  display: none;
}

/* 1025px以上ではハンバーガーメニューを完全に非表示 */
@media screen and (min-width: 769px) {
  .p-softwareDefinedVehicle__header {
    display: none;
  }
}

/* 1024px以下でハンバーガーメニューを表示 */
@media screen and (max-width: 768px) {
  .p-softwareDefinedVehicle__header {
    display: block;
  }
  
  /* ハンバーガーボタン - 画面追従 */
  .p-softwareDefinedVehicle__header__button {
    width: 52px;
    height: 65px;
    border: none;
    background: none;
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10000;
    transition: all 0.3s ease;
    padding: 0;
    outline: none; /* フォーカス時のアウトラインを無効 */
    -webkit-tap-highlight-color: transparent; /* モバイルでのタップハイライトを無効 */
  }
  
  /* ボタンの各状態でデフォルト挙動を無効化 */
  .p-softwareDefinedVehicle__header__button:hover,
  .p-softwareDefinedVehicle__header__button:focus,
  .p-softwareDefinedVehicle__header__button:active {
    background: none !important;
    outline: none !important;
    box-shadow: none !important;
  }
  
  .p-softwareDefinedVehicle__header__button img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    pointer-events: none; /* 画像自体のクリックイベントを無効化 */
  }
    
  /* ドロワーメニュー */
  .p-softwareDefinedVehicle__header__drawer {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    transition: right 0.3s ease;
    z-index: 9998;
  }
  
  .p-softwareDefinedVehicle__header__drawer.is-open {
    right: 0;
  }
  
  .p-softwareDefinedVehicle__header__drawerInner {
    position: absolute;
    top: 0;
    right: 0;
    padding: 23px 0 10px 10px;
    width: 300px;
    height: 100dvh;
    background-color: var(--white);
    overflow-y: auto;
  }

  .p-softwareDefinedVehicle__header__heading {
    font-weight: 16px;
    font-weight: bold;
    margin: 0;
  }

  .p-softwareDefinedVehicle__header__list {
    margin: 20px 0 0;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
  }

  .p-softwareDefinedVehicle__header__link {
    padding: 3.5px 0;
    display: flex;
    align-items: center;
  }

  .p-softwareDefinedVehicle__header__icon {
    width: 30px;
    height: auto;
  }

  .p-softwareDefinedVehicle__header__linkText {
    margin: 0;
    font-size: 12px;
    font-weight: bold;
  }

  /* 該当セクションにいる場合に色を変更 */
  .p-softwareDefinedVehicle__header__listItem.current .p-softwareDefinedVehicle__header__linkText {
    font-weight: bold;
    color: #2EBCD3;
    text-decoration: underline;
  }

  .p-softwareDefinedVehicle__header__toTop {
    position: absolute;
    right: 3px;
    bottom: 10px;
  }

  .p-softwareDefinedVehicle__header__toTopLink {
    display: flex;
    align-items: center;
    column-gap: 2px;
    font-size: 16px;
    color: var(--black);
  }
    
  /* メニューオープン時のボディスクロール制御 */
  body.menu-open {
    overflow: hidden;
  }
}

/* メインビジュアル */
.p-softwareDefinedVehicle__mainVisual {
  position: relative;
  width: 100%;
  min-height: 420px;
  overflow: hidden;
}

.p-softwareDefinedVehicle__mainVisual__content {
  margin: 27px auto 0;
  width: 100%;
  max-width: 1210px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 899px) {
  .p-softwareDefinedVehicle__mainVisual__content {
    margin: 80px auto 0;
    flex-direction: column;
    align-items: center;
  }
}

.p-softwareDefinedVehicle__mainVisual__image {
  width: 382px;
  height: auto;
}

@media screen and (max-width: 899px) {
  .p-softwareDefinedVehicle__mainVisual__image {
    width: 272px;
  }
}

.p-softwareDefinedVehicle__mainVisual__heading {
  margin: 60px 0 0;
}

@media screen and (max-width: 899px) {
  .p-softwareDefinedVehicle__mainVisual__heading {
    margin: 20px 0 0;
  }
}

.p-softwareDefinedVehicle__mainVisual__text {
  width: 520px;
}

@media screen and (max-width: 899px) {
  .p-softwareDefinedVehicle__mainVisual__text {
  width: 298px;
}
}

.p-softwareDefinedVehicle__mainVisual__background {
  position: absolute;
  top: -84px;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 500px;
  background-image: url('../images/software-defined-vehicle/mv-background-pc.png');
  background-repeat: repeat-x;
  background-size: 1440px 500px;
  background-position: center top;
  z-index: -1;
}

@media screen and (max-width: 899px) {
  .p-softwareDefinedVehicle__mainVisual__background {
    top: 0;
    min-height: 420px;
    background-image: url('../images/software-defined-vehicle/mv-background-sp.png');
    background-size: 320px 419px;
  }
}

.p-softwareDefinedVehicle__lead {
  margin: 40px 0 0;
  font-size: 24px;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .p-softwareDefinedVehicle__lead {
    margin: 40px 10px 0;
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .p-softwareDefinedVehicle__lead {
    margin: 20px 20px 0;
    font-size: 14px;
    text-align: left;
  }
}

.p-softwareDefinedVehicle__lead--caution {
  color: #FF0000;
}

.p-softwareDefinedVehicle__main {
  margin: 130px auto 0;
  width: 100%;
  max-width: 1376px;
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
}

@media screen and (max-width: 1375px) {
  .p-softwareDefinedVehicle__main {
    padding: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-softwareDefinedVehicle__main {
    margin: 80px auto 0;
    padding: 0;
  }
}

.p-softwareDefinedVehicle__toc {
  position: sticky;
  top: 100px;
  width: 380px;
  align-self: flex-start;
  display: block;
}

@media screen and (max-width: 767px) {
  .p-softwareDefinedVehicle__toc {
    display: none;
  }
}

.p-softwareDefinedVehicle__toc_inner {

}

.p-softwareDefinedVehicle__toc__heading {
  font-size: 16px;
}

.p-softwareDefinedVehicle__toc__list {
  margin: 30px 0 0;
  display: flex;
  flex-direction: column;
  row-gap: 26px;
}

.p-softwareDefinedVehicle__toc__listItem {
  list-style: none;
}

.p-softwareDefinedVehicle__toc__link {
  display: flex;
  align-items: center;
}

.p-softwareDefinedVehicle__toc__icon {
  width: 38px;
  height: 38px;
}

.p-softwareDefinedVehicle__toc__linkText {
  margin: 0;
  font-size: 16px;
}

/* 該当セクションにいる場合に色を変更 */
.p-softwareDefinedVehicle__toc__listItem.current .p-softwareDefinedVehicle__toc__linkText {
  font-weight: bold;
  color: #2EBCD3;
  text-decoration: underline;
}

.p-softwareDefinedVehicle__toc__toTop {
  margin: 30px 0 0;
  display: flex;
  justify-content: flex-end;
}

.p-softwareDefinedVehicle__toc__toTopLink {
  display: flex;
  align-items: center;
  column-gap: 2px;
  font-size: 16px;
  color: var(--black);
}

.p-softwareDefinedVehicle__contents {
  width: 100%;
  max-width: 946px;
  display: flex;
  flex-direction: column;
  row-gap: 150px;
}

@media screen and (max-width: 767px) {
  .p-softwareDefinedVehicle__contents {
    margin: 0 20px;
    row-gap: 100px;
  }
}

.p-softwareDefinedVehicle__content {
  width: 100%;
}

.p-softwareDefinedVehicle__content__heading {
  margin: 0 0 30px 0;
  font-size: 32px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-softwareDefinedVehicle__content__heading {
    margin: 0 0 20px 0;
    font-size: 18px;
  }
}

.p-softwareDefinedVehicle__content__image {
  width: 100%;
}


.p-softwareDefinedVehicle__content__imageWrapper {
  margin: 30px 0 0;
}

.p-softwareDefinedVehicle__content__text {
  margin: 30px 0 0 0;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .p-softwareDefinedVehicle__content__text {
    margin: 20px 0 0 0;
    font-size: 14px;
  }
}

.p-softwareDefinedVehicle__content__grid {
  margin: 30px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 1000px) {
  .p-softwareDefinedVehicle__content__grid {
    margin: 20px 0 0;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  } 
}

.p-softwareDefinedVehicle__content__gridItem {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 1000px) {
  .p-softwareDefinedVehicle__content__gridItem {
    flex-direction: row;
    column-gap: 20px;
  }
}

.p-softwareDefinedVehicle__content__subheading {
  margin: 0; 
  font-size: 20px;
  font-weight: bold;
  color: #2EBCD3;
}

@media screen and (max-width: 767px) {
  .p-softwareDefinedVehicle__content__subheading {
    font-size: 16px;
  }
}

@media screen and (min-width: 1001px) {
  .p-softwareDefinedVehicle__content__subheading-sp {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .p-softwareDefinedVehicle__content__subheading-pc {
    display: none;
  }
}

.p-softwareDefinedVehicle__content__gridImage {
  margin: 15px 0 0;
  width: 200px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .p-softwareDefinedVehicle__content__gridImage {
    width: 96px;
  }
}

.p-softwareDefinedVehicle__content__gridText {
  margin: 8px 0 0;
  font-size: 17px;
  text-align: center;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 1000px) {
  .p-softwareDefinedVehicle__content__gridText {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .p-softwareDefinedVehicle__content__gridText {
    font-size: 14px;
    text-align: left;
  }
}

.p-softwareDefinedVehicle__content__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 1000px) {
  .p-softwareDefinedVehicle__content__flex {
    flex-direction: column;
  }
}

.p-softwareDefinedVehicle__content__flex--spaceBetween {
  align-items: normal;
}

.p-softwareDefinedVehicle__content__flexWrapper {
  width: 100%;
  max-width: 660px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.p-softwareDefinedVehicle__content__flexText {
  margin: 0 0 20px 0;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .p-softwareDefinedVehicle__content__flexText {
    margin: 2px 0 20px;
    font-size: 14px;
  }
}

.p-softwareDefinedVehicle__content__flexImage {
  height: auto;
}

@media screen and (max-width: 1000px) {
  .p-softwareDefinedVehicle__content__flexImage {
    margin: 20px auto 0;
  }
}

@media screen and (min-width: 1001px) {
  .p-softwareDefinedVehicle__content__flexImage--sp {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .p-softwareDefinedVehicle__content__flexImage--pc {
    display: none;
  }
}

.p-softwareDefinedVehicle__content__list {
  margin: 5px 0 0;
}

.p-softwareDefinedVehicle__content__listItem {
  padding-left: 18px;
  font-size: 18px;
  list-style: none;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-softwareDefinedVehicle__content__listItem {
    padding-left: 12px;
    font-size: 14px;
  }
}

.p-softwareDefinedVehicle__content__listItem::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 12px;
  width: 6px;
  height: 6px;
  background-color: var(--black);
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .p-softwareDefinedVehicle__content__listItem::before {
    left: 4px;
    top: 9px;
    width: 4px;
    height: 4px;
  }
}

.p-softwareDefinedVehicle__content__flexTextWrapper {
  margin: 30px 0 0;
}

@media screen and (max-width: 767px) {
  .p-softwareDefinedVehicle__content__flexTextWrapper {
    margin: 20px 0 0;
  }

  .p-softwareDefinedVehicle__content__flexTextWrapper .p-softwareDefinedVehicle__content__subheading:nth-child(3), .p-softwareDefinedVehicle__content__flexTextWrapper .p-softwareDefinedVehicle__content__subheading:nth-child(5) {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-softwareDefinedVehicle__content__margin {
    margin: 30px 0 0;
  }
}

.p-softwareDefinedVehicle__cta {
  margin: 30px 0 0;
  display: flex;
  justify-content: center;
  background-color: #F7F7F5;
}

.p-softwareDefinedVehicle__cta__inner {
  margin: 0 32px;
  width: 100%;
  max-width: 1376px;
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .p-softwareDefinedVehicle__cta__inner {
    margin: 0;
    justify-content: center;
  }
}

.p-softwareDefinedVehicle__cta__content {
  padding: 60px 0 35px;
  width: 100%;
  max-width: 645px;
}

@media screen and (max-width: 767px) {
  .p-softwareDefinedVehicle__cta__content {
    padding: 20px 10px 40px;
    max-width: 500px;
  }
}

.p-softwareDefinedVehicle__cta__text {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .p-softwareDefinedVehicle__cta__text {
    font-size: 14px;
  }
}

.p-softwareDefinedVehicle__cta__flex {
  margin: 30px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.p-softwareDefinedVehicle__cta__heading {
  margin: 0;
  font-size: 23px;
}

@media screen and (max-width: 767px) {
  .p-softwareDefinedVehicle__cta__heading {
    margin: 0 0 -6px 0;
    font-size: 15px;
  }
}

.p-softwareDefinedVehicle__cta__link {
  margin: 12px 0 0;
  display: block;
}

.p-softwareDefinedVehicle__cta__thumbnail {
  width: 240px;
  height: auto;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 767px) {
  .p-softwareDefinedVehicle__cta__thumbnail {
    width: 200px;
  }
}

.p-softwareDefinedVehicle__cta__image {
  width: 164px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .p-softwareDefinedVehicle__cta__image {
    width: 100px;
  }
}







