@charset "Shift_JIS";
@media screen and (width > 768px) {
  .sp {
    display: none;
  }
}
@media screen and (width <= 768px) {
  .pc {
    display: none;
  }
}
:root {
  color: #393332;
  font-size: 100%;
  font-family: "Noto Sans JP", "ŸàƒSƒVƒbƒN Medium", "ŸàƒSƒVƒbƒN‘Ì", "Yu Gothic Medium", yugothic, "ƒqƒ‰ƒMƒmŠpƒS ProN", "Hiragino Kaku Gothic ProN", "ƒƒCƒŠƒI", meiryo, "‚l‚r ‚oƒSƒVƒbƒN", "MS PGothic", sans-serif;
  line-height: 1.65;
  letter-spacing: normal;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
}

*,
*::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;
}
:where(a):link {
  color: inherit;
}
:where(a):visited {
  color: inherit;
}
:where(a):hover {
  color: inherit;
}
:where(a):active {
  color: inherit;
}
:where(a) {
  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 !important;
  }
}
@media (hover: none) and (pointer: coarse) {
  :where(a):active {
    opacity: 0.5 !important;
  }
}

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

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

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

:where(button) {
  font: inherit;
  cursor: pointer;
  -webkit-transition: color 0.3s, opacity 0.3s;
  transition: color 0.3s, opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  :where(button):hover {
    opacity: 0.5 !important;
  }
}
@media (hover: none) and (pointer: coarse) {
  :where(button):active {
    opacity: 0.5 !important;
  }
}

[aria-hidden=true] {
  display: none;
}

body {
  background: url(https://image.itmedia.co.jp/news/special/bz200706/bg_1.png) center center/cover no-repeat;
  background-attachment: fixed;
}

.content, .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.25rem;
  padding-left: 1.25rem;
}
.content--l {
  max-width: 80rem;
}
.content, .content--m {
  max-width: 80rem;
}
.content--s {
  max-width: 60rem;
}
.content--xs {
  max-width: 40rem;
}
.content--xxs {
  max-width: 25rem;
}

.header {
  padding: 1rem 0rem;
  border-bottom: 1px solid rgba(187, 189, 190, 0.4);
}
.header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
}
.header__logo-corporate {
  width: 9.0625rem;
  height: 1.3125rem;
}
.header__logo-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
.header .pr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 400;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.25rem 0.5rem 0.3125rem;
  color: #757575;
  border: 1px solid;
}
.header .nav--media {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
.header .nav--media .nav__item img {
  max-height: 2.6875rem;
}
.header .nav--media a {
  display: block;
}

.yla-overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  inset: 0;
}
.yla-active {
  position: fixed;
  inset: 0;
  z-index: 101;
}
.yla[aria-hidden=false] .yla-content {
  position: relative;
  overflow: auto;
}

body.yla-scrolllocked {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

.footer {
  font-size: 0.875rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  position: relative;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  color: #4d4d4d;
  background: #fff;
}
.footer .content {
  max-width: 67.5rem;
  padding: 0;
}
.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: 1.625rem;
  padding-top: 1.375rem;
  text-align: center;
  background: url(https://image.itmedia.co.jp/news/special/bz200706/footerline_1.png) top repeat-x;
  background-size: 0.375rem 0.0625rem;
}
.footer__copyright {
  font-size: 0.75rem;
  margin-top: 0.5rem;
}
.footer__logo img {
  width: 10.625rem;
}
.footer__logo .logo--text {
  margin-left: 0.625rem;
}
.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 0.375rem;
  content: "|";
}
@media screen and (max-width: 768px) {
  .footer {
    padding-bottom: 2.5rem;
  }
  .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 {
    text-align: left;
  }
  .footer__logo .logo--text {
    display: block;
    margin-top: 0.625rem;
    margin-left: 0;
  }
  .footer__nav {
    margin-top: 0.8125rem;
  }
}

.grid {
  position: relative;
}

