@charset "UTF-8";
/* IMPORT 
---------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300&family=Noto+Serif+JP:wght@200&family=Shippori+Mincho&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
/* CSS Document */
/* line 3, app/assets/stylesheets/LP_life_care_manager/scss/base2.scss */
body {
  color: var(--main-black);
  font-family: var(--font_zen);
  font-size: clamp(15px, 2.3vw, 16px);
  background: var(--bg-color);
}

/* line 9, app/assets/stylesheets/LP_life_care_manager/scss/base2.scss */
body::before {
  background-image: url(/assets/LP/life/care_manager/hero-visual-ce48656b020c2c3e20092c6aa635db32965a73f5f3aa3e9cda003d404292d9f0.webp);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: fixed;
  width: 100%;
  /*height: 100vh;*/
  height: var(--first-visual-height);
  top: 0;
  left: 0;
  z-index: -1;
}

@media only screen and (max-width: 480px) {
  /* line 9, app/assets/stylesheets/LP_life_care_manager/scss/base2.scss */
  body::before {
    height: var(--first-visual-height-sp);
  }
}

/* line 30, app/assets/stylesheets/LP_life_care_manager/scss/base2.scss */
html {
  scroll-behavior: smooth;
}

/* line 34, app/assets/stylesheets/LP_life_care_manager/scss/base2.scss */
img {
  vertical-align: baseline;
}

/* line 38, app/assets/stylesheets/LP_life_care_manager/scss/base2.scss */
p {
  line-height: 2.5;
  letter-spacing: 0.08em;
}

@media (min-width: 414px) {
  /* line 38, app/assets/stylesheets/LP_life_care_manager/scss/base2.scss */
  p {
    letter-spacing: 0em;
  }
}

/* line 48, app/assets/stylesheets/LP_life_care_manager/scss/base2.scss */
a img:hover {
  opacity: 0.7;
  transition: .3s;
}

@media (max-width: 481px) {
  /* line 55, app/assets/stylesheets/LP_life_care_manager/scss/base2.scss */
  .pc-br {
    display: none !important;
  }
}

@media (min-width: 480px) {
  /* 幅が481ピクセル以上のスタイル */
  /* line 61, app/assets/stylesheets/LP_life_care_manager/scss/base2.scss */
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
  /* line 66, app/assets/stylesheets/LP_life_care_manager/scss/base2.scss */
  .sp-br {
    display: none !important;
  }
  /* line 69, app/assets/stylesheets/LP_life_care_manager/scss/base2.scss */
  .se-br {
    display: none !important;
  }
}

@media screen and (min-width: 376px) and (max-width: 479px) {
  /* line 74, app/assets/stylesheets/LP_life_care_manager/scss/base2.scss */
  .sp-br {
    display: block !important;
  }
  /* line 77, app/assets/stylesheets/LP_life_care_manager/scss/base2.scss */
  .se-br {
    display: none !important;
  }
}

@media (max-width: 375px) {
  /* 幅が480ピクセル以下のスタイル */
  /* line 83, app/assets/stylesheets/LP_life_care_manager/scss/base2.scss */
  .sp-br {
    display: none !important;
  }
  /* line 86, app/assets/stylesheets/LP_life_care_manager/scss/base2.scss */
  .se-br {
    display: block !important;
  }
}

/* VARIABLE
---------------------------------------------------------------------------- */
/* Color */
/* line 6, app/assets/stylesheets/LP_life_care_manager/scss/variable.scss */
:root {
  /* Font */
  --font_noto: 'Noto Sans JP', sans-serif;
  --font_noto_min: 'Noto Serif JP', serif;
  --font_zen: 'Zen Kaku Gothic New', sans-serif;
  --font_Shippori: 'Shippori Mincho', serif;
  /* color */
  --bg-color:#F8F8F8;
  --main-black: #383838;
  --light-gray: #f9f9f9;
  --form-gray: #646464;
  --table-gray: #c9c9c9;
  --footer-gray: #696969;
  --first-visual-height: 885px;
  --first-visual-height-sp: 88vh;
}

/* general_elements
---------------------------------------------------------------------------- */
/* line 4, app/assets/stylesheets/LP_life_care_manager/scss/general_elements.scss */
.ta-center {
  text-align: center;
}

/* line 8, app/assets/stylesheets/LP_life_care_manager/scss/general_elements.scss */
.fs18 {
  font-size: 18px;
}

@media only screen and (max-width: 390px) {
  /* line 11, app/assets/stylesheets/LP_life_care_manager/scss/general_elements.scss */
  .fs19-sp {
    font-size: 19px !important;
  }
}

/* line 16, app/assets/stylesheets/LP_life_care_manager/scss/general_elements.scss */
.fs30 {
  font-size: 30px;
}

@media only screen and (max-width: 480px) {
  /* line 16, app/assets/stylesheets/LP_life_care_manager/scss/general_elements.scss */
  .fs30 {
    font-size: 24px;
  }
}

/* margin */
/* line 24, app/assets/stylesheets/LP_life_care_manager/scss/general_elements.scss */
.mb1rem {
  margin-bottom: 1rem;
}

/* line 27, app/assets/stylesheets/LP_life_care_manager/scss/general_elements.scss */
.mb2rem {
  margin-bottom: 2rem;
}

/* line 30, app/assets/stylesheets/LP_life_care_manager/scss/general_elements.scss */
.mb3rem {
  margin-bottom: 3rem;
}

/* line 33, app/assets/stylesheets/LP_life_care_manager/scss/general_elements.scss */
.mb4rem {
  margin-bottom: 4rem;
}

/* line 36, app/assets/stylesheets/LP_life_care_manager/scss/general_elements.scss */
.mb5rem {
  margin-bottom: 5rem;
}

