@charset "Shift_JIS";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%; /* 2 */
  text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-size: 1em; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects;
          text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
  border-bottom: none; /* 1 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-size: 1em; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  color: #000;
  background-color: #ff0;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; /* 2 */
  font-size: 100%; /* 1 */
  font-family: sans-serif; /* 1 */
  font-family: inherit;
  line-height: 1.15; /* 1 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  display: table; /* 1 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 2 */
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield; /* 1 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  font: inherit; /* 2 */
  -webkit-appearance: button;
          appearance: button; /* 1 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

@media screen and (min-width: 761px) {
  html {
    content: "pc";
  }
}
@media screen and (max-width: 760px) {
  html {
    content: "sp";
  }
}

@media screen and (min-width: 761px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 760px) {
  .pc {
    display: none;
  }
}
:root {
  height: -webkit-fill-available;
  height: -moz-available;
  height: fill-available;
  color: #1c1c1e;
  font-weight: 500;
  font-size: 100%;
  font-family: "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", yugothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: normal;
  letter-spacing: normal;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
}
@media screen and (width <= 390px) {
  :root {
    font-size: 4.1025641026vw;
  }
}

body {
  font-size: 1.0625rem;
  min-height: 100dvh;
  min-height: -webkit-fill-available;
  min-height: -moz-available;
  min-height: fill-available;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.3s, color 0.3s, background-color 0.3s;
  transition: opacity 0.3s, color 0.3s, background-color 0.3s;
}

body {
  position: relative;
  margin: 0;
}

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

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

table {
  width: 100%;
  border-collapse: collapse;
}

*:has(> wbr) {
  word-break: keep-all;
  overflow-wrap: anywhere;
}

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

.content--max, .content--xxl, .content--xl, .content--l, .content--m, .content--s, .content--xs, .content--xxs {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.content--xxl {
  max-width: 1920px;
}
.content--xl {
  max-width: 1440px;
}
.content--l {
  max-width: 1320px;
}
.content--m {
  max-width: 1200px;
}
.content--s {
  max-width: 800px;
}
.content--xs {
  max-width: 640px;
}
.content--xxs {
  max-width: 400px;
}

.header {
  position: sticky;
  top: 0;
  z-index: 15;
  padding: 1.3125rem 0;
  background: #fff;
}
.header .content {
  max-width: 76rem;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
  -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__nav {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.header__editor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header__editor .pr {
  width: 2.0625rem;
}
.header__editor a {
  width: 8.125rem;
}
.header__btn {
  display: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.header__btn .btn--menu-open {
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  background: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
}
@media (any-hover: hover) {
  .header__btn .btn--menu-open:hover {
    opacity: 0.5;
  }
}
@media (any-hover: none) {
  .header__btn .btn--menu-open:active {
    opacity: 0.5;
  }
}
.header .nav--header {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(0.90625rem, 1vw, 1rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media screen and (min-width: 1281px) {
  .header .nav--header {
    gap: 1em;
    font-size: clamp(0.90625rem, -0.5337rem + 1.7986vw, 1.0625rem);
  }
}
@media screen and (max-width: 1280px) {
  .header {
    padding: 1rem 0;
  }
  .header .nav--header {
    display: none;
  }
  .header__inner {
    gap: 1rem;
  }
  .header__editor a {
    width: 4.375rem;
  }
  .header__btn {
    display: block;
  }
}

.footer {
  font-size: 0.875rem;
  position: relative;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  color: #4d4d4d;
  background: #fff;
}
.footer .content {
  max-width: 1080px;
}
.footer__body {
  display: flexbox;
  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/ai240603/footerline_1.png) top repeat-x;
  background-size: 6px 1px;
}
.footer__copyright {
  font-size: 0.75rem;
}
.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: 1.625rem;
    padding-bottom: 1.875rem;
  }
  .footer__body {
    display: block;
    margin-left: 0;
  }
  .footer__body > * {
    -ms-flex-positive: 0;
    -webkit-box-flex: 0;
            flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: none;
    margin-left: 0;
  }
  .footer__logo .logo--text {
    display: block;
    margin-top: 10px;
    margin-left: 0;
  }
  .footer__nav {
    margin-top: 13px;
  }
}

.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(30, 30, 30, 0.7);
  -webkit-transition: none;
  transition: none;
}
.drawer__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 2.5rem;
  overflow: auto;
  color: #fff;
  background: #0267a4;
  -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__body::after {
  bottom: 0;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: max(7.6875rem, 39.6774193548%);
  margin-top: auto;
  background: url(https://image.itmedia.co.jp/aiplus/special/ai240603/menubg_1.png) center bottom/contain no-repeat;
  -webkit-transform: translate(-2.5rem, 2.5rem);
          transform: translate(-2.5rem, 2.5rem);
  content: "";
  aspect-ratio: 123/95;
}
.drawer__head {
  margin: -1.5rem -1rem 0;
  text-align: right;
}
.drawer__title {
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
  font-weight: 700;
  padding-bottom: 1rem;
  border-bottom: 1px solid;
}
.drawer__nav {
  padding: 1.25rem 0;
  border-bottom: 1px solid;
}
.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 {
  display: block;
  padding: 0.75rem 0;
}
.drawer__foot {
  margin-bottom: 2rem;
  text-align: center;
}
.drawer__foot .btn--contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: auto;
}
.drawer .btn--drawer--close {
  width: 2.75rem;
  height: 2.75rem;
  margin: 0;
  padding: 0;
  line-height: 1;
  background: none;
  border: 0;
  cursor: pointer;
}
@media (any-hover: hover) {
  .drawer .btn--drawer--close:hover {
    opacity: 0.5;
  }
}
@media (any-hover: none) {
  .drawer .btn--drawer--close:active {
    opacity: 0.5;
  }
}

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

.articles {
  position: relative;
  margin-top: -2rem;
  margin-left: -1.5rem;
}
.articles__item {
  width: 33.333%;
  padding-top: 2rem;
  padding-left: 1.5rem;
}
.articles__sizer {
  width: 33.333%;
}
@media screen and (width <= 1248px) {
  .articles__item {
    width: 50%;
    padding-top: 1.5rem;
    padding-left: 1rem;
  }
  .articles__sizer {
    width: 50%;
  }
}

.article__img {
  aspect-ratio: 4/3;
}
.article__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article__body {
  margin-top: 1rem;
}
.article__sponsor {
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
  margin-top: 0.5rem;
  color: #35b0c1;
}
.article__sponsor:empty {
  display: none;
}
.article__category {
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.5rem;
  color: #35b0c1;
}
.article__category span {
  display: block;
}
.article__category:empty, .article__category:has(span:empty) {
  display: none;
}
.article__title {
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 500;
  margin-top: 0.5rem;
}
.article:has(.article__category span:empty):has(.article__sponsor:empty) .article__body, .article:has(.article__category:empty):has(.article__sponsor:empty) .article__body {
  margin-top: 0.5rem;
}
.article.new .article__title h3::before {
  font-size: 0.875rem;
  line-height: 1.5714285714;
  font-weight: 700;
  display: inline-block;
  margin-right: 0.5em;
  padding: 0 0.5em;
  color: #fff;
  vertical-align: text-bottom;
  background: #35b0c1;
  content: "NEW";
}
@media screen and (max-width: 760px) {
  .article__body {
    margin-top: 0.5rem;
  }
  .article__title {
    font-size: 0.9375rem;
    line-height: 1.6666666667;
    font-weight: 500;
  }
}

.section--kv {
  padding: 2.5rem 0 4rem;
  background: url(https://image.itmedia.co.jp/aiplus/special/ai240603/kvbg_1.png) top center/auto max(41.875rem, 46.5277777778vw) no-repeat #35b0c1;
}
.section--kv .kv {
  font-size: 0.9375rem;
  line-height: 1.6666666667;
  letter-spacing: 0.03em;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  color: #fff;
}
.section--kv .kv > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
.section--kv .kv__title {
  margin-left: -0.75rem;
}
.section--kv .kv__body {
  margin-bottom: 1.875rem;
  margin-bottom: min(1.875rem, 2.0833333333vw);
}
@media screen and (max-width: 760px) {
  .section--kv .kv {
    font-size: 0.875rem;
    line-height: 1.7142857143;
    letter-spacing: 0.03em;
    font-weight: 500;
    display: block;
  }
  .section--kv .kv__title {
    margin: 0 -1.5rem;
  }
  .section--kv .kv__body {
    margin-bottom: 0.5rem;
  }
}
.section--kv .sponsor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4rem;
}
.section--kv .sponsor__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 11.25rem;
          flex: 0 1 11.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 4.25rem;
  text-align: center;
  background: #fff;
}
@media screen and (max-width: 760px) {
  .section--kv .sponsor {
    margin: 2.5rem 0 0;
  }
  .section--kv .sponsor__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 8.75rem;
            flex: 0 1 8.75rem;
  }
}
@media screen and (max-width: 760px) {
  .section--kv {
    padding: 2rem 0 4rem;
    background: url(https://image.itmedia.co.jp/aiplus/special/ai240603/kvbgsp_1.png) top center/100% auto no-repeat #35b0c1;
  }
}

.title--flag {
  font-size: 1.75rem;
  line-height: 1.1428571429;
  letter-spacing: 0.003em;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fffc46), color-stop(0.5rem, transparent));
  background: linear-gradient(to top, #fffc46 0, transparent 0.5rem);
}
.title--flag.flag--blue::before {
  background-image: url(https://image.itmedia.co.jp/aiplus/special/ai240603/iconflagblue_1.png);
}
.title--flag::before {
  width: 1.875rem;
  height: 1.875rem;
  display: inline-block;
  vertical-align: top;
  background: url(https://image.itmedia.co.jp/aiplus/special/ai240603/iconflagred_1.png) center/contain no-repeat;
  content: "";
  width: 1.875rem;
  height: 2rem;
}

.section--pickup {
  padding: 2.5rem;
  background: #fff;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0.25rem 0.25rem 0 rgba(30, 30, 30, 0.3);
          box-shadow: 0.25rem 0.25rem 0 rgba(30, 30, 30, 0.3);
}
.section--pickup .articles--pickup {
  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: 1.5rem;
  margin-top: 1rem;
}
.section--pickup .articles--pickup + .articles--pickup {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 0.0625rem dashed #35b0c1;
}
.section--pickup .articles--pickup .articles__item {
  width: auto;
  padding: 0;
}
.section--pickup .articles--pickup .article__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  height: 3lh;
}
@media screen and (width <= 760px) {
  .section--pickup {
    margin-top: 2.5rem;
    padding: 2rem 1.5rem;
  }
  .section--pickup .articles--pickup {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem 1rem;
    margin-top: 1rem;
  }
  .section--pickup .articles--pickup .articles__item {
    width: auto;
    padding: 0;
  }
  .section--pickup .articles--pickup .article__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    height: 3lh;
  }
}

.section--news {
  margin-top: 1.5rem;
  padding: 2.5rem;
  background: #fff;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0.25rem 0.25rem 0 rgba(30, 30, 30, 0.3);
          box-shadow: 0.25rem 0.25rem 0 rgba(30, 30, 30, 0.3);
}
.section--news .news {
  margin-top: 1rem;
}
.section--news .news__item {
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 500;
  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;
  margin: 0rem;
  padding: 1rem 0rem;
  border-bottom: 0.0625rem dashed #bebebe;
}
.section--news .news__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section--news .news__btn::after {
  width: 1rem;
  height: 1rem;
  display: inline-block;
  vertical-align: top;
  background: url(https://image.itmedia.co.jp/aiplus/special/ai240603/iconchevronright_1.png) center/contain no-repeat;
  content: "";
}
@media screen and (width <= 760px) {
  .section--news {
    margin-top: 1rem;
    padding: 2rem 1.5rem;
  }
  .section--news .news__item {
    font-size: 1rem;
    line-height: 1.75;
    font-weight: 500;
    display: block;
    padding: 1rem 0rem;
    border-bottom: 0.0625rem dashed #bebebe;
  }
  .section--news .news__btn {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    margin-top: 0.5rem;
  }
}

.section--scenario {
  padding-top: 4rem;
  padding-bottom: 5.5rem;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(53, 151, 193, 0.15)), to(rgba(53, 151, 193, 0.15))), #fff;
  background: linear-gradient(0deg, rgba(53, 151, 193, 0.15) 0%, rgba(53, 151, 193, 0.15) 100%), #fff;
}
.section--scenario .title--scenario {
  font-size: 1.75rem;
  line-height: 1.2857142857;
  letter-spacing: 0.003em;
  font-weight: 700;
  color: #003853;
  text-align: center;
}
.section--scenario .title--scenario p {
  font-size: 1.125rem;
  line-height: 1.6666666667;
  letter-spacing: 0.002em;
  font-weight: 500;
  margin-top: 0.5rem;
}
.section--scenario .scenario {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.5rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
  margin-top: 1.5rem;
}
.section--scenario .scenario__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.section--scenario .scenario__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24.1379310345%;
          flex: 0 0 24.1379310345%;
}
.section--scenario .scenario__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.section--scenario .scenario__title {
  font-size: 1.125rem;
  line-height: 1.6666666667;
  letter-spacing: 0.002em;
  font-weight: 700;
}
.section--scenario .scenario__title span {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0.5rem, #fffc46), color-stop(0.5rem, transparent));
  background: linear-gradient(to top, #fffc46 0.5rem, transparent 0.5rem);
}
.section--scenario .scenario__desc {
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 500;
  margin-top: 0.25rem;
}
@media screen and (width <= 760px) {
  .section--scenario {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .section--scenario .title--scenario {
    font-size: 1.5rem;
    line-height: 1.3333333333;
    letter-spacing: 0.003em;
    font-weight: 700;
  }
  .section--scenario .title--scenario p {
    font-size: 0.875rem;
    line-height: 1.8571428571;
    text-align: left;
  }
  .section--scenario .scenario {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
    margin-top: 1rem;
  }
  .section--scenario .scenario__item {
    gap: 0.75rem;
  }
  .section--scenario .scenario__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 4.5rem;
            flex: 0 0 4.5rem;
  }
  .section--scenario .scenario__title {
    font-size: 0.875rem;
    line-height: 1.8571428571;
  }
  .section--scenario .scenario__desc {
    font-size: 0.9375rem;
    line-height: 1.6666666667;
  }
}

.section--partner {
  padding: 4rem 0rem 5.5rem;
}
.section--partner .title--partner {
  font-size: 1.75rem;
  line-height: 1.2857142857;
  letter-spacing: 0.003em;
  font-weight: 700;
  color: #003853;
  text-align: center;
}
.section--partner .title--partner p {
  font-size: 1.125rem;
  line-height: 1.6666666667;
  letter-spacing: 0.002em;
  font-weight: 500;
  margin-top: 0.5rem;
  text-align: center;
}
.section--partner .partner-message {
  max-width: 67.5rem;
  margin: 1.5rem auto 0rem;
  padding: 1.5rem 6.25rem;
  background: url(https://image.itmedia.co.jp/aiplus/special/ai240603/iconquotel_1.png) top 0.5rem left 1rem no-repeat, url(https://image.itmedia.co.jp/aiplus/special/ai240603/iconquoter_1.png) bottom 0.5rem right 1rem no-repeat;
  background-size: 3.5rem, 3.5rem;
}
.section--partner .partner-message__body {
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 700;
  display: block;
}
.section--partner .partner-message__body > *:first-child {
  margin-top: 0 !important;
}
.section--partner .partner-message__body > *:last-child {
  margin-bottom: 0 !important;
}
.section--partner .partner-message__body > :where(*) {
  margin-top: 0.5rem;
}
.section--partner .partner-about {
  margin-top: 0.5rem;
  padding: 1.5rem 2.5rem;
  background: rgba(218, 218, 218, 0.2);
  border-radius: 0.5rem;
}
.section--partner .partner-about__title {
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 700;
}
.section--partner .partner-about__title h3 {
  display: inline;
}
.section--partner .partner-about__title::before {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  vertical-align: top;
  background: url(https://image.itmedia.co.jp/aiplus/special/ai240603/iconpen_1.png) center/contain no-repeat;
  content: "";
  height: 1lh;
}
.section--partner .partner-about__body {
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 500;
}
.section--partner .partner-about__body strong {
  font-weight: normal;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0.5rem, #fffc46), color-stop(0.5rem, transparent));
  background: linear-gradient(to top, #fffc46 0.5rem, transparent 0.5rem);
}
.section--partner .partner-about__body ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  margin-top: 0.5rem;
}
.section--partner .partner-about__body ul > *:first-child {
  margin-top: 0 !important;
}
.section--partner .partner-about__body ul > *:last-child {
  margin-bottom: 0 !important;
}
.section--partner .partner-about__body ul > :where(*) {
  margin-top: 0.25rem;
}
.section--partner .partner-about__body ul li {
  padding-left: 1.25rem;
  background: url(https://image.itmedia.co.jp/aiplus/special/ai240603/icontriangleround_1.png) left top 0.375rem/contain no-repeat;
  background-size: 0.75rem;
}
.section--partner .filter--partner {
  margin-top: 2rem;
  padding: 2rem 2.5rem;
  border: 0.0625rem solid #3597c1;
  border-radius: 0.5rem;
}
.section--partner .filter--partner__title {
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0em;
  font-weight: 700;
  color: #003853;
}
.section--partner .filter--partner__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem 1rem;
  margin-top: 0.75rem;
}
.section--partner .filter--partner label {
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0em;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 1rem;
  color: #3597c1;
  background: #fff;
  border: 0.0625rem solid;
}
.section--partner .filter--partner label:has(:checked) {
  color: #fff;
  font-weight: bold;
  background: #3597c1;
}
.section--partner .filter--partner input {
  width: 0rem;
  height: 0rem;
  position: absolute;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.section--partner .filter--partner__foot {
  margin-top: 0.5rem;
  text-align: right;
}
.section--partner .btn--reset {
  font-size: 0.9375rem;
  line-height: 1.0666666667;
  letter-spacing: 0.002em;
  padding: 0;
  color: #003853;
  background: none;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.section--partner .btn--reset span {
  display: inline-block;
  padding-bottom: 0.5rem;
  border-bottom: 0.0625rem solid;
}
.section--partner .btn--reset::before {
  width: 1rem;
  height: 1rem;
  display: inline-block;
  vertical-align: top;
  background: url(https://image.itmedia.co.jp/aiplus/special/ai240603/iconreset_1.png) center/contain no-repeat;
  content: "";
  margin-right: 0.25rem;
}
.section--partner .partner {
  margin-top: -0.5rem;
  margin-left: -1.25rem;
}
.section--partner .partner__item, .section--partner .partner__sizer {
  width: 16.6666666667%;
}
.section--partner .partner__item {
  font-size: 0.8125rem;
  padding-top: 2rem;
  padding-left: 1.25rem;
  text-align: center;
}
.section--partner .partner__item a {
  display: block;
}
.section--partner .partner__item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 180/68;
}
.section--partner .partner__name {
  margin-top: 0.5rem;
}
@media screen and (width <= 1280px) {
  .section--partner .partner__item, .section--partner .partner__sizer {
    width: 20%;
  }
}
@media screen and (width <= 1106.6666666667px) {
  .section--partner .partner__item, .section--partner .partner__sizer {
    width: 25%;
  }
}
@media screen and (width <= 933.3333333333px) {
  .section--partner .partner__item, .section--partner .partner__sizer {
    width: 33.3333333333%;
  }
}
@media screen and (width <= 760px) {
  .section--partner {
    padding: 2.5rem 0rem 5rem;
  }
  .section--partner .title--partner {
    font-size: 1.5rem;
    line-height: 1.3333333333;
    letter-spacing: 0.003em;
    font-weight: 700;
  }
  .section--partner .title--partner p {
    font-size: 0.875rem;
    line-height: 1.8571428571;
    text-align: left;
  }
  .section--partner .partner-message {
    margin: 1rem auto 0rem;
    padding: 2.5rem 0rem;
    background: url(https://image.itmedia.co.jp/aiplus/special/ai240603/iconquotel_1.png) top left no-repeat, url(https://image.itmedia.co.jp/aiplus/special/ai240603/iconquoter_1.png) bottom right no-repeat;
    background-size: 2rem, 2rem;
  }
  .section--partner .partner-message :where(p) {
    margin: 0;
  }
  .section--partner .partner-message__body {
    font-size: 0.9375rem;
    line-height: 1.6666666667;
    font-weight: 700;
    display: block;
  }
  .section--partner .partner-message__body > *:first-child {
    margin-top: 0 !important;
  }
  .section--partner .partner-message__body > *:last-child {
    margin-bottom: 0 !important;
  }
  .section--partner .partner-message__body > :where(*) {
    margin-top: 0.25rem;
  }
  .section--partner .partner-about {
    padding: 1.5rem;
  }
  .section--partner .partner-about__body {
    font-size: 0.9375rem;
    line-height: 1.6666666667;
    font-weight: 500;
  }
  .section--partner .filter--partner {
    padding: 1.5rem;
  }
  .section--partner .filter--partner__title {
    font-size: 0.9375rem;
    line-height: 1.6666666667;
    letter-spacing: 0em;
    font-weight: 700;
  }
  .section--partner .filter--partner__body {
    display: block;
    display: block;
    margin-top: 0.5rem;
  }
  .section--partner .filter--partner__body > *:first-child {
    margin-top: 0 !important;
  }
  .section--partner .filter--partner__body > *:last-child {
    margin-bottom: 0 !important;
  }
  .section--partner .filter--partner__body > :where(*) {
    margin-top: 0.625rem;
  }
  .section--partner .filter--partner label {
    font-size: 0.875rem;
    line-height: 1.6428571429;
    letter-spacing: 0em;
    font-weight: 500;
  }
  .section--partner .filter--partner input {
    width: 1.25rem;
    height: 1.25rem;
  }
  .section--partner .filter--partner input::after {
    width: 0.75rem;
    height: 0.75rem;
  }
  .section--partner .btn--reset {
    font-size: 0.875rem;
    line-height: 1.1428571429;
    letter-spacing: 0.002em;
  }
  .section--partner .partner {
    margin-top: 0rem;
    margin-left: -1.25rem;
  }
  .section--partner .partner__item, .section--partner .partner__sizer {
    width: 50%;
  }
  .section--partner .partner__item {
    font-size: 0.75rem;
    padding-top: 1.5rem;
    padding-left: 1.25rem;
  }
}

.section--banner {
  padding: 4rem 0;
  padding-bottom: max(4rem, 4.4444444444vw);
}
.section--banner .banner {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 27.3125rem;
          flex: 0 1 27.3125rem;
}
.section--banner .banner > *:first-child {
  margin-top: 0 !important;
}
.section--banner .banner > *:last-child {
  margin-bottom: 0 !important;
}
.section--banner .banner__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
.section--banner .banner__wrap::after {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  background: url(https://image.itmedia.co.jp/aiplus/special/ai240603/illust01_1.png) center/contain no-repeat;
  content: "";
}
.section--banner .banner__item {
  margin: 2rem auto 2rem 0;
}
.section--banner .banner__item a {
  display: block;
  overflow: hidden;
  background: #dcdcdc;
  border: 1px solid #98aac0;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0.25rem 0.25rem 0 rgba(30, 30, 30, 0.3);
          box-shadow: 0.25rem 0.25rem 0 rgba(30, 30, 30, 0.3);
}
.section--banner .banner__item a img {
  width: 100%;
}
@media screen and (max-width: 760px) {
  .section--banner {
    padding: 2.5rem 0 4rem;
    padding-bottom: 16.4102564103vw;
  }
  .section--banner .banner__wrap {
    display: block;
  }
  .section--banner .banner__wrap::after {
    margin-top: 2rem;
    aspect-ratio: 340/265;
  }
  .section--banner .banner__item {
    margin: 1rem 0;
  }
}

.section--articles {
  position: relative;
  padding: 5.5rem 0 7.5rem;
  padding-top: max(5.5rem, 6.1111111111vw);
  background: #dadada;
}
.section--articles::before {
  position: absolute;
  top: min(-2.5rem, -2.7777777778vw);
  left: -1px;
  display: block;
  width: max(32.5625rem, 36.1805555556vw);
  height: max(8.875rem, 9.8611111111vw);
  background: url(https://image.itmedia.co.jp/aiplus/special/ai240603/illust02_1.png) center/contain no-repeat;
  content: "";
}
@media screen and (max-width: 760px) {
  .section--articles {
    padding-top: 5rem;
    padding-top: 20.5128205128vw;
    padding-bottom: 2.5rem;
  }
  .section--articles::before {
    top: -10.2564102564vw;
    width: 74.6153846154vw;
    height: 23.5897435897vw;
    background-image: url(https://image.itmedia.co.jp/aiplus/special/ai240603/illust02sp_1.png);
  }
}

.intersection-trigger {
  position: relative;
  top: -90px;
}

.anchor,
.filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
.anchor__wrap,
.filter__wrap {
  top: 5.5rem;
  padding: 2rem 0;
  background: transparent;
}
.anchor__item,
.filter__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
@media screen and (max-width: 1280px) {
  .anchor__wrap,
  .filter__wrap {
    top: 4.875rem;
  }
}
@media screen and (max-width: 760px) {
  .anchor,
  .filter {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0.75rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }
  .anchor, .anchor__item,
  .filter,
  .filter__item {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .anchor__wrap,
  .filter__wrap {
    top: 4.875rem;
    padding: 0;
  }
}

.btn--filter {
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 1.5rem 0.75rem;
  background: #fff;
  border: 1px solid #003853;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.btn--filter.is-active {
  color: #fff;
  background: #003853;
}
.btn--filter.is-active::after {
  background-image: url(https://image.itmedia.co.jp/aiplus/special/ai240603/iconchevrondown_1.png);
}
.btn--filter::after {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(https://image.itmedia.co.jp/aiplus/special/ai240603/iconchevrondownnavy_1.png) center/contain no-repeat;
  content: "";
}
@media (any-hover: hover) {
  .btn--filter :not([disabled]):hover {
    color: #fff;
    background: #003853;
  }
  .btn--filter :not([disabled]):hover::after {
    background-image: url(https://image.itmedia.co.jp/aiplus/special/ai240603/iconchevrondown_1.png);
  }
}
@media (any-hover: none) {
  .btn--filter :not([disabled]):active {
    color: #fff;
    background: #003853;
  }
  .btn--filter :not([disabled]):active::after {
    background-image: url(https://image.itmedia.co.jp/aiplus/special/ai240603/iconchevrondown_1.png);
  }
}
.btn--filter[disabled] {
  color: #003853;
  background: #eee;
  border-color: #999;
  cursor: auto;
  opacity: 0.6;
}
@media screen and (max-width: 760px) {
  .btn--filter {
    font-size: 1rem;
    line-height: 1;
    font-weight: 700;
    padding: 1rem 0.5rem;
  }
}

.anchor {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.anchor__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.anchor a {
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 1.5rem 0.75rem;
  padding-left: 1.5rem;
  text-align: center;
  background: #fff;
  border: 1px solid #003853;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.anchor a::after {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(https://image.itmedia.co.jp/aiplus/special/ai240603/iconchevrondownnavy_1.png) center/contain no-repeat;
  content: "";
}
@media (any-hover: hover) {
  .anchor a:hover {
    color: #fff;
    background: #003853;
    opacity: 1;
  }
  .anchor a:hover::after {
    background-image: url(https://image.itmedia.co.jp/aiplus/special/ai240603/iconchevrondown_1.png);
  }
}
@media (any-hover: none) {
  .anchor a:active {
    color: #fff;
    background: #003853;
    opacity: 1;
  }
  .anchor a:active::after {
    background-image: url(https://image.itmedia.co.jp/aiplus/special/ai240603/iconchevrondown_1.png);
  }
}
@media screen and (max-width: 760px) {
  .anchor a {
    font-size: 1rem;
    line-height: 1;
    font-weight: 700;
    padding: 1rem 0.5rem;
  }
}

.group__item {
  padding: 1.75rem 0;
}
.group__head {
  font-size: 1.75rem;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 700;
  padding: 2rem 1rem;
  color: #fff;
  text-align: center;
  background: #003853;
  border-radius: 1rem 1rem 0 0;
}
.group__body {
  padding: 3.5rem 3rem;
  background: #fff;
}
.group__body .commingsoon {
  font-size: 1.625rem;
  font-weight: 700;
  color: #35b0c1;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .group__item {
    padding: 1rem 0;
  }
  .group__head {
    font-size: 1.5rem;
  }
  .group__body {
    padding: 1.5rem 2rem;
  }
}

.section--movie {
  padding: 7.5rem 0;
  background: url(https://image.itmedia.co.jp/aiplus/special/ai240603/bgmovie_1.png) center bottom/contain no-repeat #04365d;
}
.section--movie .movie {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3.5rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.5rem 3.5rem;
  max-width: 61.5rem;
  margin: 0 auto;
}
.section--movie .movie__img {
  position: relative;
}
.section--movie .movie__img img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.section--movie .movie__img::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 5rem;
  height: 5rem;
  background: url(https://image.itmedia.co.jp/aiplus/special/ai240603/iconplaycircle_1.png) center/contain no-repeat;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
}
.section--movie .movie__title {
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 500;
  margin-top: 0.5rem;
  color: #fff;
  text-align: center;
}
@media screen and (width > 1440px) {
  .section--movie {
    background-size: 90rem;
  }
}
@media screen and (max-width: 760px) {
  .section--movie {
    padding: 2.5rem 0 11.5rem;
    padding-bottom: 47.1794871795vw;
    background-image: url(https://image.itmedia.co.jp/aiplus/special/ai240603/moviebgsp_1.png);
  }
  .section--movie .movie {
    display: block;
  }
  .section--movie .movie > *:first-child {
    margin-top: 0 !important;
  }
  .section--movie .movie > *:last-child {
    margin-bottom: 0 !important;
  }
  .section--movie .movie__item {
    margin: 1.5rem 0;
  }
  .section--movie .movie__title {
    font-size: 1rem;
    line-height: 1.75;
    font-weight: 500;
    margin-top: 0.5rem;
    color: #fff;
    text-align: center;
  }
}

.section--contact {
  padding: 7.5rem 0;
  color: #fff;
  background: #35b0c1;
  background: url(https://image.itmedia.co.jp/aiplus/special/ai240603/bgcontact01_1.png) right center/660px auto no-repeat, url(https://image.itmedia.co.jp/aiplus/special/ai240603/bgcontact02_1.png) center bottom/contain no-repeat #35b0c1;
}
.section--contact .contact {
  font-size: 1.5rem;
  line-height: 1.4166666667;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 5rem;
  text-align: center;
}
@media screen and (width > 1440px) {
  .section--contact {
    background-size: 660px auto, 86.25rem auto;
  }
  .section--contact .contact {
    margin-left: min((100vw - 1400px) / 2, 18.9375rem);
  }
}
@media screen and (width <= 1440px) {
  .section--contact {
    padding-bottom: 25rem;
    background-position: right bottom 150px, left bottom;
    background-size: 660px auto, auto 8.125rem;
  }
  .section--contact .contact {
    width: auto;
    padding: 0;
  }
}
@media screen and (max-width: 760px) {
  .section--contact {
    padding: 2.5rem 0 15rem;
    padding-bottom: 61.5384615385vw;
    background: url(https://image.itmedia.co.jp/aiplus/special/ai240603/contactbgsp_1.png) center bottom/contain no-repeat #35b0c1;
  }
  .section--contact .contact {
    font-size: 1.25rem;
    line-height: 1.6;
    font-weight: 700;
    width: auto;
    padding: 0;
  }
  .section--contact .contact p {
    margin: 1rem 0;
  }
}

.btn--contact {
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 17.5rem;
  padding: 1.5rem 0.75rem;
  color: #35b0c1;
  text-align: center;
  background: #fff;
  border-radius: 0.25rem;
}
.btn--contact::after {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(https://image.itmedia.co.jp/aiplus/special/ai240603/iconsend_1.png) center/contain no-repeat;
  content: "";
}

@media print {
  .sp {
    display: none;
  }
}
/* ---------- ---------- ---------- ---------- ---------- */
.d_ib {
  display: inline-block !important;
}
.d_b {
  display: block !important;
}

