@charset "utf-8";

.login-header *,
.login-footer * {
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo,sans-serif;
}

/* header */
.login-header {
  overflow: hidden;
}
.login-header__inner {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  max-width: 1304px;
  height: 115px;
  margin: 0 auto;
  padding: 0 32px;
}
.login-header__logo {
  z-index: 1;
}
.login-nav {
  display: flex;
  align-items: center;
}
.login-nav__list {
  display: flex;
}
.login-nav__list li {
  margin-left: 24px;
}
.login-nav__list a {
  font-size: 14px;
  text-decoration: none;
  line-height: 33px;
  transition: .4s cubic-bezier(0.19, 1, 0.22, 1);
}
.login-nav__list a:hover {
  color: #005CB9;
}
.login-nav__button {
  margin-left: 32px;
}
.login-nav__button a {
  display: inline-block;
  padding: 0 20px;
  border: 1px solid #579FF4;
  border-radius: 96px;
  color: #579ff4;
  font-size: 14px;
  font-weight: 700;
  line-height: 33px;
  text-decoration: none;
  transition: .4s cubic-bezier(0.19, 1, 0.22, 1);
}
.login-nav__button a:hover {
  background-color: #005CB9;
  border-color: #005CB9;
  color: #fff;
}
.login-header__bg {
  position: absolute;
}
.login-header__bg div {
  position: absolute;
  z-index: -1;
}
.login-header__bg div img {
  max-width: 100%;
  height: auto;
}
.login-header__bg div:first-child {
  width: 682px;
  top: -280px;
  left: -393px;
}
.login-header__bg div:nth-child(2) {
  width: 965px;
  top: -132px;
  left: -227px;
}
.login-header__bg div:last-child {
  width: 428px;
  top: 124px;
  left: 352px;
}
.login-sp-button {
  display: none;
}
.grecaptcha-badge {
  bottom: 50%!important;
  transform: translateY(50%);
}
@media screen and (max-width:768px) {
  .login-header__logo {
    position: relative;
    z-index: 1000;
  }
  .login-header__logo img {
    width: 126px;
  }
  .login-header__inner {
    height: 56px;
  }
  .login-nav {
    display: block;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 80px 40px 48px;
    background-color: #fff;
    overflow: auto;
    transition: .4s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 999;
  }
  body.is-sp-nav-open .login-nav {
    opacity: 1;
    visibility: visible;
  }
  .login-nav__list {
    display: block;
  }
  .login-nav__list li {
    margin-left: 0;
    border-top: 1px solid #579FF4;
  }
  .login-nav__list li:last-child {
    border-bottom: 1px solid #579FF4;
  }
  .login-nav__list a {
    display: block;
    padding: 14px 8px;
    font-size: 12px;
    font-weight: 700;
    line-height: inherit;
  }
  .login-header__bg div:first-child {
    width: 400px;
    top: -144px;
    left: -133px;
  }
  .login-header__bg div:nth-child(2) {
    width: 400px;
    top: -200px;
    left: 43px;
  }
  .login-header__bg div:last-child {
    width: 228px;
    top: -32px;
    left: 188px;
  }
  .login-nav__button {
    margin: 32px 0 0;
    text-align: center;
  }
  .login-nav__button a {
    width: 228px;
    font-size: 15px;
    line-height: 40px;
  }
  .login-sp-button {
    display: block;
    position: relative;
    width: 28px;
    height: 14px;
    padding: 0;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    z-index: 1000;
  }
  .login-sp-button span {
    display: block;
    position: absolute;
    left: 0;
    width: 24px;
    height: 2px;
    background-color: #2A7DE1;
    transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .login-sp-button span:first-child {
    top: 0;
  }
  .login-sp-button span:nth-child(2) {
    width: 28px;
    top: 6px;
  }
  .login-sp-button span:last-child {
    top: 12px;
  }
  body.is-sp-nav-open {
    overflow: hidden;
    height: 100vh;
  }
  body.is-sp-nav-open .login-sp-button span:first-child{
    top: 6px;
    transform: rotate(45deg);
  }
  body.is-sp-nav-open .login-sp-button span:nth-child(2) {
    display: none;
  }
  body.is-sp-nav-open .login-sp-button span:last-child {
    top: 6px;
    transform: rotate(-45deg);
  }
}

/* footer */
.login-footer {
  position: relative;
  padding: 48px 0 32px;
  background-color: #242846;
  color: #fff;
}
.login-footer__inner {
  max-width: 1304px;
  margin: 0 auto;
  padding: 0 32px;
  box-sizing: content-box;
  .twitter {
    background: #fff;
    border-radius: 12%;
    padding: 6px;
    align-self: center;
    display: inline-block;
    box-sizing: border-box;
  }
  .twitter img {
    display: block;
    width: 22px;
    height: auto;
    aspect-ratio: auto 22 / 22;
  }
}
.login-footer__logo {
  margin-bottom: 24px;
}
.login-footer__logo img {
  width: 142px;
}
.login-footer__nav {
  display: flex;
  margin-bottom: 32px;
}
.login-footer__nav li {
  margin-right: 32px;
  box-sizing: border-box;
}
.login-footer__nav a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.login-footer__nav a:hover {
  color: #579FF4;
  transition: .4s cubic-bezier(0.19, 1, 0.22, 1);
}
.login-footer__copyright {
  font-size: 11px;
}
.login-footer__copyright .top {
  margin-bottom: 6px;
  font-weight: 700;
}
.login-footer__copyright .bottom {
  font-size: 10px;
}
.login-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 444px;
  height: 80px;
  background-color: #fff;
}
.login-footer-bottom__content {
  padding: 0 16px 0 32px;
}
.login-footer-bottom__img {
  display: inline-block;
}
.login-footer-bottom__img:first-of-type {
  margin-right: 20px;
}
.login-footer-bottom__button {
  flex: none;
  position: relative;
  width: 80px;
  height: 80px;
  padding: 6px 0 0;
  background-color: #579FF4;
  color: #fff;
  border: none;
  outline: none;
  font-size: 11px;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 998;
}
.login-footer-bottom__button::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 16px;
  background-color: #fff;
  transform: translateX(-50%);
}
@media screen and (max-width:768px) {
  .login-footer {
    padding: 48px 0 118px;
  }
  .login-footer__logo {
    margin-bottom: 40px;
  }
  .login-footer__nav {
    display: block;
    margin-bottom: 32px;
  }
  .login-footer__nav li {
    margin: 0 0 16px;
  }
  .login-footer-bottom {
    width: 100%;
    height: 70px;
  }
  .login-footer-bottom__button {
    width: 70px;
    height: 70px;
  }
}