/* line 39, app/assets/stylesheets/LP_life_care_manager/scss/general_elements.scss */
.mb6rem {
  margin-bottom: 6rem;
}

/* line 42, app/assets/stylesheets/LP_life_care_manager/scss/general_elements.scss */
.mb7rem {
  margin-bottom: 7rem;
}

/* line 45, app/assets/stylesheets/LP_life_care_manager/scss/general_elements.scss */
.mb8rem {
  margin-bottom: 8rem;
}

/* line 48, app/assets/stylesheets/LP_life_care_manager/scss/general_elements.scss */
.mb9rem {
  margin-bottom: 9rem;
}

/* line 51, app/assets/stylesheets/LP_life_care_manager/scss/general_elements.scss */
.mb10rem {
  margin-bottom: 10rem;
}

@media only screen and (max-width: 480px) {
  /* line 51, app/assets/stylesheets/LP_life_care_manager/scss/general_elements.scss */
  .mb10rem {
    margin-bottom: 5rem;
  }
}

/* line 57, app/assets/stylesheets/LP_life_care_manager/scss/general_elements.scss */
.mb5per {
  margin-bottom: 5%;
}

/* line 60, app/assets/stylesheets/LP_life_care_manager/scss/general_elements.scss */
.mb10per {
  margin-bottom: 10%;
}

/* line 63, app/assets/stylesheets/LP_life_care_manager/scss/general_elements.scss */
.mtb20per {
  margin-bottom: 20%;
  margin-top: 20%;
}

/* line 68, app/assets/stylesheets/LP_life_care_manager/scss/general_elements.scss */
.pbnone {
  padding-bottom: 0 !important;
}

/* line 71, app/assets/stylesheets/LP_life_care_manager/scss/general_elements.scss */
.prl5per {
  padding-top: 5% !important;
  padding-bottom: 5% !important;
}

/* width */
/* line 77, app/assets/stylesheets/LP_life_care_manager/scss/general_elements.scss */
.w100per {
  width: 100%;
}

/* line 80, app/assets/stylesheets/LP_life_care_manager/scss/general_elements.scss */
.w80per {
  width: 80%;
}

/* line 84, app/assets/stylesheets/LP_life_care_manager/scss/general_elements.scss */
.max-fit {
  max-width: fit-content;
}

/* line 89, app/assets/stylesheets/LP_life_care_manager/scss/general_elements.scss */
.calc2 img {
  width: calc(100%/2);
  max-width: fit-content;
}

/* line 95, app/assets/stylesheets/LP_life_care_manager/scss/general_elements.scss */
.calc3 img {
  width: calc(100%/3);
  max-width: fit-content;
}

/* line 102, app/assets/stylesheets/LP_life_care_manager/scss/general_elements.scss */
.plus:before {
  font-size: 31px;
  content: "＋";
  display: flex;
  align-items: center;
  justify-content: center;
  height: 10%;
  padding: 1rem 0 1.5rem;
}

/* FLEX
---------------------------------------------------------------------------- */
/* line 3, app/assets/stylesheets/LP_life_care_manager/scss/flex.scss */
.flex-ctr {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 480px) {
  /* line 3, app/assets/stylesheets/LP_life_care_manager/scss/flex.scss */
  .flex-ctr {
    flex-flow: column;
  }
}

/* line 12, app/assets/stylesheets/LP_life_care_manager/scss/flex.scss */
.flex-ctr.calc2 {
  gap: 4rem;
  align-items: flex-start;
}

@media only screen and (max-width: 480px) {
  /* line 12, app/assets/stylesheets/LP_life_care_manager/scss/flex.scss */
  .flex-ctr.calc2 {
    gap: 2rem;
  }
}

/* line 18, app/assets/stylesheets/LP_life_care_manager/scss/flex.scss */
.flex-ctr.calc2 .comment {
  width: 50%;
}

@media only screen and (max-width: 480px) {
  /* line 18, app/assets/stylesheets/LP_life_care_manager/scss/flex.scss */
  .flex-ctr.calc2 .comment {
    width: 100%;
  }
}

/* line 23, app/assets/stylesheets/LP_life_care_manager/scss/flex.scss */
.flex-ctr.calc2 .comment p {
  text-align: left;
}

/* line 29, app/assets/stylesheets/LP_life_care_manager/scss/flex.scss */
.flex-ctr.column2 {
  max-width: 1040px;
  gap: 4rem;
}

/* line 33, app/assets/stylesheets/LP_life_care_manager/scss/flex.scss */
.flex-ctr.column2 .modal-ctr {
  width: 50% !important;
  max-width: 500px !important;
}

@media only screen and (max-width: 480px) {
  /* line 29, app/assets/stylesheets/LP_life_care_manager/scss/flex.scss */
  .flex-ctr.column2 {
    gap: 1rem;
  }
  /* line 41, app/assets/stylesheets/LP_life_care_manager/scss/flex.scss */
  .flex-ctr.column2 .modal-ctr {
    width: 100% !important;
    max-width: inherit;
  }
}

/* line 48, app/assets/stylesheets/LP_life_care_manager/scss/flex.scss */
.flex-ctr.center {
  justify-content: center;
  text-align: left;
  gap: 2rem;
}

@media only screen and (max-width: 480px) {
  /* line 48, app/assets/stylesheets/LP_life_care_manager/scss/flex.scss */
  .flex-ctr.center {
    gap: 0;
    text-align: center;
  }
}

/* line 58, app/assets/stylesheets/LP_life_care_manager/scss/flex.scss */
.flex-ctr.program {
  flex-wrap: wrap;
  max-width: 930px;
  gap: 30px 20px;
}

@media only screen and (max-width: 600px) {
  /* line 58, app/assets/stylesheets/LP_life_care_manager/scss/flex.scss */
  .flex-ctr.program {
    flex-wrap: nowrap;
    flex-flow: column;
  }
}