/* ---------- ---------- ---------- ---------- ---------- */
.fl_l {
  float: left;
}
.fl_r {
  float: right;
}

/* ---------- ---------- ---------- ---------- ---------- */
.ta_r {
  text-align: right;
}
.ta_c {
  text-align: center;
}
.ta_l {
  text-align: left;
}

/* ---------- ---------- ---------- ---------- ---------- */
.fw_100 {
  font-weight: 100;
}
.fw_200 {
  font-weight: 200;
}
.fw_300 {
  font-weight: 300;
}
.fw_400 {
  font-weight: 400;
}
.fw_500 {
  font-weight: 500;
}
.fw_600 {
  font-weight: 600;
}
.fw_700 {
  font-weight: 700;
}
.fw_800 {
  font-weight: 800;
}
.fw_900 {
  font-weight: 900;
}
.fw_n {
  font-weight: normal;
}
.fw_b {
  font-weight: bold;
}

/* ---------- ---------- ---------- ---------- ---------- */
.fz_xxs {
  font-size: 0.625rem;
}

.fz_xs {
  font-size: 0.75rem;
}

.fz_s {
  font-size: 0.875rem;
}

.fz_l {
  font-size: 1.125rem;
}

.fz_xl {
  font-size: 1.375rem;
}

.fz_xxl {
  font-size: 1.75rem;
}

