@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:wght@100..900&display=swap");
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  font-size: 16px;
}
html:focus-within {
  scroll-behavior: smooth;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul, dl, table {
  margin: 0;
}

body {
  background-color: #fff;
  line-height: 1.8;
  color: #1e1e33;
  font-family: "Noto Sans JP" , "ヒラギノ角ゴシック Pro" , "Hiragino Kaku Gothic Pro" , メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
a:active {
  color: inherit;
  text-decoration: none;
}
a:visited {
  color: inherit;
  text-decoration: none;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: top;
}

iframe {
  border-style: none;
}

img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

ol, ul {
  list-style: none;
  padding: 0;
}

dd {
  margin-left: 0;
}

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

.site-main__header {
  background: url("../img/bg-header.jpg") center center no-repeat;
  background-size: cover;
}
.site-main__title {
  line-height: 1.3;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 767px) {
  .site-main__header-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    min-height: 5rem;
  }
  .site-main__title {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
  }
}
@media (min-width: 768px) {
  .site-main__header-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    min-height: 9.375rem;
  }
  .site-main__title {
    font-size: 2.25rem;
    letter-spacing: 0.1em;
  }
}
@media (min-width: 992px) {
  .site-main__header-container {
    padding-right: 5rem;
    padding-left: 5rem;
  }
}