/* line 67, app/assets/stylesheets/LP_life_care_manager/scss/flex.scss */
.flex-ctr.program li {
  width: calc(100% / 3 - (20px * 2 / 3));
}

@media only screen and (max-width: 600px) {
  /* line 67, app/assets/stylesheets/LP_life_care_manager/scss/flex.scss */
  .flex-ctr.program li {
    width: 100%;
  }
}

/* line 73, app/assets/stylesheets/LP_life_care_manager/scss/flex.scss */
.flex-ctr.program li img {
  width: 100%;
  max-width: 280px;
}

@media only screen and (max-width: 600px) {
  /* line 73, app/assets/stylesheets/LP_life_care_manager/scss/flex.scss */
  .flex-ctr.program li img {
    max-width: 328px;
  }
}

/* line 84, app/assets/stylesheets/LP_life_care_manager/scss/flex.scss */
.white-box {
  border-radius: 1rem;
  padding: 8rem 9rem;
  width: 100%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  background: white;
}

@media only screen and (max-width: 798px) {
  /* line 84, app/assets/stylesheets/LP_life_care_manager/scss/flex.scss */
  .white-box {
    padding: 10% 5% 10%;
  }
}

/* line 97, app/assets/stylesheets/LP_life_care_manager/scss/flex.scss */
.white-box .white-box-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 6rem;
}

/* line 104, app/assets/stylesheets/LP_life_care_manager/scss/flex.scss */
.white-box .white-box-inner:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 600px) {
  /* line 97, app/assets/stylesheets/LP_life_care_manager/scss/flex.scss */
  .white-box .white-box-inner {
    margin-bottom: 3rem;
  }
}

/* line 112, app/assets/stylesheets/LP_life_care_manager/scss/flex.scss */
.white-box .white-box-inner .flex-ctr {
  width: 100%;
}

@media only screen and (max-width: 600px) {
  /* line 112, app/assets/stylesheets/LP_life_care_manager/scss/flex.scss */
  .white-box .white-box-inner .flex-ctr {
    flex-wrap: wrap;
  }
}

/* line 118, app/assets/stylesheets/LP_life_care_manager/scss/flex.scss */
.white-box .white-box-inner .flex-ctr h4 {
  width: 100%;
}

/* line 121, app/assets/stylesheets/LP_life_care_manager/scss/flex.scss */
.white-box .white-box-inner .flex-ctr img {
  max-width: 220px;
  width: fit-content;
  margin-right: 2rem;
}

@media only screen and (max-width: 600px) {
  /* line 121, app/assets/stylesheets/LP_life_care_manager/scss/flex.scss */
  .white-box .white-box-inner .flex-ctr img {
    margin-right: auto;
    margin-left: auto;
  }
}

/* line 131, app/assets/stylesheets/LP_life_care_manager/scss/flex.scss */
.white-box .white-box-inner .flex-ctr .comment {
  width: 100%;
  text-align: left;
  font-size: 15px;
}

/* table
---------------------------------------------------------------------------- */
/* line 3, app/assets/stylesheets/LP_life_care_manager/scss/table2.scss */
table {
  width: 90%;
  max-width: 628px;
  margin-left: auto;
  margin-right: auto;
}

/* line 9, app/assets/stylesheets/LP_life_care_manager/scss/table2.scss */
table caption {
  font-size: 18px;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--table-gray);
}

/* line 14, app/assets/stylesheets/LP_life_care_manager/scss/table2.scss */
table caption:before {
  content: url(/assets/LP/life/care_manager/caption-d6adeb68b980dca24d3657a6fcdd917f08cb442ef82e7d9bbc6301b081c28a99.webp);
  vertical-align: middle;
  margin-right: 8px;
}

/* line 20, app/assets/stylesheets/LP_life_care_manager/scss/table2.scss */
table caption small {
  margin-left: 1rem;
}

/* line 25, app/assets/stylesheets/LP_life_care_manager/scss/table2.scss */
table tr {
  border-bottom: 1px solid var(--table-gray);
}

/* line 28, app/assets/stylesheets/LP_life_care_manager/scss/table2.scss */
table tr:last-child {
  border-bottom: none;
}

/* line 33, app/assets/stylesheets/LP_life_care_manager/scss/table2.scss */
table th, table td {
  font-size: 14px;
  letter-spacing: .1em;
  line-height: 1.8;
  vertical-align: top;
  text-align: left;
  padding: 24px 0;
  border: none;
}

/* line 42, app/assets/stylesheets/LP_life_care_manager/scss/table2.scss */
table th {
  font-weight: normal;
  width: 150px;
}

/* line 47, app/assets/stylesheets/LP_life_care_manager/scss/table2.scss */
table td span {
  display: block;
  font-size: 18px;
}

@media only screen and (max-width: 480px) {
  /* line 56, app/assets/stylesheets/LP_life_care_manager/scss/table2.scss */
  table caption small {
    display: block;
    margin-left: 0;
  }
  /* line 62, app/assets/stylesheets/LP_life_care_manager/scss/table2.scss */
  table th, table td {
    width: 100%;
    display: block;
  }
  /* line 66, app/assets/stylesheets/LP_life_care_manager/scss/table2.scss */
  table td {
    padding-top: 0;
  }
}

/* heading
---------------------------------------------------------------------------- */
/* line 4, app/assets/stylesheets/LP_life_care_manager/scss/heading2.scss */
h1 img {
  width: 100%;
  max-width: fit-content;
  padding-left: 1rem;
  padding-right: 1rem;
}

/* line 12, app/assets/stylesheets/LP_life_care_manager/scss/heading2.scss */
h2 img, h3 img {
  width: 98%;
  max-width: fit-content;
}