.fz_10 {
  font-size: 10px;
}

.fz_11 {
  font-size: 11px;
}

.fz_12 {
  font-size: 12px;
}

.fz_13 {
  font-size: 13px;
}

.fz_14 {
  font-size: 14px;
}

.fz_15 {
  font-size: 15px;
}

.fz_16 {
  font-size: 16px;
}

.fz_17 {
  font-size: 17px;
}

.fz_18 {
  font-size: 18px;
}

.fz_19 {
  font-size: 19px;
}

.fz_20 {
  font-size: 20px;
}

.fz_22 {
  font-size: 22px;
}

.fz_24 {
  font-size: 24px;
}

.fz_26 {
  font-size: 26px;
}

.fz_28 {
  font-size: 28px;
}

.fz_30 {
  font-size: 30px;
}

.fz_32 {
  font-size: 32px;
}

.fz_34 {
  font-size: 34px;
}

.fz_36 {
  font-size: 36px;
}

.fz_38 {
  font-size: 38px;
}

.fz_40 {
  font-size: 40px;
}

.fz_42 {
  font-size: 42px;
}

.fz_44 {
  font-size: 44px;
}

.fz_46 {
  font-size: 46px;
}

.fz_48 {
  font-size: 48px;
}

.fz_50 {
  font-size: 50px;
}

