/* Import
---------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@500&family=Open+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap");
/* Variable
---------------------------------------------------------------------------- */
/* Font */
/* Color */
/* Reset.scss
-------------

/* A Modern CSS Reset */
/* line 6, app/assets/stylesheets/iechika/scss/reset.scss */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

/* line 9, app/assets/stylesheets/iechika/scss/reset.scss */
*::before, *::after {
  box-sizing: border-box;
}

/* line 22, app/assets/stylesheets/iechika/scss/reset.scss */
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

/* line 27, app/assets/stylesheets/iechika/scss/reset.scss */
body {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.4rem;
  min-height: 100vh;
  margin: 0;
  box-sizing: border-box;
}

@media screen and (max-width: 600px) {
  /* line 36, app/assets/stylesheets/iechika/scss/reset.scss */
  body {
    font-size: 1.3rem;
  }
}

/* line 41, app/assets/stylesheets/iechika/scss/reset.scss */
h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
  box-sizing: border-box;
  transform: rotate(0.03deg);
}

/* line 48, app/assets/stylesheets/iechika/scss/reset.scss */
ul li, ul[role="list"] {
  list-style: none;
}

/* line 53, app/assets/stylesheets/iechika/scss/reset.scss */
ol[role="list"] {
  list-style: none;
}

/* line 57, app/assets/stylesheets/iechika/scss/reset.scss */
html:focus-within {
  scroll-behavior: smooth;
}

/* line 61, app/assets/stylesheets/iechika/scss/reset.scss */
body {
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* line 69, app/assets/stylesheets/iechika/scss/reset.scss */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* line 73, app/assets/stylesheets/iechika/scss/reset.scss */
img, picture {
  max-width: 100%;
  vertical-align: middle;
  /*display: block;*/
}

/* line 80, app/assets/stylesheets/iechika/scss/reset.scss */
input, button, textarea, select {
  font: inherit;
}

/* line 84, app/assets/stylesheets/iechika/scss/reset.scss */
a {
  text-decoration: none;
  color: #134b32;
}

@media (prefers-reduced-motion: reduce) {
  /* line 90, app/assets/stylesheets/iechika/scss/reset.scss */
  html:focus-within {
    scroll-behavior: auto;
  }
  /* line 94, app/assets/stylesheets/iechika/scss/reset.scss */
  * {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
  /* line 100, app/assets/stylesheets/iechika/scss/reset.scss */
  *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
}

/* Form Reset
-------------------------------------------------*/
/* login.scss
---------------------------------------------------------------------------- */
/* line 3, app/assets/stylesheets/iechika_share/scss/login.scss */
.client * {
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}

/* line 6, app/assets/stylesheets/iechika_share/scss/login.scss */
.client {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: relative;
}

/* line 15, app/assets/stylesheets/iechika_share/scss/login.scss */
.client img.login__logo {
  width: 100%;
  height: auto;
  margin-bottom: 4rem;
  max-width: 200px;
}

/* line 22, app/assets/stylesheets/iechika_share/scss/login.scss */
.client form {
  margin: 0 auto 2rem;
  padding: 4rem;
  border-radius: 1rem;
  text-align: center;
  max-width: 400px;
  width: 100%;
  background: #fafafa;
}

/* line 31, app/assets/stylesheets/iechika_share/scss/login.scss */
.client form .login__title {
  color: #134b32;
  font-size: 140%;
  letter-spacing: .1rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

/* line 39, app/assets/stylesheets/iechika_share/scss/login.scss */
.client form input[type="text"] {
  letter-spacing: 0.06em;
  font-size: 1.4rem;
  text-align: left;
}

/* line 45, app/assets/stylesheets/iechika_share/scss/login.scss */
.client form .login__input {
  width: 100%;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  text-align: left;
  margin-bottom: 2rem;
  background: white;
}

/* line 54, app/assets/stylesheets/iechika_share/scss/login.scss */
.client form .login__label {
  font-size: 90%;
  color: #134b32;
  display: table;
  margin-bottom: .5rem;
}

/* line 61, app/assets/stylesheets/iechika_share/scss/login.scss */
.client a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/* line 66, app/assets/stylesheets/iechika_share/scss/login.scss */
.client .login__footer-top {
  color: #1c1e1d;
  text-align: center;
  font-size: 1rem;
  line-height: 1.6;
  opacity: 0.65;
}

/* line 73, app/assets/stylesheets/iechika_share/scss/login.scss */
.client .login__footer-copyright {
  color: #1c1e1d;
  text-align: center;
  font-family: "Avenir";
  opacity: 0.65;
}

/* line 79, app/assets/stylesheets/iechika_share/scss/login.scss */
.client .login__forget {
  color: #134b32;
  display: table;
  margin: 0 auto;
  text-decoration: underline;
  font-size: 1.2rem;
}

/* line 87, app/assets/stylesheets/iechika_share/scss/login.scss */
.client .alert {
  margin-bottom: 2rem;
  color: #FF5052;
}

/* line 92, app/assets/stylesheets/iechika_share/scss/login.scss */
.client a.sign_up_btn {
  position: relative;
  display: inline-block;
  padding: .6rem 3rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 2rem;
  margin-bottom: 2rem;
  border: 1px solid #E2E2E2;
  background: #F1F1F1;
  -webkit-box-shadow: inset 1px 1px 1px #fff;
  box-shadow: inset 1px 1px 1px #fff;
}

/* line 113, app/assets/stylesheets/iechika_share/scss/login.scss */
.client a.sign_up_btn:after {
  font-family: "Font Awesome 5 Free";
  content: "\f0a9";
  font-weight: 900;
  margin-left: .5rem;
}

/* line 121, app/assets/stylesheets/iechika_share/scss/login.scss */
.client a.sign_up_btn:hover {
  background: #F5F5F5;
}

/* line 125, app/assets/stylesheets/iechika_share/scss/login.scss */
.client footer {
  background: white !important;
}

/* line 131, app/assets/stylesheets/iechika_share/scss/login.scss */
.client .login__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 250px;
  padding: 1.2rem 6rem;
  border-radius: 3px;
  background-color: #2d7c51;
  color: white;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
}
/*


 */
/* line 1, node_modules/noty/lib/noty.css */
.noty_layout_mixin, #noty_layout__top, #noty_layout__topLeft, #noty_layout__topCenter, #noty_layout__topRight, #noty_layout__bottom, #noty_layout__bottomLeft, #noty_layout__bottomCenter, #noty_layout__bottomRight, #noty_layout__center, #noty_layout__centerLeft, #noty_layout__centerRight {
  position: fixed;
  margin: 0;
  padding: 0;
  z-index: 9999999;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0) scale(1, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  filter: blur(0);
  -webkit-filter: blur(0);
  max-width: 90%;
}

/* line 15, node_modules/noty/lib/noty.css */
#noty_layout__top {
  top: 0;
  left: 5%;
  width: 90%;
}

