@charset "utf-8";
/* ===========================================================

	Title: login.css
	Created: 2021-3-26

=========================================================== */
/*

	main
	main-visual


=========================================================== */
/* ===========================================================

	main

=========================================================== */
main {
  width: 100%;
}

/* ===========================================================

	login

=========================================================== */
.mainvisual {
  margin-top: 96px;
  width: 100%;
  height: calc(100vh - 224px);
  display: flex;
  align-items: center;
  position: relative;
}

.mainvisual .catch-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  gap: 32px;
  text-align: left;
  width: 1280px;
  height: fit-content;
  margin: 0 auto 64px;
  font-size: 14px;
  font-weight: 500;
  line-height: 180%; /* 25.2px */
  letter-spacing: 1.68px;
  color: #000;
  position: relative;
}
.mainvisual .catch-copy span {
  display: block;
  font-size: 40px;
  font-weight: 700;
  line-height: 140%; /* 56px */
  letter-spacing: 4.8px;
  margin-bottom: 32px;
}
.mainvisual-back {
  position: absolute;
  opacity: 0;
}
.mainvisual-back:nth-child(1) {
  animation-delay: 0s;
}
.mainvisual-back:nth-child(2) {
  animation-delay: 0.1s;
}
.mainvisual-back:nth-child(3) {
  animation-delay: 0.2s;
}
.mainvisual-back:nth-child(4) {
  animation-delay: 0.3s;
}
.mainvisual-back:nth-child(5) {
  animation-delay: 0.4s;
}
.mainvisual-back:nth-child(6) {
  animation-delay: 0.5s;
}
.mainvisual-back1 {
  top: 20px;
  right: 905px;
  animation: popIn 0.8s ease-out forwards;
}
.mainvisual-back1 img {
  animation: motion3 3s ease-in-out infinite;
  animation-delay: 0.8s;
}
.mainvisual-back2 {
  top: -69px;
  right: -48px;
  animation: popIn 0.8s ease-out forwards;
}
.mainvisual-back2 img {
  animation: motion1 3s ease-in-out infinite;
  animation-delay: 0.8s;
}