/* line 18, app/assets/stylesheets/LP_life_care_manager/scss/heading2.scss */
h2 {
  margin-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

/* line 24, app/assets/stylesheets/LP_life_care_manager/scss/heading2.scss */
.h2-heading {
  position: relative;
  color: var(--footer-gray);
  font-size: 34px;
  font-weight: 700;
  font-family: var(--font_zen);
  letter-spacing: .15em;
  line-height: 1.6;
  margin-bottom: 4rem;
}

@media only screen and (max-width: 480px) {
  /* line 24, app/assets/stylesheets/LP_life_care_manager/scss/heading2.scss */
  .h2-heading {
    font-size: 30px;
  }
}

/* line 36, app/assets/stylesheets/LP_life_care_manager/scss/heading2.scss */
.h2-heading span {
  font-size: 16px;
  font-family: var(--font_noto_min);
  font-weight: normal;
  letter-spacing: .1em;
  padding: 0 0 1.5rem;
  display: block;
}

/* line 45, app/assets/stylesheets/LP_life_care_manager/scss/heading2.scss */
.h2-heading:after {
  position: absolute;
  content: "";
  margin: auto;
  right: 0;
  left: 0;
  background-image: url(/assets/LP/life/care_manager/h2-bg-811a2f6676fad980fec035d9b52c0042cc9ee0a33b07449507c1c92fe1a590dd.png);
  background-size: cover;
  background-position: center;
  width: 80px;
  height: 3px;
}

/* line 59, app/assets/stylesheets/LP_life_care_manager/scss/heading2.scss */
.h3-heading {
  font-family: var(--font_Shippori);
  font-size: 38px;
  /* clamp(30px, 2.3vw, 38px); */
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 480px) {
  /* line 59, app/assets/stylesheets/LP_life_care_manager/scss/heading2.scss */
  .h3-heading {
    font-size: 28px;
  }
}

@media only screen and (max-width: 390px) {
  /* line 59, app/assets/stylesheets/LP_life_care_manager/scss/heading2.scss */
  .h3-heading {
    font-size: 23px;
  }
}

/* line 72, app/assets/stylesheets/LP_life_care_manager/scss/heading2.scss */
.h3-heading.indent {
  margin-left: .6rem;
}

/* line 75, app/assets/stylesheets/LP_life_care_manager/scss/heading2.scss */
.h3-heading span.indent-pc {
  display: block;
  margin-left: .6rem;
}

@media only screen and (max-width: 480px) {
  /* line 75, app/assets/stylesheets/LP_life_care_manager/scss/heading2.scss */
  .h3-heading span.indent-pc {
    display: inline-block;
    margin-left: 0;
  }
}

/* line 84, app/assets/stylesheets/LP_life_care_manager/scss/heading2.scss */
.h3-heading span.indent-sp {
  display: block;
  margin-left: .6rem;
}

@media only screen and (min-width: 480px) {
  /* line 84, app/assets/stylesheets/LP_life_care_manager/scss/heading2.scss */
  .h3-heading span.indent-sp {
    display: inline-block;
    margin-left: 0;
  }
}

/*.h4-heading {
	font-family: var(--font_Shippori);
	font-size: 22px;
    letter-spacing: 0.1em;
    line-height: 1.4;
	margin-bottom: 1rem;
	@media only screen and (max-width: 480px) {
		font-size: 20px;
	}
	@media only screen and (max-width: 390px) {
		font-size: 17px;
	}
}*/
/* line 109, app/assets/stylesheets/LP_life_care_manager/scss/heading2.scss */
.h4-heading {
  position: relative;
  font-family: var(--font_Shippori);
  font-size: 28px;
  line-height: 1.8;
  margin-bottom: 3rem;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 600px) {
  /* line 109, app/assets/stylesheets/LP_life_care_manager/scss/heading2.scss */
  .h4-heading {
    font-size: 20px;
  }
}

/* line 120, app/assets/stylesheets/LP_life_care_manager/scss/heading2.scss */
.h4-heading sup {
  position: absolute;
  top: 1rem;
  font-size: 15px;
}

/* line 125, app/assets/stylesheets/LP_life_care_manager/scss/heading2.scss */
.h4-heading span {
  display: block;
  margin-bottom: 1rem;
}

/* line 129, app/assets/stylesheets/LP_life_care_manager/scss/heading2.scss */
.h4-heading span.line {
  font-size: 20px;
  display: inline-block;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid var(--main-black);
}

/* line 135, app/assets/stylesheets/LP_life_care_manager/scss/heading2.scss */
.h4-heading:after {
  position: absolute;
  content: "";
  margin: auto;
  right: 0;
  left: 0;
  background-image: url(/assets/LP/life/care_manager/h4-bg-a5eaf95c611931d239bbe47c109ba8cc12950fd2debc6acbb7a7b964e189fbc1.webp);
  background-size: cover;
  background-position: center;
  height: 12px;
  width: 53px;
}

/* modal
---------------------------------------------------------------------------- */
/* line 3, app/assets/stylesheets/LP_life_care_manager/scss/modal.scss */
.modal-ctr {
  display: inline-block;
}

/* line 6, app/assets/stylesheets/LP_life_care_manager/scss/modal.scss */
.modal-ctr input {
  display: none;
}

/* line 10, app/assets/stylesheets/LP_life_care_manager/scss/modal.scss */
.modal-ctr .modal-open-label,
.modal-ctr .modal-close-label {
  cursor: pointer;
}

/* line 15, app/assets/stylesheets/LP_life_care_manager/scss/modal.scss */
.modal-ctr .modal-open-label {
  color: #4f96f6;
  font-size: .95em;
}

/* line 18, app/assets/stylesheets/LP_life_care_manager/scss/modal.scss */
.modal-ctr .modal-open-label:hover {
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1) !important;
  opacity: 0.6;
  background: white;
}