.articles {
  width: 22.875rem;
  margin: 0 auto;
}
.articles__wrap {
  margin: -0.625rem -0.5rem;
  overflow: hidden;
  -webkit-transition: height 0.8s;
  transition: height 0.8s;
}
@media screen and (width > 768px) {
  .articles {
    width: 32.25rem;
  }
  .articles__wrap {
    margin: -0.625rem -0.3125rem;
  }
}
@media screen and (width > 814px) {
  .articles {
    width: 48.375rem;
  }
}
@media screen and (width > 1072px) {
  .articles {
    width: 64.5rem;
  }
}
@media screen and (width > 1330px) {
  .articles {
    width: 80.625rem;
  }
}

.article {
  display: block;
}
.article__item {
  width: 11.4375rem;
  height: 12.625rem;
  position: absolute;
  padding: 0.625rem 0.5rem;
}
.article__item a {
  display: block;
  height: 100%;
}
@media screen and (width > 768px) {
  .article__item {
    width: 16.125rem;
    height: 16.3125rem;
    padding: 0.625rem 0.3125rem;
  }
  .article__item a {
    padding: 0.3125rem;
    background: #fff;
    border-radius: 0.5rem;
  }
}
.article__head {
  position: relative;
}
.article__img {
  aspect-ratio: 1.7765957447;
}
.article__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article__img img {
  width: 100%;
}
.article__type {
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
  position: absolute;
  bottom: 0.375rem;
  left: 0.5rem;
  padding: 0.25rem 0.5rem;
  color: #fff;
  background: rgba(212, 214, 216, 0.6);
  border: 1px solid;
}
.article__body {
  margin-top: 0.3125rem;
}
.article__title {
  font-size: 0.875rem;
  line-height: 1.5714285714;
  letter-spacing: 0em;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.article__new {
  font-size: 0.75rem;
  line-height: 1.8333333333;
  display: inline-block;
  width: 3.625rem;
  margin-right: 0.25rem;
  padding: 0rem 0.25rem;
  color: #fff;
  text-align: center;
  background: #393332;
  border-radius: 0.5rem;
}
.article__category {
  font-size: 0.75rem;
  line-height: 1.3333333333;
  letter-spacing: 0em;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  margin-top: 0.3125rem;
}
.article__category span {
  color: #7f7f7f;
}
.article__category span.separator {
  margin: 0 0.25em;
  color: #393332;
}
.article__item.--lg {
  width: 22.875rem;
  height: 25.25rem;
  -ms-grid-row-span: 2;
  grid-row: span 2;
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.article__item.--lg a {
  padding: 0.625rem;
  background: #f3f4f5;
}
.article__item.--lg .article__img {
  aspect-ratio: 1.7741935484;
}
.article__item.--lg .article__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article__item.--lg .article__title {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  letter-spacing: 0em;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  margin-top: 0.3125rem;
}
.article__item.--lg .article__category {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
@media screen and (width > 768px) {
  .article__item.--lg {
    width: 32.25rem;
    height: 32.625rem;
  }
  .article__item.--lg a {
    padding: 1.25rem;
    border-radius: 0;
  }
  .article__item.--lg .article__img {
    aspect-ratio: 1.3910447761;
  }
  .article__item.--lg .article__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .article__item.--lg .article__title {
    font-size: 1.25rem;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    margin-top: 0.5rem;
  }
  .article__item.--lg .article__category {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
  }
}

.articles__empty[aria-hidden=true] {
  display: none;
}
.articles__empty[aria-hidden=false] + .articles,
.articles__empty[aria-hidden=false] + .articles--cols3,
.articles__empty[aria-hidden=false] + .articles--cols4 {
  display: none;
}

.article__viewmore {
  margin-top: 2.5rem;
}
.article__viewmore .btn--viewmore::after {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  vertical-align: top;
  background: url(https://image.itmedia.co.jp/news/special/bz200706/iconarrowbottom_1.png) center/contain no-repeat;
  content: "";
}
.article__viewmore .btn--viewmore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.9375rem;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
  width: 100%;
  height: 4.625rem;
  padding: 0.5rem;
  color: #fff;
  background: #212732;
  border: 0;
  border-radius: 999px;
}
@media screen and (width > 768px) {
  .article__viewmore {
    margin-top: 3rem;
  }
  .article__viewmore .btn--viewmore {
    height: 6.25rem;
  }
}

.section--mv {
  padding: 3.375rem 0rem 2.75rem;
  background: url(https://image.itmedia.co.jp/news/special/bz200706/mvbgsp_1.png) center/cover no-repeat #020509;
}
.section--mv .mv {
  color: #fff;
}
.section--mv .mv__title .title__main {
  font-size: 1.9375rem;
  line-height: 1.5161290323;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.section--mv .mv__desc {
  font-size: 0.875rem;
  line-height: 1.8571428571;
  letter-spacing: 0.0625rem;
  font-weight: 500;
  margin-top: 1rem;
}
.section--mv .mv__desc p {
  margin: 0;
}
@media screen and (width <= 768px) {
  .section--mv .content {
    padding-right: 1.4375rem;
    padding-left: 2.125rem;
  }
}
@media screen and (width > 768px) {
  .section--mv {
    padding: 1.9375rem 0rem;
    background: url(https://image.itmedia.co.jp/news/special/bz200706/mvbgpc_1.png) center center/auto 100% no-repeat #020509;
  }
  .section--mv .mv__title .title__main {
    font-size: 2.375rem;
    line-height: 1.3947368421;
    letter-spacing: 0.3125rem;
    font-weight: 700;
  }
  .section--mv .mv__desc {
    font-size: 1rem;
    line-height: 1.75;
    letter-spacing: 0.0625rem;
    font-weight: 500;
    margin-top: 0.75rem;
  }
}
@media screen and (width > 1314px) {
  .section--mv {
    background: url(https://image.itmedia.co.jp/news/special/bz200706/mvbgpc_1.png) center left/auto 100% no-repeat #020509;
  }
}

.section--filter .filter input[type=checkbox] {
  width: 0.0625rem;
  height: 0.0625rem;
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.section--filter .filter .btn--reset,
.section--filter .filter label {
  font-size: 0.875rem;
  line-height: 1.2142857143;
  letter-spacing: 0em;
  font-weight: 400;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.25rem;
  margin: 0;
  padding: 0.375rem 1.25rem;
  color: #393332;
  text-align: center;
  background: #fff;
  border: 1px solid #e1e1e6;
  border-radius: 1rem;
  cursor: pointer;
  -webkit-transition: color 0.3s, opacity 0.3s;
  transition: color 0.3s, opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .section--filter .filter .btn--reset:hover,
  .section--filter .filter label:hover {
    opacity: 0.5 !important;
  }
}
@media (hover: none) and (pointer: coarse) {
  .section--filter .filter .btn--reset:active,
  .section--filter .filter label:active {
    opacity: 0.5 !important;
  }
}
.section--filter .filter label::before {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  vertical-align: top;
  background: url(https://image.itmedia.co.jp/news/special/bz200706/iconchecked_1.png) center/contain no-repeat;
  content: "";
}
.section--filter .filter label:has(:checked) {
  color: #fff;
  font-weight: bold;
  background: #212732;
  border-color: #212732;
}
.section--filter .filter label:has(:checked)::before {
  background-image: url(https://image.itmedia.co.jp/news/special/bz200706/icondelete_1.png);
}
.section--filter .filter .btn--reset {
  line-height: 1.7142857143;
}
.section--filter .filter:not(:has(:checked)) .btn--reset {
  color: #fff;
  font-weight: bold;
  background: #212732;
  border-color: #212732;
}
@media screen and (width <= 1100px) {
  .section--filter {
    max-width: calc(100% - 1.875rem);
    margin-left: auto;
    padding: 1.25rem 0rem;
    background: #fff;
  }
  .section--filter {
    height: 100%;
  }
  .section--filter .filter__wrapper {
    min-height: 100%;
  }
  .section--filter .filter__list > *:first-child {
    margin-top: 0 !important;
  }
  .section--filter .filter__list > *:last-child {
    margin-bottom: 0 !important;
  }
  .section--filter .filter__list {
    display: block;
  }
  .section--filter .filter__list > :where(*) {
    margin-top: 0.75rem;
  }
  .section--filter .filter__action > *:first-child {
    margin-top: 0 !important;
  }
  .section--filter .filter__action > *:last-child {
    margin-bottom: 0 !important;
  }
  .section--filter .filter__action {
    display: block;
  }
  .section--filter .filter__action > :where(*) {
    margin-top: 1rem;
  }
  .section--filter .filter__action {
    margin-top: 1.875rem;
  }
  .section--filter .filter .btn--filter-action {
    font-size: 0.875rem;
    line-height: 1.4285714286;
    letter-spacing: 0.02em;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 1rem;
    color: #393332;
    background: none;
    border: 1px solid;
    border-radius: 999px;
  }
  .section--filter .filter .btn--filter-action[type=submit]::after {
    width: 1rem;
    height: 1rem;
    display: inline-block;
    vertical-align: top;
    background: url(https://image.itmedia.co.jp/news/special/bz200706/iconchevronrightwhite_1.png) center/contain no-repeat;
    content: "";
  }
  .section--filter .filter .btn--filter-action[type=submit] {
    color: #fff;
    background: #212732;
  }
  .section--filter .filter .btn--filter-action[type=button]::after {
    width: 1rem;
    height: 1rem;
    display: inline-block;
    vertical-align: top;
    background: url(https://image.itmedia.co.jp/news/special/bz200706/iconcross_1.png) center/contain no-repeat;
    content: "";
  }
}
@media screen and (width > 1100px) {
  .section--filter {
    margin-top: 3.25rem;
  }
  .section--filter .filter__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.9375rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section--filter .filter__action {
    display: none;
  }
}

.section--articles {
  padding: 2.5rem 0rem 0rem;
}

.section--banner {
  padding: 5rem 0rem 2.5rem;
  text-align: center;
}

.section--contact {
  padding-block: 3.625rem;
  color: #fff;
  background: #1b1b1b;
}
.section--contact .contact {
  text-align: center;
}
.section--contact .contact__text {
  font-size: 1.25rem;
  letter-spacing: 0.0625rem;
  font-weight: 500;
}
.section--contact .contact__text p {
  margin: 0;
}
.section--contact .contact__link {
  margin-top: 1.25rem;
}
.section--contact .contact__link a {
  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;
  font-size: 1.25rem;
  letter-spacing: 0.0625rem;
  font-weight: 700;
  width: 18.125rem;
  max-width: 100%;
  min-height: 4.375rem;
  padding: 1.25rem 2.5rem;
  color: #1b1b1b;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border-radius: 2.25rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .section--contact .contact__link a:hover {
    opacity: 0.5;
  }
}
@media (hover: none) and (pointer: coarse) {
  .section--contact .contact__link a:active {
    opacity: 0.5;
  }
}

.open-filter {
  position: sticky;
  bottom: 0;
  z-index: 50;
  pointer-events: none;
}
.open-filter .btn--open-filter {
  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;
  gap: 0.5rem;
}
.open-filter .btn--open-filter::before {
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  vertical-align: top;
  background: url(https://image.itmedia.co.jp/news/special/bz200706/iconfilter_1.png) center/contain no-repeat;
  content: "";
}
.open-filter .btn--open-filter {
  font-size: 1.25rem;
  line-height: 1.45;
  letter-spacing: 0em;
  font-weight: 500;
  padding: 1.25rem 2.5rem;
  color: #fff;
  background: #212732;
  border: none;
  pointer-events: auto;
}
@media screen and (width <= 1100px) {
  .open-filter {
    padding-top: 3.4375rem;
  }
  .open-filter .btn--open-filter {
    width: 100%;
  }
  .open-filter a.btn--open-filter {
    display: none;
  }
}
@media screen and (width > 1100px) {
  .open-filter {
    padding: 2rem;
    text-align: right;
  }
  .open-filter .btn--open-filter {
    border-radius: 999px;
  }
  .open-filter button.btn--open-filter {
    display: none;
  }
}

@media print {
  .sp {
    display: none;
  }
}