.mainvisual-back3 {
  top: -59px;
  right: 687px;
  transform: scale(-1, 1);
  animation: popIn 0.8s ease-out forwards;
}
.mainvisual-back3 img {
  animation: motion2 3s ease-in-out infinite;
  animation-delay: 0.8s;
}
.mainvisual-back4 {
  right: 1105px;
  top: -108px;
  animation: popIn 0.8s ease-out forwards;
}
.mainvisual-back4 img {
  animation: motion1 3s ease-in-out infinite;
  animation-delay: 1.2s;
}
.mainvisual-back5 {
  right: 1192px;
  top: 126px;
  animation: popIn 0.8s ease-out forwards;
}
.mainvisual-back5 img {
  animation: motion1 3s ease-in-out infinite;
  animation-delay: 0.4s;
}
.mainvisual-bottom-back {
  display: flex;
  align-items: end;
  width: 1558px;
  gap: 32px;
  position: absolute;
  bottom: 28px;
  overflow: hidden;
  animation: scroll 30s linear infinite;
}
.mainvisual-bottom-back:nth-child(2) {
  animation: scroll 30s linear infinite;
}
.mainvisual-bottom-back:nth-child(3) {
  animation: scroll2 30s linear infinite;
}
.mainvisual-bottom-back:nth-child(4) {
  animation: scroll3 30s linear infinite;
}
.mainvisual-lowback {
  opacity: 0;
  transform: scale(0.5);
  animation: popIn 0.8s ease-out forwards;
}
.mainvisual-bottom-back:nth-child(2) .mainvisual-lowback:nth-child(1) {
  animation-delay: 0.1s;
}
.mainvisual-bottom-back:nth-child(2) .mainvisual-lowback:nth-child(2) {
  animation-delay: 0.3s;
}
.mainvisual-bottom-back:nth-child(2) .mainvisual-lowback:nth-child(3) {
  animation-delay: 0.5s;
}
.mainvisual-bottom-back:nth-child(2) .mainvisual-lowback:nth-child(4) {
  animation-delay: 0.7s;
}
.mainvisual-bottom-back:nth-child(2) .mainvisual-lowback:nth-child(5) {
  animation-delay: 0.9s;
}
.mainvisual-bottom-back:nth-child(2) .mainvisual-lowback:nth-child(6) {
  animation-delay: 1.1s;
}
.mainvisual-bottom-back:nth-child(2) .mainvisual-lowback:nth-child(7) {
  animation-delay: 1.3s;
}
.mainvisual-bottom-back:nth-child(2) .mainvisual-lowback:nth-child(8) {
  animation-delay: 1.5s;
}
.mainvisual-bottom-back:nth-child(2) .mainvisual-lowback:nth-child(9) {
  animation-delay: 1.7s;
}
.mainvisual-bottom-back:nth-child(2) .mainvisual-lowback:nth-child(10) {
  animation-delay: 1.9s;
}
.mainvisual-bottom-back:nth-child(3) .mainvisual-lowback:nth-child(1) {
  animation-delay: 2.1s;
}
.mainvisual-bottom-back:nth-child(3) .mainvisual-lowback:nth-child(2) {
  animation-delay: 2.3s;
}
.mainvisual-bottom-back:nth-child(3) .mainvisual-lowback:nth-child(3) {
  animation-delay: 2.5s;
}
.mainvisual-bottom-back:nth-child(3) .mainvisual-lowback:nth-child(4) {
  animation-delay: 2.7s;
}
.mainvisual-bottom-back:nth-child(3) .mainvisual-lowback:nth-child(5) {
  animation-delay: 2.9s;
}
.mainvisual-bottom-back:nth-child(3) .mainvisual-lowback:nth-child(6) {
  animation-delay: 3.1s;
}
.mainvisual-bottom-back:nth-child(3) .mainvisual-lowback:nth-child(7) {
  animation-delay: 3.3s;
}
.mainvisual-bottom-back:nth-child(3) .mainvisual-lowback:nth-child(8) {
  animation-delay: 3.5s;
}
.mainvisual-bottom-back:nth-child(3) .mainvisual-lowback:nth-child(9) {
  animation-delay: 3.7s;
}
.mainvisual-bottom-back:nth-child(3) .mainvisual-lowback:nth-child(10) {
  animation-delay: 3.9s;
}
@keyframes motion1 {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
}
@keyframes motion2 {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
}
@keyframes motion3 {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
@keyframes popIn {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes scroll2 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes scroll3 {
  0% {
    transform: translateX(200%);
  }
  100% {
    transform: translateX(100%);
  }
}

.is-login .login-box {
  position: relative;
  width: 100%;
  background: #f1f9fa;
}
.login-form {
  width: 1280px;
  margin: 0 auto;
  padding: 32px;
  display: flex;
  align-items: center;
}

.login-box h2 {
  position: relative;
  font-weight: 500;
  font-size: 24px;
  color: #494948;
  border: none;
  padding: 0;
  margin-right: 32px;
}
.login-box h2 span {
  position: relative;
  display: block;
  width: 72px;
  height: 4px;
  background-color: #494948;
  margin: 8px auto 0;
}
.login-box h2 span::before {
  content: "";
  display: block;
  width: 24px;
  height: 4px;
  background-color: #e94829;
  position: absolute;
  left: 0;
}
.login-box h2 span::after {
  content: "";
  display: block;
  width: 24px;
  height: 4px;
  background-color: #1bb8ce;
  position: absolute;
  right: 0;
}
form {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-right: 40px;
}
.username,
.password {
  position: relative;
}
/* .username::before,
.password::before {
content: "";
display: inline-block;
width: 16px;
height: 16px;
background-repeat: no-repeat;
background-size: contain;
position: absolute;
top: 20px;
left: 16px;
}
.username::before {
background-image: url(../img/top/username.png);
}
.password::before {
background-image: url(../img/top/password.png);
}
 */
.login-form input {
  border: none;
  padding: 0 16px;
  width: 256px;
  height: 64px;
  line-height: 64px;
  font-size: 14px;
  color: #666;
  background-color: #fff;
  font-family: "Noto Sans JP";
}
.login-form input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #c7d6ea inset;
}
.login-box input value,
.login-box input.ph::-webkit-input-placeholder,
.login-box input.ph:-ms-input-placeholder,
.login-box input.ph::-moz-placeholder {
  color: #666 !important;
  font-weight: normal;
}
.login-box input value,
.login-box input.ph::-webkit-input-placeholder,
.login-box input.ph:-ms-input-placeholder,
.login-box input.ph::-moz-placeholder {
  color: #666 !important;
  font-weight: normal;
}
.login-box input[type="button"],
.login-box input[type="submit"] {
  display: inline-block;
  width: 256px;
  height: 64px;
  padding: 0;
  color: #fff;
  background-color: #494949;
  border: 1px solid #494949;
  box-sizing: border-box;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  line-height: 64px;
  border-radius: 64px;
}
.login-button {
  position: relative;
}
.login-button a {
  background-color: #494949;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
}
.login-button::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 14px;
  background-image: url("/assets/img/login/login-icon.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
}
.login-box input[type="button"]:hover,
.login-box input[type="submit"]:hover,
.login-button a:hover {
  background-color: #fff;
  color: #494948;
}
.login-button:hover::after {
  filter: invert(33%) sepia(1%) saturate(467%) hue-rotate(53deg) brightness(88%)
    contrast(102%);
}
.login-box .forget {
  display: block;
}
.login-box .forget a {
  position: relative;
  color: #494948;
  transition: all 0.3s;
}
.login-box .forget a:hover {
  color: #e94829;
}
.login-box #subcontent {
  display: none;
  padding: 5px;
  background-color: #fff;
  border: 2px solid #004831;
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
}
/* login-contents__error
----------------------------------------------------------- */
.login-box p.login-contents__error {
  position: absolute;
  top: -55px;
  left: 50%;
  transform: translateX(-50%);
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  background-color: #004831;
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
  white-space: nowrap;
}
.login-box p.login-contents__error:before {
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin: 0 0 0 -8px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 8px 0 8px;
  border-color: #004831 transparent transparent transparent;
}
.error {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
/* ===========================================================

login-contents

=========================================================== */
.login-contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 128px 0;
  width: 1280px;
  margin: auto;
  padding: 176px 0 128px;
}
.login-contents-box {
  position: relative;
  display: flex;
  width: 100%;
  height: 512px;
}
.login-contents-box::before {
  position: absolute;
  top: 0;
  left: -16px;
  content: "";
  display: inline-block;
  width: 1328px;
  height: 1px;
  background-color: #494948;
  z-index: 2;
}
.login-contents-box::after {
  position: absolute;
  bottom: 0;
  left: -16px;
  content: "";
  display: inline-block;
  width: 1312px;
  height: 1px;
  background-color: #494948;
  z-index: 2;
}
.login-contents-text {
  position: relative;
  width: 50%;
  padding: 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
  text-align: left;
}
.login-contents-text::before {
  position: absolute;
  left: 0;
  top: -32px;
  content: "";
  display: inline-block;
  width: 1px;
  height: 578px;
  background-color: #494948;
  z-index: 2;
}
.login-contents-text::after {
  position: absolute;
  right: 0;
  top: -32px;
  content: "";
  display: inline-block;
  width: 1px;
  height: 578px;
  background-color: #494948;
  z-index: 2;
}
.login-contents-text .contents-title {
  color: #000;
  leading-trim: both;
  text-edge: cap;
  font-family: "Montserrat", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 56px */
  letter-spacing: 3.25px;
}
.login-contents-text .contents-title span {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 32px */
  display: block;
  margin-top: 16px;
}
.login-contents-text .contents-text {
  color: var(--3, #494948);
  font-family: "Noto Sans JP";
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.login-contents-text .contents-link {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.login-contents-text .contents-link a {
  position: relative;
  padding-left: 15px;
  font-weight: 700;
  display: inline-block;
  width: max-content;
}
.login-contents-text .contents-link a::before {
  -webkit-transform: rotate(45deg);
  -webkit-backface-visibility: hidden;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -2px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border-top: 2px solid #e94829;
  border-right: 2px solid #1bb8ce;
  vertical-align: middle;
  content: "";
  margin-top: -4px;
}
.contents-img {
  width: 50%;
  position: relative;
}
.contents-img img {
  position: relative;
  object-fit: contain;
}
.login-contents-box:nth-child(odd)  {
}
.contents-img::before {
  position: absolute;
  left: 0;
  top: -32px;
  content: "";
  display: inline-block;
  width: 1px;
  height: 578px;
  background-color: #494948;
  z-index: 2;
}
.contents-img::after {
  position: absolute;
  right: 0;
  top: -32px;
  content: "";
  display: inline-block;
  width: 1px;
  height: 578px;
  background-color: #494948;
  z-index:2;
}
.login-contents-box:nth-child(odd) .contents-img::before {
  content: none;
}
.login-contents-box:nth-child(even)  .contents-img::after  {
  content: none;
}

.login-back {
  position: absolute;
  z-index: -1;
  transform: scale(0.5);
}
.login-back1 {
  bottom: -40px;
  left: 170px;
}
.login-back2 {
  top: -216px;
  left: 474px;
}
.login-back3 {
  bottom: -116px;
  left: -184px;
}
.login-back4 {
  top: -60px;
  right: 340px;
}
.login-back5 {
  top: 0px;
  right: -166px;
}
.login-back6 {
  bottom: -160px;
  left: -146px;
}
.login-back7 {
  bottom: -100px;
  left: 410px;
}
.login-back8 {
  bottom: -262px;
  right: -228px;
}
#global-menu__navigation__esg .global-menu__navigation__secondary {
  left: 40%;
}
