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

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

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

	main
	main-visual


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

	main

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

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

	login

=========================================================== */
.mainvisual {
  margin-top: 88px;
  height: 628px;
  position: relative;
}
.mainvisual-slider {
  width: 100%;
  height: 628px;
  position: relative;
  z-index: -1;
}
.mainvisual-slider img {
  width: 100%;
  height: 628px;
  object-fit: cover;
}
.mainvisual .catch-copy {
  text-align: left;
  width: 1280px;
  height: fit-content;
  margin: 0 auto;
  font-size: 44px;
  font-weight: 500;
  letter-spacing: 5.28px;
  color: #fff;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mainvisual .catch-copy p {
  display: table;
  padding: 16px;
  background: linear-gradient(90deg, #009348 0%, #3f6cb4 100%);
  font-family: "Noto Sans JP";
  line-height: 1;
}
.mainvisual .catch-copy p + p {
  margin-top: 8px;
}
.is-login .login-box {
  position: relative;
  width: 100%;
  background: #009348;
}
.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: #fff;
  border: none;
  padding: 0;
  margin-right: 32px;
}
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: #000;
  border: 1px solid #000;
  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: 8px;
}
.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: #fff;
}
.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 {
  display: flex;
  justify-content: center;
  gap: 24px;
  padding: 80px 0;
  background-color: #f1f9fa;
}
.login-contents a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  width: 628px;
  height: 360px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.login-contents a:hover {
  opacity: 0.7;
}
.login-contents a.about {
  background-image: url("/assets/img/top/login1.png");
}
.login-contents a.features {
  background-image: url("/assets/img/top/login2.png");
}
