@charset "UTF-8";

:root {
  --primary-color: #002255;
  --primary-darker-color: #071529;
  --background-darker-color: #e3e3e3;
  --section-space: 80px;
  --block-space: 40px;
  --element-space: 30px;
}
body {
  font-family: "Noto Sans JP", メイリオ, Meiryo, "ＭＳ Ｐゴシック", Roboto, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, sans-serif !important;
  -webkit-font-smoothing: antialiased
}
.registerAchievements_inner {
  width: auto;
  padding: 0 20px;
}
.register_topArea {
  width: 100%;
}
.bg-dark {
  width: 375px;
  height: 160px;
  background: linear-gradient(157deg, rgba(51, 3, 0, .2) 0%, rgba(51, 3, 0, .2) 50%, transparent 50%, transparent 100%);
  position: absolute;
  top: 0;
  z-index: -1;
}
.bg-light {
  width: 510px;
  height: 305px;
  background: linear-gradient(330deg, rgba(255, 255, 255, .1) 0%, rgba(255, 255, 255, .1) 50%, transparent 50%, transparent 100%);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
footer:not(.entry-footer) {
  color: #fff;
  background: linear-gradient(to right bottom, var(--primary-color), var(--primary-darker-color));
  position: relative;
  z-index: 0;
  padding: var(--block-space) 0;
}
footer p {
  line-height: 1.7;
}
footer a {
  text-decoration: none !important;
  &:hover {
    opacity: .6;
    transition: .5s;
  }
}
.footer-main {
  display: flex;
  justify-content: space-between;
  .footer-inner+.footer-inner {
    margin-top: 5rem;
  }
  & p {
    margin-bottom: 2rem;
    font-weight: bold;
  }
  & a {
    color: var(--background-darker-color);
    text-decoration: none !important;
    display: block;

    &+a {
      margin-top: 1rem;
    }
  }
}
#sectionFooterLinks {
  padding: var(--element-space) 0;
  padding-bottom: var(--section-space);
  color: #fff;
  background: var(--primary-darker-color);
}
.footer-logo {
  width: 156px;
  padding: 1.5rem;
  background: #fff;
  margin: auto;
  margin-bottom: 33px;
}
.footer-logo img {
  width: 100%;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
}
.footer-links div {
  width: 50%;
  margin-bottom: 3rem;
  padding-right: 2rem;
}
.footer-links a {
  padding-right: 3rem;
  text-decoration: none !important;
  display: block;
  background-image: url(../../../img/ico-arrow-white.webp);
  background-repeat: no-repeat;
  background-position: center right;
}
@media screen and (min-width: 768px) {
  .footer-bottom {
    display: flex;
    align-items: center;
  }
  .footer-logo {
    margin: 0 3.5rem 0 0;
  }
  .footer-links {
    & div {
      width: auto;
      margin-bottom: 1rem;
      padding: 0;
    }
    & a {
      padding-right: 1.5rem;
      display: inline-block;
      background: none;
    }
  }
}
@media screen and (min-width: 992px) {
  .footer-logo {
    width: 20%;
  }
}
@media screen and (min-width: 1360px) {
  .registerAchievements_inner {
    width: 1360px !important;
    padding: 0;
  }
  .footer-logo {
    width: 10%;
  }
}
@media only screen and (max-width: 1024px) {
  html {
    -webkit-text-size-adjust: 100%;
  }
}
@media only screen and (max-width: 599px) {
  html {
    font-size: 50%;
  }
}
@media screen and (max-width: 678px) {
  .oricon {
    height: 10px;
    margin: 0% 0% 5% 4%;
    padding: 5px;
    font-size: 10px;
    width: auto;
  }
  .copy {
    font-size: 12px;
    font-weight: 300;
  }
}
@media screen and (min-width: 679px) {
  .oricon {
    text-align: right;
    max-width: 1100px;
    margin: 0 auto;
    padding: 5px 0px;
    font-size: 10px;
  }
}