html { scroll-behavior: smooth; }
body, html { margin: 0; padding: 0; font-family: 'Noto Sans JP', sans-serif; background: #f0f0f0 url('../../../images/hr-login-bg.jpg') center/cover no-repeat fixed; min-height: 100vh; }
* { box-sizing: border-box; }
.text-center { text-align: center; }
button, input { -webkit-appearance: none; outline: none; font-family: 'Noto Sans JP', sans-serif; }
button, .btn { cursor: pointer; border-radius: 36px; transition: 0.5s ease; }
a { text-decoration: none; }
img { max-width: 100%; }
h1, h2, p { margin: 0; padding: 0; }
p { color: #666; font-size: 16px; line-height: 25px; opacity: .6; text-align: center; }
.hr-login { position: relative; min-height: 100vh; padding: 40px; display: grid; grid-template-rows: 1fr auto 1fr; align-items: center; justify-content: center; }
.hr-container { max-width: 890px; margin: 0 auto; }
.hr-main { display: flex; margin: 40px 0; }
.hr-content-three, .hr-w3-form { padding: 3em; background: rgba(255, 255, 255, 0.9); }
.hr-content-three { flex: 1; box-shadow: 2px 9px 49px -17px rgba(0, 0, 0, 0.1); border-top-left-radius: 8px; border-bottom-left-radius: 8px; }
.hr-w3-form { flex: 1; border-top-right-radius: 8px; border-bottom-right-radius: 8px; display: grid; align-items: center; }
.hr-login h1 { text-align: center; font-size: 40px; font-weight: 700; color: #fff; }
.hr-login h2 { font-size: 30px; font-weight: 900; color: #272346; text-align: center; margin-bottom: 5px; }
.hr-login form { margin: 30px 0; }
.hr-login input { margin-bottom: 15px; font-size: 16px; padding: 10px 15px; width: 100%; border: 1px solid #e5e5e5; background: #f7fafc; border-radius: 36px; transition: .3s ease; }
.hr-login input:focus { background: transparent; border-color: #0568C1; }
.hr-login button { font-size: 18px; color: #fff; width: 100%; background: #0568C1; padding: 10px; font-weight: 700; border: none; }
.hr-login button:hover { background: #fdc500; }
.copyright p { font-size: 17px; line-height: 26px; color: #fff; }
.coder { display: flex; justify-content: space-between; }
.login-captcha { width: 100px; height: 40px; border-radius: 10px; margin-left: 10px; }
@media (max-width: 736px) { .hr-main { flex-direction: column; } .hr-w3-form { order: 2; border-radius: 0 0 8px 8px; } .hr-content-three { order: 1; border-radius: 8px 8px 0 0; } }
@media (max-width: 568px) { .hr-login h1 { font-size: 36px; } .hr-main { margin: 30px 0; } .hr-content-three { padding: 2.5em; } }
@media (max-width: 480px) { .hr-login { padding: 40px 30px; } .hr-login h1 { font-size: 26px; } }
@media (max-width: 384px) { .hr-login { padding: 30px 15px; } .hr-content-three { padding: 2em; } .hr-login h2 { font-size: 22px; line-height: 32px; } .copyright p { font-size: 16px; } }

