body {
  margin: 0;
}

.g-header *,
.g-footer * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.g-header {
  width: 100%;
  height: 46px;
  display: flex;
  align-items: center;
  padding-inline: clamp(15px, 0.4972375691px + 3.8674033149vw, 50px);
  background: #fff;
  border-bottom: 1px solid #A7A7A7;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
}
.g-header_link {
  display: flex;
  align-items: center;
}

.g-footer {
  background: #0a2653;
  padding-inline: clamp(15px, 0.4972375691px + 3.8674033149vw, 50px);
  padding-block: 16px 24px;
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  .g-footer {
    padding-top: 24px;
  }
}
.g-footer_nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  justify-content: center;
}
@media (max-width: 768px) {
  .g-footer_nav {
    gap: 10px 48px;
  }
}
.g-footer_nav-item {
  position: relative;
}
.g-footer_nav-item::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 14px;
  background: #9BABC0;
  right: -24px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
@media (max-width: 648px) {
  .g-footer_nav-item:nth-child(2)::after {
    display: none;
  }
}
.g-footer_nav-item:last-child::after {
  display: none;
}
.g-footer_nav-item a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  transition: opacity 0.3s;
}
.g-footer_nav-item a:hover {
  text-decoration: underline;
  opacity: 0.7;
}
.g-footer_copy {
  margin-top: 20px;
  padding-top: 22px;
  border-top: 1px solid #9BABC0;
  display: grid;
  text-align: center;
  row-gap: 10px;
  grid-template-columns: 1fr;
}
@media (max-width: 768px) {
  .g-footer_copy {
    padding-top: 30px;
  }
}
@media (min-width: 769px) {
  .g-footer_copy {
    gap: 0;
    grid-template-columns: auto 1fr;
    grid-template-rows: repeat(2, auto);
  }
}
.g-footer_copy-msg {
  text-align: center;
}
@media (min-width: 769px) {
  .g-footer_copy-msg {
    text-align: right;
  }
}
.g-footer_copy-msg img {
  display: inline;
}
@media (max-width: 768px) {
  .g-footer_copy-msg img {
    width: 240px;
  }
}
@media (min-width: 769px) {
  .g-footer_copy-logo {
    grid-column: 1/2;
    grid-row: 1/3;
    display: flex;
    align-items: center;
  }
}
.g-footer_copy-logo img {
  display: inline;
}
@media (max-width: 768px) {
  .g-footer_copy-logo img {
    width: 210px;
  }
}
@media (max-width: 768px) {
  .g-footer_copy-copy {
    margin-top: 20px;
  }
}
@media (min-width: 769px) {
  .g-footer_copy-copy {
    grid-column: 2/3;
    grid-row: 2/3;
    text-align: right;
  }
}
.g-footer_copy-copy small {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .g-footer_copy-copy small .copy-pc {
    display: none;
  }
}
@media (min-width: 769px) {
  .g-footer_copy-copy small .copy-br {
    display: none;
  }
}/*# sourceMappingURL=group-common.css.map */