@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Geist&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
}

html {
  font-family: "Geist", system-ui, -apple-system, "微軟正黑體", "Microsoft JhengHei", "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", sans-serif;
  line-height: 1.2;
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
}

body {
  margin: 0 auto;
  color: #1a1a1a;
  letter-spacing: 0.03em;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.2;
  color: inherit;
  background: transparent;
  margin: 0;
}

button,
input:where([type=button], [type=reset], [type=submit]) {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

textarea {
  resize: vertical;
}

::placeholder {
  opacity: 1;
  color: color-mix(in srgb, currentColor 50%, transparent);
}

:disabled {
  cursor: default;
}

[hidden] {
  display: none !important;
}

button,
[role=button] {
  cursor: pointer;
  border: 0;
}
button:focus,
[role=button]:focus {
  outline: 0;
}

h1 {
  font-size: 36px;
  margin: 0.67em 0;
}

hr {
  height: 0;
  color: inherit;
  border: 0 solid var(--border-color, #c7cccf);
  border-top-width: var(--border-width, 1px);
  margin: 1.25em 0;
}

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

a {
  color: var(--color, #f190bd);
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: 0.2s, background 0.5s ease;
}
a:hover {
  --color: #ee3b7f;
}
a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  --color: inherit;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

.clearfix::after {
  display: table;
  content: "";
  clear: both;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.clear {
  clear: both;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

.block {
  display: block;
}

.rounded {
  border-radius: 0.25em;
}

.rounded-full {
  border-radius: 50%;
}

.hidden {
  display: none;
}

.img-center {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.transition {
  transition: 0.2s;
}

.overflow-hidden {
  overflow: hidden;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-help {
  cursor: help;
}

.font-xs {
  font-size: 0.75rem;
}
.font-sm {
  font-size: 0.88rem;
}
.font-base {
  font-size: 1rem;
}
.font-lg {
  font-size: 1.13rem;
}
.font-xl {
  font-size: 1.25rem;
}
.font-2xl {
  font-size: 1.5rem;
}
.font-normal {
  font-weight: 400;
}
.font-bold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

.not-italic {
  font-style: normal;
}

.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.5;
}
.leading-tight {
  line-height: 1.25;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.text-white {
  color: #fff;
}

.bg-white {
  background-color: #fff;
}

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center, .inner-icon::before {
  text-align: center;
}
.text-justify {
  text-align: justify;
}

.align-top {
  vertical-align: top;
}
.align-middle {
  vertical-align: middle;
}
.align-bottom {
  vertical-align: bottom;
}

.list-inline, .list-unstyled {
  list-style: none;
  padding-left: 0;
}

.list-inline > li {
  display: inline-block;
}
.list-inline > li:not(:last-child) {
  margin-right: 8px;
}

.border {
  border-width: var(--border-width, 1px);
}
.border-0 {
  border-width: 0;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.border-solid {
  border-style: solid;
}

.w-full {
  width: 100%;
}
.w-auto {
  width: auto;
}

.btn {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  -webkit-appearance: none;
  color: #fff;
  font-size: 1.44em;
  font-weight: bold;
  letter-spacing: 0.3em;
  background: #00264D;
  padding: 15px 5px;
  transition: 0.2s;
}
.btn:focus {
  outline: 0;
}
.btn[disabled] {
  cursor: default;
  background: #9E9E9E;
  opacity: 0.65;
}
.btn:hover {
  background: linear-gradient(45deg, rgba(0, 38, 77, 0.9), rgba(241, 144, 189, 0.9), rgba(111, 82, 33, 0.5));
  background-size: 600%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  animation: animegrade 10s ease infinite;
}
@-webkit-keyframes animegrade {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes animegrade {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes animegrade {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

html, body {
  height: 100%;
}

body {
  background: url("../images/bg.png") no-repeat center bottom -500px, linear-gradient(78deg, #fff1eb, #ace0f9, #BDF2EA);
  background-size: cover, 200% 200%;
  animation: gradient 18s ease infinite;
}
@media (max-height: 29.94em), (max-resolution: 96dpi) {
  body {
    min-height: 500px;
    padding-top: 50px;
  }
}
@-webkit-keyframes gradient {
  0% {
    background-position: center bottom -500px, 0% 50%;
  }
  50% {
    background-position: center bottom -500px, 100% 50%;
  }
  100% {
    background-position: center bottom -500px, 0% 50%;
  }
}
@-moz-keyframes gradient {
  0% {
    background-position: center bottom -500px, 0% 50%;
  }
  50% {
    background-position: center bottom -500px, 100% 50%;
  }
  100% {
    background-position: center bottom -500px, 0% 50%;
  }
}
@keyframes gradient {
  0% {
    background-position: center bottom -500px, 0% 50%;
  }
  50% {
    background-position: center bottom -500px, 100% 50%;
  }
  100% {
    background-position: center bottom -500px, 0% 50%;
  }
}

.header {
  margin-top: 10px;
}

.title {
  font-size: 4.38em;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.5), 0 0 6px rgba(241, 144, 189, 0.2);
  margin-top: 0;
  margin-bottom: 48px;
}

.logo {
  background: url("../images/logo.png") no-repeat 0 center/40px auto;
  margin-bottom: 5px;
  padding: 10px 0 5px 45px;
  font-size: 1.13em;
  letter-spacing: 0.09em;
}

.logo-subhead {
  color: #8093a6;
  font-size: 10px;
  letter-spacing: 0;
  display: block;
}

.copyright {
  color: #1a3c5f;
  font-size: 0.88em;
  margin-left: 43px;
}

.login {
  margin-inline: 1.5rem;
}
@media (min-width: 60.5em) {
  .login {
    margin-inline: auto;
    width: 920px;
  }
}
@media (min-height: 30em), (min-resolution: 97dpi) {
  .login {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.login_form {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  margin-left: 48px;
  padding: 10px 0 20px 48px;
}

.headline {
  text-align: center;
  font-size: 3em;
  letter-spacing: 0.13em;
}

.inner-icon {
  position: relative;
}
.inner-icon::before {
  color: #cbd0d3;
  position: absolute !important;
  top: 50% !important;
  left: 0;
  transform: translateY(-50%);
  width: 34px;
  z-index: 3;
}
.inner-icon .input {
  padding-left: 34px;
}

.input {
  --border-color: #fff;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(7px);
  border: 1px solid var(--border-color);
  padding: 9px 5px;
  transition: 0.2s;
  color: #00264D;
  font-size: 1.13em;
}
.input:hover, .input:focus {
  background-color: #fff;
}
.input:focus {
  --border-color: #f190bd;
  outline: 2px solid var(--border-color);
  box-shadow: 0 0 15px rgba(0, 38, 77, 0.4);
}
.input::placeholder {
  color: #8ab3c7;
}