/* ---------- ---------- ---------- ---------- ---------- */
.m_0 {
  margin: 0px;
}

.mt_0 {
  margin-top: 0px;
}

.mr_0 {
  margin-right: 0px;
}

.mb_0 {
  margin-bottom: 0px;
}

.ml_0 {
  margin-left: 0px;
}

.m_5 {
  margin: 5px;
}

.mt_5 {
  margin-top: 5px;
}

.mr_5 {
  margin-right: 5px;
}

.mb_5 {
  margin-bottom: 5px;
}

.ml_5 {
  margin-left: 5px;
}

.m_10 {
  margin: 10px;
}

.mt_10 {
  margin-top: 10px;
}

.mr_10 {
  margin-right: 10px;
}

.mb_10 {
  margin-bottom: 10px;
}

.ml_10 {
  margin-left: 10px;
}

.m_15 {
  margin: 15px;
}

.mt_15 {
  margin-top: 15px;
}

.mr_15 {
  margin-right: 15px;
}

.mb_15 {
  margin-bottom: 15px;
}

.ml_15 {
  margin-left: 15px;
}

.m_20 {
  margin: 20px;
}

.mt_20 {
  margin-top: 20px;
}

.mr_20 {
  margin-right: 20px;
}

.mb_20 {
  margin-bottom: 20px;
}