/* line 24, app/assets/stylesheets/LP_life_care_manager/scss/modal.scss */
.modal-ctr .modal-open-label img {
  width: 96%;
  max-width: fit-content;
}

/* line 30, app/assets/stylesheets/LP_life_care_manager/scss/modal.scss */
.modal-ctr .modal-open-label:hover {
  text-decoration: underline;
  cursor: pointer;
  color: #c7511f;
}

/* line 36, app/assets/stylesheets/LP_life_care_manager/scss/modal.scss */
.modal-ctr .modal-inner {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}

/* line 46, app/assets/stylesheets/LP_life_care_manager/scss/modal.scss */
.modal-ctr .modal-open-input:checked + label + input + .modal-inner {
  display: block;
  animation: modal-inner-animation .6s;
}

/* line 51, app/assets/stylesheets/LP_life_care_manager/scss/modal.scss */
.modal-ctr .modal-content-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  max-width: 800px;
  background-color: #fefefe;
  z-index: 2;
  border-radius: 5px;
}

/* line 63, app/assets/stylesheets/LP_life_care_manager/scss/modal.scss */
.modal-ctr .modal-close-label {
  color: #fff;
  background: #e57373;
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background .2s;
  transition: background .2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

/* line 80, app/assets/stylesheets/LP_life_care_manager/scss/modal.scss */
.modal-ctr .modal-close-label:hover {
  background-color: #1579c0;
}

/* line 85, app/assets/stylesheets/LP_life_care_manager/scss/modal.scss */
.modal-ctr .modal-content {
  max-height: 80vh;
  /*overflow-y: auto;*/
  padding: 1rem;
}

/* line 90, app/assets/stylesheets/LP_life_care_manager/scss/modal.scss */
.modal-ctr .modal-content iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-bottom: 1rem;
}

/* line 97, app/assets/stylesheets/LP_life_care_manager/scss/modal.scss */
.modal-ctr .modal-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

@keyframes modal-inner-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media only screen and (max-width: 520px) {
  /* line 118, app/assets/stylesheets/LP_life_care_manager/scss/modal.scss */
  .modal-ctr .modal-open-label {
    /*
        max-width: 90%;
        padding: .94em 2.1em .94em 2.6em;*/
  }
  /* line 124, app/assets/stylesheets/LP_life_care_manager/scss/modal.scss */
  .modal-ctr .modal-content-wrap {
    width: 90vw;
  }
  /* line 128, app/assets/stylesheets/LP_life_care_manager/scss/modal.scss */
  .modal-ctr .modal-content {
    max-width: 100%;
  }
}

/* line 1, app/assets/stylesheets/LP_life_care_manager/scss/pagetop.scss */
.pagetop {
  display: none;
  position: fixed;
  bottom: 2%;
  right: 2%;
  z-index: 1;
}

/* line 9, app/assets/stylesheets/LP_life_care_manager/scss/pagetop.scss */
.pagetop a img {
  vertical-align: bottom;
  /*width: 100px;*/
}

@media only screen and (max-width: 480px) {
  /* line 1, app/assets/stylesheets/LP_life_care_manager/scss/pagetop.scss */
  .pagetop {
    width: 100%;
    bottom: 0%;
    right: 0%;
  }
  /* line 21, app/assets/stylesheets/LP_life_care_manager/scss/pagetop.scss */
  .pagetop a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #BABABA;
    /*
			text-align: center;
			padding: 10px 5px 0;
			width: 85%;
			display: block;
			background-color: #BABABA;*/
  }
}

/* CONTAINER
---------------------------------------------------------------------------- */
/* line 3, app/assets/stylesheets/LP_life_care_manager/scss/container.scss */
#container {
  /* main container */
  /*height: 100vh;*/
  height: var(--first-visual-height);
  min-height: -webkit-fill-available;
}

@media only screen and (max-width: 480px) {
  /* line 3, app/assets/stylesheets/LP_life_care_manager/scss/container.scss */
  #container {
    height: var(--first-visual-height-sp);
  }
}

/* line 11, app/assets/stylesheets/LP_life_care_manager/scss/container.scss */
#container article {
  background: var(--bg-color);
}

/* line 14, app/assets/stylesheets/LP_life_care_manager/scss/container.scss */
#container article section {
  text-align: center;
}

/* line 17, app/assets/stylesheets/LP_life_care_manager/scss/container.scss */
#container article section .contents-inner {
  padding: 0 .8rem;
}

/* HEADER
---------------------------------------------------------------------------- */
/* line 3, app/assets/stylesheets/LP_life_care_manager/scss/header.scss */
#container {
  /* header nav */
}

/* line 6, app/assets/stylesheets/LP_life_care_manager/scss/header.scss */
#container .hero-visual .hero-header {
  position: relative;
}

/* line 8, app/assets/stylesheets/LP_life_care_manager/scss/header.scss */
#container .hero-visual .hero-header .header-scrolldown {
  position: absolute;
  text-align: right;
  bottom: 20px;
  right: 10px;
  width: 50%;
}

/* line 14, app/assets/stylesheets/LP_life_care_manager/scss/header.scss */
#container .hero-visual .hero-header .header-scrolldown img {
  max-height: 94px;
}

@media only screen and (max-width: 480px) {
  /* line 8, app/assets/stylesheets/LP_life_care_manager/scss/header.scss */
  #container .hero-visual .hero-header .header-scrolldown {
    bottom: 12vh;
    position: inherit;
    width: fit-content;
    text-align: left;
  }
  /* line 22, app/assets/stylesheets/LP_life_care_manager/scss/header.scss */
  #container .hero-visual .hero-header .header-scrolldown img {
    width: 80%;
  }
}

