@charset "UTF-8";
/*---------------------------------------
	スマホファースト
----------------------------------------*/
/*---------------------------------------
	PCファースト(デフォルト)
----------------------------------------*/
html {
  font-size: 16px;
}

body {
  -webkit-font-smoothing: antialiased; /* Webkit系ブラウザで適用 */
  -moz-osx-font-smoothing: grayscale; /* macOSで適用 */
  color: #000;
  font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Arial, sans-serif;
  font-weight: 400;
}

html.is-scroll {
  overflow: hidden;
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ブラウザの標準マージンを削除 */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* bodyの基本設定 */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* ul, ol のリストマークと余白を削除（クラス指定がある場合） */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* クラスがないaタグの下線スタイルを整える */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* 全てのaタグの下線を消し、親要素の色を引き継ぐ */
a {
  color: inherit;
  text-decoration: none;
}

/* 画像のサイズ調整しやすく */
img,
picture {
  display: block;
}

/* addressタグの斜体を通常に戻す */
address {
  font-style: normal;
}

/* article内の要素間に適度な余白を追加 */
article > * + * {
  margin-top: 1em;
}

/* フォーム要素に親と同じフォントを使う */
input,
button,
textarea,
select {
  font: inherit;
}

/* フォーム要素のリセット（装飾や見た目を初期化） */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

/* textareaのみリサイズを縦方向のみに */
textarea {
  resize: vertical;
}

/* チェックボックスとラジオボタンを非表示（後でカスタムスタイルを当てる想定） */
input[type=checkbox],
input[type=radio] {
  display: none;
}

/* ボタンやラベルのカーソルをポインターに */
input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

/* IEのセレクトボックス右側の矢印を非表示 */
select::-ms-expand {
  display: none;
}

/* アニメーションやスクロールを無効に（視覚的に配慮が必要なユーザー向け） */
.c-cta-btn-wrap {
  margin-top: 4rem;
  text-align: center;
}

.c-cta-btn-wrap .c-cta-btn + .c-cta-btn {
  margin-top: 2rem;
}

.c-cta-btn {
  background: linear-gradient(90deg, #2400b0 0%, #00e7ef 100%);
  color: #fff;
  display: inline-block;
  font-size: 2.9rem;
  font-weight: 700;
  padding: 1.1rem 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.2s;
  width: 71.5rem;
}

.c-cta-btn::before {
  border: 0.18rem solid #e4dff5;
  box-sizing: border-box;
  content: "";
  inset: 0.6rem;
  opacity: 0.5;
  pointer-events: none;
  position: absolute;
}

.c-cta-btn--orange {
  background: linear-gradient(90deg, #ff5000 0%, #ff8000 100%);
}

.p-aipc-page {
  font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Arial, sans-serif !important;
}

.p-aipc-page #footer-conversion {
  display: none !important;
}

.p-aipc-page .fmw-nav > ul > li > a {
  padding: 0 2.2rem 0 0.8rem;
}

.pc-related .section-inner {
  padding: 10px 0;
}

.pc-related-layout {
  display: flex;
  flex-wrap: wrap;
}

.main-contents > .pc-related-layout {
  margin-top: 10px;
}

.pc-related-layout .pc-related-bnr {
  order: 1;
  padding: 0 10px 0 0;
  width: 50%;
}

.pc-related-layout .pc-related-item {
  flex: none;
  order: 2;
  width: 50%;
}

.pc-related-links li {
  margin-bottom: 16px;
}

.pc-related-links li:last-child {
  margin-bottom: 0;
}

.pc-related-btn-links {
  align-items: flex-end;
  display: flex;
  justify-content: flex-end;
  margin-left: -20px;
}

.pc-related-btn-links li {
  margin-left: 20px;
  width: 100%;
}

.pc-related-btn-links li a {
  min-height: 65px;
  width: 100%;
}

.pc-related-btn {
  align-items: center;
  background: #eee;
  border: 1px solid #ccc;
  color: inherit;
  display: flex;
  justify-content: center;
  line-height: 1.5;
  padding: 9px 20px;
  position: relative;
  text-decoration: none;
}

.pc-related-btn img {
  -o-object-fit: contain;
  max-height: 40px;
  object-fit: contain;
  width: auto;
}

.pc-related-btn::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
  border-right: 1px solid;
  border-top: 1px solid;
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 9px;
}

.p-aipc-hero {
  overflow: hidden;
  position: relative;
}

.p-aipc-hero__video-frame {
  aspect-ratio: 16/9;
  background-color: #fff;
  position: relative;
  width: 100%;
}

.p-aipc-hero__video {
  display: block;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  max-height: calc(100vh - 110px);
}

.p-aipc-intro {
  background-color: #fff;
  padding: 7rem 0 17rem;
}

.p-aipc-intro__inner {
  margin-inline: auto;
  padding-inline: 2.5rem;
  width: min(100%, 119rem);
}

.p-aipc-intro__heading {
  text-align: center;
}

.p-aipc-intro__heading-img {
  -o-object-fit: contain;
  height: 19.6rem;
  margin-inline: auto;
  object-fit: contain;
  width: 94.7rem;
}

.p-aipc-intro__lead {
  color: #000;
  font-size: 2.1rem;
  line-height: 1.8;
  margin-inline: auto;
  margin-top: 4.5rem;
  max-width: 110rem;
  text-align: center;
}

.p-aipc-intro__body {
  margin-top: 14rem;
}

.p-aipc-intro__title {
  font-size: 2.4rem;
  font-weight: 700;
}

.p-aipc-intro__title-line {
  background: linear-gradient(to right, #2400b0 0%, #2400b0 25%, rgb(136.5, 136.5, 136.5) 25%, rgb(136.5, 136.5, 136.5) 100%);
  display: block;
  height: 0.4rem;
  margin-top: 2rem;
  width: 100%;
}

.p-aipc-intro__text {
  margin-bottom: 4rem;
  margin-top: 2.4rem;
}

.p-aipc-intro__text p:last-child {
  margin-bottom: 0;
}

.p-aipc-intro__text p {
  color: #000;
  font-size: 1.6rem;
  line-height: 1.75;
  margin-top: 2.4rem;
  text-align: justify;
}

.p-aipc-intro__text p:first-child {
  margin-top: 0;
}

/*---------------------------------------
    ラインナップ 見出し              
----------------------------------------*/
.p-aipc-lineup__head {
  background-color: #363636;
  padding: 3.6rem 2.5rem;
}

.p-aipc-lineup__head-inner {
  padding-inline: 2rem;
  text-align: center;
}

.p-aipc-lineup__title {
  color: #fff;
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1.2;
}

.p-aipc-lineup__subtitle {
  color: #fff;
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1.2;
}

/*---------------------------------------
    ラインナップ 説明               
----------------------------------------*/
.p-aipc-lineup__body {
  margin-inline: auto;
  padding-inline: 2rem;
  width: min(100%, 118rem);
}

.p-aipc-lineup__body-inner {
  margin-top: 4.3rem;
}

.p-aipc-lineup__text {
  font-size: 1.6rem;
  line-height: 1.5;
}

.p-aipc-lineup__text:nth-child(2) {
  margin-top: 2.8rem;
}

/*---------------------------------------
    カルーセルエリア              
----------------------------------------*/
.p-aipc-lineup__carousel {
  margin-top: 6rem;
}

.p-aipc-lineup__carousel-inner {
  margin-inline: auto;
  padding-inline: 2.5rem;
  width: 100%;
}

.p-aipc-lineup__swiper-container {
  margin-inline: auto;
  padding-inline: 4.8rem;
  position: relative;
  width: min(100%, 112rem);
}

.p-aipc-lineup__swiper {
  overflow: hidden;
}

.p-aipc-lineup__slide {
  flex-shrink: 0;
  height: auto;
  width: 27.2rem;
}

/*---------------------------------------
    ノートPC/デスクトップPC リストカード              
----------------------------------------*/
.p-aipc-lineup__card {
  background-color: #efefef;
  border-radius: 1rem;
  display: block;
  height: 30.3rem;
  padding: 3.4rem 1.6rem 1.8rem;
  text-align: center;
  width: 100%;
}

.p-aipc-lineup__card-img-wrap {
  align-items: center;
  display: flex;
  height: 10rem;
  justify-content: center;
  margin-top: 0;
  width: 100%;
}

.p-aipc-lineup__card-img-wrap img {
  filter: drop-shadow(0rem 0.3rem 0.4rem rgba(0, 0, 0, 0.6));
  -o-object-fit: contain;
     object-fit: contain;
}

.p-aipc-lineup__card-copilot {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  min-height: 3.2rem;
  width: 100%;
}

.p-aipc-lineup__card-copilot-img {
  -o-object-fit: contain;
  height: 2.2rem;
  object-fit: contain;
  width: auto;
}

.p-aipc-lineup__card--desktop {
  height: 30.3rem;
  padding: 1.4rem 1.6rem 1.4rem;
}

.p-aipc-lineup__card--desktop .p-aipc-lineup__card-model {
  margin-top: 3.4rem;
}

.p-aipc-lineup__card--desktop .p-aipc-lineup__card-img-wrap {
  height: 14rem;
}

.p-aipc-lineup__card--desktop .p-aipc-lineup__card-img-wrap img {
  -o-object-fit: contain;
  filter: drop-shadow(0rem 0.3rem 0.4rem rgba(0, 0, 0, 0.6));
  height: 100%;
  max-height: 100%;
  max-width: 8.9rem;
  object-fit: contain;
  width: auto;
}

.p-aipc-lineup__card-model {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 1.2rem;
}

.p-aipc-lineup__card-tags {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  justify-content: center;
  margin-top: 1.8rem;
}
.p-aipc-lineup__card-tags img {
  height: 22px;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-aipc-lineup__card-tag {
  align-items: center;
  background: linear-gradient(90deg, #2400b0 0%, #00e7ef 100%);
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff;
  display: inline-flex;
  font-size: 1.4rem;
  height: 2.2rem;
  justify-content: center;
  line-height: 1;
  padding: 0 0.4rem;
  white-space: nowrap;
  width: 10rem;
}

.p-aipc-lineup__card-tag-group {
  align-items: center;
  display: inline-flex;
  flex-direction: column;
  position: relative;
}

.p-aipc-lineup__card-sub {
  -webkit-transform: translateX(-50%);
  bottom: 100%;
  font-size: 1.1rem;
  left: 50%;
  line-height: 1;
  margin-bottom: 0.2rem;
  position: absolute;
  transform: translateX(-50%);
  white-space: nowrap;
}

.p-aipc-lineup__card-tag-en {
  margin-right: 0.2em;
}

.p-aipc-lineup__card-link {
  color: #2400b0;
  display: inline-block;
  font-size: 1.3rem;
  margin-top: 1.1rem;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
  transition: opacity 0.2s;
}

.p-aipc-lineup__nav {
  -webkit-transform: translateY(-50%);
  background: transparent;
  cursor: pointer;
  display: inline-block;
  height: 3.5rem;
  margin-top: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.2s;
  width: 3.3rem;
  z-index: 2;
}

.p-aipc-lineup__nav::before, .p-aipc-lineup__nav::after {
  background-color: #3c3c3c;
  content: "";
  height: 3px;
  opacity: 0.8;
  position: absolute;
  top: calc(50% - 1px);
  width: 2.5rem;
}

.p-aipc-lineup__nav--prev {
  left: 0;
}

.p-aipc-lineup__nav--prev::before, .p-aipc-lineup__nav--prev::after {
  -webkit-transform-origin: calc(0% + 1.5px) 50%;
  left: 0;
  transform-origin: calc(0% + 1.5px) 50%;
}

.p-aipc-lineup__nav--prev::before {
  transform: rotate(-45deg);
}

.p-aipc-lineup__nav--prev::after {
  transform: rotate(45deg);
}

.p-aipc-lineup__nav--next {
  right: 0;
}

.p-aipc-lineup__nav--next::before, .p-aipc-lineup__nav--next::after {
  -webkit-transform-origin: calc(100% - 1.5px) 50%;
  left: auto;
  right: 0;
  transform-origin: calc(100% - 1.5px) 50%;
}

.p-aipc-lineup__nav--next::before {
  transform: rotate(45deg);
}

.p-aipc-lineup__nav--next::after {
  transform: rotate(-45deg);
}

.p-aipc-lineup__set {
  margin-top: -3rem;
  width: 100%;
}

.p-aipc-lineup__set-img-wrap {
  overflow: hidden;
  width: 100%;
}

.p-aipc-lineup__set-img {
  height: auto;
  width: 100%;
}

.p-aipc-value__intro-head {
  background-color: #363636;
  padding: 3.6rem 2.5rem;
  text-align: center;
}

.p-aipc-value__intro-title {
  color: #fff;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.4;
}

/*---------------------------------------
    PC画像・テキスト横並びエリア
----------------------------------------*/
.p-aipc-value__intro-body {
  margin-top: 7.4rem;
}

.p-aipc-value__intro-inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 3.5rem;
  margin-inline: auto;
  padding-inline: 2rem;
  width: min(100%, 117rem);
}

.p-aipc-value__intro-img-wrap {
  max-width: 100%;
  overflow: hidden;
  width: 28.7rem;
}

.p-aipc-value__intro-img-wrap img {
  display: block;
  height: auto;
  width: 100%;
}

.p-aipc-value__intro-text {
  flex: 1;
  min-width: 28rem;
}

.p-aipc-value__intro-text p {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-top: 2rem;
}

.p-aipc-value__intro-text p:first-child {
  margin-top: 0;
}

/*---------------------------------------
    各コンテンツエリア
----------------------------------------*/
.p-aipc-value__container {
  margin-top: 6.8rem;
}

.p-aipc-value__inner {
  margin-inline: auto;
  padding-inline: 2rem;
  width: min(100%, 116rem);
}

.p-aipc-value__block {
  background-color: #defcfd;
  padding: 5rem 7rem 7.8rem;
}

.p-aipc-value__block:nth-child(n+2) {
  margin-top: 7.2rem;
  padding-bottom: 9.8rem;
}

.p-aipc-value__main-title {
  font-size: 3.5rem;
  font-weight: 700;
  text-align: center;
}

/*---------------------------------------
    ヘッドタイトル共通（お客様の課題・提案する解決策）
----------------------------------------*/
.p-aipc-value__block-head {
  background-color: #2400b0;
  color: #fff;
  font-size: 3.1rem;
  font-weight: 700;
  padding-inline: 2rem;
  text-align: center;
}

.p-aipc-value__block-body {
  background-color: #fff;
  padding: 4.3rem 7.4rem;
}

/*---------------------------------------
    お客様の課題エリア
----------------------------------------*/
.p-aipc-value__challenges {
  margin-top: 4.3rem;
}

.p-aipc-value__challenges-list li {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 2rem;
  padding-left: 2.2rem;
  position: relative;
}

.p-aipc-value__challenges-list li::before {
  background-color: #2400b0;
  border-radius: 50%;
  content: "";
  height: 1.8rem;
  left: 0;
  position: absolute;
  top: 1rem;
  width: 1.8rem;
}

.p-aipc-value__challenges-list li:first-child {
  margin-top: 0;
}

/*---------------------------------------
    解決策エリア
----------------------------------------*/
.p-aipc-value__solutions {
  background-color: #fff;
  margin-top: 4rem;
}

.p-aipc-value__solutions-inner {
  padding: 4.8rem 4.2rem;
}

.p-aipc-value__solution-item:nth-child(n+2) {
  margin-top: 7rem;
}

.p-aipc-value__subhead {
  background-color: #e4dff5;
  font-size: 2.6rem;
  font-weight: 700;
  padding: 0.2rem 2rem;
  text-align: center;
  text-transform: uppercase;
}

.p-aipc-value__content {
  align-items: center;
  display: flex;
  gap: 2.4rem;
  margin-top: 3.8rem;
}

.p-aipc-value__content-img {
  height: 19.8rem;
  width: 29rem;
}

.p-aipc-value__content-img img {
  -o-object-fit: cover;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.p-aipc-value__content-text {
  flex: 1;
}

.p-aipc-value__content-title {
  font-size: 2.1rem;
  font-weight: 700;
}

.p-aipc-value__content-text p {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-top: 0.5rem;
}

.p-aipc-value__content-text p.p-aipc-value__note {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-top: 1rem;
}

/*---------------------------------------
    Pointエリア
----------------------------------------*/
.p-aipc-value__point {
  align-items: stretch;
  border: 2px solid #ff8000;
  border-radius: 1.4rem;
  display: flex;
  margin-top: 4.5rem;
}

.p-aipc-value__point-label {
  align-items: center;
  background: linear-gradient(to right, #ff8000 0%, #ff8000 10rem, transparent 10rem);
  border-radius: 0.8rem 0 0 0.8rem;
  color: #fff;
  display: inline-flex;
  flex-shrink: 0;
  font-size: 2.7rem;
  font-weight: 700;
  justify-content: center;
  padding-right: 2rem;
  position: relative;
  width: 12rem;
}

.p-aipc-value__point-label::after {
  background-color: #ff8000;
  bottom: 0;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 2rem;
}

.p-aipc-value__point-body {
  align-items: center;
  display: flex;
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding: 2.2rem 2.4rem 2.2rem 2rem;
}

.p-aipc-value__point-text {
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 1.6;
}

.p-aipc-value__note {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-top: 2rem;
}

.p-aipc-value__note a {
  text-decoration: underline;
  text-underline-offset: 0.2rem;
  transition: opacity 0.2s;
}

.p-aipc-mobilepc {
  background-color: #fff;
  padding: 15rem 0 20rem;
}

.p-aipc-mobilepc__inner {
  margin-inline: auto;
  padding-inline: 2rem;
  width: min(100%, 117.8rem);
}

.p-aipc-mobilepc__title {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}

.p-aipc-mobilepc__grid {
  display: grid;
  gap: 2.4rem 2rem;
  grid-template-columns: 1fr 1fr 1fr 1.36fr 1fr;
  margin-top: 4rem;
}

.p-aipc-mobilepc__link {
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
  transition: opacity 0.2s;
  width: 100%;
}

.p-aipc-mobilepc__item--wide .p-aipc-mobilepc__img-wrap img {
  height: 16.7rem;
  width: 26.7rem;
}

.p-aipc-mobilepc__img-wrap img {
  -o-object-fit: contain;
  height: 16.7rem;
  max-width: 100%;
  object-fit: contain;
  width: 19.6rem;
}

.p-aipc-mobilepc__desc {
  margin-top: 1.6rem;
}

.p-aipc-mobilepc__size,
.p-aipc-mobilepc__series,
.p-aipc-mobilepc__type {
  font-size: 1.4rem;
  line-height: 1.5;
}

.u-hover {
  /* デフォルトのスタイル */
  transition: opacity 0.5s;
}

/* ホバー可能なデバイスでのみホバー効果を有効化 */
.u-sp {
  display: none;
}

@media (max-width: 1080px) {
  html {
    font-size: 1.4814814815vw;
  }
}
@media screen and (max-width: 1023px) {
  .p-aipc-mobilepc__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .pc-related-layout .pc-related-bnr {
    padding: 0 0 10px 0;
    width: 100%;
  }
  .pc-related-layout .pc-related-item {
    width: 100%;
  }
  .pc-related-layout .pc-related-item img {
    height: 20px;
    width: auto;
  }
  .pc-related .section-inner {
    padding: 0 0 10px;
  }
  .pc-related-btn-links {
    display: block;
    margin-left: 0;
  }
  .pc-related-btn-links li {
    margin-bottom: 10px;
    margin-left: 0;
    width: 100%;
  }
  .pc-related-btn-links li a {
    min-height: auto;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
  a[href^="tel:"] {
    pointer-events: all;
  }
  .p-aipc-page .fmw-nav > ul > li > a {
    padding: 1rem 1rem 1rem 4rem;
  }
  .p-aipc {
    overflow-x: hidden;
  }
  .p-aipc-hero__video-frame {
    aspect-ratio: auto;
    height: 50vh;
    min-height: 28rem;
  }
  .p-aipc-intro {
    padding: 4rem 0 5.6rem;
  }
  .p-aipc-intro__inner {
    padding-inline: 1.5rem;
  }
  .p-aipc-intro__heading-img {
    height: auto;
    max-width: 32rem;
    width: 100%;
  }
  .p-aipc-intro__lead {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 2rem;
  }
  .p-aipc-intro__body {
    margin-top: 3.2rem;
  }
  .p-aipc-intro__title {
    font-size: 2.4rem;
    line-height: 1.6;
  }
  .p-aipc-intro__title-line {
    height: 0.3rem;
    margin-top: 1.4rem;
  }
  .p-aipc-intro__text {
    margin-bottom: 2.4rem;
    margin-top: 1.6rem;
  }
  .p-aipc-intro__text p {
    font-size: 1.4rem;
    margin-top: 1.2rem;
  }
  .p-aipc-intro .c-cta-btn-wrap {
    margin-top: 2.8rem;
  }
  .p-aipc-intro .c-cta-btn {
    align-items: center;
    display: flex;
    font-size: 1.6rem;
    justify-content: center;
    max-width: 100%;
    min-height: 4.4rem;
    padding: 1.2rem 1.6rem;
    width: 100%;
  }
  .p-aipc .c-cta-btn-wrap {
    margin-inline: auto;
    max-width: 60rem;
  }
  .p-aipc-lineup {
    overflow-x: hidden;
  }
  .p-aipc-lineup__head {
    padding: 2.4rem 1.5rem;
  }
  .p-aipc-lineup__head-inner {
    padding-inline: 1rem;
  }
  .p-aipc-lineup__title {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .p-aipc-lineup__subtitle {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .p-aipc-lineup__body {
    padding-inline: 1.5rem;
  }
  .p-aipc-lineup__body-inner {
    margin-top: 2.4rem;
  }
  .p-aipc-lineup__text {
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .p-aipc-lineup__text:nth-child(2) {
    margin-top: 1.8rem;
  }
  .p-aipc-lineup__carousel {
    margin-top: 3.6rem;
  }
  .p-aipc-lineup__carousel-inner {
    overflow: hidden;
    padding-inline: 1.2rem;
  }
  .p-aipc-lineup__swiper-container {
    padding-inline: 3.6rem;
  }
  .p-aipc-lineup__slide {
    flex-shrink: 0;
    height: auto;
    width: 23rem;
  }
  .p-aipc-lineup__card {
    height: auto;
    min-height: 0;
    padding: 2rem 1.2rem 2rem;
  }
  .p-aipc-lineup__card-img-wrap {
    height: 11rem;
    overflow: hidden;
    padding-bottom: 1rem;
  }
  .p-aipc-lineup__card-img-wrap img {
    filter: drop-shadow(0rem 0.2rem 0.3rem rgba(0, 0, 0, 0.6));
  }
  .p-aipc-lineup__card-copilot {
    margin-top: initial;
  }
  .p-aipc-lineup__card-copilot-img {
    height: 2.4rem;
  }
  .p-aipc-lineup__card--desktop .p-aipc-lineup__card-model {
    margin-top: 1rem;
  }
  .p-aipc-lineup__card--desktop .p-aipc-lineup__card-img-wrap {
    height: 14.2rem;
  }
  .p-aipc-lineup__card-model {
    font-size: 1.6rem;
    margin-top: 1rem;
  }
  .p-aipc-lineup__card-tags {
    margin-top: 1.2rem;
  }
  .p-aipc-lineup__card-tag {
    font-size: 1.1rem;
    width: 8rem;
  }
  .p-aipc-lineup__card-sub {
    font-size: 1rem;
  }
  .p-aipc-lineup__card-link {
    align-items: center;
    display: inline-flex;
    font-size: 1.3rem;
    justify-content: center;
    margin-top: 0.6rem;
    min-height: 4rem;
    padding: 0.6rem 0.4rem;
  }
  .p-aipc-lineup__nav {
    height: 4.4rem;
    min-height: 4.4rem;
    min-width: 4.4rem;
    width: 4.4rem;
  }
  .p-aipc-lineup__nav::before, .p-aipc-lineup__nav::after {
    width: 2rem;
  }
  .p-aipc-lineup__set {
    margin-top: 2.4rem;
  }
  .p-aipc-value__intro-head {
    padding: 2.4rem 1.6rem;
  }
  .p-aipc-value__intro-title {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .p-aipc-value__intro-body {
    margin-top: 3.6rem;
  }
  .p-aipc-value__intro-inner {
    flex-direction: column-reverse;
    gap: 2rem;
    padding-inline: 1.6rem;
  }
  .p-aipc-value__intro-img-wrap {
    margin-inline: auto;
    max-width: 28rem;
    overflow: hidden;
    width: 100%;
  }
  .p-aipc-value__intro-text {
    min-width: 0;
  }
  .p-aipc-value__intro-text p {
    font-size: 1.4rem;
    line-height: 1.75;
    margin-top: 1.2rem;
  }
  .p-aipc-value__container {
    margin-top: 4rem;
  }
  .p-aipc-value__inner {
    margin-inline: auto;
    padding-inline: 0;
    width: min(100%, 68rem);
  }
  .p-aipc-value__block {
    border-radius: 0;
    overflow: hidden;
    padding: 2.4rem 1.6rem 3.6rem;
  }
  .p-aipc-value__block:nth-child(n+2) {
    margin-top: 3.2rem;
    padding-bottom: 4rem;
  }
  .p-aipc-value__main-title {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 1.6rem;
  }
  .p-aipc-value__block-head {
    border-radius: 0;
    font-size: 2rem;
    margin-inline: 0;
    padding: 1.2rem 1.4rem;
  }
  .p-aipc-value__block-body {
    padding: 1.6rem 1.2rem;
  }
  .p-aipc-value__challenges {
    margin-top: 2rem;
  }
  .p-aipc-value__challenges-list li {
    font-size: 1.4rem;
    margin-top: 1rem;
    padding-left: 2rem;
  }
  .p-aipc-value__challenges-list li::before {
    height: 0.8rem;
    top: 0.6rem;
    width: 0.8rem;
  }
  .p-aipc-value__solutions {
    margin-top: 2rem;
  }
  .p-aipc-value__solutions-inner {
    padding: 1.6rem 1rem 4rem;
  }
  .p-aipc-value__solution-item {
    margin-top: 1.6rem;
  }
  .p-aipc-value__solution-item:first-child {
    margin-top: 0;
  }
  .p-aipc-value__subhead {
    font-size: 2rem;
    padding: 1rem 1.2rem;
  }
  .p-aipc-value__content {
    flex-direction: column;
    gap: 1.2rem;
    margin-inline: auto;
    margin-top: 1.8rem;
    max-width: 45rem;
  }
  .p-aipc-value__content:first-of-type {
    padding-top: 0;
  }
  .p-aipc-value__content + .p-aipc-value__content {
    margin-top: 1.8rem;
  }
  .p-aipc-value__content-img {
    aspect-ratio: 290/198;
    height: auto;
    margin-inline: auto;
    max-width: 50rem;
    overflow: hidden;
    width: 100%;
  }
  .p-aipc-value__content-img img {
    -o-object-fit: cover;
    display: block;
    height: 100%;
    object-fit: cover;
    vertical-align: top;
    width: 100%;
  }
  .p-aipc-value__content-title {
    font-size: 2rem;
    margin-top: 0.8rem;
  }
  .p-aipc-value__content-text p {
    font-size: 1.4rem;
    line-height: 1.65;
    margin-top: 0.4rem;
  }
  .p-aipc-value__content-text p.p-aipc-value__note {
    font-size: 1.2rem;
    margin-top: 0.6rem;
  }
  .p-aipc-value__point {
    border: 2px solid #ff8000;
    border-radius: 1rem;
    margin-top: 1.4rem;
  }
  .p-aipc-value__point-label {
    align-items: center;
    background-color: #ff8000;
    display: flex;
    font-size: 2rem;
    justify-content: center;
    min-width: 8rem;
    padding: 1.4rem 1.4rem 1.4rem 1.2rem;
    width: 8rem;
  }
  .p-aipc-value__point-label::after {
    background-color: #ff8000;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    width: 1.4rem;
  }
  .p-aipc-value__point-body {
    align-items: center;
    background-color: #fff;
    border-radius: 0 0.8rem 0.8rem 0;
    display: flex;
    padding: 1.4rem 1.6rem;
  }
  .p-aipc-value__point-body::before {
    display: none;
  }
  .p-aipc-value__point-text {
    font-size: 1.2rem;
    line-height: 1.65;
  }
  .p-aipc-value__block > .p-aipc-value__content-wrap > .p-aipc-value__note {
    font-size: 1rem;
    margin-top: 1.6rem;
  }
  .p-aipc-value__solution-item .p-aipc-value__note {
    font-size: 1rem;
    margin-top: 1rem;
  }
  .p-aipc-value .c-cta-btn-wrap {
    margin-top: 2.4rem;
    padding-inline: 1.6rem;
    width: 100%;
  }
  .p-aipc-value .c-cta-btn {
    align-items: center;
    display: inline-flex;
    font-size: 1.6rem;
    justify-content: center;
    max-width: 100%;
    min-height: 4.4rem;
    padding: 1.2rem 1.6rem;
    width: 100%;
  }
  .p-aipc-value .c-cta-btn + .c-cta-btn {
    margin-top: 1rem;
  }
  .p-aipc-mobilepc {
    padding: 5.6rem 0 6rem;
  }
  .p-aipc-mobilepc__inner {
    padding-inline: 1.5rem;
  }
  .p-aipc-mobilepc__title {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .p-aipc-mobilepc__grid {
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 2.4rem;
  }
  .p-aipc-mobilepc__grid .p-aipc-mobilepc__item:nth-child(n+3) {
    grid-column: 1/-1;
  }
  .p-aipc-mobilepc__link {
    min-height: 4.4rem;
    padding: 1.2rem 0.8rem;
  }
  .p-aipc-mobilepc__item--wide .p-aipc-mobilepc__img-wrap img {
    max-width: 22rem;
  }
  .p-aipc-mobilepc__img-wrap {
    overflow: hidden;
  }
  .p-aipc-mobilepc__img-wrap img {
    display: block;
    height: auto;
    margin-inline: auto;
    max-width: 18rem;
    width: 100%;
  }
  .p-aipc-mobilepc__desc {
    margin-top: 1rem;
  }
  .p-aipc-mobilepc__size,
  .p-aipc-mobilepc__series,
  .p-aipc-mobilepc__type {
    font-size: 1.1rem;
  }
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 375px) {
  .p-aipc-lineup__set {
    margin-top: 0;
  }
}
@media (any-hover: hover) {
  .c-cta-btn:hover {
    opacity: 0.9;
  }
  .p-aipc-lineup__card-link:hover {
    opacity: 0.8;
  }
  .p-aipc-value__note a:hover {
    opacity: 0.7;
  }
  .p-aipc-mobilepc__link:hover {
    opacity: 0.8;
  }
  .u-hover:hover {
    opacity: 0.8;
    transition: opacity 0.5s;
  }
}
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
body .fmw-nav {
  margin-bottom: 0;
}/*# sourceMappingURL=style.css.map */