@charset "UTF-8";
* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

body > :is(main, [class^=page-], [class*=" page-"]) {
  flex: 1;
}

body.inter-action-top-page {
  background: #f4f5f6;
  color: #1a1a1a;
  font-family: "Noto Sans JP", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease, opacity 0.3s ease;
}

p,
h1,
h2,
h3,
ul,
li {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

.content-1140 {
  width: 100%;
  max-width: calc(1140px + 40px);
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 1023px) {
  .content-1140 {
    padding: 0 24px;
  }
}
@media (max-width: 767px) {
  .content-1140 {
    padding: 0 16px;
  }
}

body.inter-action-page {
  background: #ffffff;
  color: #1a1a1a;
  font-family: "Noto Sans JP", sans-serif;
}

.white-panel {
  width: 100%;
  max-width: 1212px;
  margin: 0 auto;
  background: #ffffff;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.12);
  padding: 120px 0 60px;
}
@media (max-width: 1023px) {
  .white-panel {
    margin-top: 0;
    padding: 60px 0 40px;
  }
}
@media (max-width: 767px) {
  .white-panel {
    margin-top: 0;
    padding: 40px 0 40px;
  }
}

.two-column-layout {
  display: flex;
  gap: 30px;
}
@media (max-width: 1023px) {
  .two-column-layout {
    flex-direction: column;
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .two-column-layout {
    gap: 16px;
  }
}
.two-column-layout__main {
  flex: 1 1 auto;
  min-width: 0;
}
.two-column-layout__sidebar {
  flex: 0 0 275px;
  align-self: flex-start;
}
@media (max-width: 1023px) {
  .two-column-layout__sidebar {
    flex: none;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .two-column-layout__sidebar {
    padding: 0 16px;
  }
}

.top-nav {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: 60px;
  background: #ffffff;
}
.top-nav__inner {
  height: 100%;
  display: flex;
  align-items: center;
}
.top-nav__brand {
  flex-shrink: 0;
  text-decoration: none;
}
.top-nav__brand img {
  height: 40px;
  width: auto;
  display: block;
}
.top-nav__product {
  margin-left: 170px;
  position: relative;
}
@media (max-width: 1199px) {
  .top-nav__product {
    margin-left: 40px;
  }
}
@media (max-width: 1023px) {
  .top-nav__product {
    margin-left: 40px;
  }
}
@media (max-width: 767px) {
  .top-nav__product {
    display: none;
  }
}
@media (max-width: 1023px) {
  .top-nav {
    height: 52px;
  }
  .top-nav .top-nav__button {
    width: 110px;
    font-size: 14px;
  }
}
.top-nav__product-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
}
.top-nav__product-arrow {
  transition: transform 0.3s ease;
}
.top-nav__product--open .top-nav__product-arrow {
  transform: rotate(180deg);
}
.top-nav__product-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 8px;
  background: #ffffff;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  list-style: none;
  padding: 8px 0;
  min-width: 280px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 100;
}
.top-nav__product--open .top-nav__product-dropdown {
  display: block;
}
.top-nav__product-item {
  display: block;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  color: #1a1a1a;
  text-decoration: none;
  white-space: nowrap;
}
.top-nav__product-item:hover {
  background: #f4f5f6;
}
.top-nav__actions {
  margin-left: auto;
  display: flex;
  gap: 14px;
}
@media (max-width: 767px) {
  .top-nav__actions {
    display: none;
  }
}
.top-nav__button {
  width: 134px;
  height: 38px;
  border-radius: 19px;
  background: #002449;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease;
}
.top-nav__button:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .top-nav__button {
    width: 100px;
    height: 34px;
    font-size: 12px;
  }
}
.top-nav__hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  margin-left: auto;
  width: 40px;
  height: 40px;
  z-index: 1001;
}
@media (max-width: 767px) {
  .top-nav__hamburger {
    display: flex;
  }
}
.top-nav__hamburger-line {
  display: block;
  width: 22px;
  height: 2px;
  background: #1a1a1a;
  border-radius: 1px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.top-nav--menu-open .top-nav__hamburger-line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.top-nav--menu-open .top-nav__hamburger-line:nth-child(2) {
  opacity: 0;
}
.top-nav--menu-open .top-nav__hamburger-line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.top-nav__mobile-menu {
  display: none;
  position: fixed;
  top: 52px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  z-index: 1000;
  overflow-y: auto;
}
.top-nav--menu-open .top-nav__mobile-menu {
  display: block;
}
.top-nav__mobile-nav {
  padding: 24px;
}
.top-nav__mobile-link {
  display: block;
  padding: 16px 0;
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  text-decoration: none;
  border-bottom: 1px solid #d0d0d0;
}
.top-nav__mobile-link:last-child {
  border-bottom: none;
}
.top-nav__mobile-extra {
  border-top: 1px solid #d0d0d0;
  margin-top: 24px;
  padding: 0 24px;
}
.top-nav__mobile-extra-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.top-nav__mobile-extra-item {
  border-bottom: 1px solid #d0d0d0;
}
.top-nav__mobile-extra-item:last-child {
  border-bottom: none;
}
.top-nav__mobile-extra-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px 0;
  background: transparent;
  border: 0;
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  text-align: left;
  cursor: pointer;
  text-decoration: none;
  line-height: 1.5;
}
.top-nav__mobile-extra-title:hover {
  background-color: transparent;
  opacity: 0.7;
}
.top-nav__mobile-extra-title--link {
  cursor: pointer;
}
.top-nav__mobile-extra-icon {
  position: relative;
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
}
.top-nav__mobile-extra-icon::before, .top-nav__mobile-extra-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 1.5px;
  background: #1a1a1a;
  transform: translate(-50%, -50%);
  transition: transform 0.25s ease;
}
.top-nav__mobile-extra-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.top-nav__mobile-extra-title[aria-expanded=true] .top-nav__mobile-extra-icon::after {
  transform: translate(-50%, -50%) rotate(0);
}
.top-nav__mobile-extra-external {
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  margin-left: 8px;
  background-image: linear-gradient(45deg, transparent 45%, #1a1a1a 45%, #1a1a1a 55%, transparent 55%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border: 1.5px solid #1a1a1a;
  border-left: 0;
  border-bottom: 0;
  transform: translateY(-1px);
}
.top-nav__mobile-extra-sub {
  list-style: none;
  margin: 0 -24px 12px;
  padding: 12px 0;
  background: #f4f5f6;
}
.top-nav__mobile-extra-sub li a {
  display: block;
  padding: 12px 36px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  text-decoration: none;
  line-height: 1.6;
}
.top-nav__mobile-extra-sub li a:hover {
  color: #003990;
}

.news {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (max-width: 1023px) {
  .news {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .news {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.news h2 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1.2px;
}
@media (max-width: 767px) {
  .news h2 {
    font-size: 24px;
  }
}
.news__list {
  margin-top: 60px;
}
@media (max-width: 1023px) {
  .news__list {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .news__list {
    margin-top: 40px;
  }
}
.news__item {
  border-bottom: 1px solid #e5e5e5;
  transition: opacity 0.3s ease;
}
.news__item:hover {
  opacity: 0.7;
}
.news__item-link {
  display: flex;
  align-items: center;
  gap: 52px;
  min-height: 79px;
  text-decoration: none;
  color: inherit;
}
.news__item-link time,
.news__item-link p {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .news__item-link time,
  .news__item-link p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .news__item-link {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 16px 0;
  }
}
.news__item--empty {
  min-height: auto;
  padding: 16px 0;
  font-size: 16px;
  color: #1a1a1a;
}

.more-link {
  margin-top: 18px;
  margin-left: auto;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
  transition: opacity 0.3s ease;
}
@media (max-width: 1023px) {
  .more-link {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .more-link {
    width: 100%;
    justify-content: center;
    font-size: 12px;
  }
}
.more-link:hover {
  opacity: 0.7;
}
.more-link__arrow {
  display: inline-flex;
  align-items: center;
  gap: 1px;
  transform: translateY(1px);
}
.more-link__arrow svg {
  display: block;
  flex-shrink: 0;
}
.more-link--card {
  margin-top: 20px;
}

.glossary {
  padding-top: 48px;
}
@media (max-width: 1023px) {
  .glossary {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .glossary {
    padding-top: 32px;
  }
}
.glossary h2 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1.2px;
}
@media (max-width: 767px) {
  .glossary h2 {
    font-size: 24px;
    letter-spacing: 0.96px;
  }
}
.glossary hr {
  margin: 20px 0 0;
  border: 0;
  overflow: visible;
  border-top: 1px solid #d0d0d0;
  position: relative;
}
.glossary hr::after {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 220px;
  height: 5px;
  background: #003990;
}
.glossary__tags {
  margin-top: 48px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  max-height: 149px;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .glossary__tags {
    margin-top: 32px;
    gap: 8px 10px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.glossary__tags a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 44px;
  background-color: #eaebeb;
  padding: 6px 23px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #1a1a1a;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.3s ease;
}
.glossary__tags a:hover {
  background-color: #d0d0d0;
}
@media (max-width: 767px) {
  .glossary__tags a {
    padding: 4px 16px;
    font-size: 14px;
  }
}
.glossary__button {
  margin: 48px auto 0;
  width: 234px;
  height: 49px;
  border: 1px solid #d0d0d0;
  border-radius: 140px;
  background: #f4f5f6;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-decoration: none;
  color: #1a1a1a;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.glossary__button-icon {
  display: inline-flex;
  align-items: center;
}
.glossary__button:hover {
  background-color: #eaebeb;
}
@media (max-width: 1023px) {
  .glossary__button {
    margin-top: 64px;
  }
}
@media (max-width: 767px) {
  .glossary__button {
    margin-top: 32px;
  }
}
.glossary__empty {
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #1a1a1a;
}

.breadcrumb {
  margin-top: 12px;
  margin-bottom: 72px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.56px;
  line-height: 1.7;
}
@media (max-width: 1023px) {
  .breadcrumb {
    margin-bottom: 64px;
  }
}
@media (max-width: 767px) {
  .breadcrumb {
    margin-top: 8px;
    margin-bottom: 32px;
    font-size: 12px;
    letter-spacing: 0.48px;
  }
}
.breadcrumb a:hover {
  opacity: 0.7;
}

.sidebar {
  width: 275px;
}
@media (max-width: 1023px) {
  .sidebar {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .sidebar .sidebar__wp-card {
    width: 100%;
  }
  .sidebar .sidebar__wp-cta-btn {
    width: 100%;
  }
  .sidebar .glossary__button {
    width: 100%;
  }
}
.sidebar__section {
  margin-bottom: 48px;
}
.sidebar__title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #1a1a1a;
}
.sidebar__divider {
  height: 2px;
  background: #d0d0d0;
  margin-top: 20px;
}
.sidebar__download .sidebar__title {
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.32px;
}
.sidebar__wp-card {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sidebar__wp-card--subsequent {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid #d0d0d0;
}
.sidebar__wp-cover-img {
  width: 229px;
  height: 128px;
  object-fit: cover;
  display: block;
}
@media (max-width: 767px) {
  .sidebar__wp-cover-img {
    width: 100%;
    height: auto;
  }
}
.sidebar__wp-cover-placeholder {
  width: 229px;
  height: 128px;
  background: #d9d9d9;
  border: 1px solid #d0d0d0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  color: #8e8e8e;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .sidebar__wp-cover-placeholder {
    width: 100%;
  }
}
.sidebar__wp-title {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.7px;
  line-height: 1.33;
  color: #333;
}
.sidebar__wp-highlights {
  margin-top: 20px;
  align-self: stretch;
}
.sidebar__wp-highlights-label {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.7px;
  color: #333;
  text-align: center;
}
.sidebar__wp-highlights-label::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #d9d9d9;
  transform: rotate(180deg);
  margin-right: 6px;
}
.sidebar__wp-highlights-list {
  margin: 4px auto 0;
  padding-left: 0;
  list-style: none;
  text-align: left;
  max-width: 229px;
}
@media (max-width: 767px) {
  .sidebar__wp-highlights-list {
    max-width: 100%;
  }
}
.sidebar__wp-highlights-list li {
  position: relative;
  padding-left: 1em;
  font-size: 14px;
  letter-spacing: 0.7px;
  line-height: 1.7;
  color: #333;
}
.sidebar__wp-highlights-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1.7;
}
.sidebar__wp-cta {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sidebar__wp-cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 229px;
  height: 67px;
  border-radius: 70px;
  background: #f4f5f6;
  border: 1px solid #d0d0d0;
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
  color: #000;
  transition: background-color 0.3s ease;
}
.sidebar__wp-cta-btn:hover {
  background-color: #eaebeb;
}
.sidebar__wp-cta-note {
  margin-top: 8px;
  font-size: 12px;
  color: #333;
}
.sidebar__glossary {
  margin-top: 72px;
}
@media (max-width: 1023px) {
  .sidebar__glossary {
    margin-top: 64px;
  }
}
@media (max-width: 767px) {
  .sidebar__glossary {
    margin-top: 48px;
  }
}
.sidebar__glossary .glossary__button {
  width: 171px;
  height: 42px;
  font-size: 14px;
}
.sidebar__tag-cloud {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.sidebar__tag {
  border-radius: 44px;
  background: #eaebeb;
  padding: 2px 10px;
  font-size: 12px;
  letter-spacing: 0.48px;
  line-height: 1.7;
  color: #1a1a1a;
  transition: background-color 0.3s ease;
}
.sidebar__tag:hover {
  background-color: #d0d0d0;
}

.page-header {
  width: 100%;
  height: 280px;
  background: #d9d9d9 center/cover no-repeat;
  position: relative;
}
@media (max-width: 1023px) {
  .page-header {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .page-header {
    height: 150px;
  }
}
.page-header--blog {
  background-image: url("assets/images/header-blog.png");
}
.page-header--news {
  background-image: url("assets/images/header-news.png");
}
.page-header--contact {
  background-image: url("assets/images/header-contact.png");
}
.page-header--glossary {
  background-image: url("assets/images/header-glossary.png");
}
.page-header--whitepaper {
  background-image: url("assets/images/header-whitepaper.png");
}
.page-header--category {
  background-image: url("../images/header-category.png");
}
.page-header__title {
  position: absolute;
  left: 390px;
  top: 99px;
  font-size: 34px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 2.5px;
}
@media (max-width: 1199px) {
  .page-header__title {
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
}
@media (max-width: 1023px) {
  .page-header__title {
    top: 70px;
    font-size: 27px;
  }
}
@media (max-width: 767px) {
  .page-header__title {
    top: 50px;
    font-size: 22px;
    letter-spacing: 1.5000000004px;
  }
}

.site-footer {
  background-color: #002449;
  color: #ffffff;
  position: relative;
  padding: 80px 0 32px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .site-footer {
    padding: 24px 0 46px;
  }
}
.site-footer__container {
  width: 100%;
}
.site-footer__menu {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-bottom: 40px;
  gap: 32px 64px;
}
@media (max-width: 1199px) {
  .site-footer__menu {
    gap: 24px 40px;
  }
}
@media (max-width: 1023px) {
  .site-footer__menu {
    gap: 24px 32px;
  }
}
@media (max-width: 767px) {
  .site-footer__menu {
    display: none;
  }
}
.site-footer__block {
  flex: 0 0 auto;
  min-width: 0;
}
@media (max-width: 1023px) {
  .site-footer__block {
    flex-basis: calc((100% - 32px) / 2);
  }
}
.site-footer__block--primary {
  min-width: 160px;
}
.site-footer__block--category {
  min-width: 140px;
}
.site-footer__menutitle {
  margin-bottom: 10px;
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.57;
}
.site-footer__menutitle a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.site-footer__menutitle a:hover {
  opacity: 0.5;
}
.site-footer__menulist {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer__menulist li {
  margin-bottom: 16px;
}
.site-footer__menulist li:last-child {
  margin-bottom: 0;
}
.site-footer__menulist a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.46;
  transition: opacity 0.3s ease;
}
.site-footer__menulist a:hover {
  opacity: 0.5;
}
.site-footer__menulist--primary li {
  margin-bottom: 22px;
}
.site-footer__menulist--primary a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.57;
}
.site-footer__menulist--sub li {
  margin-bottom: 0;
}
.site-footer__menulist--sub a {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  line-height: 2.3;
}
.site-footer__menulist--sub a::before {
  content: "- ";
}
@media (max-width: 767px) {
  .site-footer__content {
    display: block;
  }
}
.site-footer__submenu {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 24px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .site-footer__submenu {
    padding-bottom: 16px;
    display: block;
  }
}
.site-footer__logo {
  display: block;
  width: 100%;
  max-width: 104px;
  transition: opacity 0.3s ease;
}
.site-footer__logo:hover {
  opacity: 0.5;
}
.site-footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .site-footer__logo {
    margin-bottom: 24px;
  }
}
.site-footer__link {
  display: flex;
}
@media (max-width: 767px) {
  .site-footer__link {
    flex-wrap: wrap;
  }
}
.site-footer__link a {
  display: inline-block;
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.66;
  color: #ffffff;
  margin-left: 24px;
  transition: opacity 0.3s ease;
}
.site-footer__link a:first-child {
  margin-left: 0;
}
.site-footer__link a:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .site-footer__link a {
    margin-left: 0;
    margin-right: 20px;
    line-height: 2;
  }
  .site-footer__link a:last-child {
    margin-right: 0;
  }
}
.site-footer__link--bottom {
  display: none;
}
.site-footer__group {
  padding-top: 32px;
}
@media (max-width: 767px) {
  .site-footer__group {
    padding-top: 16px;
  }
}
.site-footer__group-title {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin: 0 0 16px;
}
@media (max-width: 767px) {
  .site-footer__group-title {
    font-size: 14px;
    line-height: 1.43;
    margin-bottom: 8px;
  }
}
.site-footer__banners {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.site-footer__banner {
  width: 21.22807%;
  margin-right: 1.40351%;
  height: 56px;
  padding: 5px 40px;
  background-color: #ffffff;
  border-radius: 2px;
  transition: opacity 0.3s ease;
}
.site-footer__banner:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .site-footer__banner {
    width: 100%;
    margin-right: 0;
    margin-bottom: 6px;
  }
  .site-footer__banner:last-child {
    margin-bottom: 0;
  }
}
.site-footer__banner:hover {
  opacity: 1;
}
.site-footer__banner:hover .site-footer__banner-image {
  opacity: 0.5;
}
.site-footer__banner-image {
  display: block;
  width: 100%;
  max-width: 159px;
  margin: 0 auto;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: opacity 0.3s ease;
}
.site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .site-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
.site-footer__copyright {
  display: block;
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  font-size: 10px;
  letter-spacing: 0.15em;
  line-height: 1.2;
  opacity: 0.5;
  margin: 60px 0 0;
}
@media (max-width: 767px) {
  .site-footer__copyright {
    width: 100%;
    margin-top: 24px;
  }
}
.site-footer__br-mobile {
  display: none;
}
@media (max-width: 767px) {
  .site-footer__br-mobile {
    display: inline;
  }
}