.ml_20 {
  margin-left: 20px;
}

.m_25 {
  margin: 25px;
}

.mt_25 {
  margin-top: 25px;
}

.mr_25 {
  margin-right: 25px;
}

.mb_25 {
  margin-bottom: 25px;
}

.ml_25 {
  margin-left: 25px;
}

.m_30 {
  margin: 30px;
}

.mt_30 {
  margin-top: 30px;
}

.mr_30 {
  margin-right: 30px;
}

.mb_30 {
  margin-bottom: 30px;
}

.ml_30 {
  margin-left: 30px;
}

.m_35 {
  margin: 35px;
}

.mt_35 {
  margin-top: 35px;
}

.mr_35 {
  margin-right: 35px;
}

.mb_35 {
  margin-bottom: 35px;
}

.ml_35 {
  margin-left: 35px;
}

.m_40 {
  margin: 40px;
}

.mt_40 {
  margin-top: 40px;
}

.mr_40 {
  margin-right: 40px;
}

.mb_40 {
  margin-bottom: 40px;
}

.ml_40 {
  margin-left: 40px;
}

.m_45 {
  margin: 45px;
}

.mt_45 {
  margin-top: 45px;
}

.mr_45 {
  margin-right: 45px;
}

.mb_45 {
  margin-bottom: 45px;
}