/* line 30, app/assets/stylesheets/LP_life_care_manager/scss/header.scss */
#container header {
  position: fixed;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 480px) {
  /* line 30, app/assets/stylesheets/LP_life_care_manager/scss/header.scss */
  #container header {
    background: white;
    width: 100%;
  }
}

/* line 43, app/assets/stylesheets/LP_life_care_manager/scss/header.scss */
#container header .header-logo img {
  max-width: 192px;
}

/* line 48, app/assets/stylesheets/LP_life_care_manager/scss/header.scss */
#container header .header-sns {
  position: fixed;
  display: flex;
  top: 400px;
  right: 2%;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  gap: 8px;
  z-index: 10000;
}

/* line 59, app/assets/stylesheets/LP_life_care_manager/scss/header.scss */
#container header .header-sns img {
  width: 23px;
}

@media only screen and (max-width: 480px) {
  /* line 48, app/assets/stylesheets/LP_life_care_manager/scss/header.scss */
  #container header .header-sns {
    flex-flow: nowrap;
    position: static;
    width: auto;
    top: auto;
    right: auto;
    bottom: auto;
    margin-right: 1rem;
  }
  /* line 72, app/assets/stylesheets/LP_life_care_manager/scss/header.scss */
  #container header .header-sns img {
    width: 33px;
  }
}

/* HERO VISUAL
---------------------------------------------------------------------------- */
/* line 3, app/assets/stylesheets/LP_life_care_manager/scss/herovisual.scss */
#container {
  /* main visual */
}

/* line 6, app/assets/stylesheets/LP_life_care_manager/scss/herovisual.scss */
#container .hero-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  /*height: 100vh;*/
  height: var(--first-visual-height);
}

@media only screen and (max-width: 480px) {
  /* line 6, app/assets/stylesheets/LP_life_care_manager/scss/herovisual.scss */
  #container .hero-visual {
    align-items: end;
    height: var(--first-visual-height-sp);
  }
}

/* line 19, app/assets/stylesheets/LP_life_care_manager/scss/herovisual.scss */
#container .hero-about {
  color: white;
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0.7);
}

/* line 25, app/assets/stylesheets/LP_life_care_manager/scss/herovisual.scss */
#container .hero-about .hero-about-inner {
  /* flex */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  padding: 8rem 5%;
}

@media only screen and (max-width: 480px) {
  /* line 25, app/assets/stylesheets/LP_life_care_manager/scss/herovisual.scss */
  #container .hero-about .hero-about-inner {
    padding: 5rem 1rem;
  }
}

/* line 35, app/assets/stylesheets/LP_life_care_manager/scss/herovisual.scss */
#container .hero-about .hero-about-inner h2 {
  color: white;
  font-family: var(--font_Shippori);
  font-size: 38px;
  letter-spacing: 0.2em;
  line-height: 2;
  margin-bottom: 3rem;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media only screen and (max-width: 480px) {
  /* line 35, app/assets/stylesheets/LP_life_care_manager/scss/herovisual.scss */
  #container .hero-about .hero-about-inner h2 {
    font-size: 20px;
    margin-bottom: 2rem;
  }
}

/* line 49, app/assets/stylesheets/LP_life_care_manager/scss/herovisual.scss */
#container .hero-about .hero-about-inner h2 img {
  max-width: 676px;
}

/* line 54, app/assets/stylesheets/LP_life_care_manager/scss/herovisual.scss */
#container .hero-about .hero-about-inner p {
  line-height: 3;
}

@media only screen and (max-width: 480px) {
  /* line 54, app/assets/stylesheets/LP_life_care_manager/scss/herovisual.scss */
  #container .hero-about .hero-about-inner p {
    line-height: 2.5;
  }
}

/* line 61, app/assets/stylesheets/LP_life_care_manager/scss/herovisual.scss */
#container .hero-about .hero-about-inner img {
  max-width: fit-content;
}

/* line 65, app/assets/stylesheets/LP_life_care_manager/scss/herovisual.scss */
#container .hero-about .hero-about-inner .logo {
  max-width: 200px;
}

@media only screen and (max-width: 480px) {
  /* line 65, app/assets/stylesheets/LP_life_care_manager/scss/herovisual.scss */
  #container .hero-about .hero-about-inner .logo {
    max-width: 120px;
  }
}

/* PHOTO
---------------------------------------------------------------------------- */
/* line 3, app/assets/stylesheets/LP_life_care_manager/scss/photo.scss */
.photo-ctr {
  width: 100%;
}

/* line 6, app/assets/stylesheets/LP_life_care_manager/scss/photo.scss */
.photo-ctr img {
  width: 100%;
  height: 346px;
  object-fit: cover;
  object-position: center top;
}

@media only screen and (max-width: 480px) {
  /* line 6, app/assets/stylesheets/LP_life_care_manager/scss/photo.scss */
  .photo-ctr img {
    height: inherit;
  }
}

/* FLEX
---------------------------------------------------------------------------- */
/* line 3, app/assets/stylesheets/LP_life_care_manager/scss/image.scss */
.img-program,
.img-buckup,
.img-salary {
  width: 100%;
  max-width: fit-content;
}

@media only screen and (max-width: 600px) {
  /* line 10, app/assets/stylesheets/LP_life_care_manager/scss/image.scss */
  .img-program {
    max-width: 370px;
  }
}

@media only screen and (max-width: 600px) {
  /* line 16, app/assets/stylesheets/LP_life_care_manager/scss/image.scss */
  .img-buckup {
    max-width: 328px;
  }
}

@media only screen and (max-width: 600px) {
  /* line 21, app/assets/stylesheets/LP_life_care_manager/scss/image.scss */
  .img-salary {
    max-width: 328px;
  }
}