.site-header__container {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
@media (max-width: 767px) {
  .site-header__logo a {
    display: block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
  .site-header__logo img {
    width: auto;
    height: 1.25rem;
  }
}
@media (min-width: 768px) {
  .site-header__logo a {
    display: block;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .site-header__logo img {
    width: auto;
    height: 2.5rem;
  }
}
@media (min-width: 992px) {
  .site-header__container {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}

.site-footer__upper {
  position: relative;
  background-color: #f6f7f8;
}
.site-footer__lower {
  background-color: #00a0dc;
}
@media (max-width: 767px) {
  .site-footer__upper {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .site-footer__lower {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 768px) {
  .site-footer__upper {
    padding-top: 5rem;
    padding-bottom: 2.5rem;
  }
  .site-footer__lower {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}

.footer-title {
  line-height: 1.3;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 767px) {
  .footer-title {
    margin-bottom: 1.875rem;
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  .footer-title {
    margin-bottom: 2.5rem;
    font-size: 1.25rem;
  }
}

.footer-content {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
@media (min-width: 992px) {
  .footer-content__col.-col03 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 1200px) {
  .footer-content {
    display: grid;
    grid-template-columns: 15% 70% 15%;
    padding-right: 0;
    padding-left: 0;
  }
}

.footer-menu__col dd {
  margin-top: 0.7em;
  margin-bottom: 0.7em;
}
.footer-menu__col a {
  display: block;
  background: url("../img/icon-arrow-gray.svg") left 0.5em no-repeat;
  background-size: 0.45em auto;
  padding-left: 0.75em;
  line-height: 1.5;
  color: #54616c;
  text-decoration: none !important;
}
.footer-menu__col a:hover {
  text-decoration: underline !important;
}
.footer-menu__title {
  background-color: #00a0dc;
  padding: 0.5em 1em;
  line-height: 1.3;
  font-weight: bold;
  color: #fff;
  border-radius: 0.375rem;
}
@media (max-width: 767px) {
  .footer-menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .footer-menu__col {
    font-size: 0.75rem;
  }
  .footer-menu__title {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  .footer-menu {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 3%;
       -moz-column-gap: 3%;
            column-gap: 3%;
    margin-bottom: 2.5rem;
  }
  .footer-menu__col {
    font-size: 1rem;
  }
  .footer-menu__title {
    font-size: 1.125rem;
  }
}

.footer-mark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-mark a {
  display: block;
}
@media (max-width: 767px) {
  .footer-mark {
    padding-right: 0.625rem;
  }
  .footer-mark__privacy img {
    width: 4.375rem;
  }
}
@media (min-width: 768px) {
  .footer-mark {
    padding-right: 2.5rem;
  }
  .footer-mark__privacy img {
    width: 5.625rem;
  }
}

.footer-submenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-submenu a {
  display: block;
  color: #fff;
  text-decoration: none !important;
}
.footer-submenu a:hover {
  text-decoration: underline !important;
}
@media (max-width: 767px) {
  .footer-submenu {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 0.625rem;
    line-height: 1;
    font-size: 0.75rem;
  }
  .footer-submenu a {
    padding: 0.75em;
  }
}
@media (min-width: 768px) {
  .footer-submenu {
    margin-bottom: 0.625rem;
    line-height: 1;
    font-size: 0.8125rem;
  }
  .footer-submenu li {
    position: relative;
  }
  .footer-submenu li::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    width: 1px;
    height: 1em;
    background-color: #fff;
  }
  .footer-submenu li:last-child::after {
    display: none;
  }
  .footer-submenu a {
    padding: 1em;
  }
}

.footer-copyright {
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .footer-copyright {
    font-size: 0.625rem;
  }
}
@media (min-width: 768px) {
  .footer-copyright {
    font-size: 0.75rem;
  }
}

.footer-pagetop {
  position: fixed;
}
@media (max-width: 767px) {
  .footer-pagetop {
    right: 0.625rem;
    bottom: 0.625rem;
  }
  .footer-pagetop img {
    width: 2.75rem;
    height: 2.75rem;
  }
}
@media (min-width: 768px) {
  .footer-pagetop {
    right: 2.5rem;
    bottom: 2.5rem;
  }
  .footer-pagetop img {
    width: 3.125rem;
    height: 3.125rem;
  }
}

@media (max-width: 767px) {
  .section.-intro {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 768px) {
  .section.-intro {
    margin-bottom: 5rem;
  }
}

.heading-section {
  line-height: 1.3;
}
@media (max-width: 767px) {
  .heading-section {
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .heading-section {
    margin-top: 5rem;
    margin-bottom: 2.5rem;
    font-size: 2.25rem;
  }
}

@media (max-width: 767px) {
  .text-section {
    font-size: 0.875rem;
    line-height: 1.8;
  }
}
@media (min-width: 768px) {
  .text-section {
    font-size: 1rem;
    line-height: 1.8;
  }
}

.action {
  background: url("../img/bg-green.png") 0 0 repeat;
  background-size: 11.25rem auto;
  padding: 1.25rem 0;
}
.action__inner {
  position: relative;
  background-color: #fff;
  border-radius: 0.375rem;
}
.action__badge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background: url("../img/bg-badge.svg") center center no-repeat;
  background-size: 100% 100%;
  color: #ff0;
  font-weight: 900;
  aspect-ratio: 1/1;
}
.action__badge strong {
  font-size: 140%;
}
.action__text-tagline {
  line-height: 1.3;
  font-weight: 500;
}
.action__button a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  border: 1px solid #ef822d;
  background-color: #ec5228;
  padding-right: 1em;
  padding-left: 1em;
  line-height: 1.3;
  color: #fff;
  font-weight: bold;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.action__button a::before {
  content: "";
  display: inline-block;
  background: url("../img/icon-arrow.svg") 0 0 no-repeat;
  background-size: 100% 100%;
  width: 0.5em;
  aspect-ratio: 13/18;
}
@media (max-width: 991px) {
  .action {
    margin-top: 5rem;
  }
  .action__inner {
    position: relative;
    padding: 5.625rem 0.9375rem 0.9375rem 0.9375rem;
  }
  .action__badge {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 10rem;
    line-height: 1.2;
    font-size: 1.25rem;
  }
  .action__text {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .action__text-tagline {
    margin-bottom: 1em;
    line-height: 1.5;
    font-size: 1rem;
    text-align: center;
  }
  .action__text-logo {
    margin-bottom: 1.25rem;
  }
  .action__text-logo img {
    width: 100%;
  }
  .action__button a {
    height: 3.75rem;
    border-radius: 1.875rem;
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  .action__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.9375rem 1.875rem 0.9375rem 9.375rem;
  }
  .action__badge {
    position: absolute;
    top: 50%;
    left: -1.25rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 10rem;
    line-height: 1.2;
    font-size: 1.25rem;
  }
  .action__text {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .action__text-tagline {
    margin-bottom: 0.5em;
    font-size: 1.25rem;
  }
  .action__text-logo img {
    width: 85.1254480287%;
  }
  .action__button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .action__button a {
    height: 6.25rem;
    border-radius: 3.125rem;
    font-size: 1.5rem;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .action__button a:hover {
    opacity: 0.7;
  }
}

.companies {
  background-color: #edf5fb;
}
.companies__title {
  font-weight: bold;
  line-height: 1.3;
}
.companies__title::before {
  content: "";
  display: inline-block;
  background: #00a0dc;
  margin-top: -0.1em;
  margin-right: 0.25em;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .companies {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .companies__title {
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .companies {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .companies__title {
    margin-top: 5rem;
    margin-bottom: 2.5rem;
    font-size: 1.875rem;
  }
}

.companies-menu a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  border: 0.125rem solid #4055a4;
  background-color: #fff;
  padding-right: 1em;
  padding-left: 1em;
  line-height: 1.3;
  font-weight: bold;
}
.companies-menu a::before {
  content: "";
  display: inline-block;
  background: url("../img/icon-arrow-blue.svg") 0 0 no-repeat;
  background-size: 100% 100%;
  width: 0.5em;
  aspect-ratio: 13/18;
}
@media (max-width: 767px) {
  .companies-menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.25rem;
    margin-bottom: 2.5rem;
  }
  .companies-menu a {
    padding-right: 0.5em;
    padding-left: 0.5em;
    height: 3.125rem;
    font-size: 0.8125rem;
  }
}
@media (min-width: 768px) {
  .companies-menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 0.3333333333%;
       -moz-column-gap: 0.3333333333%;
            column-gap: 0.3333333333%;
    row-gap: 0.25rem;
    margin-bottom: 5rem;
  }
  .companies-menu a {
    height: 5rem;
    font-size: 1.125rem;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .companies-menu a:hover {
    opacity: 0.5;
  }
}
@media (min-width: 992px) {
  .companies-menu {
    grid-template-columns: repeat(4, 1fr);
  }
}

.company-lineup {
  background-color: #fff;
}
.company-lineup__logo {
  border: 1px solid #ccc;
}
.company-lineup__name {
  line-height: 1.3;
  font-weight: bold;
}
.company-lineup__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  border: 1px solid #374a98;
  background-color: #4055a4;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: bold;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.company-lineup__button::before {
  content: "";
  display: inline-block;
  background: url("../img/icon-mail.svg") 0 0 no-repeat;
  background-size: 100% 100%;
  width: 1.7em;
  aspect-ratio: 24/18.8;
}
.company-lineup__button:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .company-lineup {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 1.25rem;
    border-radius: 0.9375rem;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
  .company-lineup__item {
    position: relative;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    row-gap: 0.9375rem;
    padding: 0.9375rem;
  }
  .company-lineup__item::before, .company-lineup__item::after {
    content: "";
    position: absolute;
    display: block;
    background-color: #edf5fb;
  }
  .company-lineup__item::before {
    top: -0.5rem;
    left: 0;
    width: 100%;
    height: 0.125rem;
  }
  .company-lineup__item::after {
    top: 0;
    right: -0.0625rem;
    width: 0.125rem;
    height: 100%;
  }
  .company-lineup__logo {
    padding: 0.3125rem 0.625rem;
  }
  .company-lineup__name {
    font-size: 0.875rem;
  }
  .company-lineup__button {
    height: 2.5rem;
    font-size: 0.75rem;
    border-radius: 1.25rem;
  }
}
@media (min-width: 768px) {
  .company-lineup {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    border-radius: 1.5rem;
    padding: 1.5rem 2%;
  }
  .company-lineup__item {
    position: relative;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    row-gap: 0.9375rem;
    padding: 1.25rem 7.4074074074%;
  }
  .company-lineup__item::before, .company-lineup__item::after {
    content: "";
    position: absolute;
    display: block;
    background-color: #edf5fb;
  }
  .company-lineup__item::before {
    top: -0.8125rem;
    left: 0;
    width: 100%;
    height: 0.125rem;
  }
  .company-lineup__item::after {
    top: 0;
    right: -0.8125rem;
    width: 0.125rem;
    height: 100%;
  }
  .company-lineup__logo {
    padding: 0.3125rem 0.625rem;
  }
  .company-lineup__name {
    font-size: 1.125rem;
  }
  .company-lineup__button {
    height: 3.125rem;
    font-size: 0.875rem;
    border-radius: 1.5625rem;
  }
}
@media (min-width: 992px) {
  .company-lineup {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767px) {
  .company-lineup__item:nth-child(even)::after {
    display: none;
  }
  .company-lineup__item:nth-child(1)::before, .company-lineup__item:nth-child(2)::before {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .company-lineup__item:nth-child(3n)::after {
    display: none;
  }
  .company-lineup__item:nth-child(1)::before, .company-lineup__item:nth-child(2)::before, .company-lineup__item:nth-child(3)::before {
    display: none;
  }
}
@media (min-width: 992px) {
  .company-lineup__item:nth-child(4n)::after {
    display: none;
  }
  .company-lineup__item:nth-child(1)::before, .company-lineup__item:nth-child(2)::before, .company-lineup__item:nth-child(3)::before, .company-lineup__item:nth-child(4)::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .other-company {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 768px) {
  .other-company {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.other-company-lineup__logo {
  border: 1px solid #ccc;
}
.other-company-lineup__name {
  line-height: 1.3;
  font-weight: bold;
}
@media (max-width: 767px) {
  .other-company-lineup {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 0.9375rem;
       -moz-column-gap: 0.9375rem;
            column-gap: 0.9375rem;
    row-gap: 1.875rem;
  }
  .other-company-lineup__logo {
    padding: 0.3125rem 0.625rem;
  }
  .other-company-lineup__name {
    margin-top: 0.625rem;
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  .other-company-lineup {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 4.1666666667%;
       -moz-column-gap: 4.1666666667%;
            column-gap: 4.1666666667%;
    row-gap: 3.125rem;
  }
  .other-company-lineup__logo {
    padding: 0.3125rem 0.625rem;
  }
  .other-company-lineup__name {
    margin-top: 0.9375rem;
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  .other-company-lineup {
    grid-template-columns: repeat(4, 1fr);
  }
}

.fixed-banner {
  position: fixed;
  z-index: 100;
  background: url("../img/bg-green.png") center center repeat;
  background-size: 11.25rem auto;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.fixed-banner__close {
  position: absolute;
  z-index: 1;
  border: 0;
  background: none;
  padding: 0;
  aspect-ratio: 1/1;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  cursor: pointer;
}
.fixed-banner__demo {
  position: absolute;
  top: -0.625rem;
  left: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("../img/bg-fixed-banner-demo.svg") center center no-repeat;
  background-size: 100% 100%;
  line-height: 1.3;
  aspect-ratio: 294/74;
  color: #ff0;
  font-weight: 900;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.fixed-banner__inner {
  background-color: #fff;
}
.fixed-banner__text {
  margin-bottom: 0.6em;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
}
.fixed-banner__logo {
  margin-bottom: 1em;
  text-align: center;
}
.fixed-banner__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  border: 1px solid #ef822d;
  background-color: #ec5228;
  line-height: 1.3;
  color: #fff !important;
  font-weight: bold;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 1.875rem;
}
.fixed-banner__button::before {
  content: "";
  display: inline-block;
  background: url("../img/icon-arrow.svg") 0 0 no-repeat;
  background-size: 100% 100%;
  width: 0.5em;
  aspect-ratio: 13/18;
}
@media (max-width: 767px) {
  .fixed-banner {
    right: 0.625rem;
    bottom: 0.625rem;
    padding: 0.75rem;
    width: 15rem;
    max-width: 70%;
    border-radius: 0.75rem;
  }
  .fixed-banner__close {
    top: -1.25rem;
    right: -0.625rem;
    width: 2.5rem;
  }
  .fixed-banner__demo {
    width: 91.875%;
    font-size: 1.25rem;
  }
  .fixed-banner__inner {
    border-radius: 0.375rem;
    padding: 2.5rem 0.75rem 0.75rem 0.75rem;
  }
  .fixed-banner__text {
    font-size: 1rem;
  }
  .fixed-banner__logo img {
    width: 100%;
  }
  .fixed-banner__button {
    height: 3.75rem;
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .fixed-banner {
    right: 1.875rem;
    bottom: 1.875rem;
    padding: 1.5rem;
    width: 20rem;
    border-radius: 0.75rem;
  }
  .fixed-banner__close {
    top: -0.625rem;
    right: -0.625rem;
    width: 2.5rem;
  }
  .fixed-banner__demo {
    width: 91.875%;
    font-size: 1.5rem;
  }
  .fixed-banner__inner {
    border-radius: 0.375rem;
    padding: 3.125rem 0.75rem 0.75rem 0.75rem;
  }
  .fixed-banner__text {
    font-size: 1.125rem;
  }
  .fixed-banner__logo img {
    width: 100%;
  }
  .fixed-banner__button {
    height: 5rem;
    font-size: 1.25rem;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .fixed-banner__button:hover {
    opacity: 0.7;
  }
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
@media (min-width: 768px) {
  .container {
    max-width: 75rem;
  }
}
@media (min-width: 76.875rem) {
  .container {
    padding-right: 0;
    padding-left: 0;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-block {
  display: block !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-block {
    display: block !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-block {
    display: block !important;
  }
}