.ml_45 {
  margin-left: 45px;
}

.m_50 {
  margin: 50px;
}

.mt_50 {
  margin-top: 50px;
}

.mr_50 {
  margin-right: 50px;
}

.mb_50 {
  margin-bottom: 50px;
}

.ml_50 {
  margin-left: 50px;
}

.m_55 {
  margin: 55px;
}

.mt_55 {
  margin-top: 55px;
}

.mr_55 {
  margin-right: 55px;
}

.mb_55 {
  margin-bottom: 55px;
}

.ml_55 {
  margin-left: 55px;
}

.m_60 {
  margin: 60px;
}

.mt_60 {
  margin-top: 60px;
}

.mr_60 {
  margin-right: 60px;
}

.mb_60 {
  margin-bottom: 60px;
}

.ml_60 {
  margin-left: 60px;
}

.m_65 {
  margin: 65px;
}

.mt_65 {
  margin-top: 65px;
}

.mr_65 {
  margin-right: 65px;
}

.mb_65 {
  margin-bottom: 65px;
}

.ml_65 {
  margin-left: 65px;
}

.m_70 {
  margin: 70px;
}

.mt_70 {
  margin-top: 70px;
}

.mr_70 {
  margin-right: 70px;
}

.mb_70 {
  margin-bottom: 70px;
}