/* line 20, node_modules/noty/lib/noty.css */
#noty_layout__topLeft {
  top: 20px;
  left: 20px;
  width: 325px;
}

/* line 25, node_modules/noty/lib/noty.css */
#noty_layout__topCenter {
  top: 5%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
  transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1);
}

/* line 32, node_modules/noty/lib/noty.css */
#noty_layout__topRight {
  top: 20px;
  right: 20px;
  width: 325px;
}

/* line 37, node_modules/noty/lib/noty.css */
#noty_layout__bottom {
  bottom: 0;
  left: 5%;
  width: 90%;
}

/* line 42, node_modules/noty/lib/noty.css */
#noty_layout__bottomLeft {
  bottom: 20px;
  left: 20px;
  width: 325px;
}

/* line 47, node_modules/noty/lib/noty.css */
#noty_layout__bottomCenter {
  bottom: 5%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
  transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1);
}

/* line 54, node_modules/noty/lib/noty.css */
#noty_layout__bottomRight {
  bottom: 20px;
  right: 20px;
  width: 325px;
}

/* line 59, node_modules/noty/lib/noty.css */
#noty_layout__center {
  top: 50%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(-webkit-calc(-50% - .5px), -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
  transform: translate(calc(-50% - .5px), calc(-50% - .5px)) translateZ(0) scale(1, 1);
}

/* line 66, node_modules/noty/lib/noty.css */
#noty_layout__centerLeft {
  top: 50%;
  left: 20px;
  width: 325px;
  -webkit-transform: translate(0, -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
  transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1);
}

/* line 73, node_modules/noty/lib/noty.css */
#noty_layout__centerRight {
  top: 50%;
  right: 20px;
  width: 325px;
  -webkit-transform: translate(0, -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
  transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1);
}

/* line 80, node_modules/noty/lib/noty.css */
.noty_progressbar {
  display: none;
}

/* line 83, node_modules/noty/lib/noty.css */
.noty_has_timeout.noty_has_progressbar .noty_progressbar {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #646464;
  opacity: 0.2;
  filter: alpha(opacity=10);
}

/* line 94, node_modules/noty/lib/noty.css */
.noty_bar {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate(0, 0) translateZ(0) scale(1, 1);
  -ms-transform: translate(0, 0) scale(1, 1);
  transform: translate(0, 0) scale(1, 1);
  -webkit-font-smoothing: subpixel-antialiased;
  overflow: hidden;
}

