@charset "Shift_JIS";
@media screen and (width > 760px) {
  .sp {
    display: none;
  }
}
@media screen and (width <= 760px) {
  .pc {
    display: none;
  }
}
:root {
  color: #000;
  font-size: 100%;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", yugothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "揀Cリオ", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
}
@media screen and (width > 1440px) {
  :root {
    font-size: 1.1111111111vw;
  }
}
@media screen and (width <= 393px) {
  :root {
    font-size: 4.0712468193vw;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:where(body) {
  position: relative;
  min-height: 100dvh;
  margin: 0;
}

:where(h1, h2, h3, h4, h5, h6) {
  margin: 0;
  padding: 0;
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

:where(a) {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.3s, opacity 0.3s;
  transition: color 0.3s, opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  :where(a):hover {
    opacity: 0.5;
  }
}
@media (hover: none) and (pointer: coarse) {
  :where(a):active {
    opacity: 0.5;
  }
}

:where(img) {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

:where(table) {
  min-width: 100%;
  border-collapse: collapse;
}

:where(main) {
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", yugothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "揀Cリオ", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0em;
  font-weight: 500;
}

:where(p) {
  margin: 0;
}

.content, .content--m {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.content, .content--m {
  max-width: 75rem;
}

.header {
  position: fixed;
  top: 0;
  z-index: 15;
  width: 100%;
  padding: 1.4375rem 2.5rem;
  -webkit-transition: background 0.3s, opacity 0.3s;
  transition: background 0.3s, opacity 0.3s;
}
.is-scrolled .header {
  background: #fff;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 6.875rem;
}
.header__editor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  gap: 0.875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
}
.header__editor .pr {
  width: 1.875rem;
}
.header__editor a {
  width: 5rem;
}
.header__btn {
  width: 2.75rem;
  height: 2.75rem;
  display: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.header__btn .btn--menu-open {
  width: 4.75rem;
  height: 4.75rem;
  margin: -1rem;
  padding: 0;
  background: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .header__btn .btn--menu-open:hover {
    opacity: 0.5;
  }
}
@media (hover: none) and (pointer: coarse) {
  .header__btn .btn--menu-open:active {
    opacity: 0.5;
  }
}
@media screen and (max-width: 1035px) {
  .header {
    padding: 1.4375rem 1.5rem;
  }
  .header .nav--header {
    display: none;
  }
  .header__inner {
    gap: 1rem;
  }
  .header__editor a {
    width: 6rem;
  }
  .header__btn {
    display: block;
  }
}

.drawer {
  position: fixed;
  z-index: 20;
  display: none;
  height: 100dvh;
  padding-left: 5rem;
  inset: 0;
  -webkit-transition: none;
  transition: none;
}
.drawer__overlay {
  position: absolute;
  inset: 0;
  background: rgba(23, 26, 23, 0.8);
  -webkit-transition: none;
  transition: none;
}
.drawer__body {
  position: relative;
  height: 100%;
  padding: 0.875rem 2rem;
  overflow: auto;
  background: #94dd1b;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
}
.drawer__body.show {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.drawer__body > * + * {
  padding-top: 1.5rem;
}
.drawer__head {
  margin: 0rem -0.75rem;
  text-align: right;
}
.drawer__nav .nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.drawer__nav .nav > *:first-child {
  margin-top: 0 !important;
}
.drawer__nav .nav > *:last-child {
  margin-bottom: 0 !important;
}
.drawer__nav .nav__item a {
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", yugothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "揀Cリオ", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0em;
  font-weight: 700;
  display: block;
  padding: 0.75rem 0;
}
.drawer__nav .nav__item a::before {
  width: 0.375rem;
  height: 1lh;
  display: inline-block;
  vertical-align: top;
  background: #f2ff00;
  content: "";
  margin-right: 0.4375rem;
  clip-path: polygon(0 calc(50% - 0.3125rem), 100% 50%, 0 calc(50% + 0.3125rem));
}
.drawer__foot {
  margin-bottom: 2rem;
}
.drawer__foot .btn--contact {
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", yugothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "揀Cリオ", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0em;
  font-weight: 700;
  display: block;
  padding: 1rem 2.5rem;
  color: #091f2c;
  text-align: center;
  background: #fff;
  border-radius: 9999px;
  -webkit-box-shadow: 0 0 16px 0 rgba(100, 100, 93, 0.2);
          box-shadow: 0 0 16px 0 rgba(100, 100, 93, 0.2);
}
.drawer .btn--drawer--close {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  margin: 0;
  padding: 0;
  line-height: 1;
  background: none;
  border: 0;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .drawer .btn--drawer--close:hover {
    opacity: 0.5;
  }
}
@media (hover: none) and (pointer: coarse) {
  .drawer .btn--drawer--close:active {
    opacity: 0.5;
  }
}

.drawer-open body {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

.footer {
  font-size: 0.875rem;
  padding-right: 1.875rem;
  padding-left: 1.875rem;
  position: relative;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  color: #4d4d4d;
  background: #fff;
}
.footer .content {
  max-width: 1080px;
}
.footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 26px;
  padding-top: 22px;
  background: url(https://image.itmedia.co.jp/aiplus/special/ai241201/footerline_1.png) top repeat-x;
  background-size: 6px 1px;
}
.footer__copyright {
  font-size: 0.75rem;
}
.footer__logo img {
  width: 10.625rem;
}
.footer__logo .logo--text {
  margin-left: 10px;
}
.footer .nav--footer {
  margin: 0;
  padding: 0;
}
.footer .nav--footer .nav__item {
  display: inline-block;
}
.footer .nav--footer .nav__item a {
  color: #4d4d4d;
}
.footer .nav--footer .nav__item:not(:first-child)::before {
  display: inline-block;
  margin: 0 6px;
  content: "|";
}
@media screen and (max-width: 760px) {
  .footer {
    padding-top: 72px;
    padding-bottom: 39px;
  }
  .footer__body {
    display: block;
    margin-left: 0;
  }
  .footer__body > * {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin-left: 0;
  }
  .footer__logo .logo--text {
    display: block;
    margin-top: 10px;
    margin-left: 0;
  }
  .footer__nav {
    margin-top: 13px;
  }
}

.article-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 1fr 1.5rem 1fr 1.5rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem 1.5rem;
  margin-top: 1.5rem;
}
@media screen and (width <= 1000px) {
  .article-grid {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (width <= 760px) {
  .article-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.article-grid--wp {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem 0rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.5rem;
}
.article-grid--wp .article {
  width: 33.333%;
  padding: 0.75rem;
}
@media screen and (width <= 1000px) {
  .article-grid--wp .article {
    width: 50%;
    padding: 0.75rem;
  }
}
@media screen and (width <= 760px) {
  .article-grid--wp {
    margin-right: 0rem;
    margin-left: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .article-grid--wp .article {
    width: auto;
    padding: 0rem;
  }
}

.article-grid--video {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 1fr 1.5rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 1.5rem;
  margin-top: 1.5rem;
}
@media screen and (width <= 1000px) {
  .article-grid--video {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (width <= 760px) {
  .article-grid--video {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.article {
  display: block;
}
.article__img {
  aspect-ratio: 282/159;
  position: relative;
}
.article__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
}
.article__img::before {
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 800;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  padding: 0.375rem 0.75rem 0.25rem;
  color: #94dd1b;
  font-family: "Lato", sans-serif;
  background: #fff;
  border-top-right-radius: 0.5rem;
}
.article__date {
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 800;
  margin-top: 0.75rem;
  color: #fff;
  font-family: "Lato", sans-serif;
}
.article__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  height: 2lh;
  margin-top: 0.75rem;
}
.article__date + .article__title {
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", yugothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "揀Cリオ", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.875rem;
  line-height: 1.6428571429;
  letter-spacing: 0.03em;
  font-weight: 500;
  margin-top: 0.25rem;
}
.article.new .article__img::before {
  content: "NEW";
}
@media screen and (width <= 760px) {
  .article__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    height: 4lh;
  }
}

.--inverse .article__img::before {
  color: #fff;
  background: #94dd1b;
}

.article--pickup {
  margin-top: 1.5rem;
}
.article--pickup a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (hover: hover) and (pointer: fine) {
  .article--pickup a:hover .btn {
    background: #fff;
  }
}
@media (hover: none) and (pointer: coarse) {
  .article--pickup a:active .btn {
    background: #fff;
  }
}
.article--pickup .article__img {
  -ms-flex-preferred-size: 33.75rem;
      flex-basis: 33.75rem;
}
.article--pickup .article__body {
  -ms-flex-preferred-size: 38.75rem;
      flex-basis: 38.75rem;
}
.article--pickup .article__title {
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", yugothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "揀Cリオ", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.625rem;
  line-height: 1.6153846154;
  letter-spacing: 0.03em;
  font-weight: 700;
  height: auto;
}
@media screen and (width <= 760px) {
  .article--pickup .article__title {
    font-size: 1.375rem;
    line-height: 1.7272727273;
    letter-spacing: 0.03em;
    font-weight: 700;
  }
}
.article--pickup .article__btn {
  margin-top: 1rem;
}
.article--pickup .article__btn .btn {
  max-width: 17.5rem;
}
@media screen and (width <= 760px) {
  .article--pickup a {
    display: block;
  }
  .article--pickup .article__title {
    font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", yugothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "揀Cリオ", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.625rem;
    line-height: 1.6153846154;
    letter-spacing: 0.03em;
    font-weight: 700;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
  }
}
@media screen and (width <= 760px) and (width <= 760px) {
  .article--pickup .article__title {
    font-size: 1.375rem;
    line-height: 1.7272727273;
    letter-spacing: 0.03em;
    font-weight: 700;
  }
}
@media screen and (width <= 760px) {
  .article--pickup .article__btn .btn {
    margin-right: auto;
    margin-left: auto;
  }
}

.article--whitepaper .article__title {
  display: block;
  height: auto;
  font-weight: bold;
  text-align: center;
  text-overflow: unset;
}

.article--video .article__img {
  position: relative;
}
.article--video .article__img::before {
  position: absolute;
  z-index: 1;
  display: block;
  background: url(https://image.itmedia.co.jp/aiplus/special/ai241201/iconplay_1.png) center/3.5rem no-repeat rgba(23, 26, 23, 0.6);
  border-radius: 0.5rem;
  content: "";
  inset: 0;
}
.article--video .article__title {
  font-weight: bold;
  text-align: center;
}
.article--video .article__btn {
  max-width: 17.5rem;
  margin: 0.75rem auto 0rem;
}
@media (hover: hover) and (pointer: fine) {
  .article--video:hover .btn {
    background: #fff;
  }
}
@media (hover: none) and (pointer: coarse) {
  .article--video:active .btn {
    background: #fff;
  }
}
@media screen and (width <= 760px) {
  .article--video .article__title {
    height: auto;
    text-overflow: unset;
  }
}

.modaal-video-wrap {
  margin: auto;
}

.section {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}
.section__title .title__main {
  font-size: 2.625rem;
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Lato", sans-serif;
}
.section__title .title__main > * {
  display: inline;
}
.section__title .title__main::before {
  width: 1.125rem;
  height: 1.125rem;
  display: inline-block;
  vertical-align: top;
  background: #f2ff00;
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 1lh;
  margin-right: 1rem;
  clip-path: circle(0.5625rem at center);
}
.section__title .title__sub {
  margin-top: 0.25rem;
}
.section__title .title__sub > * {
  display: inline;
}
.section__title.--s .title__main {
  font-size: 1.75rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.section__title.--s .title__sub {
  display: inline-block;
  margin-top: 0rem;
  margin-left: 0.625rem;
  line-height: 1;
  vertical-align: 0.25rem;
}
@media screen and (width <= 760px) {
  .section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

.btn {
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", yugothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "揀Cリオ", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0em;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 2.5rem;
  background: #f2ff00;
  border-radius: 9999px;
  -webkit-box-shadow: 0 0 16px 0 rgba(100, 100, 93, 0.2);
          box-shadow: 0 0 16px 0 rgba(100, 100, 93, 0.2);
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
.btn.--white {
  color: #091f2c;
  background: #fff;
}
.btn::after {
  width: 1.125rem;
  height: 1.125rem;
  display: inline-block;
  vertical-align: top;
  background: url(https://image.itmedia.co.jp/aiplus/special/ai241201/iconplus_1.png) center/contain no-repeat;
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (hover: hover) and (pointer: fine) {
  .btn:hover {
    background: #fff;
  }
}
@media (hover: none) and (pointer: coarse) {
  .btn:active {
    background: #fff;
  }
}

.to-pagetop {
  position: sticky;
  bottom: 0rem;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
}
.to-pagetop a {
  font-size: 0.8125rem;
  line-height: 1.2307692308;
  letter-spacing: 0.03em;
  font-weight: 600;
  position: absolute;
  right: 0;
  bottom: 1.25rem;
  padding: 0.625rem 0.75rem 0.875rem;
  color: #fff;
  text-align: center;
  background: #171a17;
  border-radius: 0.5rem 0rem 0rem 0.5rem;
  -webkit-box-shadow: 0 0 16px 0 rgba(100, 100, 93, 0.2);
          box-shadow: 0 0 16px 0 rgba(100, 100, 93, 0.2);
}
.to-pagetop a::before {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  vertical-align: top;
  background: url(https://image.itmedia.co.jp/aiplus/special/ai241201/icontop_1.png) center/contain no-repeat;
  content: "";
  display: block;
  margin: 0rem auto 0.25rem;
}
.is-scrolled .to-pagetop {
  opacity: 1;
  pointer-events: auto;
}

.section--kv {
  padding-top: 5.625rem;
  background: url(https://image.itmedia.co.jp/aiplus/special/ai241201/mvbg02_1.png) top left/62.0625rem no-repeat, url(https://image.itmedia.co.jp/aiplus/special/ai241201/mvbg01_1.png) bottom right/53.75rem no-repeat, linear-gradient(293deg, #fcfdcf 19.7%, #caf8c7 80.3%);
}
.section--kv .kv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 85rem;
  margin-right: 0;
  margin-left: auto;
  padding-left: 1.5rem;
}
.section--kv .kv__body {
  position: relative;
  padding: 2.5rem 3rem;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 1rem;
}
.section--kv .kv__body-wrap {
  -ms-flex-preferred-size: 45rem;
      flex-basis: 45rem;
  margin-bottom: 2.5rem;
}
.section--kv .kv__body::after {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 48.3333333333%;
  background: url(https://image.itmedia.co.jp/aiplus/special/ai241201/mv_1.png) center/contain no-repeat;
  -webkit-transform: translate(5.7471264368%, -8.8495575221%);
          transform: translate(5.7471264368%, -8.8495575221%);
  content: "";
  aspect-ratio: 348/226;
}
.section--kv .kv__title {
  -webkit-transform: translateX(-2%);
          transform: translateX(-2%);
}
.section--kv .kv__title--sp {
  display: none;
}
.section--kv .kv__desc {
  font-size: 0.875rem;
  line-height: 1.7857142857;
  letter-spacing: 0.03em;
  font-weight: 500;
  position: relative;
  z-index: 1;
  width: 60.0961538462%;
  margin-top: 0.8125rem;
  color: #171a17;
  text-shadow: 0 0 7px rgba(242, 255, 0, 0.35);
}
.section--kv .kv__new-articles {
  padding-right: 2.375rem;
  padding-left: 2.375rem;
  max-width: 33.5rem;
}
.section--kv .kv__new-articles-wrap {
  -ms-flex-preferred-size: 37.5rem;
      flex-basis: 37.5rem;
  padding: 2.5rem 2rem 2rem;
  background: #94dd1b;
  border-top-left-radius: 2.5rem;
}
.section--kv .kv__new-articles .swiper-button-prev,
.section--kv .kv__new-articles .swiper-button-next {
  width: 1.875rem;
  height: 1.875rem;
  background: #f2ff00;
  border-radius: 50%;
  -webkit-transition: background 0.3s, opacity 0.3s;
  transition: background 0.3s, opacity 0.3s;
}
.section--kv .kv__new-articles .swiper-button-prev::after,
.section--kv .kv__new-articles .swiper-button-next::after {
  content: none;
}
.section--kv .kv__new-articles .swiper-button-prev.swiper-button-disabled,
.section--kv .kv__new-articles .swiper-button-next.swiper-button-disabled {
  background: rgba(100, 100, 93, 0.2);
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  .section--kv .kv__new-articles .swiper-button-prev:hover,
  .section--kv .kv__new-articles .swiper-button-next:hover {
    opacity: 0.6;
  }
}
@media (hover: none) and (pointer: coarse) {
  .section--kv .kv__new-articles .swiper-button-prev:active,
  .section--kv .kv__new-articles .swiper-button-next:active {
    opacity: 0.6;
  }
}
.section--kv .kv__new-articles .js-swiper-wrap {
  position: relative;
  margin-top: 0.625rem;
}
.section--kv .kv__new-articles .swiper-button-prev {
  left: -2.375rem;
  background: url(https://image.itmedia.co.jp/aiplus/special/ai241201/iconarrowleft_1.png) center/1.5rem no-repeat #f2ff00;
}
.section--kv .kv__new-articles .swiper-button-prev.swiper-button-disabled {
  background: url(https://image.itmedia.co.jp/aiplus/special/ai241201/iconarrowleftw_1.png) center/1.5rem no-repeat rgba(100, 100, 93, 0.2);
}
.section--kv .kv__new-articles .swiper-button-next {
  right: -2.375rem;
  background: url(https://image.itmedia.co.jp/aiplus/special/ai241201/iconarrowright_1.png) center/1.5rem no-repeat #f2ff00;
}
.section--kv .kv__new-articles .swiper-button-next.swiper-button-disabled {
  background: url(https://image.itmedia.co.jp/aiplus/special/ai241201/iconarrowrightw_1.png) center/1.5rem no-repeat rgba(100, 100, 93, 0.2);
}
@media (width <= 1200px) {
  .section--kv .kv {
    display: block;
    padding: 0;
  }
  .section--kv .kv__body {
    margin: 0rem 2.5rem;
  }
  .section--kv .kv__body::after {
    right: 0;
    bottom: 0;
    width: 30.4347826087%;
    -webkit-transform: translate(7.1428571429%, -12.6373626374%);
            transform: translate(7.1428571429%, -12.6373626374%);
  }
  .section--kv .kv__desc {
    width: 72.8155339806%;
  }
  .section--kv .kv__new-articles-wrap {
    max-width: 37.5rem;
    margin-top: 2.5rem;
    margin-left: auto;
  }
}
@media screen and (width <= 800px) {
  .section--kv .kv__new-articles {
    margin-right: auto;
    margin-left: auto;
  }
  .section--kv .kv__new-articles-wrap {
    max-width: none;
    margin-left: 0;
  }
}
@media screen and (width <= 700px) {
  .section--kv .kv__title--sp {
    display: block;
  }
  .section--kv .kv__title--pc {
    display: none;
  }
}
@media screen and (width <= 760px) {
  .section--kv {
    background: url(https://image.itmedia.co.jp/aiplus/special/ai241201/mvbg02sp_1.png) top left/100% auto no-repeat, linear-gradient(293deg, #fcfdcf 19.7%, #caf8c7 80.3%);
  }
  .section--kv .kv__body {
    margin: 0rem 1.5rem;
    padding: 1.5rem;
    padding-bottom: 18.320610687vw;
  }
  .section--kv .kv__body-wrap {
    margin-bottom: 0;
    padding-bottom: 23.9185750636vw;
    background: url(https://image.itmedia.co.jp/aiplus/special/ai241201/mvbg01sp_1.png) bottom left/100% auto no-repeat;
  }
  .section--kv .kv__body::after {
    bottom: auto;
    left: 50%;
    width: 74.4927536232%;
    -webkit-transform: translate(-50%, -11.0619469027%);
            transform: translate(-50%, -11.0619469027%);
  }
  .section--kv .kv__title {
    -webkit-transform: translateX(-4%);
            transform: translateX(-4%);
  }
  .section--kv .kv__desc {
    width: auto;
  }
  .section--kv .kv__new-articles-wrap {
    margin-top: 0;
    padding: 2.5rem 1.25rem 2rem;
  }
}

.section--nav {
  padding-block: 2rem 1.5rem;
  background: #94dd1b;
}
.section--nav .content {
  max-width: 77.5rem;
}
.section--nav .nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.75rem 1fr 0.75rem 1fr 0.75rem 1fr 0.75rem 1fr;
  grid-template-columns: repeat(5, 1fr);
  grid-template-columns: repeat(auto-fit, minmax(14.875rem, 1fr));
  gap: 1.25rem 0.75rem;
}
.section--nav .nav a {
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", yugothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "揀Cリオ", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0em;
  font-weight: 700;
  display: block;
  padding: 0.75rem 1rem;
  color: #171a17;
  text-align: center;
  background: #fff;
  border: 2px solid;
  border-radius: 9999px;
  -webkit-box-shadow: 0 0 16px 0 rgba(100, 100, 93, 0.2);
          box-shadow: 0 0 16px 0 rgba(100, 100, 93, 0.2);
  -webkit-transition: background 0.3s, opacity 0.3s;
  transition: background 0.3s, opacity 0.3s;
}
.section--nav .nav a::after {
  width: 0.875rem;
  height: 0.5625rem;
  display: inline-block;
  vertical-align: top;
  background: #94dd1b;
  content: "";
  display: block;
  margin: 0.4375rem auto 0rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media (hover: hover) and (pointer: fine) {
  .section--nav .nav a:hover {
    background: #f5f3f1;
    opacity: 1;
  }
}
@media (hover: none) and (pointer: coarse) {
  .section--nav .nav a:active {
    background: #f5f3f1;
    opacity: 1;
  }
}
@media screen and (width <= 1035px) {
  .section--nav {
    display: none;
  }
}

@media screen and (width <= 760px) {
  .section--tieup .article-grid {
    margin-top: 2rem;
  }
}

.section--blog {
  background: url(https://image.itmedia.co.jp/aiplus/special/ai241201/blogbg_1.png) top left/24.375rem auto no-repeat #f5f3f1;
}
.section--blog .article-grid {
  margin-top: 2rem;
}
@media screen and (width <= 760px) {
  .section--blog {
    background: url(https://image.itmedia.co.jp/aiplus/special/ai241201/blogbg_1.png) top left/16.25rem auto no-repeat #f5f3f1;
  }
}

.section--whitepaper {
  background: url(https://image.itmedia.co.jp/aiplus/special/ai241201/wpbg_1.png) bottom left/14.8125rem auto no-repeat;
}
@media screen and (width <= 760px) {
  .section--whitepaper {
    background: none;
  }
}

.section--editorial {
  background: url(https://image.itmedia.co.jp/aiplus/special/ai241201/articlebg02_1.png) top right/28.3125rem auto no-repeat, url(https://image.itmedia.co.jp/aiplus/special/ai241201/articlebg01_1.png) center/cover no-repeat #94dd1b;
}
@media screen and (width <= 760px) {
  .section--editorial {
    background: url(https://image.itmedia.co.jp/aiplus/special/ai241201/articlebg01sp_1.png) center top/cover no-repeat #94dd1b;
  }
}

.section-news-wrap {
  padding-top: 1.875rem;
  padding-bottom: 0rem;
  position: relative;
  margin-top: -1.875rem;
}
.section-news-wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  background: url(https://image.itmedia.co.jp/aiplus/special/ai241201/newsbg_1.png) center top/100% auto no-repeat;
  content: "";
  aspect-ratio: 1440/832;
}
@media screen and (width <= 760px) {
  .section-news-wrap::before {
    background: url(https://image.itmedia.co.jp/aiplus/special/ai241201/newsbgsp_1.png) center top/100% auto no-repeat;
    aspect-ratio: 393/289;
  }
}

.section--news {
  color: #fff;
  background: rgba(23, 26, 23, 0.88);
}

.section--related .related {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  margin-top: 1.5rem;
}
.section--related .related a {
  display: block;
  overflow: hidden;
  background: #f5f3f1;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0 16px 0 rgba(100, 100, 93, 0.2);
          box-shadow: 0 0 16px 0 rgba(100, 100, 93, 0.2);
}
@media screen and (width <= 760px) {
  .section--related .related {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.section--sponsor {
  padding-bottom: 7.5rem;
  background: url(https://image.itmedia.co.jp/aiplus/special/ai241201/sponsorbg_1.png) right bottom/18.0625rem auto no-repeat;
}
.section--sponsor .section__body {
  margin-top: 1.5rem;
}
.section--sponsor .section__body > *:first-child {
  margin-top: 0 !important;
}
.section--sponsor .section__body > *:last-child {
  margin-bottom: 0 !important;
}
.section--sponsor .sponsor-category {
  font-family: "Lato", sans-serif;
  font-size: 1.375rem;
  line-height: 1.5454545455;
  letter-spacing: 0em;
  font-weight: 700;
  position: relative;
  margin-top: 1.5rem;
  padding-bottom: 0.25rem;
  padding-left: 1.5rem;
  border-bottom: 0.25rem solid #94dd1b;
}
@media screen and (width <= 760px) {
  .section--sponsor .sponsor-category {
    font-size: 1.25rem;
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.section--sponsor .sponsor-category::before {
  width: 0.5625rem;
  height: 1lh;
  display: inline-block;
  vertical-align: top;
  background: #94dd1b;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(0 calc(50% - 0.4375rem), 100% 50%, 0 calc(50% + 0.4375rem));
}
.section--sponsor .sponsor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  margin-top: 1.25rem;
}
@media screen and (width <= 760px) {
  .section--sponsor {
    background: url(https://image.itmedia.co.jp/aiplus/special/ai241201/sponsorbg_1.png) right bottom/8.3125rem auto no-repeat;
  }
  .section--sponsor .sponsor {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.5rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

.section--contact {
  padding-top: 6rem;
  padding-bottom: 6rem;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", yugothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "揀Cリオ", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.625rem;
  line-height: 1.6153846154;
  letter-spacing: 0.03em;
  font-weight: 700;
  text-align: center;
  background: #f2ff00;
}
@media screen and (width <= 760px) {
  .section--contact {
    font-size: 1.375rem;
    line-height: 1.7272727273;
    letter-spacing: 0.03em;
    font-weight: 700;
  }
}
.section--contact .btn {
  max-width: 17.5rem;
  margin: 1.5rem auto 0rem;
}

@media print {
  .sp {
    display: none;
  }
  .header {
    position: absolute;
  }
}