/* SEARCH
---------------------------------------------------------------------------- */
/* line 3, app/assets/stylesheets/LP_life_care_manager/scss/search2.scss */
.search-ctr {
  position: relative;
  width: 96%;
  background-image: url(/assets/LP/life/recruit/search-bg-91f28e865ac6a7eef65ec26ed427888f7e5f05d7cdcfb780423e4222ea4103eb.webp);
  background-size: cover;
  background-position: center center;
  height: 480px;
  max-width: 1046px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 1rem;
  padding: 10rem 1rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}

@media only screen and (max-width: 900px) {
  /* line 3, app/assets/stylesheets/LP_life_care_manager/scss/search2.scss */
  .search-ctr {
    padding-top: 18%;
  }
}

@media only screen and (max-width: 480px) {
  /* line 3, app/assets/stylesheets/LP_life_care_manager/scss/search2.scss */
  .search-ctr {
    height: fit-content;
    min-height: 360px;
    padding: 6rem 1rem 1rem;
    background-image: url(/assets/LP/life/recruit/search-bg-sp-5025447c5e31473146d01de232e64082f22e8db1bc72039b20b18b0518d7a7ca.webp);
  }
}

/* line 30, app/assets/stylesheets/LP_life_care_manager/scss/search2.scss */
.search-ctr input#address_addr {
  width: 100%;
}

/* line 34, app/assets/stylesheets/LP_life_care_manager/scss/search2.scss */
.search-ctr .add_view {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: .3rem 1rem .5rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(7.5px);
  -webkit-backdrop-filter: blur(7.5px);
}

/* line 47, app/assets/stylesheets/LP_life_care_manager/scss/search2.scss */
.search-ctr h3 {
  text-align: center;
  color: white;
  font-family: var(--font_Shippori);
  font-size: 38px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 8%;
}

/* line 55, app/assets/stylesheets/LP_life_care_manager/scss/search2.scss */
.search-ctr h3 span {
  display: inline-block;
}

@media only screen and (max-width: 480px) {
  /* line 47, app/assets/stylesheets/LP_life_care_manager/scss/search2.scss */
  .search-ctr h3 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 380px) {
  /* line 47, app/assets/stylesheets/LP_life_care_manager/scss/search2.scss */
  .search-ctr h3 {
    font-size: 22px;
  }
}

/* line 66, app/assets/stylesheets/LP_life_care_manager/scss/search2.scss */
.search-ctr .search-form-ctr {
  text-align: center;
}

/* line 69, app/assets/stylesheets/LP_life_care_manager/scss/search2.scss */
.search-ctr .search-form-ctr p {
  color: white;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: .2em;
  font-weight: 500;
}

@media only screen and (max-width: 480px) {
  /* line 69, app/assets/stylesheets/LP_life_care_manager/scss/search2.scss */
  .search-ctr .search-form-ctr p {
    font-size: 14px;
  }
}

/* line 81, app/assets/stylesheets/LP_life_care_manager/scss/search2.scss */
.search-ctr .search-form-ctr .form-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 7px 7px;
  margin: 0 auto;
  width: fit-content;
}

/* line 90, app/assets/stylesheets/LP_life_care_manager/scss/search2.scss */
.search-ctr .search-form-ctr .form-inner label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}

/* line 96, app/assets/stylesheets/LP_life_care_manager/scss/search2.scss */
.search-ctr .search-form-ctr .form-inner label span {
  color: white;
  font-size: 22px;
  font-weight: 600;
  margin-right: 10px;
  vertical-align: middle;
}

/* line 102, app/assets/stylesheets/LP_life_care_manager/scss/search2.scss */
.search-ctr .search-form-ctr .form-inner label span:before {
  position: absolute;
  content: "";
  background: red;
}

@media only screen and (max-width: 480px) {
  /* line 96, app/assets/stylesheets/LP_life_care_manager/scss/search2.scss */
  .search-ctr .search-form-ctr .form-inner label span {
    color: var(--form-gray);
    position: absolute;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    top: 0;
    bottom: 0;
    left: 5px;
    margin: auto auto auto 10px;
  }
}

/* line 122, app/assets/stylesheets/LP_life_care_manager/scss/search2.scss */
.search-ctr .search-form-ctr .form-inner label input {
  width: 240px;
  height: 36px;
  padding: 1px 5px 1px 8px;
  color: var(--form-gray);
  outline: none;
  border-radius: 6px;
  background: white;
}

@media only screen and (max-width: 480px) {
  /* line 122, app/assets/stylesheets/LP_life_care_manager/scss/search2.scss */
  .search-ctr .search-form-ctr .form-inner label input {
    width: 200px;
  }
}

@media only screen and (max-width: 380px) {
  /* line 122, app/assets/stylesheets/LP_life_care_manager/scss/search2.scss */
  .search-ctr .search-form-ctr .form-inner label input {
    width: 100%;
  }
}

/* line 137, app/assets/stylesheets/LP_life_care_manager/scss/search2.scss */
.search-ctr .search-form-ctr .form-inner label input:after {
  width: 14px;
  height: 14px;
  margin-right: 5px;
  content: "〒";
}

/* line 145, app/assets/stylesheets/LP_life_care_manager/scss/search2.scss */
.search-ctr .search-form-ctr .form-inner button {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  border: none;
  padding: 0 1rem;
  border-radius: 6px;
  background-color: var(--form-gray);
  cursor: pointer;
}

@media only screen and (max-width: 480px) {
  /* line 145, app/assets/stylesheets/LP_life_care_manager/scss/search2.scss */
  .search-ctr .search-form-ctr .form-inner button {
    padding: 0 5px;
  }
}

/* line 2, app/assets/stylesheets/LP_life_care_manager/scss/person.scss */
#life-person .modal-ctr {
  width: 90%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