/* line 102, node_modules/noty/lib/noty.css */
.noty_effects_open {
  opacity: 0;
  -webkit-transform: translate(50%);
  -ms-transform: translate(50%);
  transform: translate(50%);
  -webkit-animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

/* line 112, node_modules/noty/lib/noty.css */
.noty_effects_close {
  -webkit-animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

/* line 118, node_modules/noty/lib/noty.css */
.noty_fix_effects_height {
  -webkit-animation: noty_anim_height 75ms ease-out;
  animation: noty_anim_height 75ms ease-out;
}

/* line 122, node_modules/noty/lib/noty.css */
.noty_close_with_click {
  cursor: pointer;
}

/* line 125, node_modules/noty/lib/noty.css */
.noty_close_button {
  position: absolute;
  top: 2px;
  right: 2px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

/* line 140, node_modules/noty/lib/noty.css */
.noty_close_button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 143, node_modules/noty/lib/noty.css */
.noty_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 10000;
  opacity: .3;
  left: 0;
  top: 0;
}

/* line 153, node_modules/noty/lib/noty.css */
.noty_modal.noty_modal_open {
  opacity: 0;
  -webkit-animation: noty_modal_in .3s ease-out;
  animation: noty_modal_in .3s ease-out;
}

/* line 158, node_modules/noty/lib/noty.css */
.noty_modal.noty_modal_close {
  -webkit-animation: noty_modal_out .3s ease-out;
  animation: noty_modal_out .3s ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes noty_modal_in {
  100% {
    opacity: .3;
  }
}

@keyframes noty_modal_in {
  100% {
    opacity: .3;
  }
}

@-webkit-keyframes noty_modal_out {
  100% {
    opacity: 0;
  }
}

@keyframes noty_modal_out {
  100% {
    opacity: 0;
  }
}

@keyframes noty_modal_out {
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes noty_anim_in {
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
  }
}

@keyframes noty_anim_in {
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
  }
}

@-webkit-keyframes noty_anim_out {
  100% {
    -webkit-transform: translate(50%);
    transform: translate(50%);
    opacity: 0;
  }
}

@keyframes noty_anim_out {
  100% {
    -webkit-transform: translate(50%);
    transform: translate(50%);
    opacity: 0;
  }
}

@-webkit-keyframes noty_anim_height {
  100% {
    height: 0;
  }
}

@keyframes noty_anim_height {
  100% {
    height: 0;
  }
}

/*# sourceMappingURL=noty.css.map*/
/* line 1, node_modules/noty/lib/themes/sunset.css */
.noty_theme__sunset.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative;
}

/* line 6, node_modules/noty/lib/themes/sunset.css */
.noty_theme__sunset.noty_bar .noty_body {
  padding: 10px;
  font-size: 14px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

/* line 10, node_modules/noty/lib/themes/sunset.css */
.noty_theme__sunset.noty_bar .noty_buttons {
  padding: 10px;
}

/* line 13, node_modules/noty/lib/themes/sunset.css */
.noty_theme__sunset.noty_type__alert,
.noty_theme__sunset.noty_type__notification {
  background-color: #073B4C;
  color: #fff;
}

/* line 17, node_modules/noty/lib/themes/sunset.css */
.noty_theme__sunset.noty_type__alert .noty_progressbar,
.noty_theme__sunset.noty_type__notification .noty_progressbar {
  background-color: #fff;
}

/* line 21, node_modules/noty/lib/themes/sunset.css */
.noty_theme__sunset.noty_type__warning {
  background-color: #FFD166;
  color: #fff;
}

/* line 25, node_modules/noty/lib/themes/sunset.css */
.noty_theme__sunset.noty_type__error {
  background-color: #EF476F;
  color: #fff;
}

/* line 28, node_modules/noty/lib/themes/sunset.css */
.noty_theme__sunset.noty_type__error .noty_progressbar {
  opacity: .4;
}

/* line 31, node_modules/noty/lib/themes/sunset.css */
.noty_theme__sunset.noty_type__info,
.noty_theme__sunset.noty_type__information {
  background-color: #118AB2;
  color: #fff;
}

/* line 35, node_modules/noty/lib/themes/sunset.css */
.noty_theme__sunset.noty_type__info .noty_progressbar,
.noty_theme__sunset.noty_type__information .noty_progressbar {
  opacity: .6;
}

/* line 39, node_modules/noty/lib/themes/sunset.css */
.noty_theme__sunset.noty_type__success {
  background-color: #06D6A0;
  color: #fff;
}

/*# sourceMappingURL=iechika_login.css-f4b3ecf65981a5c50314e9437c9e3c52d19a79a4dfad5c58a6b807e459450235.map */
