@charset "Shift_JIS";
@media screen and (width > 768px) {
  .sp {
    display: none;
  }
}
@media screen and (width <= 768px) {
  .pc {
    display: none;
  }
}
:root {
  color: #000;
  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;
}

.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: 7.8125rem;
  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/bz220705/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.75rem;
  margin: 0 auto;
}
.articles__wrap {
  margin-right: -0.3125rem;
  margin-left: -0.3125rem;
  overflow: hidden;
  -webkit-transition: height 0.8s;
  transition: height 0.8s;
}
@media screen and (width > 768px) {
  .articles {
    width: 32.25rem;
  }
}
@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.375rem;
  height: 15rem;
  position: absolute;
  padding: 0.5rem;
}
.article__item a {
  display: block;
  height: 100%;
}
@media screen and (width > 768px) {
  .article__item {
    width: 16.125rem;
    height: 18.125rem;
  }
}
.article__head {
  position: relative;
}
.article__img {
  aspect-ratio: 1.4969325153;
}
.article__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article__img img {
  width: 100%;
  border: 1px solid rgba(0, 64, 160, 0.4);
}
.article__type {
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 400;
  position: absolute;
  right: 0.625rem;
  bottom: 0.625rem;
  padding: 0.5rem 0.75rem 0.625rem;
  color: #fff;
  background: rgba(0, 64, 160, 0.6);
  border: 1px solid;
  border-radius: 0.125rem;
}
.article__body {
  margin-top: 0.5rem;
}
.article__title {
  font-size: 0.9375rem;
  line-height: 1.6;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.article__new {
  font-size: 0.75rem;
  line-height: 2;
  display: inline-block;
  margin-right: 0.25rem;
  padding: 0rem 0.5rem;
  color: #fff;
  background: #0040a0;
  border-radius: 0.25rem;
}
.article__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0.5rem;
}
.article__category span {
  font-size: 0.8125rem;
  line-height: 1;
  font-weight: 400;
  display: inline-block;
  padding: 0.3125rem 0.5rem 0.375rem;
  color: #0683d6;
  border: 1px solid;
  border-radius: 9999px;
}
.article__item.--xl {
  width: 22.75rem;
  height: 30rem;
  -ms-grid-row-span: 2;
  grid-row: span 2;
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.article__item.--xl a {
  padding: 1.5rem;
  background: #fff;
  border-radius: 0.25rem;
  border-radius: 4px;
  -webkit-box-shadow: 0rem 0rem 0.625rem 0rem rgba(77, 77, 77, 0.2);
          box-shadow: 0rem 0rem 0.625rem 0rem rgba(77, 77, 77, 0.2);
}
.article__item.--xl .article__img {
  aspect-ratio: 1.1737967914;
}
.article__item.--xl .article__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article__item.--xl .article__img img {
  border: 0;
}
.article__item.--xl .article__title {
  font-size: 1.25rem;
  line-height: 1.45;
  letter-spacing: 0em;
  font-weight: 500;
  color: #0040a0;
}
@media screen and (width > 768px) {
  .article__item.--xl {
    width: 32.25rem;
    height: 36.25rem;
  }
  .article__item.--xl a {
    padding: 2rem;
  }
}
.article__item.--lg {
  width: 22.75rem;
  height: 15rem;
  -ms-grid-row-span: 1;
  grid-row: span 1;
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.article__item.--lg a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.75rem;
  padding: 1.5rem;
  background: #fff;
  border-radius: 0.25rem;
  border-radius: 4px;
  -webkit-box-shadow: 0rem 0rem 0.625rem 0rem rgba(77, 77, 77, 0.2);
          box-shadow: 0rem 0rem 0.625rem 0rem rgba(77, 77, 77, 0.2);
}
.article__item.--lg .article__head {
  -ms-flex-preferred-size: 52.9801324503%;
      flex-basis: 52.9801324503%;
}
.article__item.--lg .article__img {
  aspect-ratio: auto;
  height: 100%;
}
.article__item.--lg .article__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0;
}
.article__item.--lg .article__body {
  -ms-flex-preferred-size: 43.0463576159%;
      flex-basis: 43.0463576159%;
}
.article__item.--lg .article__title {
  font-size: 0.9375rem;
  line-height: 1.6;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (width > 768px) {
  .article__item.--lg {
    width: 32.25rem;
    height: 18.125rem;
  }
  .article__item.--lg a {
    padding: 2rem;
  }
  .article__item.--lg .article__head {
    -ms-flex-preferred-size: 50.989010989%;
        flex-basis: 50.989010989%;
  }
  .article__item.--lg .article__body {
    -ms-flex-preferred-size: 46.3736263736%;
        flex-basis: 46.3736263736%;
  }
}

.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 {
  padding: 2.5rem 0rem 0rem;
}
.article__viewmore .btn--viewmore::after {
  width: 1.375rem;
  height: 0.875rem;
  display: inline-block;
  vertical-align: top;
  background: url(https://image.itmedia.co.jp/news/special/bz220705/icontrianglebottom_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.75rem;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
  width: 100%;
  padding: 1.75rem 1rem 1.875rem;
  color: #fff;
  background: #0040a0;
  border: 0;
  border-radius: 0.25rem;
}
@media screen and (width > 768px) {
  .article__viewmore .btn--viewmore {
    font-size: 1.375rem;
    padding: 2rem 1rem 2.125rem;
  }
}

.section--mv {
  background: url(https://image.itmedia.co.jp/news/special/bz220705/mvbgsp_1.jpg) center/cover no-repeat;
}
.section--mv .mv {
  padding: 3rem 0.625rem;
}
.section--mv .mv__title .title__main {
  font-size: 4.375rem;
  line-height: 0.7714285714;
  letter-spacing: 0em;
  font-weight: 600;
  color: #1a57bd;
  font-family: "Poppins", sans-serif;
}
.section--mv .mv__title .title__sub {
  font-size: 1rem;
  line-height: 1.375;
  letter-spacing: 0em;
  font-weight: 700;
  margin-top: 1rem;
  color: #333;
}
.section--mv .mv__desc {
  font-size: 0.875rem;
  line-height: 1.8571428571;
  font-weight: 500;
  margin-top: 1.5rem;
}
.section--mv .mv__desc p {
  margin: 0;
}
@media screen and (width > 768px) {
  .section--mv {
    background: url(https://image.itmedia.co.jp/news/special/bz220705/mvbgpc_1.jpg) center/cover no-repeat;
  }
  .section--mv .mv {
    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: 1rem;
    padding: 1.5rem 0rem;
  }
  .section--mv .mv__title {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
  .section--mv .mv__title .title__main {
    font-size: 5rem;
    line-height: 0.8;
  }
  .section--mv .mv__title .title__sub {
    font-size: 1.125rem;
    line-height: 1.3333333333;
  }
  .section--mv .mv__desc {
    font-size: 1rem;
    line-height: 1.875;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-top: 0rem;
  }
}

.section--filter {
  padding: 1.25rem 0rem;
  background: #2d3d58;
}
.section--filter .filter input[type=checkbox] {
  width: 0.0625rem;
  height: 0.0625rem;
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
@media screen and (width <= 1100px) {
  .section--filter {
    max-width: calc(100% - 1.875rem);
    margin-left: auto;
  }
  .section--filter,
  .section--filter .content {
    height: 100%;
  }
  .section--filter .filter__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100%;
  }
  .section--filter .filter__list {
    border-top: 1px solid #fff;
  }
  .section--filter .filter .btn--reset,
  .section--filter .filter label {
    font-size: 0.875rem;
    line-height: 1;
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0.75rem;
    width: 100%;
    margin: 0;
    padding: 1.5rem;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    border-bottom: 1px solid;
    cursor: pointer;
    -webkit-transition: color 0.3s, opacity 0.3s;
    transition: color 0.3s, opacity 0.3s;
  }
  .section--filter .filter .btn--reset:has(:checked),
  .section--filter .filter label:has(:checked) {
    color: #2d3d58;
    background: #fff;
  }
  .section--filter .filter .btn--reset::after,
  .section--filter .filter label::after {
    width: 0.75rem;
    height: 0.75rem;
    display: inline-block;
    vertical-align: top;
    background-color: currentColor;
    content: "";
    -webkit-mask: url(https://image.itmedia.co.jp/news/special/bz220705/iconchevronright_1.png) alpha center/contain no-repeat;
            mask: url(https://image.itmedia.co.jp/news/special/bz220705/iconchevronright_1.png) alpha center/contain no-repeat;
  }
}
@media screen and (width <= 1100px) and (hover: hover) and (pointer: fine) {
  .section--filter .filter .btn--reset:hover,
  .section--filter .filter label:hover {
    opacity: 0.5 !important;
  }
}
@media screen and (width <= 1100px) and (hover: none) and (pointer: coarse) {
  .section--filter .filter .btn--reset:active,
  .section--filter .filter label:active {
    opacity: 0.5 !important;
  }
}
@media screen and (width <= 1100px) {
  .section--filter .filter:not(:has(:checked)) .btn--reset {
    color: #2d3d58;
    background: #fff;
  }
  .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: 2.5rem;
  }
  .section--filter .filter .btn--filter-action {
    font-size: 0.875rem;
    line-height: 1.4285714286;
    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: #fff;
    background: none;
    border: 1px solid;
    border-radius: 0.25rem;
  }
  .section--filter .filter .btn--filter-action[type=submit] {
    color: #2d3d58;
    background: #fff;
  }
  .section--filter .filter .btn--filter-action[type=submit]::after {
    width: 1rem;
    height: 1rem;
    display: inline-block;
    vertical-align: top;
    background-color: currentColor;
    content: "";
    -webkit-mask: url(https://image.itmedia.co.jp/news/special/bz220705/iconchevronright_1.png) alpha center/contain no-repeat;
            mask: url(https://image.itmedia.co.jp/news/special/bz220705/iconchevronright_1.png) alpha center/contain no-repeat;
  }
  .section--filter .filter .btn--filter-action[type=button]::after {
    width: 1rem;
    height: 1rem;
    display: inline-block;
    vertical-align: top;
    background-color: currentColor;
    content: "";
    -webkit-mask: url(https://image.itmedia.co.jp/news/special/bz220705/iconcross_1.png) alpha center/contain no-repeat;
            mask: url(https://image.itmedia.co.jp/news/special/bz220705/iconcross_1.png) alpha center/contain no-repeat;
  }
}
@media screen and (width > 1100px) {
  .section--filter .filter__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr 1rem 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
  .section--filter .filter .btn--reset,
  .section--filter .filter label {
    font-size: 0.875rem;
    line-height: 1;
    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.75rem;
    width: 100%;
    margin: 0;
    padding: 1rem;
    color: #fff;
    text-align: center;
    background: none;
    border: 1px solid;
    border-radius: 0.25rem;
  }
  .section--filter .filter .btn--reset:has(:checked),
  .section--filter .filter label:has(:checked) {
    color: #2d3d58;
    background: #fff;
  }
  .section--filter .filter .btn--reset::after,
  .section--filter .filter label::after {
    width: 0.75rem;
    height: 0.75rem;
    display: inline-block;
    vertical-align: top;
    background-color: currentColor;
    content: "";
    -webkit-mask: url(https://image.itmedia.co.jp/news/special/bz220705/iconchevronbottom_1.png) alpha center/contain no-repeat;
            mask: url(https://image.itmedia.co.jp/news/special/bz220705/iconchevronbottom_1.png) alpha center/contain no-repeat;
  }
  .section--filter .filter:not(:has(:checked)) .btn--reset {
    color: #2d3d58;
    background: #fff;
  }
  .section--filter .filter__action {
    display: none;
  }
}

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

.section--contact .contact__hp, .section--contact .contact__portal {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 7.5rem 1.25rem;
  color: #fff;
  text-align: center;
  background: #0040a0;
}
.section--contact .contact__title {
  font-size: 1.75rem;
  line-height: 1.3571428571;
  letter-spacing: 0em;
  font-weight: 500;
  margin-bottom: 0.625rem;
  text-align: center;
}
.section--contact .contact__text {
  font-size: 0.9375rem;
  line-height: 1.3333333333;
  letter-spacing: 0em;
  font-weight: 500;
  margin-bottom: 1.5rem;
  text-align: center;
}
.section--contact .contact__link {
  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.625rem;
  width: 100%;
  max-width: 20rem;
  margin: 0 auto;
  padding: 1rem 3rem;
  border: 1px solid #fff;
  border-radius: 0.25rem;
}
.section--contact .contact__hp .contact__link img {
  width: 9.0625rem;
  height: 1.5rem;
}
.section--contact .contact__portal {
  background: url(https://image.itmedia.co.jp/news/special/bz220705/portalbgsp_1.jpg) center/cover no-repeat #2d3d58;
}
.section--contact .contact__portal .contact__link::after {
  width: 1.25rem;
  height: 1.125rem;
  display: inline-block;
  vertical-align: top;
  background: url(https://image.itmedia.co.jp/news/special/bz220705/iconexternal_1.png) center/contain no-repeat;
  content: "";
}
@media screen and (width > 768px) {
  .section--contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section--contact .contact__hp, .section--contact .contact__portal {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    min-height: 29.25rem;
    padding: 10rem 1.25rem;
  }
  .section--contact .contact__portal {
    background: url(https://image.itmedia.co.jp/news/special/bz220705/portalbgsp_1.jpg) center/cover no-repeat #2d3d58;
  }
}

.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/bz220705/icontag_1.png) center/contain no-repeat;
  content: "";
}
.open-filter .btn--open-filter {
  padding: 1.25rem 2rem;
  color: #fff;
  background: #2d3d58;
  border: none;
  pointer-events: auto;
}
@media screen and (width <= 1100px) {
  .open-filter {
    padding-top: 2.5rem;
  }
  .open-filter .btn--open-filter {
    width: 100%;
  }
  .open-filter a.btn--open-filter {
    display: none;
  }
}
@media screen and (width > 1100px) {
  .open-filter {
    padding: 2.5rem;
    text-align: right;
  }
  .open-filter .btn--open-filter {
    border-radius: 0.25rem;
  }
  .open-filter button.btn--open-filter {
    display: none;
  }
}

@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_m {
  font-size: 1rem;
}

.fz_l {
  font-size: 1.125rem;
}

.fz_xl {
  font-size: 1.375rem;
}

.fz_xxl {
  font-size: 1.75rem;
}

.fz_10 {
  font-size: 0.625rem;
}

.fz_11 {
  font-size: 0.6875rem;
}

.fz_12 {
  font-size: 0.75rem;
}

.fz_13 {
  font-size: 0.8125rem;
}

.fz_14 {
  font-size: 0.875rem;
}

.fz_15 {
  font-size: 0.9375rem;
}

.fz_16 {
  font-size: 1rem;
}

.fz_17 {
  font-size: 1.0625rem;
}

.fz_18 {
  font-size: 1.125rem;
}

.fz_19 {
  font-size: 1.1875rem;
}

.fz_20 {
  font-size: 1.25rem;
}

.fz_22 {
  font-size: 1.375rem;
}

.fz_24 {
  font-size: 1.5rem;
}

.fz_26 {
  font-size: 1.625rem;
}

.fz_28 {
  font-size: 1.75rem;
}

.fz_30 {
  font-size: 1.875rem;
}

.fz_32 {
  font-size: 2rem;
}

.fz_34 {
  font-size: 2.125rem;
}

.fz_36 {
  font-size: 2.25rem;
}

.fz_38 {
  font-size: 2.375rem;
}

.fz_40 {
  font-size: 2.5rem;
}

.fz_42 {
  font-size: 2.625rem;
}

.fz_44 {
  font-size: 2.75rem;
}

.fz_46 {
  font-size: 2.875rem;
}

.fz_48 {
  font-size: 3rem;
}

.fz_50 {
  font-size: 3.125rem;
}

.m_0 {
  margin: 0rem;
}

.mt_0 {
  margin-top: 0rem;
}

.mr_0 {
  margin-right: 0rem;
}

.mb_0 {
  margin-bottom: 0rem;
}

.ml_0 {
  margin-left: 0rem;
}

.m_5 {
  margin: 0.3125rem;
}

.mt_5 {
  margin-top: 0.3125rem;
}

.mr_5 {
  margin-right: 0.3125rem;
}

.mb_5 {
  margin-bottom: 0.3125rem;
}

.ml_5 {
  margin-left: 0.3125rem;
}

.m_10 {
  margin: 0.625rem;
}

.mt_10 {
  margin-top: 0.625rem;
}

.mr_10 {
  margin-right: 0.625rem;
}

.mb_10 {
  margin-bottom: 0.625rem;
}

.ml_10 {
  margin-left: 0.625rem;
}

.m_15 {
  margin: 0.9375rem;
}

.mt_15 {
  margin-top: 0.9375rem;
}

.mr_15 {
  margin-right: 0.9375rem;
}

.mb_15 {
  margin-bottom: 0.9375rem;
}

.ml_15 {
  margin-left: 0.9375rem;
}

.m_20 {
  margin: 1.25rem;
}

.mt_20 {
  margin-top: 1.25rem;
}

.mr_20 {
  margin-right: 1.25rem;
}

.mb_20 {
  margin-bottom: 1.25rem;
}

.ml_20 {
  margin-left: 1.25rem;
}

.m_25 {
  margin: 1.5625rem;
}

.mt_25 {
  margin-top: 1.5625rem;
}

.mr_25 {
  margin-right: 1.5625rem;
}

.mb_25 {
  margin-bottom: 1.5625rem;
}

.ml_25 {
  margin-left: 1.5625rem;
}

.m_30 {
  margin: 1.875rem;
}

.mt_30 {
  margin-top: 1.875rem;
}

.mr_30 {
  margin-right: 1.875rem;
}

.mb_30 {
  margin-bottom: 1.875rem;
}

.ml_30 {
  margin-left: 1.875rem;
}

.m_35 {
  margin: 2.1875rem;
}

.mt_35 {
  margin-top: 2.1875rem;
}

.mr_35 {
  margin-right: 2.1875rem;
}

.mb_35 {
  margin-bottom: 2.1875rem;
}

.ml_35 {
  margin-left: 2.1875rem;
}

.m_40 {
  margin: 2.5rem;
}

.mt_40 {
  margin-top: 2.5rem;
}

.mr_40 {
  margin-right: 2.5rem;
}

.mb_40 {
  margin-bottom: 2.5rem;
}

.ml_40 {
  margin-left: 2.5rem;
}

.m_45 {
  margin: 2.8125rem;
}

.mt_45 {
  margin-top: 2.8125rem;
}

.mr_45 {
  margin-right: 2.8125rem;
}

.mb_45 {
  margin-bottom: 2.8125rem;
}

.ml_45 {
  margin-left: 2.8125rem;
}

.m_50 {
  margin: 3.125rem;
}

.mt_50 {
  margin-top: 3.125rem;
}

.mr_50 {
  margin-right: 3.125rem;
}

.mb_50 {
  margin-bottom: 3.125rem;
}

.ml_50 {
  margin-left: 3.125rem;
}

.m_55 {
  margin: 3.4375rem;
}

.mt_55 {
  margin-top: 3.4375rem;
}

.mr_55 {
  margin-right: 3.4375rem;
}

.mb_55 {
  margin-bottom: 3.4375rem;
}

.ml_55 {
  margin-left: 3.4375rem;
}

.m_60 {
  margin: 3.75rem;
}

.mt_60 {
  margin-top: 3.75rem;
}

.mr_60 {
  margin-right: 3.75rem;
}

.mb_60 {
  margin-bottom: 3.75rem;
}

.ml_60 {
  margin-left: 3.75rem;
}

.m_65 {
  margin: 4.0625rem;
}

.mt_65 {
  margin-top: 4.0625rem;
}

.mr_65 {
  margin-right: 4.0625rem;
}

.mb_65 {
  margin-bottom: 4.0625rem;
}

.ml_65 {
  margin-left: 4.0625rem;
}

.m_70 {
  margin: 4.375rem;
}

.mt_70 {
  margin-top: 4.375rem;
}

.mr_70 {
  margin-right: 4.375rem;
}

.mb_70 {
  margin-bottom: 4.375rem;
}

.ml_70 {
  margin-left: 4.375rem;
}

.m_75 {
  margin: 4.6875rem;
}

.mt_75 {
  margin-top: 4.6875rem;
}

.mr_75 {
  margin-right: 4.6875rem;
}

.mb_75 {
  margin-bottom: 4.6875rem;
}

.ml_75 {
  margin-left: 4.6875rem;
}

.m_80 {
  margin: 5rem;
}

.mt_80 {
  margin-top: 5rem;
}

.mr_80 {
  margin-right: 5rem;
}

.mb_80 {
  margin-bottom: 5rem;
}

.ml_80 {
  margin-left: 5rem;
}

.m_85 {
  margin: 5.3125rem;
}

.mt_85 {
  margin-top: 5.3125rem;
}

.mr_85 {
  margin-right: 5.3125rem;
}

.mb_85 {
  margin-bottom: 5.3125rem;
}

.ml_85 {
  margin-left: 5.3125rem;
}

.m_90 {
  margin: 5.625rem;
}

.mt_90 {
  margin-top: 5.625rem;
}

.mr_90 {
  margin-right: 5.625rem;
}

.mb_90 {
  margin-bottom: 5.625rem;
}

.ml_90 {
  margin-left: 5.625rem;
}

.m_95 {
  margin: 5.9375rem;
}

.mt_95 {
  margin-top: 5.9375rem;
}

.mr_95 {
  margin-right: 5.9375rem;
}

.mb_95 {
  margin-bottom: 5.9375rem;
}

.ml_95 {
  margin-left: 5.9375rem;
}

.m_100 {
  margin: 6.25rem;
}

.mt_100 {
  margin-top: 6.25rem;
}

.mr_100 {
  margin-right: 6.25rem;
}

.mb_100 {
  margin-bottom: 6.25rem;
}

.ml_100 {
  margin-left: 6.25rem;
}

.p_0 {
  padding: 0rem;
}

.pt_0 {
  padding-top: 0rem;
}

.pr_0 {
  padding-right: 0rem;
}

.pb_0 {
  padding-bottom: 0rem;
}

.pl_0 {
  padding-left: 0rem;
}

.p_5 {
  padding: 0.3125rem;
}

.pt_5 {
  padding-top: 0.3125rem;
}

.pr_5 {
  padding-right: 0.3125rem;
}

.pb_5 {
  padding-bottom: 0.3125rem;
}

.pl_5 {
  padding-left: 0.3125rem;
}

.p_10 {
  padding: 0.625rem;
}

.pt_10 {
  padding-top: 0.625rem;
}

.pr_10 {
  padding-right: 0.625rem;
}

.pb_10 {
  padding-bottom: 0.625rem;
}

.pl_10 {
  padding-left: 0.625rem;
}

.p_15 {
  padding: 0.9375rem;
}

.pt_15 {
  padding-top: 0.9375rem;
}

.pr_15 {
  padding-right: 0.9375rem;
}

.pb_15 {
  padding-bottom: 0.9375rem;
}

.pl_15 {
  padding-left: 0.9375rem;
}

.p_20 {
  padding: 1.25rem;
}

.pt_20 {
  padding-top: 1.25rem;
}

.pr_20 {
  padding-right: 1.25rem;
}

.pb_20 {
  padding-bottom: 1.25rem;
}

.pl_20 {
  padding-left: 1.25rem;
}

.p_25 {
  padding: 1.5625rem;
}

.pt_25 {
  padding-top: 1.5625rem;
}

.pr_25 {
  padding-right: 1.5625rem;
}

.pb_25 {
  padding-bottom: 1.5625rem;
}

.pl_25 {
  padding-left: 1.5625rem;
}

.p_30 {
  padding: 1.875rem;
}

.pt_30 {
  padding-top: 1.875rem;
}

.pr_30 {
  padding-right: 1.875rem;
}

.pb_30 {
  padding-bottom: 1.875rem;
}

.pl_30 {
  padding-left: 1.875rem;
}

.p_35 {
  padding: 2.1875rem;
}

.pt_35 {
  padding-top: 2.1875rem;
}

.pr_35 {
  padding-right: 2.1875rem;
}

.pb_35 {
  padding-bottom: 2.1875rem;
}

.pl_35 {
  padding-left: 2.1875rem;
}

.p_40 {
  padding: 2.5rem;
}

.pt_40 {
  padding-top: 2.5rem;
}

.pr_40 {
  padding-right: 2.5rem;
}

.pb_40 {
  padding-bottom: 2.5rem;
}

.pl_40 {
  padding-left: 2.5rem;
}

.p_45 {
  padding: 2.8125rem;
}

.pt_45 {
  padding-top: 2.8125rem;
}

.pr_45 {
  padding-right: 2.8125rem;
}

.pb_45 {
  padding-bottom: 2.8125rem;
}

.pl_45 {
  padding-left: 2.8125rem;
}

.p_50 {
  padding: 3.125rem;
}

.pt_50 {
  padding-top: 3.125rem;
}

.pr_50 {
  padding-right: 3.125rem;
}

.pb_50 {
  padding-bottom: 3.125rem;
}

.pl_50 {
  padding-left: 3.125rem;
}

.p_55 {
  padding: 3.4375rem;
}

.pt_55 {
  padding-top: 3.4375rem;
}

.pr_55 {
  padding-right: 3.4375rem;
}

.pb_55 {
  padding-bottom: 3.4375rem;
}

.pl_55 {
  padding-left: 3.4375rem;
}

.p_60 {
  padding: 3.75rem;
}

.pt_60 {
  padding-top: 3.75rem;
}

.pr_60 {
  padding-right: 3.75rem;
}

.pb_60 {
  padding-bottom: 3.75rem;
}

.pl_60 {
  padding-left: 3.75rem;
}

.p_65 {
  padding: 4.0625rem;
}

.pt_65 {
  padding-top: 4.0625rem;
}

.pr_65 {
  padding-right: 4.0625rem;
}

.pb_65 {
  padding-bottom: 4.0625rem;
}

.pl_65 {
  padding-left: 4.0625rem;
}

.p_70 {
  padding: 4.375rem;
}

.pt_70 {
  padding-top: 4.375rem;
}

.pr_70 {
  padding-right: 4.375rem;
}

.pb_70 {
  padding-bottom: 4.375rem;
}

.pl_70 {
  padding-left: 4.375rem;
}

.p_75 {
  padding: 4.6875rem;
}

.pt_75 {
  padding-top: 4.6875rem;
}

.pr_75 {
  padding-right: 4.6875rem;
}

.pb_75 {
  padding-bottom: 4.6875rem;
}

.pl_75 {
  padding-left: 4.6875rem;
}

.p_80 {
  padding: 5rem;
}

.pt_80 {
  padding-top: 5rem;
}

.pr_80 {
  padding-right: 5rem;
}

.pb_80 {
  padding-bottom: 5rem;
}

.pl_80 {
  padding-left: 5rem;
}

.p_85 {
  padding: 5.3125rem;
}

.pt_85 {
  padding-top: 5.3125rem;
}

.pr_85 {
  padding-right: 5.3125rem;
}

.pb_85 {
  padding-bottom: 5.3125rem;
}

.pl_85 {
  padding-left: 5.3125rem;
}

.p_90 {
  padding: 5.625rem;
}

.pt_90 {
  padding-top: 5.625rem;
}

.pr_90 {
  padding-right: 5.625rem;
}

.pb_90 {
  padding-bottom: 5.625rem;
}

.pl_90 {
  padding-left: 5.625rem;
}

.p_95 {
  padding: 5.9375rem;
}

.pt_95 {
  padding-top: 5.9375rem;
}

.pr_95 {
  padding-right: 5.9375rem;
}

.pb_95 {
  padding-bottom: 5.9375rem;
}

.pl_95 {
  padding-left: 5.9375rem;
}

.p_100 {
  padding: 6.25rem;
}

.pt_100 {
  padding-top: 6.25rem;
}

.pr_100 {
  padding-right: 6.25rem;
}

.pb_100 {
  padding-bottom: 6.25rem;
}

.pl_100 {
  padding-left: 6.25rem;
}

.trm_m > *:first-child {
  margin-top: 0 !important;
}
.trm_m > *:last-child {
  margin-bottom: 0 !important;
}