.ml_70 {
  margin-left: 70px;
}

.m_75 {
  margin: 75px;
}

.mt_75 {
  margin-top: 75px;
}

.mr_75 {
  margin-right: 75px;
}

.mb_75 {
  margin-bottom: 75px;
}

.ml_75 {
  margin-left: 75px;
}

.m_80 {
  margin: 80px;
}

.mt_80 {
  margin-top: 80px;
}

.mr_80 {
  margin-right: 80px;
}

.mb_80 {
  margin-bottom: 80px;
}

.ml_80 {
  margin-left: 80px;
}

.m_85 {
  margin: 85px;
}

.mt_85 {
  margin-top: 85px;
}

.mr_85 {
  margin-right: 85px;
}

.mb_85 {
  margin-bottom: 85px;
}

.ml_85 {
  margin-left: 85px;
}

.m_90 {
  margin: 90px;
}

.mt_90 {
  margin-top: 90px;
}

.mr_90 {
  margin-right: 90px;
}

.mb_90 {
  margin-bottom: 90px;
}

.ml_90 {
  margin-left: 90px;
}

.m_95 {
  margin: 95px;
}

.mt_95 {
  margin-top: 95px;
}

.mr_95 {
  margin-right: 95px;
}

.mb_95 {
  margin-bottom: 95px;
}