/* line 7, app/assets/stylesheets/LP_life_care_manager/scss/person.scss */
#life-person .modal-ctr .modal-open-label img {
  width: 100%;
  margin-bottom: 1rem;
}

/* line 12, app/assets/stylesheets/LP_life_care_manager/scss/person.scss */
#life-person .name {
  text-align: left;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: .1em;
}

/* line 17, app/assets/stylesheets/LP_life_care_manager/scss/person.scss */
#life-person .name span {
  display: block;
  font-size: 12px;
  color: #383838;
}

/* CSS Document */
/* line 3, app/assets/stylesheets/LP_life_care_manager/scss/info.scss */
.info-ctr {
  /*width: 90%;*/
  max-width: 922px;
  margin-left: auto;
  margin-right: auto;
  background-color: #696969;
  padding: 5%;
  border-radius: 12px;
}

/* line 11, app/assets/stylesheets/LP_life_care_manager/scss/info.scss */
.info-ctr img {
  width: 100%;
  max-width: fit-content;
}

/* banner
---------------------------------------------------------------------------- */
/* line 4, app/assets/stylesheets/LP_life_care_manager/scss/banner.scss */
.banner-ctr {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

@media only screen and (max-width: 480px) {
  /* line 4, app/assets/stylesheets/LP_life_care_manager/scss/banner.scss */
  .banner-ctr {
    flex-flow: column;
  }
}

/* line 14, app/assets/stylesheets/LP_life_care_manager/scss/banner.scss */
.banner-ctr a img {
  width: 100%;
  max-width: fit-content;
}

/* line 21, app/assets/stylesheets/LP_life_care_manager/scss/banner.scss */
.banner-ctr.external a {
  max-width: 300px;
  width: 100%;
}

/* line 27, app/assets/stylesheets/LP_life_care_manager/scss/banner.scss */
.banner-ctr.lp-site a {
  max-width: 248px;
  width: 100%;
}

/* CSS Document */
/* line 5, app/assets/stylesheets/LP_life_care_manager/scss/section.scss */
article section {
  /* flex */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  width: 100%;
  /* inner */
}

/* line 15, app/assets/stylesheets/LP_life_care_manager/scss/section.scss */
article section .section-inner {
  padding: 6rem 0;
  /*max-width: 1080px;*/
  width: 100%;
}

/* footer
---------------------------------------------------------------------------- */
/* photo */
/* line 4, app/assets/stylesheets/LP_life_care_manager/scss/footer.scss */
.footer-photo-ctr {
  width: 100%;
}

/* line 7, app/assets/stylesheets/LP_life_care_manager/scss/footer.scss */
.footer-photo-ctr a {
  background-color: white;
  transition: all 0.3s ease;
}

/* line 10, app/assets/stylesheets/LP_life_care_manager/scss/footer.scss */
.footer-photo-ctr a:hover {
  filter: opacity(70%);
}

/* line 12, app/assets/stylesheets/LP_life_care_manager/scss/footer.scss */
.footer-photo-ctr a:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  transition: all 0.3s ease;
}

/* line 22, app/assets/stylesheets/LP_life_care_manager/scss/footer.scss */
.footer-photo-ctr a:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid white;
  box-sizing: border-box;
  opacity: 0.8;
  transition: all 0.3s ease;
}

/* line 37, app/assets/stylesheets/LP_life_care_manager/scss/footer.scss */
.footer-photo-ctr img {
  width: 100%;
  z-index: 1;
}

/* line 42, app/assets/stylesheets/LP_life_care_manager/scss/footer.scss */
.footer-photo-ctr .footer-photo-btn {
  position: absolute;
  max-width: 780px;
  width: 90%;
  margin: auto;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 50%;
}

@media only screen and (max-width: 480px) {
  /* line 42, app/assets/stylesheets/LP_life_care_manager/scss/footer.scss */
  .footer-photo-ctr .footer-photo-btn {
    display: none;
  }
}

/* line 56, app/assets/stylesheets/LP_life_care_manager/scss/footer.scss */
.footer-photo-ctr a {
  display: block;
  width: 100%;
}

/* line 60, app/assets/stylesheets/LP_life_care_manager/scss/footer.scss */
.footer-photo-ctr a picture img {
  object-fit: cover;
  object-position: center top;
  height: 490px;
}

@media only screen and (max-width: 480px) {
  /* line 60, app/assets/stylesheets/LP_life_care_manager/scss/footer.scss */
  .footer-photo-ctr a picture img {
    height: inherit;
  }
}

/* footer */
/* line 75, app/assets/stylesheets/LP_life_care_manager/scss/footer.scss */
footer {
  display: flex;
  flex-flow: column;
  align-items: center;
  color: var(--footer-gray);
  text-align: center;
  font-weight: 600;
  background: white;
  padding: 6rem 1rem 3rem;
}

@media only screen and (max-width: 480px) {
  /* line 75, app/assets/stylesheets/LP_life_care_manager/scss/footer.scss */
  footer {
    padding: 6rem 1rem 4rem;
  }
}

/* line 89, app/assets/stylesheets/LP_life_care_manager/scss/footer.scss */
footer .footer-txt-logo {
  max-width: 354px;
  width: 80%;
}

/* line 94, app/assets/stylesheets/LP_life_care_manager/scss/footer.scss */
footer .copy {
  font-weight: normal;
  color: var(--form-gray);
  font-size: 14px;
  letter-spacing: .1em;
  padding: 1rem;
}

@media only screen and (max-width: 480px) {
  /* line 103, app/assets/stylesheets/LP_life_care_manager/scss/footer.scss */
  footer .logo {
    max-width: 120px;
  }
}
/*


 */
/* 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=LP_life_care_manager.css-2f10b46e80f5bf559bad93ef3ea30096933cfb5668bc609010b359dd3ee75ddb.map */
