section.login {
  width: 100%;
  height: 1200px;
  background-image: url("/assets/images/login/login_hero.jpg");
  background-position: top;
  background-size: cover;
}

@media screen and (max-width: 428px) {
  section.login {
    height: auto;
    background-image: none;
  }
}

.breadCrumb {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-top: 50px;
}

@media screen and (max-width: 428px) {
  .breadCrumb {
    display: none;
  }
}

.breadCrumb__item {
  display: flex;
  align-items: center;
  gap: 16px;
}

.breadCrumbItem__link {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 100;
  font-size: 14px;
  color: #272727;
}

.breadCrumbItem__link--gray {
  color: #afafaf;
}

.breadArrow {
  left: 3px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #afafaf;
  border-right: 1px solid #afafaf;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.breadArrow--brack {
  border-top: 1px solid #272727;
  border-right: 1px solid #272727;
}

.title {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.titleContainer {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  margin-top: 36px;
}

@media screen and (max-width: 428px) {
  .titleContainer {
    max-width: none;
    padding: 0 27px;
  }
}

.titleContainer__item {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 24px;
}

@media screen and (max-width: 428px) {
  .titleContainer__item {
    gap: 8px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.titleContainer__item h1 {
  font-family: 'EB Garamond', serif;
  font-size: 40px;
}

@media screen and (max-width: 428px) {
  .titleContainer__item h1 {
    margin: 0;
  }
}

.titleContainer__item span {
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 100;
}

@media screen and (max-width: 428px) {
  .titleContainer__item span {
    font-size: 14px;
  }
}

.line {
  width: 1px;
  height: 40px;
  background-color: #272727;
}

@media screen and (max-width: 428px) {
  .line {
    display: none;
  }
}

.loginContent {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 428px) {
  .loginContent {
    max-width: none;
    margin-top: 40px;
    padding: 0 27px;
    flex-direction: column;
  }
}

.loginContent h1 {
  margin: 0;
  font-size: 20px;
  letter-spacing: 0.08rem;
  line-height: 1.5;
}

@media screen and (max-width: 428px) {
  .loginContent h1 {
    font-size: 18px;
  }
}

.loginContentContainer {
  width: 400px;
  margin-right: 40px;
  margin-top: -75px;
  padding: 30px 30px 40px 30px;
  background-color: white;
  border-radius: 10px;
}

@media screen and (max-width: 428px) {
  .loginContentContainer {
    width: 100%;
    margin-right: 0;
    margin-top: 40px;
    padding: 0;
    border-radius: 0px;
  }
}

.formStyle {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 8px;
}

@media screen and (max-width: 428px) {
  .formStyle {
    margin-bottom: 16px;
  }
}

.formStyle label {
  font-size: 20px;
  letter-spacing: 0.08rem;
}

.formStyle input {
  height: 60px;
  width: 100%;
  padding: 0 16px;
  background-color: #F7F7F7;
  border-radius: 4px;
  border: none;
}

.checkbox {
  margin-top: 8px;
}

.checkbox label {
  user-select: none;
  cursor: pointer;
}

.checkbox label input {
  margin-right: 8px;
}

.formButton {
  width: 100%;
  height: 60px;
  margin-top: 16px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #00437C;
  border: none;
  font-size: 14px;
  color: white;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 100;
  letter-spacing: 0.08rem;
  cursor: pointer;
}

.arrow {
  width: 30px;
  height: 6px;
  border-right: solid 1px white;
  border-bottom: solid 1px white;
  transform: skew(45deg);
  margin-left: 40px;
}

.arrow--brack {
  border-right: solid 1px #272727;
  border-bottom: solid 1px #272727;
}

hr {
  margin-top: 24px;
  margin-bottom: 24px;
  height: 5px;
  color: #afafaf;
  border-left: none;
  border-right: none;
  border-bottom: none;
}

.loginButton {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #272727;
  position: relative;
}

.loginButton span {
  letter-spacing: 0.08rem;
}

.loginButton img {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 25%;
  left: 24px;
}

.registerContainer {
  width: 100%;
  margin-top: 32px;
}

.registerContainer p {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 100;
  letter-spacing: 0.08rem;
}

.registerLink {
  width: 100%;
  height: 60px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #272727;
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 100;
  letter-spacing: 0.08rem;
}

.forgetPassLink {
  margin-top: 16px;
  text-decoration: underline;
  color: #00437C;
}