.ml_95 {
  margin-left: 95px;
}

.m_100 {
  margin: 100px;
}

.mt_100 {
  margin-top: 100px;
}

.mr_100 {
  margin-right: 100px;
}

.mb_100 {
  margin-bottom: 100px;
}

.ml_100 {
  margin-left: 100px;
}

/* ---------- ---------- ---------- ---------- ---------- */
.p_0 {
  padding: 0px;
}

.pt_0 {
  padding-top: 0px;
}

.pr_0 {
  padding-right: 0px;
}

.pb_0 {
  padding-bottom: 0px;
}

.pl_0 {
  padding-left: 0px;
}

.p_5 {
  padding: 5px;
}

.pt_5 {
  padding-top: 5px;
}

.pr_5 {
  padding-right: 5px;
}

.pb_5 {
  padding-bottom: 5px;
}

.pl_5 {
  padding-left: 5px;
}

.p_10 {
  padding: 10px;
}

.pt_10 {
  padding-top: 10px;
}

.pr_10 {
  padding-right: 10px;
}

.pb_10 {
  padding-bottom: 10px;
}

.pl_10 {
  padding-left: 10px;
}

.p_15 {
  padding: 15px;
}

.pt_15 {
  padding-top: 15px;
}

.pr_15 {
  padding-right: 15px;
}

.pb_15 {
  padding-bottom: 15px;
}

.pl_15 {
  padding-left: 15px;
}

.p_20 {
  padding: 20px;
}

.pt_20 {
  padding-top: 20px;
}

.pr_20 {
  padding-right: 20px;
}

.pb_20 {
  padding-bottom: 20px;
}

.pl_20 {
  padding-left: 20px;
}

.p_25 {
  padding: 25px;
}

.pt_25 {
  padding-top: 25px;
}

.pr_25 {
  padding-right: 25px;
}

.pb_25 {
  padding-bottom: 25px;
}

.pl_25 {
  padding-left: 25px;
}

.p_30 {
  padding: 30px;
}

.pt_30 {
  padding-top: 30px;
}

.pr_30 {
  padding-right: 30px;
}

.pb_30 {
  padding-bottom: 30px;
}

.pl_30 {
  padding-left: 30px;
}

.p_35 {
  padding: 35px;
}

.pt_35 {
  padding-top: 35px;
}

.pr_35 {
  padding-right: 35px;
}

.pb_35 {
  padding-bottom: 35px;
}

.pl_35 {
  padding-left: 35px;
}

.p_40 {
  padding: 40px;
}

.pt_40 {
  padding-top: 40px;
}

.pr_40 {
  padding-right: 40px;
}

.pb_40 {
  padding-bottom: 40px;
}

.pl_40 {
  padding-left: 40px;
}

.p_45 {
  padding: 45px;
}

.pt_45 {
  padding-top: 45px;
}

.pr_45 {
  padding-right: 45px;
}

.pb_45 {
  padding-bottom: 45px;
}

.pl_45 {
  padding-left: 45px;
}

.p_50 {
  padding: 50px;
}

.pt_50 {
  padding-top: 50px;
}

.pr_50 {
  padding-right: 50px;
}

.pb_50 {
  padding-bottom: 50px;
}

.pl_50 {
  padding-left: 50px;
}

.p_55 {
  padding: 55px;
}

.pt_55 {
  padding-top: 55px;
}

.pr_55 {
  padding-right: 55px;
}

.pb_55 {
  padding-bottom: 55px;
}

.pl_55 {
  padding-left: 55px;
}

.p_60 {
  padding: 60px;
}

.pt_60 {
  padding-top: 60px;
}

.pr_60 {
  padding-right: 60px;
}

.pb_60 {
  padding-bottom: 60px;
}

.pl_60 {
  padding-left: 60px;
}

.p_65 {
  padding: 65px;
}

.pt_65 {
  padding-top: 65px;
}

.pr_65 {
  padding-right: 65px;
}

.pb_65 {
  padding-bottom: 65px;
}

.pl_65 {
  padding-left: 65px;
}

.p_70 {
  padding: 70px;
}

.pt_70 {
  padding-top: 70px;
}

.pr_70 {
  padding-right: 70px;
}

.pb_70 {
  padding-bottom: 70px;
}

.pl_70 {
  padding-left: 70px;
}

.p_75 {
  padding: 75px;
}

.pt_75 {
  padding-top: 75px;
}

.pr_75 {
  padding-right: 75px;
}

.pb_75 {
  padding-bottom: 75px;
}

.pl_75 {
  padding-left: 75px;
}

.p_80 {
  padding: 80px;
}

.pt_80 {
  padding-top: 80px;
}

.pr_80 {
  padding-right: 80px;
}

.pb_80 {
  padding-bottom: 80px;
}

.pl_80 {
  padding-left: 80px;
}

.p_85 {
  padding: 85px;
}

.pt_85 {
  padding-top: 85px;
}

.pr_85 {
  padding-right: 85px;
}

.pb_85 {
  padding-bottom: 85px;
}

.pl_85 {
  padding-left: 85px;
}

.p_90 {
  padding: 90px;
}

.pt_90 {
  padding-top: 90px;
}

.pr_90 {
  padding-right: 90px;
}

.pb_90 {
  padding-bottom: 90px;
}

.pl_90 {
  padding-left: 90px;
}

.p_95 {
  padding: 95px;
}

.pt_95 {
  padding-top: 95px;
}

.pr_95 {
  padding-right: 95px;
}

.pb_95 {
  padding-bottom: 95px;
}

.pl_95 {
  padding-left: 95px;
}

.p_100 {
  padding: 100px;
}

.pt_100 {
  padding-top: 100px;
}

.pr_100 {
  padding-right: 100px;
}

.pb_100 {
  padding-bottom: 100px;
}

.pl_100 {
  padding-left: 100px;
}