@font-face {
  font-family: Redaction;
  src: url('../fonts/Redaction-Italic.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Redaction;
  src: url('../fonts/Redaction-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #363833;
  --white: white;
  --primary-1: #c4dd2a;
  --shade-2: #ededed;
  --border: #0000001a;
  --primary-2: #304a43;
  --shade-1: #faf8f4;
  --border-gray: #bdbdbd;
  --primary-3: #ff9b71;
  --link-blue: #0a54ce;
  --cura-dark-green: #00aa95;
  --medica-ocher: #d2b96f;
  --submit-button: #ff5469;
  --cura-medica-green: #a5e887;
  --visiting-care-color: #dccabc;
  --primery-school-color: #bedcbc;
  --color-2: white;
  --col1: 220px;
  --col2: 140px;
  --col3: 220px;
  --col4: 180px;
  --col5: 240px;
  --facility-lp-red: #db726a;
  --facility-lp-darkgreen: #658766;
  --color: white;
  --cura-green: #74c17d;
  --first-view-height-on-phone: 60vh;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--black);
  margin-right: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

h1 {
  margin-top: 0;
  margin-bottom: 28px;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

h2 {
  margin-top: 0;
  margin-bottom: 21px;
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
}

h3 {
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

h4 {
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}

h5 {
  margin-top: 0;
  margin-bottom: 7px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

h6 {
  margin-top: 0;
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 28px;
}

a {
  color: var(--black);
  margin-right: 20px;
  padding-bottom: 0;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

ul {
  grid-column-gap: 16px;
  grid-row-gap: 7px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 21px;
  padding-left: 24px;
  display: grid;
}

li {
  padding-left: 7px;
}

img {
  object-fit: contain;
  max-width: 90%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

label {
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  display: block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.loading-container {
  z-index: 9999;
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.loader {
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: 10px;
  display: inline-block;
}

.load-first {
  margin-top: 20px;
  padding-bottom: 60px;
}

.load-second {
  min-height: 0;
  margin-top: 0;
}

.section {
  padding-top: 112px;
  padding-bottom: 112px;
  position: relative;
}

.section.no-top-padding {
  padding-top: 0;
  padding-bottom: 20px;
}

.section.bg1 {
  background-image: url('../images/cura-nurse-patient-bg3min.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 120px;
  padding-left: 10rem;
}

.section.bg1.partner-bg {
  padding-bottom: 60px;
}

.main-container {
  aspect-ratio: auto;
  text-align: center;
  object-fit: fill;
  background-color: #0000;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1344px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-left: 15%;
  padding-right: 15%;
  display: block;
  position: relative;
}

.main-container.mc1 {
  max-width: 100%;
  padding-left: 30%;
  padding-right: 30%;
}

.main-container.mc1.block {
  padding-left: 100px;
  padding-right: 100px;
  display: block;
}

.main-container.block {
  max-width: 1600px;
  margin-bottom: 0;
  display: block;
}

.main-container.mgt1 {
  padding-left: 10%;
  padding-right: 10%;
}

.bg-white {
  background-color: var(--white);
}

.large-text {
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}

.large-text.below-display-heading {
  margin-top: 21px;
  font-family: Zen Kaku Gothic New;
  font-weight: 900;
}

.large-text.below-display-heading.margin-top1 {
  margin-top: 40px;
  font-weight: 900;
}

.large-text.below-display-heading.margin-top1.text-pink {
  color: #fb3a93;
  font-size: 24px;
}

.large-text.below-display-heading.margin-top1.text-pink.no-shadow {
  color: #9f9f9f;
  background-color: #ffffffe6;
  border-radius: 20px;
  padding: 4px 20px 6px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  display: inline-block;
}

.large-text.below-display-heading.text-pink {
  color: #fb3a93;
  font-size: 24px;
}

.large-text.below-display-heading.text-pink.no-shadow {
  color: #9f9f9f;
  background-color: #ffffffe6;
  border-radius: 20px;
  padding: 4px 20px 6px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  display: inline-block;
}

.large-text.below-display-heading.text-pink.no-shadow-copy {
  color: #fff;
  text-align: center;
  background-color: #ff0083;
  border-radius: 12px;
  width: 200px;
  margin-top: 0;
  margin-left: 40px;
  padding: 10px 20px 12px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  display: inline-block;
}

.large-text.below-display-heading.text-pink.no-shadow-copy.margin-custom {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.large-text.below-display-heading.margin-bottom {
  margin-bottom: 20px;
}

.large-text.below-display-heading.margin-bottom.margin-top {
  background-color: #f299a2;
  width: 300px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.large-text.below-display-heading.margin-bottom.margin-top.text-center {
  color: #fff;
  letter-spacing: .1em;
  background-color: #f299a2cc;
  border-radius: 4px;
  width: 340px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 500;
}

.small-text {
  font-size: 16px;
  line-height: 24px;
}

.no-bottom-margin {
  margin-bottom: 0;
}

.button {
  background-color: var(--primary-1);
  color: var(--black);
  text-align: center;
  border-radius: 200px;
  padding: 14px 35px;
  font-weight: 700;
  transition: box-shadow .2s;
  box-shadow: inset 0 0 0 100px #0000;
}

.button:hover {
  box-shadow: inset 0 0 0 100px #0000001a;
}

.button.w--current {
  background-color: #dc0173;
  border-radius: 8px;
  margin-top: 10px;
}

.button.small {
  padding: 10px 28px;
  font-size: 16px;
  line-height: 24px;
}

.button.small.w--current {
  background-color: var(--primary-1);
  border-radius: 24px;
  line-height: 30px;
}

.button.small.navbar-button {
  flex: none;
}

.button.bordered-dark {
  border: 2px solid var(--shade-2);
  box-shadow: none;
  background-color: #0000;
  transition: background-color .2s;
}

.button.bordered-dark:hover {
  background-color: var(--shade-2);
}

.button.bordered-dark.popular-link {
  margin-left: 7px;
  margin-right: 7px;
  padding: 7px 21px;
  font-size: 16px;
  line-height: 24px;
}

.button.square {
  border-radius: 7px;
  margin-top: 0;
}

.button.beside-input {
  margin-left: 14px;
}

.button.adjacent-to-button {
  margin-left: 21px;
}

.button.adjacent-to-button.bg-shade-2.btn1 {
  background-color: #1faa95;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Zen Kaku Gothic New;
  font-weight: 500;
  display: block;
}

.button.adjacent-to-button.bg-shade-2.btn1.btn-grey {
  background-color: #7e8ca7;
}

.button.adjacent-to-button.bg-shade-2.btn1.btn-line {
  background-color: #00cc42;
}

.navbar {
  text-align: center;
  background-color: #fff;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  position: static;
}

.form-block {
  margin-bottom: 0;
}

.form-input {
  border: 2px solid var(--border);
  color: var(--black);
  border-radius: 7px;
  min-height: 56px;
  margin-bottom: 0;
  padding: 14px 21px;
  font-size: 18px;
  line-height: 28px;
  transition: border-color .2s;
}

.form-input:focus {
  border-color: #00000040;
}

.form-input::placeholder {
  color: #283e3980;
}

.form-input.checkout-form-input {
  min-height: 49px;
}

.form-grid-vertical {
  grid-column-gap: 16px;
  grid-row-gap: 21px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;
}

.form-grid-vertical.below-heading {
  margin-top: 35px;
}

.selectable-field {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.selectable-label {
  text-align: left;
  margin-bottom: 0;
  margin-left: 14px;
  font-size: 16px;
}

.footer-1 {
  background-color: var(--primary-2);
  color: var(--white);
  padding-top: 84px;
  padding-bottom: 84px;
}

.back-to-top-button {
  z-index: 10;
  background-color: var(--shade-2);
  border-radius: 7px;
  padding: 7px 14px;
  position: fixed;
  bottom: 14px;
  right: 14px;
}

.announcement-bar {
  background-color: var(--primary-2);
  color: #fff;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  overflow: hidden;
}

.announcement-cross {
  cursor: pointer;
  width: 21px;
  height: 21px;
  display: block;
  position: absolute;
  right: 56px;
}

.announcement-contents {
  text-align: center;
  padding-top: 14px;
  padding-bottom: 14px;
}

.trigger-search-modal {
  cursor: pointer;
  align-items: center;
  margin-right: 21px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: opacity .2s;
  display: flex;
}

.trigger-search-modal:hover {
  opacity: .5;
}

.search-modal {
  z-index: 9999;
  flex-direction: column;
  display: none;
  position: fixed;
  inset: 0%;
}

.search-modal-screen {
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.search-modal-container {
  background-color: var(--white);
  padding: 56px 56px 35px;
  position: relative;
}

.display-heading {
  letter-spacing: -.02em;
  margin-bottom: 28px;
  font-family: Redaction, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 84px;
}

.display-heading.no-bottom-margin {
  margin-bottom: 0;
  font-family: Klee One;
  font-size: 48px;
  font-weight: 600;
  line-height: 64px;
}

.display-heading.no-bottom-margin.textweight-light {
  font-weight: 600;
}

.display-heading.no-bottom-margin.textweight-light.text-white {
  color: #ffffffe6;
  font-family: Zen Kaku Gothic New;
  font-weight: 500;
}

.display-heading.no-bottom-margin.textweight-light.text-white.text-shadow {
  color: #fffffff2;
  letter-spacing: .1em;
  text-shadow: 1px 1px 1px #0000001a;
  font-family: Noto Sans JP, sans-serif;
  font-size: 42px;
  font-weight: 700;
}

.display-heading.no-bottom-margin.textweight-light.text-white.text-shadow.text-green {
  text-shadow: 1px 1px 1px #00000080;
  margin-top: 40px;
}

.display-heading.no-bottom-margin.text-white {
  color: #ffffffe6;
  font-family: Zen Kaku Gothic New;
  font-weight: 400;
}

.display-heading.no-bottom-margin.text-white.text-shadow {
  color: #fffffff2;
  letter-spacing: .1em;
  text-shadow: 1px 1px 1px #0000001a;
  font-family: Noto Sans JP, sans-serif;
  font-size: 42px;
  font-weight: 700;
}

.bg-shade-1 {
  background-color: var(--shade-1);
}

.checkbox {
  border-width: 2px;
  border-color: var(--border);
  background-color: var(--white);
  cursor: pointer;
  border-radius: 7px;
  flex: none;
  width: 21px;
  height: 21px;
  margin-top: 0;
  margin-left: 0;
}

.checkbox.w--redirected-checked {
  border-color: var(--black);
  background-color: var(--black);
  background-size: 14px 14px;
}

.bg-shade-2 {
  background-color: var(--shade-2);
}

.fine-print-text {
  font-size: 14px;
  line-height: 24px;
}

.uppercase-text {
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.uppercase-text.menu-heading {
  opacity: .5;
  margin-bottom: 28px;
}

.text-white {
  color: var(--white);
}

.navbar-grid {
  grid-column-gap: 28px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: .5fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  min-height: 84px;
  margin-left: 56px;
  margin-right: 56px;
  display: grid;
}

.navbar-grid.navbar-grid-2 {
  grid-template-columns: 1fr 1.5fr 1fr;
}

.nav-link {
  color: var(--black);
  border-radius: 3px;
  margin-left: 0;
  margin-right: 0;
  padding: 4px 12px;
  font-size: 16px;
  font-weight: 600;
  transition: background-color .2s;
}

.nav-link:hover {
  background-color: var(--shade-2);
}

.dropdown-list-wide.w--open {
  background-color: #0000;
  width: 100%;
  padding-top: 56px;
  padding-bottom: 56px;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: translate(0, 23px);
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.container-small {
  width: 100%;
  max-width: 368px;
}

.dropdown-large-grid {
  grid-template-rows: auto;
  grid-template-columns: 41fr 58fr;
}

.vertical-menus-grid {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.menu-grid-vertical {
  grid-row-gap: 7px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.vertical-menu-link {
  font-size: 16px;
  font-weight: 600;
  transition: opacity .2s;
}

.vertical-menu-link:hover {
  opacity: .5;
}

.nav-menu {
  position: static;
}

.dropdown-wide-bg {
  border-bottom: 1px solid var(--border);
  background-color: #fffffff7;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.container-large {
  direction: ltr;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}

.container-large.wide {
  max-width: 792px;
}

.container-large.top-container {
  margin-left: 40px;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.text-center {
  text-align: center;
}

.navbar-controls {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.cart-button {
  color: var(--black);
  background-color: #0000;
  margin-left: 21px;
  padding: 0;
}

.cart-quantity {
  background-color: var(--shade-2);
  color: var(--black);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 28px;
  height: 28px;
  margin-left: 7px;
  font-weight: 800;
  display: flex;
}

.search-icon {
  margin-right: 7px;
}

.navbar-container {
  position: static;
}

.navbar-container.bg-white {
  z-index: 10;
  background-color: #fffffff7;
  position: sticky;
  top: 0;
}

.brand {
  padding-left: 0;
}

.brand.w--current {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.brand.navbar-left-brand {
  margin-right: 28px;
}

.dropdown-icon-links-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.icon-link {
  border: 1px solid var(--shade-2);
  background-color: var(--shade-1);
  text-align: center;
  border-radius: 7px;
  flex-direction: column;
  align-items: center;
  padding: 28px;
  transition: transform .2s, box-shadow .2s, background-color .2s;
  display: flex;
  box-shadow: 0 7px 14px #0000;
}

.icon-link:hover {
  background-color: var(--shade-2);
  transform: scale(1.04);
  box-shadow: 0 7px 14px #0000001a;
}

.icon-link-image {
  min-height: 56px;
  margin-bottom: 21px;
}

.loader-logo {
  width: 200px;
  margin-left: 10px;
  margin-right: auto;
  display: inline-block;
}

.footer-halves-grid {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
}

.footer-1-bottom-row {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 28px;
  display: flex;
}

.muted {
  opacity: .5;
}

.footer-2 {
  background-color: var(--shade-1);
  padding-top: 84px;
  padding-bottom: 56px;
}

.footer-logo-link {
  margin-bottom: 28px;
}

.footer-2-bottom-row {
  margin-top: 56px;
}

.footer-contact-container {
  font-size: 16px;
  line-height: 24px;
}

.footer-3 {
  background-color: var(--primary-2);
  color: var(--white);
  padding-top: 42px;
  padding-bottom: 28px;
}

.footer-3-top-row {
  border-bottom: 1px solid #ffffff1a;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28px;
  padding-bottom: 42px;
  display: flex;
}

.horizontal-links {
  align-items: center;
  display: flex;
}

.horizontal-links.aligned-right {
  margin-right: -28px;
}

.horizontal-link {
  margin-right: 28px;
}

.horizontal-link.text-white {
  transition: opacity .2s;
}

.horizontal-link.text-white:hover {
  opacity: .5;
}

.horizontal-link.small-text {
  font-weight: 600;
}

.horizontal-link.small-text.text-white {
  opacity: .5;
  transition: opacity .2s;
}

.horizontal-link.small-text.text-white:hover {
  opacity: 1;
}

.social-links {
  align-items: center;
  margin-left: -7px;
  margin-right: -7px;
  display: flex;
}

.social-link-small {
  border: 2px solid var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-left: 7px;
  margin-right: 7px;
  padding: 7px;
  transition: border-color .2s, filter .2s, background-color .2s;
  display: flex;
}

.social-link-small:hover {
  filter: invert();
  background-color: #000;
  border-color: #000;
}

.social-link-small-icon {
  max-height: 21px;
}

.footer-3-bottom-row {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-3-logo-container {
  align-items: center;
  display: flex;
}

.footer-3-logo {
  margin-right: 21px;
}

.footer-4 {
  background-color: var(--shade-1);
  padding-top: 84px;
  padding-bottom: 56px;
}

.container {
  direction: ltr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  padding-top: 60px;
  display: flex;
  position: relative;
}

.container.form-container {
  margin-bottom: 0;
  margin-left: 21px;
  margin-right: 21px;
}

.container.modal-container {
  margin-left: 21px;
  margin-right: 21px;
}

.horizontal-form {
  margin-bottom: 0;
  display: flex;
}

.form-success {
  background-color: var(--primary-1);
  text-align: center;
  padding: 14px;
  font-size: 16px;
  line-height: 24px;
}

.form-error {
  color: var(--black);
  background-color: #e9acac;
  margin-top: 14px;
  padding: 14px;
  font-size: 16px;
  line-height: 24px;
}

.footer-4-bottom-row {
  justify-content: space-between;
  align-items: center;
  margin-top: 84px;
  display: flex;
}

.navbar-row {
  justify-content: space-between;
  align-items: center;
  min-height: 84px;
  margin-left: 56px;
  margin-right: 56px;
  display: flex;
}

.navbar-left-contents {
  align-items: center;
  display: flex;
}

.back-to-top-contents {
  letter-spacing: .1em;
  text-transform: uppercase;
  align-items: center;
  font-size: 12px;
  font-weight: 800;
  line-height: 24px;
  display: flex;
}

.back-to-top-image {
  margin-right: 7px;
  transform: rotate(180deg);
}

.search-modal-heading {
  margin-bottom: 28px;
}

.popular-links-container {
  align-items: center;
  margin-top: 35px;
  display: flex;
}

.popular-links-heading {
  margin-bottom: 0;
  margin-right: 14px;
}

.popular-links {
  align-items: center;
  display: flex;
}

.justify-content-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.process-step {
  background-color: var(--shade-2);
  padding: 28px;
  font-size: 22px;
  line-height: 32px;
}

.process-step.horizontal {
  background-color: var(--shade-1);
  align-items: center;
  width: 100%;
  padding: 21px;
  font-size: 18px;
  line-height: 28px;
  display: flex;
}

.button-pair.below-large-text {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 35px;
  display: flex;
}

.button-pair.below-large-text.centered {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  display: block;
}

.button-pair.below-large-text.centered.blog-post {
  width: 390px;
  margin-top: 0;
  display: block;
  position: static;
  inset: 0% 60px auto auto;
}

.article {
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.article blockquote {
  border-left: 2px solid var(--border);
  margin-top: 52px;
  margin-bottom: 52px;
  padding: 0 21px;
  font-size: 22px;
  line-height: 32px;
}

.article p {
  margin-bottom: 24px;
}

.article img {
  max-width: 525px;
}

.article figure {
  width: 100%;
  max-width: 525px;
  margin-top: 52px;
  margin-bottom: 52px;
  display: block;
}

.article figcaption {
  margin-top: 21px;
  font-weight: 700;
}

.article h4 {
  margin-top: 38px;
}

.article ul {
  margin-bottom: 21px;
}

.article.post-content {
  overflow-wrap: normal;
  margin-top: 20px;
  font-size: 1.125rem;
  line-height: 2.1rem;
}

.article-container {
  width: 100%;
  max-width: 686px;
  margin-left: auto;
  margin-right: auto;
}

.blog-post-header-date {
  color: #c2c3c5;
  column-count: auto;
  margin-left: 10px;
  margin-right: auto;
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
  line-height: 30px;
  text-decoration: none;
  display: inline-block;
}

.blog-post-heading {
  text-align: center;
  margin-bottom: 84px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
}

.blog-post-heading.margin-1 {
  margin-top: 60px;
  margin-bottom: 20px;
}

.blog-post-heading.margin-1.text-left {
  text-align: left;
  margin-top: 20px;
  font-size: 28px;
  line-height: 42px;
}

.blog-post-main-image {
  width: 90%;
  height: auto;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.form-horizontal {
  display: flex;
}

.form-card {
  border: 1px solid var(--border);
  background-color: var(--white);
  border-radius: 14px;
  width: 100%;
  position: relative;
  box-shadow: 0 7px 21px #0000001a;
}

.form-card-title {
  border-bottom: 1px solid var(--border);
  text-align: center;
  padding: 28px;
}

.form-card-body {
  padding: 28px;
}

.form-row {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.accordion-title {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  padding: 21px;
  text-decoration: none;
  display: flex;
}

.account-section {
  background-color: var(--shade-1);
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 100vh;
  padding-top: 56px;
  padding-bottom: 56px;
  display: flex;
}

.form-card-footer {
  border-top: 1px solid var(--border);
  text-align: center;
  padding: 21px;
  font-size: 16px;
  line-height: 24px;
}

.cart-header {
  border-bottom-color: var(--border);
  padding: 21px 28px;
}

.cart-close-button {
  width: auto;
  height: auto;
}

.cart-close-image {
  display: block;
}

.cart-list {
  padding: 21px 28px;
}

.cart-item {
  align-items: center;
  margin-bottom: 21px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.cart-item-image {
  width: 84px;
}

.cart-item-details {
  margin-left: 21px;
  margin-right: 21px;
}

.cart-footer {
  border-top-color: var(--border);
  padding: 28px;
  font-size: 16px;
  line-height: 24px;
}

.apple-pay-button {
  border-radius: 7px;
  height: 49px;
}

.cart-line-item {
  margin-bottom: 21px;
}

.checkout-form {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 368px;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
}

.block-header {
  border-left-color: var(--border);
  padding: 21px;
}

.block-content {
  border-right-color: var(--border);
  border-bottom-color: var(--border);
  border-left-color: var(--border);
  padding: 21px;
  font-size: 16px;
  line-height: 24px;
}

.checkout-form-section {
  margin-bottom: 0;
}

.checkout-form-body {
  grid-column-gap: 16px;
  grid-row-gap: 21px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-right: 0;
  display: grid;
}

.form-row-thirds {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.column {
  padding-left: 0;
  padding-right: 0;
}

.shipping-method {
  border-bottom-color: var(--border);
  padding: 21px;
}

.shipping-method-list {
  border-right-color: var(--border);
  border-left-color: var(--border);
}

.order-item {
  align-items: center;
  margin-bottom: 21px;
}

.order-confirmation {
  min-width: 100%;
}

.search-results-list {
  grid-column-gap: 16px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 84px;
  display: grid;
}

.search-result-text {
  margin-top: 14px;
  margin-bottom: 0;
}

.subscribe-modal-container {
  z-index: 10;
  background-color: #000000a6;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-image {
  max-height: 112px;
  margin-bottom: 28px;
}

.modal-dismiss-cross {
  cursor: pointer;
  transition: opacity .2s;
  position: absolute;
  top: 21px;
  right: 21px;
}

.modal-dismiss-cross:hover {
  opacity: .5;
}

.cta-bar {
  background-color: var(--white);
  color: var(--black);
  border-radius: 7px;
  justify-content: space-between;
  align-items: center;
  padding: 21px;
  display: flex;
}

.screenshot-link {
  text-align: center;
}

.image {
  margin: 5px auto;
  display: block;
}

.image.header-logo {
  background-image: none;
  height: 32px;
  margin-left: 10px;
}

.image.header-logo-copy {
  background-image: none;
  height: 32px;
  margin-top: 0;
  margin-left: 0;
}

.div-block-2 {
  flex: 1;
  width: 390px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-2.margin-top {
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  margin-top: 100px;
  padding-bottom: 10px;
}

.div-block-2.margin-top.bg-white.bottom-margin-1 {
  padding-bottom: 20px;
}

.div-block-2.margin-top.no-top-margin {
  margin-top: 20px;
}

.text-block {
  text-align: left;
  font-family: Zen Kaku Gothic New;
  font-size: 24px;
  line-height: 36px;
}

.text-block.text-sm1 {
  text-align: left;
  margin-top: 10px;
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
}

.text-block.text-sm1.maragin-top {
  margin-top: 20px;
}

.text-block.text-sm1.maragin-top.no-shadow.text-grey.block-right {
  color: #b5b5b5;
  text-align: right;
  display: block;
}

.text-block.text-sm1.no-shadow {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
}

.text-block.text-sm1.no-shadow.text-bold {
  text-align: center;
  display: block;
}

.text-block.heading1 {
  text-align: center;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  font-size: 42px;
  font-weight: 900;
  line-height: 50px;
  display: block;
}

.text-block.heading1.margin-top {
  width: 300px;
  margin-top: 10px;
}

.text-block.heading1.margin-top.no-shadow-copy {
  width: 400px;
  font-family: Noto Sans JP, sans-serif;
}

.text-block.heading1.hd1 {
  width: 300px;
}

.text-block.heading1.hd1.margin-top.no-shadow, .text-block.heading1.no-shadow {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
}

.text-block.minus-margin-bottom {
  text-align: left;
  width: 200px;
  margin-bottom: -10px;
  margin-left: auto;
  margin-right: auto;
}

.text-block.minus-margin-bottom.no-shadow {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
}

.text-block.margin-top {
  margin-top: 40px;
}

.text-block.margin-top.no-shadow.text-center {
  text-align: center;
  background-color: #f4fff4;
  margin-top: 0;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
  line-height: 48px;
}

.html-embed {
  margin-top: 20px;
  margin-left: 40px;
}

.div-block-3 {
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.div-block-4 {
  margin-left: auto;
  margin-right: auto;
}

.html-embed-2 {
  height: 350px;
  display: block;
}

.div-block-5 {
  width: 300px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
}

.grid {
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  margin-bottom: 100px;
}

.div-block-6 {
  width: 460px;
  height: 360px;
}

.text-block-3 {
  font-family: Zen Kaku Gothic New;
  font-size: 48px;
  line-height: 62px;
}

.text-block-3.no-shadow.margin-bottom.text-center.hide-on-pc {
  display: none;
}

.text-block-3.no-shadow.hide-on-mobile {
  font-family: Noto Sans JP, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 44px;
  display: inline-block;
}

.text-block-3.no-shadow.hide-on-mobile.green-enclosing {
  text-align: center;
  background-color: #d5f4c8;
  width: 54px;
  height: 54px;
  font-size: 40px;
  line-height: 54px;
}

.text-block-3.no-shadow.hide-on-mobile.green-enclosing.margin-right {
  background-color: #f4fff4;
  margin-right: 12px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.text-block-3.no-shadow.hide-on-mobile.green-enclosing.margin-right.show-on-mobile {
  display: none;
}

.text-block-4 {
  margin-top: 20px;
  font-family: Zen Kaku Gothic New;
  font-weight: 400;
  line-height: 36px;
}

.text-block-4.no-top-margin {
  margin-top: 0;
}

.text-block-4.no-top-margin.no-shadow {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
}

.text-block-4.text-center.no-top-margin {
  width: 200px;
}

.text-block-4.text-center.no-top-margin.weight-medium.no-shadow.auto-lr-margin, .text-block-4.text-center.no-top-margin.no-shadow.auto-lr-margin {
  margin-left: auto;
  margin-right: auto;
}

.text-block-4.text-center.no-shadow {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
}

.text-block-4.text-right {
  text-align: right;
}

.text-block-4.text-right.text-sm1 {
  font-size: 12px;
  line-height: 20px;
}

.text-block-4.text-right.text-sm1.margin-top1 {
  margin-top: 40px;
  font-size: 14px;
}

.text-block-4.text-right.text-sm1.margin-top1.no-shadow.text-grey {
  color: #b5b5b5;
  text-align: center;
}

.text-block-4.text-left.no-shadow, .text-block-4.no-shadow {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
}

.text-block-4.no-shadow.text-center {
  display: block;
}

.text-span-3 {
  display: inline-block;
}

.image-3 {
  width: 244px;
  height: 350px;
  margin-left: auto;
}

.image-4 {
  width: 80px;
}

.image-4.curamobile {
  width: 70px;
  margin-left: auto;
}

.image-4.curabag {
  width: 50px;
  margin-left: auto;
}

.image-4.curaentry {
  width: 40px;
  margin-left: auto;
}

.image-5 {
  width: 260px;
  position: absolute;
  inset: auto 15rem 0 auto;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block-7 {
  background-color: #a5e887;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 200px;
  width: 200px;
  height: 200px;
  position: relative;
}

.div-block-7.hsp1 {
  background-image: url('../images/hospital-image1-min.webp');
  background-size: cover;
}

.div-block-7.hsp1.auto-lr-margin {
  background-image: none;
  margin-left: auto;
  margin-right: auto;
}

.div-block-7.hsp2 {
  background-image: url('../images/hospita-image2.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.div-block-7.hsp2.auto-lr-margin {
  margin-left: auto;
  margin-right: auto;
}

.div-block-7.hsp3 {
  background-image: url('../images/AdobeStock_63080223-min.webp');
  background-position: 73%;
  background-size: cover;
}

.div-block-7.hsp3.auto-lr-margin {
  margin-left: auto;
  margin-right: auto;
}

.div-block-8 {
  display: block;
}

.section-2 {
  margin-top: 100px;
  padding-bottom: 100px;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr .75fr .75fr .75fr;
  height: 187px;
}

.section-3 {
  border-radius: 10px;
  margin-top: 100px;
  padding-bottom: 0;
}

.div-block-9 {
  background-color: #26cc77;
  background-image: url('../images/abstract-cura-bg-small.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  margin-bottom: 100px;
  padding: 30px;
}

.image-6 {
  width: 107px;
  margin-left: 0;
}

.text-block-5 {
  color: #fff;
  font-family: Noto Sans JP, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 33px;
}

.text-block-5.margin-top1 {
  margin-top: 20px;
}

.text-block-5.margin-top1.lg1 {
  font-size: 36px;
  font-weight: 900;
  line-height: 32px;
}

.div-block-10 {
  height: 108px;
}

.bold-text {
  font-weight: 700;
  line-height: 36px;
}

.text-span-4 {
  font-size: 24px;
}

.text-block-6 {
  color: #fff;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.grid-4 {
  grid-template-rows: auto;
}

.grid-4.margin-top {
  margin-top: 60px;
}

.image-7 {
  border-radius: 20px;
  box-shadow: 0 2px 12px #0000001a;
}

.text-block-7 {
  font-family: Zen Kaku Gothic New;
  line-height: 36px;
}

.text-block-7.margin-top {
  margin-top: 20px;
}

.text-block-7.no-shadow {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
}

.div-block-11 {
  width: 300px;
}

.image-8 {
  width: 16px;
  margin-right: 6px;
  display: inline-block;
}

.div-block-12 {
  text-align: left;
  width: 280px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-12.text-center {
  margin-left: auto;
  margin-right: auto;
}

.image-9 {
  width: 100%;
  max-width: 800px;
  margin: 40px auto 180px;
  display: block;
}

.image-9.bottom-margin-1 {
  margin-bottom: 0;
}

.image-9.bottom-margin-1.no-top-margin {
  margin-top: 0;
}

.div-block-14 {
  margin-bottom: 60px;
}

.image-10 {
  display: none;
}

.text-block-8 {
  color: #fff;
  font-family: Zen Kaku Gothic New;
  font-size: 37px;
  font-weight: 500;
  line-height: 56px;
}

.text-block-8.text-shadow {
  text-shadow: 1px 1px 2px #0000001a;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  display: block;
}

.section-4 {
  background-image: url('../images/cura-green-bg2.webp');
  background-position: 0 0;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 60px;
}

.text-block-9 {
  color: #fff;
  margin-top: 20px;
  font-family: Zen Kaku Gothic New;
}

.text-block-9.margin-top {
  margin-top: 40px;
}

.text-block-9.margin-top.text-shadow {
  text-shadow: 1px 1px 2px #0003;
  max-width: 700px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  font-family: Noto Sans JP, sans-serif;
  line-height: 24px;
}

.text-block-9.text-shadow {
  text-shadow: 1px 1px 2px #0003;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-family: Noto Sans JP, sans-serif;
  line-height: 32px;
}

.text-shadow {
  text-shadow: 1px 1px 2px #0003;
}

.text-span-13 {
  color: #1faa95;
}

.bold-text-2 {
  color: #1faa95;
  margin-left: 4px;
  margin-right: 4px;
  font-size: 26px;
  font-weight: 900;
}

.text-span-14 {
  display: inline-block;
}

.div-block-18, .div-block-19, .div-block-20 {
  display: none;
}

.link {
  color: #cfcfcf;
  text-decoration: underline;
}

.section-5 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-5.background-grey, .section-5.background-grey-copy {
  background-color: #f6f6fa;
}

.main-container-2 {
  width: 100%;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 28px;
  padding-right: 28px;
  position: relative;
}

.div-block-21 {
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  width: 390px;
  margin: 100px auto;
  padding: 20px;
}

.div-block-21.blog-post {
  text-align: center;
  border-width: 1px;
  border-color: #dcdcdc;
  border-radius: 2px;
  margin-top: 20px;
}

.text-block-11 {
  border-radius: 16px;
  margin-bottom: 30px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 36px;
}

.text-block-11.text-green {
  color: #1faa95;
}

.text-block-12 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  position: static;
}

.text-block-12.blog-post {
  text-align: left;
  font-size: 15px;
  line-height: 24px;
}

.image-11 {
  width: 30px;
  margin-bottom: 5px;
  margin-left: auto;
}

.image-11.margin-top {
  margin-top: 20px;
  margin-left: auto;
}

.text-span-17, .bold-text-3, .text-span-18 {
  font-weight: 700;
}

.bold-text-4, .bold-text-5 {
  font-weight: 400;
}

.text-block-13 {
  margin-left: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
  line-height: 30px;
  display: inline-block;
}

.div-block-22 {
  width: 100%;
}

.div-block-24 {
  width: 50%;
  display: inline-block;
}

.image-14 {
  border-radius: 16px;
  width: 32px;
  height: 32px;
  margin-left: 0;
  display: inline-block;
}

.html-embed-3 {
  text-align: right;
  width: 50%;
  display: inline-block;
}

.div-block-25 {
  width: 100%;
}

.section-6 {
  background-color: #f7f7f7;
  padding-top: 100px;
  padding-bottom: 140px;
}

.div-block-27 {
  background-color: #fff;
  width: 686px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 80px;
}

.text-block-14 {
  text-align: center;
  margin-bottom: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
}

.collection-item {
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-15 {
  width: 100px;
  height: 100px;
  margin-left: auto;
  display: block;
  position: static;
}

.image-15.image-inner {
  object-fit: cover;
  border-radius: 4px;
  width: auto;
  height: 100%;
  position: absolute;
}

.text-block-15 {
  width: 360px;
  margin-left: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  display: inline-block;
}

.div-block-29 {
  width: 100%;
  height: 100px;
}

.div-block-29.div-flex {
  background-color: #fff;
  align-items: center;
  display: flex;
}

.left-div {
  width: 390px;
  margin-top: 60px;
  position: sticky;
  top: 0;
}

.right-card {
  width: 100%;
}

.html-embed-5 {
  max-width: 686px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-35 {
  margin-top: 60px;
}

.section-8 {
  padding-left: 0;
}

.container-flex {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 100%;
  padding-top: 60px;
  display: flex;
}

.container-flex.blog-post {
  flex-flow: column;
  padding-top: 20px;
}

.link-block-3 {
  display: block;
}

.link-block-3.w--current {
  background-color: #0c0c0c00;
  padding-bottom: 0;
}

.html-embed-6 {
  margin-top: 20px;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bd1 {
  background-color: #f7f7f7;
}

.section-9 {
  margin-top: 20px;
}

.section-9.margin-top {
  padding-bottom: 140px;
}

.div-block-37 {
  background-color: #fff;
  border-radius: 6px;
  width: 100%;
  height: 280px;
  padding: 0 0 10px;
  position: relative;
}

.div-block-37.line2 {
  height: 280px;
}

.text-block-18 {
  margin-top: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.text-block-18.truncate-text2, .text-block-18.truncate-text3 {
  padding-left: 10px;
  padding-right: 10px;
}

.truncate-text2.text1 {
  margin-top: 5px;
  font-family: Noto Sans JP, sans-serif;
  font-size: .8rem;
  line-height: 1rem;
}

.div-block-38 {
  background-color: #fff;
  height: 600px;
  padding: 10px;
  position: relative;
}

.collection-list-wrapper-2 {
  margin-top: 10px;
}

.image-17 {
  width: 100%;
  height: auto;
}

.image-18 {
  width: 35px;
  height: auto;
  position: absolute;
  inset: 0% auto auto 20px;
}

.div-block-39 {
  background-color: #fff;
  width: 220px;
  height: 270px;
  padding: 10px;
  position: relative;
}

.collection-list-wrapper-3 {
  margin-top: 10px;
}

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 33px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.truncate-text3.text1 {
  margin-top: 5px;
  font-family: Noto Sans JP, sans-serif;
  font-size: .8rem;
  line-height: 1rem;
}

.div-block-40 {
  background-color: #badbc9;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 248px;
  height: 44px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-19 {
  color: #fff;
  font-family: Noto Sans JP, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
}

.link-block-4 {
  text-align: right;
  align-items: center;
  width: 160px;
  margin-top: 10px;
  margin-left: auto;
  display: flex;
}

.text-block-20 {
  margin-left: auto;
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  display: inline-block;
}

.image-19 {
  width: 12px;
  height: 14px;
}

.link-block-5 {
  flex: none;
}

.container-2 {
  max-width: 800px;
  margin-top: 40px;
}

.container-2.margin-top {
  margin-top: 25px;
}

.container-2.margin-top.bpi, .container-2.bpi {
  margin-top: 60px;
}

.div-block-41 {
  margin: -15px auto 10px;
  display: inline-block;
}

.image-20.img-center {
  margin-left: auto;
  margin-right: auto;
}

.link-block-6 {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.share-btns {
  margin-top: 20px;
}

.div-block-36 {
  background-color: #23c053;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  height: 50px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block-36.fb-btn {
  background-color: #4267b2;
}

.div-block-36.tw-btn {
  background-color: #289dea;
}

.image-16 {
  flex: none;
  width: 50px;
  height: 50px;
  margin-right: 0;
}

.text-block-17 {
  color: #fff;
  flex: none;
  margin-left: 20px;
  margin-right: auto;
  font-family: Noto Sans JP, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.button-2 {
  color: #b5b5b5;
  background-color: #0000;
  border: 1px solid #dcdcdc;
  border-radius: 12px;
  width: 300px;
  height: 50px;
  font-family: Noto Sans JP, sans-serif;
}

.image-wrapper {
  object-fit: cover;
  width: 100px;
  height: 100px;
  position: relative;
  overflow: hidden;
}

.text-block-21 {
  margin-bottom: 6px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 17px;
}

.text-block-21.link-url {
  color: #3d8c83;
  text-decoration: underline;
}

.text-block-23 {
  display: inline-block;
}

.div-block-45 {
  background-color: var(--black);
  padding: 10px 30px 5px;
  display: inline-block;
  transform: skew(0deg);
}

.bold-text-6.text-white {
  letter-spacing: 1px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 22px;
  line-height: 22px;
}

.div-block-47 {
  flex-direction: row;
  flex: 1;
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.div-block-48 {
  background-color: #f6f6fa;
  border-radius: 10px;
  padding: 20px 10px 40px;
}

.html-embed-7 {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.html-embed-7.margin-bottom {
  max-width: 720px;
}

.image-22 {
  display: none;
}

.div-block-50 {
  background-color: #f8f8f8;
  padding: 20px;
}

.text-block-24 {
  color: #b5b5b5;
  white-space: nowrap;
  word-break: keep-all;
  margin-left: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: inline-block;
}

.link-2 {
  color: #b5b5b5;
  word-break: keep-all;
  margin-left: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: underline;
  display: inline;
}

.link-2.w--current {
  background-color: #0c0c0c00;
}

.text-block-25 {
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
}

.section-10 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-block-26 {
  padding-left: 60px;
  padding-right: 60px;
  font-family: Noto Sans JP, sans-serif;
}

.image-23 {
  width: 150px;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
}

.div-block-51 {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-52 {
  text-align: center;
  margin-top: 60px;
}

.div-block-53 {
  background-color: #fff;
  border-radius: 20px;
  width: 300px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 1px 2px 10px #1553a340;
}

.image-24 {
  object-fit: cover;
  object-position: 50% 20%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
  height: 200px;
}

.link-block-9 {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.div-block-54 {
  width: 100%;
  height: 100px;
  padding: 20px;
}

.text-block-27 {
  color: #1faa95;
  text-align: left;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.text-block-28 {
  text-align: left;
  margin-top: 10px;
}

.div-block-55 {
  background-color: #0000;
  height: 80px;
  padding-left: 40px;
  padding-right: 40px;
}

.div-block-55.header-lp {
  z-index: 100;
  background-color: #fff;
  height: 64px;
  padding-top: 2px;
  padding-bottom: 2px;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block-55.header-lp-copy {
  z-index: 100;
  background-color: #fff;
  height: 64px;
  padding-top: 2px;
  padding-bottom: 2px;
  position: static;
  inset: 0% 0% auto;
}

.div-block-56 {
  background-color: #0000;
  justify-content: space-between;
  max-width: 1440px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-56.partner-nav {
  justify-content: flex-start;
  height: 60px;
}

.div-block-57 {
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  height: 80px;
  margin-left: 0;
  display: flex;
}

.div-block-57.partner-nav {
  width: auto;
  height: 60px;
}

.div-block-58 {
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  width: 300px;
  height: 60px;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.div-block-58.partner-nav {
  width: auto;
  height: 60px;
  margin-left: 0;
}

.image-25 {
  width: 140px;
}

.image-25.partner-nav {
  width: 120px;
  margin-left: 0;
}

.text-block-29 {
  color: var(--black);
  padding-bottom: 1px;
  padding-left: 4px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}

.link-3 {
  margin-left: 20px;
  margin-right: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  text-decoration: underline;
}

.link-3.w--current {
  background-color: #0c0c0c00;
  text-decoration: underline;
}

.button-3 {
  background-color: #f6b12e;
  border-radius: 10px;
  margin-left: 20px;
  padding: 12px 36px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  display: none;
}

.section-11 {
  background-image: linear-gradient(131deg, #46c39c, #19b29f);
  padding: 40px 40px 10px;
}

.div-block-59 {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-60 {
  background-color: #0000;
  max-width: 550px;
}

.div-block-61 {
  background-color: #0000;
  flex: 0 auto;
}

.image-26 {
  object-fit: fill;
  width: 600px;
  margin: 10px 0 -10px auto;
  display: block;
  overflow: auto;
}

.heading {
  color: #fff;
  letter-spacing: 3px;
  max-width: 498px;
  margin-bottom: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 42px;
  line-height: 64px;
}

.heading.lp-biz1 {
  max-width: 540px;
  font-size: 38px;
  font-weight: 700;
  line-height: 52px;
  display: inline-block;
}

.text-block-30 {
  color: #fff;
  margin-top: 4px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
}

.div-block-62 {
  background-color: #fff;
  width: 460px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  position: sticky;
  right: 0;
}

.div-block-63 {
  background-color: #0000;
  width: 100%;
  margin-right: 40px;
}

.container-3 {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1440px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.section-12 {
  margin-top: 40px;
}

.body {
  background-color: #f4f8f9;
}

.div-block-64 {
  background-color: #0000;
  justify-content: space-around;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.div-block-65 {
  background-color: #0000;
  width: 250px;
  height: 60px;
  position: relative;
}

.image-27 {
  width: 300px;
  height: 60px;
  position: absolute;
  inset: 0%;
}

.text-block-31 {
  color: var(--black);
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  position: absolute;
  inset: 0%;
}

.text-span-20 {
  color: #00aa95;
  font-size: 22px;
  line-height: 22px;
}

.text-span-20.laurel-eng {
  letter-spacing: -2px;
}

.text-block-32 {
  text-align: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
}

.div-block-66 {
  text-align: left;
  flex-flow: row;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 15px;
  display: flex;
}

.div-block-66.hide {
  display: none;
}

.image-28 {
  width: 22px;
  height: 22px;
  display: inline-block;
}

.text-block-33 {
  text-align: left;
  flex: 1;
  margin-left: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  display: inline-block;
}

.html-embed-8 {
  margin-top: 20px;
}

.div-block-67 {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.div-block-68 {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  flex-direction: column;
  width: 230px;
  height: 210px;
  display: flex;
}

.div-block-69 {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 70px;
  padding: 5px 10px;
  display: flex;
  box-shadow: 1px 2px 5px #0000001a;
}

.text-block-34 {
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.image-29 {
  flex: 0 auto;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  margin-right: 0;
}

.text-block-35 {
  margin-left: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
}

.image-30 {
  margin-bottom: 10px;
}

.text-block-36 {
  margin-top: 5px;
  padding-left: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
  line-height: 14px;
}

.div-block-70, .div-block-70.margin-top {
  margin-top: 100px;
}

.text-block-38 {
  text-align: center;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.div-block-71 {
  border-bottom: 2px solid #fbba40;
  width: 50px;
  margin: 2px auto 40px;
}

.div-block-72 {
  background-color: #fff0;
  justify-content: space-around;
  margin-top: 20px;
  padding: 0 40px 40px;
  display: flex;
}

.div-block-73 {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  width: 300px;
  height: 200px;
  padding: 20px;
}

.text-block-39 {
  text-align: center;
  margin-bottom: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.text-block-40 {
  text-align: center;
  margin-top: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.text-span-21 {
  display: inline-block;
}

.heading-2 {
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-family: Noto Sans JP, sans-serif;
}

.image-31 {
  margin-left: auto;
}

.div-block-76 {
  max-width: 800px;
  margin: 40px auto;
}

.html-embed-9 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.text-span-24 {
  color: #a5e887;
  font-weight: 700;
}

.body-2 {
  background-color: #fff;
}

.text-span-25 {
  text-align: center;
}

.text-span-26 {
  color: #a5e887;
}

.text-span-28 {
  letter-spacing: 3px;
  text-indent: 0;
  font-size: 34px;
}

.text-span-29, .text-span-30, .text-span-31 {
  font-size: 34px;
}

.link-block-10 {
  display: none;
}

.div-block-78.text-left {
  text-align: left;
}

.image-32, .image-33, .image-34 {
  border-radius: 200px;
}

.div-block-51-kaigo {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.container-large-kaigo {
  direction: ltr;
  width: 100%;
  max-width: 580px;
}

.container-large-kaigo.top-container-kaigo {
  margin-left: auto;
}

.section-kaigo {
  padding-top: 112px;
  padding-bottom: 112px;
  position: relative;
}

.section-kaigo.bg1-kaigo {
  background-image: url('../images/cura-nurse-patient-bg3min.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 120px;
  padding-left: 10rem;
}

.section-kaigo.bg1-kaigo.partner-bg-kaigo {
  background-image: url('../images/kaigo-top-3_1.avif');
  background-position: 50% 30%;
}

.section-4-kaigo {
  background-image: url('../images/Gradation-6_1.avif');
  background-position: 0 0;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

.main-container-kaigo {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15%;
  padding-right: 15%;
  display: flex;
  position: relative;
}

.main-container-kaigo.mc1 {
  max-width: 100%;
  padding-left: 30%;
  padding-right: 30%;
}

.main-container-kaigo.mc1.block {
  padding-left: 100px;
  padding-right: 100px;
  display: block;
}

.main-container-kaigo.block {
  max-width: 1600px;
  display: block;
}

.div-block-45-kaigo {
  background-color: var(--black);
  padding: 10px 30px 5px;
  display: inline-block;
  transform: skew(0deg);
}

.div-block-79 {
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  width: 300px;
  height: 60px;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.text-span-32 {
  color: #a5e887;
}

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.container-4.lp-biz {
  margin-top: 100px;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  text-align: justify;
  border-left: 4px solid #9b9b9b;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 10px;
}

.text-block-45 {
  text-align: right;
  margin-left: auto;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
}

.heading-3 {
  text-align: center;
  margin: 20px auto 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
  line-height: 36px;
}

.bold-text-8 {
  text-align: justify;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
}

.image-36 {
  display: none;
}

.link-4 {
  text-align: right;
  margin-left: auto;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  text-decoration: underline;
}

.button-4 {
  color: var(--black);
  object-fit: fill;
  background-color: #fff;
  border: 1px #000;
  border-radius: 6px;
  margin-top: 10px;
  margin-left: auto;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  transform: translate(0);
  box-shadow: 0 2px 5px #0003;
}

.heading-4 {
  display: none;
}

.text-block-47 {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 20px;
  font-family: Noto Sans JP, sans-serif;
}

.text-block-49 {
  text-align: justify;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.heading-6 {
  text-align: justify;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
  line-height: 36px;
}

.div-block-80 {
  aspect-ratio: auto;
  outline-offset: 0px;
  mix-blend-mode: normal;
  border-radius: 6px;
  outline: 3px solid #797979;
  height: auto;
  min-height: 330px;
  margin: 20px;
  padding: 20px 10px;
}

.paragraph {
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.text-block-50 {
  padding: 10px;
  font-family: PT Serif, serif;
}

.div-block-82 {
  outline-offset: 0px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 13px;
  outline: 1px solid #555;
  height: auto;
  min-height: 520px;
  padding: 10px;
}

.column-2 {
  display: flex;
}

.link-block-12 {
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}

.link-block-13 {
  pointer-events: auto;
  background-color: #ff0083;
  border: 1px #000;
  border-radius: 12px;
  width: 400px;
  height: 200px;
  margin: 40px auto;
  display: block;
  transform: none;
}

.text-block-51 {
  aspect-ratio: auto;
  color: var(--white);
  text-align: center;
  letter-spacing: normal;
  overflow-wrap: normal;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Noto Sans JP, sans-serif;
  font-size: 32px;
  text-decoration: none;
  display: block;
  position: relative;
  top: 80px;
}

.link-block-14 {
  display: block;
}

.text-block-52 {
  color: var(--white);
  text-align: center;
  background-color: #1faa95;
  border-radius: 20px;
  width: 300px;
  height: 60px;
  margin: 40px auto;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Noto Sans JP, sans-serif;
}

.div-block-86 {
  margin-left: 5px;
  margin-right: 5px;
}

.columns-2 {
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.column-5 {
  background-color: var(--shade-2);
  border: 1px #000;
  border-style: solid none none solid;
  padding-top: 2px;
  display: flex;
}

.column-6 {
  border: 1px solid #000;
  border-bottom-style: none;
  align-items: center;
  padding-top: 2px;
  padding-bottom: 6px;
  display: flex;
}

.column-5-copy {
  background-color: #ededed;
  border: 1px solid #000;
  border-right-style: none;
  padding-top: 2px;
  display: flex;
}

.column-6-copy {
  border: 1px solid #000;
  align-items: center;
  padding-top: 2px;
  padding-bottom: 6px;
  display: flex;
}

.text-block-54 {
  font-family: Noto Sans JP, sans-serif;
}

.div-block-87 {
  background-color: #eaffe9;
  border-radius: 12px;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-55 {
  direction: ltr;
  white-space: pre-line;
  word-break: normal;
  overflow-wrap: normal;
  font-family: Noto Sans JP, sans-serif;
  display: block;
}

.text-block-56 {
  white-space: pre-line;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
}

.heading-9 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
}

.text-block-57 {
  white-space: pre-line;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
}

.text-block-58 {
  font-size: 16px;
  font-weight: 600;
}

.text-block-59 {
  text-align: center;
  margin: 40px auto 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.heading-8 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
}

.list-item {
  border-top: 1px solid #000;
  margin-bottom: 20px;
}

.list-item-2 {
  margin-bottom: 20px;
}

.list-item-3 {
  border-top: 1px solid #000;
  margin-bottom: 20px;
}

.list-item-4 {
  border-top: 1px solid #000;
}

.div-block-88 {
  background-color: #faf8f2;
  border: 1px solid #000;
  border-radius: 12px;
  margin: 20px;
  padding: 10px 20px;
}

.text-block-60 {
  align-items: center;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  display: flex;
}

.flex-block {
  align-items: center;
  width: 260px;
  margin-right: auto;
}

.rich-text-block-2 {
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.image-38 {
  width: 100%;
  max-width: none;
  margin-right: 0;
  font-family: Noto Sans JP, sans-serif;
}

.div-block-89 {
  z-index: auto;
  background-color: #272727;
  border: 6px #00aa95;
  width: 35rem;
  max-width: 800px;
  padding: 40px 50px 40px 80px;
  position: absolute;
  top: 20%;
  left: 5%;
}

.section-13 {
  font-family: Noto Sans JP, sans-serif;
}

.heading-12 {
  color: var(--white);
  text-align: center;
  margin-bottom: 4px;
  font-size: 28px;
}

.text-block-61 {
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.heading-13 {
  text-align: left;
  margin-bottom: 21px;
  padding-top: 60px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
}

.heading-13.lp-top {
  text-align: center;
}

.list-item-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #e7e7e7;
  grid-template: "Area"
  / 1fr 1.5fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.text-block-62 {
  text-align: left;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 36px;
}

.heading-14 {
  text-align: left;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
}

.image-39 {
  max-width: 500px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  display: block;
}

.link-block-15 {
  border: 2px solid #000;
  border-radius: 4px;
  width: 204px;
  height: 40px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link-block-15.w--current {
  border-color: var(--black);
  background-color: #fff;
}

.text-block-65 {
  text-align: center;
  width: auto;
  height: auto;
  padding-top: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 34px;
  display: block;
  overflow: visible;
}

.heading-18 {
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
}

.text-block-67 {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
}

.bold-text-10 {
  text-align: center;
  padding-bottom: 20px;
  font-weight: 400;
  display: block;
}

.text-block-70 {
  text-align: center;
  margin-top: 80px;
  font-family: Noto Sans JP, sans-serif;
}

.image-46 {
  border-radius: 20px;
  height: 300px;
  margin-top: 20px;
  margin-left: auto;
  box-shadow: 0 2px 5px #0003;
}

.bold-text-12 {
  font-weight: 400;
}

.html-embed-10 {
  aspect-ratio: 3 / 2;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-92 {
  margin-top: 40px;
}

.footer-5 {
  background-color: #faf8f4;
  padding-top: 40px;
  padding-bottom: 40px;
}

.main-container-3 {
  text-align: center;
  background-color: #0000;
  border-radius: 0%;
  width: 100%;
  margin: 0 auto 20px;
  padding-top: 40px;
  padding-left: 28px;
  padding-right: 28px;
  position: relative;
}

.restricted-content-container-2 {
  font-family: Noto Sans JP, sans-serif;
}

.footer-halves-grid-2 {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.menu-grid-vertical-2 {
  grid-row-gap: 7px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.vertical-menu-link-2 {
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: opacity .2s;
}

.vertical-menu-link-2:hover {
  opacity: .5;
}

.vertical-menu-link-2.w--current {
  background-color: #0c0c0c00;
}

.loading-container-2 {
  z-index: 9999;
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.loader-2 {
  width: 50px;
  height: 50px;
}

.section-title {
  margin-bottom: 84px;
}

.section-title.reduced-margin {
  margin-bottom: 56px;
  font-family: Noto Sans JP, sans-serif;
}

.main-container-4 {
  text-align: center;
  background-color: #0000;
  border-radius: 0%;
  width: 100%;
  margin: 0 auto 20px;
  padding-top: 40px;
  padding-left: 28px;
  padding-right: 28px;
  position: relative;
}

.main-container-4.terms-and-conditions {
  text-align: left;
}

.no-bottom-margin-2 {
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
}

.no-bottom-margin-2.co-header1 {
  font-size: 16px;
  line-height: 24px;
}

.no-bottom-margin-2.co-header1.ch2 {
  text-align: left;
  font-size: 22px;
}

.image-138 {
  object-fit: cover;
  border-radius: 100px;
  width: 150px;
  max-width: none;
  height: 150px;
  margin-top: 40px;
}

.text-sm {
  color: #7e8690;
  text-align: left;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
}

.small-text-2 {
  text-align: justify;
  padding-top: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.horizontal-list-item {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: .66fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 21px;
  padding-bottom: 21px;
  display: grid;
}

.container-large-2 {
  direction: ltr;
  text-align: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  font-family: Noto Sans JP, sans-serif;
}

.logo-row {
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-row.margin-top {
  margin-top: 20px;
}

.logo-row-image {
  margin-left: 28px;
  margin-right: 28px;
  font-style: normal;
}

.div-block-143 {
  margin-top: 40px;
}

.quick-stack-2 {
  max-width: 800px;
}

.image-144 {
  border-radius: 20px;
  box-shadow: 0 2px 5px #0003;
}

.image-144.cp-media {
  object-fit: cover;
  max-height: 250px;
}

.heading-79 {
  text-align: center;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 28px;
  line-height: 40px;
}

.block-quote-2 {
  text-align: justify;
  font-weight: 400;
}

.bold-text-17 {
  text-align: justify;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.text-block-179 {
  color: #3c404e;
  margin-left: auto;
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.co-head-business {
  font-size: 24px;
  line-height: 28px;
}

.grid-44, .grid-45 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-180 {
  white-space: pre-wrap;
  overflow-wrap: normal;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
}

.container-6 {
  margin-top: 60px;
  display: flex;
}

.div-block-144 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.dropdown-toggle {
  z-index: 0;
  object-fit: fill;
  background-color: #fff;
  width: 100%;
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  display: inline-block;
  overflow: visible;
}

.collection-list-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.dropdown-list {
  outline-offset: 0px;
  background-color: #fff;
  border: 1px #d1d1d1;
  border-radius: 20px;
  outline: 3px #555;
  padding: 20px;
  display: none;
  position: static;
}

.dropdown-2 {
  z-index: 0;
  border: 1px solid #000;
  width: 100%;
  min-height: 0;
  margin-bottom: 40px;
  box-shadow: 0 2px 5px #0003;
}

.text-block-181 {
  text-align: left;
  white-space: normal;
  overflow-wrap: break-word;
  border-bottom: 1px gray;
  width: 100%;
  max-width: 50vw;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Noto Sans JP, sans-serif;
}

.collection-list-wrapper-4 {
  margin-top: 0;
}

.heading-81 {
  text-align: center;
  margin-top: 40px;
  font-family: Noto Sans JP, sans-serif;
}

.heading-83 {
  pointer-events: auto;
  margin-bottom: 20px;
  padding-left: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
}

.div-block-145 {
  margin-top: 60px;
}

.rich-text-block-3 {
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.rich-text-block-4, .rich-text-block-5, .rich-text-block-6 {
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.load-first-2 {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.legal-header {
  border-bottom: 1px solid #0000001a;
  margin-bottom: 84px;
  padding-bottom: 56px;
}

.section-14 {
  background-color: #0000;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 60px;
  position: relative;
}

.rich-text-block-7 {
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.heading-84 {
  font-size: 24px;
}

.div-block-146 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.collection-list-wrapper-5 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-147 {
  border: 1px solid #000;
  border-radius: 10px;
  margin: 40px 20px;
  padding: 20px;
}

.heading-85 {
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
}

.heading-87 {
  text-align: center;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
}

.button-5 {
  color: var(--white);
  text-align: center;
  background-color: #00aa95;
  border-radius: 4px;
  width: 100%;
  margin-top: 20px;
  font-family: Noto Sans JP, sans-serif;
}

.heading-88 {
  text-align: center;
  margin-top: 60px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
}

.text-block-185 {
  text-align: center;
  margin-bottom: 20px;
  margin-left: 0;
  font-family: Noto Sans JP, sans-serif;
}

.section-15 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-4 {
  margin-top: 60px;
  margin-left: 20px;
  margin-right: 20px;
}

.body-3 {
  font-family: Noto Sans JP, sans-serif;
}

.link-block-41, .link-block-41.w--current {
  background-color: #0c0c0c00;
  margin-right: auto;
}

.body-4 {
  color: var(--black);
  background-color: #f4f8f9;
  font-family: Noto Sans JP, sans-serif;
}

.bold-text-18 {
  font-size: 36px;
  line-height: 48px;
}

.bold-text-18.text-lg1 {
  font-size: 46px;
  line-height: 62px;
}

.bold-text-18.text-sm1 {
  font-size: 28px;
  line-height: 32px;
}

.button-8 {
  outline-offset: -3px;
  color: #dd983e;
  text-align: center;
  mix-blend-mode: normal;
  background-color: #fff;
  border: 4px #000;
  border-radius: 100px;
  outline: 3px solid #dd983e;
  width: 200px;
  margin-left: auto;
  margin-right: 40px;
  box-shadow: 0 2px 5px #0003;
}

.button-8.sales-lp-cta1 {
  width: 250px;
  font-weight: 400;
}

.button-10 {
  outline-offset: -3px;
  text-align: center;
  mix-blend-mode: normal;
  background-color: #dd983e;
  border-radius: 100px;
  outline: 3px solid #c58b40;
  width: 200px;
  margin: auto 40px 20px auto;
  display: block;
  box-shadow: 0 2px 5px #0003;
}

.button-10.sales-lp-cta1 {
  width: 250px;
}

.section-16 {
  background-color: #00ab95;
  background-image: linear-gradient(135deg, #00aa94, #00cb77);
}

.heading-89 {
  color: var(--black);
  text-align: center;
}

.heading-89.heading-90 {
  font-size: 32px;
}

.heading-89.heading-90-copy {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.container-10 {
  color: var(--black);
  padding-left: 20px;
  padding-right: 20px;
}

.heading-90 {
  text-align: center;
  font-size: 32px;
}

.rich-text-block-8 {
  border: 0 #000;
}

.section-17 {
  flex-direction: column;
  width: 100%;
  margin-top: 100px;
  font-size: 16px;
  line-height: 22px;
}

.div-block-148 {
  background-color: #fff;
  border: 1px solid #666;
  border-radius: 0;
  width: auto;
  min-width: 260px;
  max-width: 300px;
  height: auto;
  min-height: 300px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  display: block;
  box-shadow: 0 2px 5px #0003;
}

.flex-block-2 {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
}

.flex-block-3 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 60px;
}

.paragraph-6 {
  font-size: 14px;
  line-height: 20px;
}

.image-145 {
  width: 40px;
  max-width: none;
  margin-top: 0;
  margin-left: 20px;
  margin-right: 20px;
  display: block;
}

.div-block-149 {
  margin-top: auto;
  margin-bottom: auto;
}

.heading-92 {
  text-align: center;
  font-size: 24px;
}

.heading-95 {
  margin-bottom: 0;
  font-size: 24px;
}

.heading-96 {
  margin-bottom: 0;
  font-size: 20px;
}

.container-11 {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.button-10-copy {
  outline-offset: -3px;
  text-align: center;
  background-color: #dd983e;
  border-radius: 100px;
  outline: 3px solid #c58b40;
  width: 200px;
  margin: auto auto 20px;
  display: block;
  box-shadow: 0 2px 5px #0003;
}

.button-10-copy.btn-grey {
  outline-offset: -3px;
  background-color: #abb9c7;
  outline: 3px #c58b40;
}

.quick-stack-3 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.button-10-copy-copy {
  outline-offset: -3px;
  text-align: center;
  background-color: #dd983e;
  border-radius: 100px;
  outline: 3px solid #c58b40;
  width: 240px;
  margin: 0 auto;
  display: block;
  box-shadow: 0 2px 5px #0003;
}

.div-block-150 {
  background-color: #fff;
  border: 1px solid #a1a1a1;
  width: 600px;
  margin: 100px auto 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 8px 8px 1px #0003;
}

.image-146 {
  width: 180px;
  margin-bottom: 20px;
  margin-left: auto;
}

.div-block-151 {
  background-image: linear-gradient(135deg, #555, #fff);
  width: 280px;
  height: 4px;
  margin-bottom: 20px;
}

.text-block-188 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 100px;
}

.div-block-152 {
  background-image: url('../images/AdobeStock_517297364_Preview_1.avif');
  background-position: 50% 0;
  background-size: cover;
  width: 50svw;
  height: 100%;
  margin-left: 0%;
}

.section-18 {
  background-color: #0000;
  height: 100svh;
}

.grid-46 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  width: 100%;
  height: 100%;
}

.div-block-153 {
  background-color: #edf0f5;
  width: 50svw;
  height: 100%;
}

.rich-text-block-9 {
  text-align: center;
  border: 1px #000;
  margin-left: auto;
  margin-right: auto;
  line-height: 24px;
}

.body-5 {
  font-family: Noto Sans JP, sans-serif;
}

.heading-97 {
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

.heading-98 {
  color: var(--white);
  letter-spacing: 2px;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

.paragraph-9 {
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  margin-left: auto;
  margin-right: auto;
}

.button-11 {
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-indent: 0;
  background-color: #d2b96f;
  width: 240px;
  height: 60px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 400;
  box-shadow: 0 2px 5px #0003;
}

.heading-99 {
  width: 400px;
  height: 40px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  line-height: 40px;
}

.div-block-154 {
  border-radius: 6px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  box-shadow: 0 4px 7px 1px #0003;
}

.div-block-155 {
  background-color: #f18d5b;
  border-radius: 6px 0 0 6px;
  width: 8px;
  height: 40px;
  overflow: visible;
}

.flex-block-4 {
  height: 40px;
}

.list {
  margin-top: 40px;
}

.div-block-156 {
  background-color: #f9f2f2;
  width: 204px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 10px;
}

.paragraph-10 {
  color: #b6586f;
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
}

.flex-block-5 {
  justify-content: flex-start;
  width: 100%;
  margin-top: 20px;
}

.image-147 {
  width: auto;
  height: 40px;
}

.grid-47 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block-157 {
  margin-left: 20px;
}

.div-block-158 {
  margin-left: 0;
  margin-right: 0;
}

.div-block-159 {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
}

.link-block-42 {
  background-color: #d2b96f;
  margin-top: 0;
  padding: 10px 10px 10px 20px;
  box-shadow: 0 2px 5px #0003;
}

.paragraph-11 {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.text-block-189 {
  color: var(--white);
  margin-top: auto;
  margin-left: 10px;
}

.div-block-160 {
  margin-top: auto;
  margin-bottom: auto;
}

.bold-text-19 {
  text-decoration: underline;
}

.list-item-7 {
  margin-top: 40px;
}

.image-148 {
  margin-left: auto;
}

.div-block-161 {
  background-color: #f18d5b;
  border-radius: 10px;
  width: 80px;
  height: 4px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.section-17-copy {
  margin-top: 100px;
  font-size: 16px;
  line-height: 22px;
  display: block;
}

.dropdown-2-copy {
  border: 1px solid #b1b1b1;
  width: 100%;
  min-height: 0;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 0;
  box-shadow: 0 2px 5px #0003;
}

.heading-96-copy {
  white-space: normal;
  overflow-wrap: break-word;
  margin-bottom: 0;
  margin-right: 20px;
  font-size: 16px;
}

.link-block-42-copy {
  background-color: #d2b96f;
  margin-top: 0;
  padding: 10px 10px 10px 20px;
  display: none;
  box-shadow: 0 2px 5px #0003;
}

.paragraph-9-copy {
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.button-11-copy {
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-indent: 0;
  background-color: #d2b96f;
  width: 240px;
  height: 60px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 400;
  display: none;
  box-shadow: 0 2px 5px #0003;
}

.rich-text-block-9-copy {
  text-align: center;
  border: 1px #000;
  margin-left: auto;
  margin-right: auto;
  line-height: 24px;
  display: none;
}

.container-12 {
  display: flex;
}

.div-block-162 {
  background-color: #eee;
  border-radius: 8px;
  margin-bottom: 60px;
  padding: 20px;
}

.paragraph-12 {
  margin-bottom: 10px;
}

.quick-stack-4 {
  background-color: #f1f2f6;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 40px;
}

.section-19 {
  background-color: #f1ee29;
  background-image: linear-gradient(#c9c60f, #fff);
  height: 100vh;
  font-family: Noto Sans JP, sans-serif;
}

.body-6 {
  height: 100%;
  font-family: Noto Sans JP, sans-serif;
}

.heading-100 {
  color: var(--white);
  height: 120px;
  padding: 20px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 80px;
  line-height: 120px;
}

.div-block-163 {
  margin-top: 140px;
}

.text-block-190 {
  color: var(--white);
  text-align: right;
  height: 100px;
  margin-top: 100px;
  padding-top: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.div-block-164 {
  background-color: #fff;
  width: 60%;
  margin-top: 40px;
  margin-left: auto;
  padding: 20px;
  box-shadow: 0 2px 5px #0003;
}

.rich-text-block-11 {
  padding-left: 0;
}

.paragraph-14 {
  margin-bottom: 0;
}

.heading-101 {
  margin-bottom: 10px;
}

.div-block-165 {
  background-image: linear-gradient(to right, #000, #fff);
  width: 400px;
  height: 3px;
}

.div-block-166 {
  margin-top: 100px;
}

.div-block-167 {
  margin-top: 40px;
  padding: 10px;
}

.text-block-191 {
  font-size: 24px;
}

.list-2 {
  margin-bottom: 40px;
}

.div-block-168 {
  background-color: #2c29f1;
  padding: 20px;
}

.heading-102 {
  color: var(--white);
  font-size: 36px;
}

.div-block-169 {
  background-color: #f1f8cf;
  padding: 20px;
}

.heading-102-copy {
  color: var(--black);
  font-size: 36px;
}

.div-block-170 {
  background-color: #eccff8;
  padding: 20px;
}

.div-block-171 {
  background-color: #e90482;
  padding: 20px;
}

.div-block-172 {
  border: 1px #fff;
  width: 200px;
  padding: 10px;
  box-shadow: 0 2px 5px #0003;
}

.image-149 {
  aspect-ratio: auto;
  border-radius: 100%;
  max-width: 60%;
  margin-top: 20px;
  margin-left: auto;
}

.heading-103 {
  margin-bottom: 0;
  font-size: 16px;
}

.text-block-192 {
  margin-left: 20px;
  font-weight: 700;
}

.container-14 {
  margin-bottom: 140px;
}

.button-12 {
  color: var(--black);
  text-align: center;
  background-color: #fff;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 0 2px 5px #0003;
}

.heading-104 {
  margin-bottom: 40px;
  font-size: 18px;
}

.margin-bottom-1 {
  margin-bottom: 10px;
}

.slide {
  background-image: url('../images/登録者一例_東京_masked.webp');
  background-position: 0 0;
  background-size: cover;
}

.slider {
  aspect-ratio: 1.415;
  width: 100%;
  height: 71%;
}

.icon-dark {
  color: var(--black);
}

.slide-6 {
  background-image: url('../images/cura-biz-broc-2.webp');
  background-position: 0 0;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/alf-03-1.webp');
  background-position: 0 0;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/cura-biz-broc-4.webp');
  background-position: 0 0;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/cura-biz-broc-7_2.webp');
  background-position: 0 0;
  background-size: cover;
}

.slide-11 {
  background-image: url('../images/登録者一例_大阪_masked.webp');
  background-position: 0 0;
  background-size: cover;
}

.text-block-193 {
  font-size: 22px;
}

.onlyspshow {
  display: none;
}

.slide-12 {
  background-image: url('../images/cura-biz-broc-1.webp');
  background-position: 0 0;
  background-size: cover;
}

.text-block-194 {
  text-align: left;
  margin-bottom: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.text-block-195 {
  text-align: left;
  margin-bottom: 20px;
  font-family: Noto Sans JP, sans-serif;
}

.column-7 {
  text-align: left;
}

.div-block-173 {
  background-color: #dadada;
  width: 100%;
  height: 2px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.collection-list-wrapper-6 {
  margin-top: 0;
}

.section-19-copy {
  background-color: #2c29f1;
  background-image: linear-gradient(#2c29f1, #fff);
  height: 100vh;
  font-family: Noto Sans JP, sans-serif;
}

.columns-4 {
  display: flex;
}

.body-7 {
  font-family: Noto Sans JP, sans-serif;
}

.div-block-174 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.columns-5 {
  margin-top: 40px;
}

.body-8 {
  font-family: Noto Sans JP, sans-serif;
}

.columns-5-copy {
  border-bottom: 1px solid #e7e7e7;
  margin-top: 20px;
}

.text-block-194-copy {
  text-align: left;
  margin-bottom: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.text-block-195-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  margin-bottom: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  display: inline-flex;
}

.slide-12-copy {
  background-image: url('../images/4-1.webp');
  background-position: 0 0;
  background-size: cover;
}

.slide-6-copy {
  background-image: url('../images/5-1.webp');
  background-position: 0 0;
  background-size: cover;
}

.slide-7-copy {
  background-image: url('../images/6-1.webp');
  background-position: 0 0;
  background-size: cover;
}

.login-link-header {
  color: #ff0083;
  text-align: center;
  border: 3px #ff0083;
  border-radius: 5px;
  align-self: center;
  margin-left: 20px;
  margin-right: 0;
  padding: 4px 6px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
}

.login-link-header.w--current {
  text-decoration: underline;
}

.link-3-copy {
  vertical-align: top;
  color: #888;
  margin-top: 6px;
  margin-left: 10px;
  margin-right: 0;
  padding-bottom: 4px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 11px;
  text-decoration: none;
  display: block;
}

.link-3-copy.w--current {
  text-decoration: underline;
}

.link-3-copy.no-bg.w--current {
  background-color: #0000;
  display: block;
}

.link-3-copy.no-bg.hide-on-mobile {
  margin-left: 20px;
}

.link-3-copy.no-bg.hide-on-mobile.w--current {
  padding-bottom: 0;
}

.div-block-175 {
  margin-left: auto;
  display: flex;
}

.body-9 {
  font-family: Noto Sans JP, sans-serif;
}

.text-block-188-copy {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
}

.div-block-176 {
  display: none;
}

.body-10 {
  font-family: Noto Sans JP, sans-serif;
}

.text-block-197 {
  margin-left: 10px;
  margin-right: 10px;
}

.container-16 {
  margin-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
}

.flex-block-6 {
  margin-top: 20px;
}

.heading-105 {
  margin-top: 40px;
  font-size: 32px;
}

.rich-text-block-12 {
  white-space: pre-line;
  margin-top: 40px;
  margin-bottom: 60px;
}

.button-13 {
  color: var(--black);
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 6px;
  margin-top: 20px;
}

.link-6 {
  color: var(--link-blue);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.link-6.w--current {
  background-color: #fff0;
}

.flex-block-7 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading-106 {
  margin-top: 40px;
  margin-left: 20px;
  font-size: 20px;
}

.grid-48 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.text-block-198 {
  min-width: 85px;
  font-size: 14px;
}

.text-block-199 {
  min-width: 70px;
  font-size: 14px;
}

.text-block-200 {
  font-size: 14px;
}

.grid-48-copy {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  max-width: 940px;
  margin: 0 auto 60px;
}

.body-11 {
  font-family: Noto Sans JP, sans-serif;
}

.html-embed-11 {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: auto;
}

.rich-text-block-13 {
  text-align: left;
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.paragraph-15, .paragraph-16, .paragraph-17, .paragraph-18 {
  margin-bottom: 0;
}

.link-7 {
  color: var(--link-blue);
  text-decoration: underline;
}

.first-view-section-lp {
  background-color: #f9f9f9;
  margin-top: 60px;
  padding-top: 40px;
}

.body-lp {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
}

.section-under-2nd {
  margin-top: 0;
  padding-top: 100px;
  transition: height .2s;
  display: block;
}

.text-block-210 {
  text-align: left;
  margin-top: auto;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.sample-job-card {
  aspect-ratio: 1;
  border: 2px none var(--cura-dark-green);
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-end;
  width: 50%;
  min-width: 260px;
  max-width: 400px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
  display: block;
}

.grid-49 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: 0;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 10px;
}

.div-block-186 {
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 40px;
  margin-left: 10%;
  margin-right: 10%;
  padding-top: 20px;
  padding-bottom: 40px;
}

.div-block-191 {
  border: 3px solid var(--medica-ocher);
  background-image: url('../images/645de9b40b086fad2f2e976e_cura-nurse-patient-bg3min.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-192 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30%;
  margin-top: auto;
  display: flex;
}

.text-block-224 {
  object-fit: fill;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
}

.flex-block-15 {
  background-image: linear-gradient(#edf0f5, #fff);
  align-items: center;
  width: 100%;
  height: 50%;
}

.div-block-193 {
  border: 1px solid var(--black);
  text-align: center;
  width: 70%;
  max-width: 400px;
  height: auto;
  margin-top: 20px;
  padding: 20px;
  font-family: PT Serif, serif;
  transform: rotate(0);
}

.div-block-194 {
  border: 1px solid var(--black);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: rotate(-3deg);
}

.text-block-225 {
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
}

.navbar-copy {
  text-align: center;
  background-color: #fff;
  width: 100svw;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  position: fixed;
  top: 0;
}

.text-block-226 {
  z-index: 1;
  text-align: center;
  width: 80%;
  height: 80%;
  padding: 10px 5px;
  position: static;
}

.div-block-195 {
  text-align: center;
  margin-top: 20px;
}

.button-15 {
  background-color: var(--medica-ocher);
  text-align: center;
  width: 20rem;
  max-width: 80%;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
}

.div-block-196 {
  height: 50svh;
  display: flex;
}

.grid-50 {
  width: 100%;
  height: 100%;
  padding: 60px 60px 10px;
}

.div-block-197 {
  border: 3px solid var(--submit-button);
  border-radius: 8px;
  width: 30%;
  max-width: 400px;
  padding: 10px;
}

.container-17 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.heading-107 {
  font-size: 24px;
}

.div-block-198 {
  justify-content: center;
  align-items: center;
  width: 60%;
  height: auto;
  display: flex;
  position: relative;
  top: 60%;
  left: 30%;
}

.div-block-199 {
  filter: blur(20px);
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-206 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-207 {
  background-color: var(--shade-2);
  border: 1px #000;
  border-radius: 0;
  width: auto;
  margin-top: 20px;
  padding: 10px;
}

.form {
  flex-direction: column;
  justify-content: space-around;
  display: flex;
}

.text-block-231 {
  text-align: center;
  margin-bottom: 20px;
}

.jetboost-pagination-prev-knbk {
  border: 1px solid var(--black);
  background-color: var(--shade-2);
  color: var(--black);
  font-weight: 400;
}

.jetboost-pagination-next-knbk {
  border: 1px solid var(--black);
  background-color: var(--shade-2);
  color: var(--black);
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
}

.flex-block-21 {
  justify-content: space-around;
}

.jetboost-pagination-number-knbk {
  color: var(--black);
  background-color: #fff;
}

.jetboost-pagination-page-active {
  border: 1px solid var(--black);
  color: var(--black);
  background-color: #fff;
}

.div-block-208, .submit-button-2 {
  display: none;
}

.div-block-211 {
  display: flex;
}

.checkbox-field {
  flex-direction: row;
  align-items: baseline;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.checkbox-label {
  margin-left: 5px;
}

.heading-109 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.section-18-copy {
  background-color: #fff;
  margin-top: 52px;
}

.text-block-232 {
  color: #5a6c73;
  text-align: center;
  letter-spacing: 4px;
  margin-top: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
}

.div-block-212 {
  background-color: #fffc;
  border-radius: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px 10px;
}

.text-block-233 {
  color: var(--black);
  text-align: center;
  width: 6rem;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
}

.flex-block-23 {
  justify-content: center;
  margin-top: 10px;
}

.div-block-213 {
  z-index: 1;
  background-image: url('../images/Frame-24.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: scroll;
  width: 398px;
  max-width: 100%;
  height: 106px;
  margin-top: 20px;
  padding-left: 6px;
  padding-right: 6px;
  position: relative;
}

.div-block-214 {
  -webkit-text-stroke-color: var(--black);
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  padding-top: 240px;
  display: flex;
}

.button-17 {
  background-color: var(--cura-dark-green);
  text-align: center;
  letter-spacing: 2px;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 398px;
  max-width: 100%;
  height: 100px;
  margin-top: -16px;
  margin-bottom: -16px;
  font-weight: 700;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.text-block-234 {
  color: var(--cura-dark-green);
  text-align: center;
  padding-top: 10px;
  font-weight: 700;
}

.div-block-215 {
  background-image: url('../images/Frame-19.webp');
  background-position: 0 0;
  background-size: cover;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-216 {
  background-color: var(--cura-medica-green);
  padding-top: 30px;
  padding-bottom: 10px;
}

.text-block-235 {
  text-align: left;
  letter-spacing: 2px;
  margin-left: 20px;
  margin-right: 20px;
  font-weight: 700;
}

.div-block-217 {
  background-color: var(--black);
  width: 1px;
  height: 60px;
  transform: rotate(-20deg);
}

.flex-block-24 {
  justify-content: center;
}

.text-block-236 {
  color: #969696;
  text-align: right;
  letter-spacing: 2px;
  padding-right: 20px;
  font-size: 16px;
}

.body-5-copy {
  letter-spacing: 2px;
  font-family: Noto Sans JP, sans-serif;
}

.flex-block-25 {
  justify-content: flex-start;
  align-items: center;
  width: 440px;
  max-width: 90svw;
  margin-top: 40px;
}

.image-155 {
  height: 30px;
  margin-left: 0;
  margin-right: 0;
}

.text-block-237 {
  color: #5a6c73;
  margin-left: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  text-decoration: underline;
}

.container-21 {
  margin-top: 40px;
}

.section-21 {
  color: #65757b;
}

.div-block-218 {
  border-top: 12px solid var(--cura-medica-green);
  text-align: left;
  border-left: 40px solid #f9f9f9;
  border-right: 40px solid #f9f9f9;
  width: 0;
  margin: 40px auto;
}

.div-block-219 {
  background-color: var(--cura-dark-green);
  border-radius: 20px;
  width: 22rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6px;
  padding-bottom: 6px;
}

.text-block-238 {
  color: #fff;
  text-align: center;
}

.div-block-220 {
  border-top: 16px solid var(--cura-dark-green);
  border-right: 10px solid #fff;
  border-left: 10px solid var(--white);
  background-color: var(--cura-dark-green);
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.div-block-220.ncn-lp {
  background-color: #f98485;
  border-top-color: #f98485;
  border-bottom: 1px #000;
}

.text-block-239 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.text-block-240 {
  color: var(--cura-dark-green);
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 35px;
}

.div-block-221 {
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.flex-block-26 {
  align-items: center;
}

.flex-block-25-copy {
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 458px;
  max-width: 90svw;
  margin-top: 40px;
  margin-bottom: 40px;
}

.div-block-222 {
  margin-top: 10px;
}

.image-156 {
  max-width: 90%;
}

.dropdown-toggle-3 {
  background-color: var(--shade-1);
  border-radius: 6px;
  width: 100%;
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.dropdown-toggle-3.w--open {
  width: 100%;
}

.text-block-241 {
  letter-spacing: 4px;
  font-weight: 700;
}

.dropdown-4 {
  width: 600px;
  max-width: 90%;
}

.div-block-223 {
  padding: 10px 20px 20px;
}

.div-block-224 {
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.dropdown-list-2 {
  background-color: #fff;
  position: static;
}

.heading-110 {
  text-align: center;
}

.image-157, .image-158 {
  width: 40%;
}

.flex-block-27 {
  margin-top: 20px;
}

.div-block-216-copy {
  background-color: var(--cura-medica-green);
  border-radius: 13px;
  width: 600px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 10px;
}

.image-159 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-216-copy-copy {
  background-color: var(--shade-1);
  border-radius: 13px;
  width: 600px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.flex-block-24-copy {
  justify-content: center;
  align-items: center;
}

.image-160 {
  margin-right: 0;
}

.text-block-235-copy {
  text-align: left;
  letter-spacing: 2px;
  margin-left: 20px;
  margin-right: auto;
  font-weight: 700;
}

.div-block-225-copy {
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.button-17-copy {
  background-color: var(--cura-dark-green);
  text-align: center;
  letter-spacing: 2px;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 398px;
  max-width: 100%;
  height: 100px;
  margin-top: -16px;
  margin-bottom: -16px;
  font-weight: 700;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.text-block-241-copy {
  letter-spacing: 2px;
  font-weight: 700;
}

.title-text-block {
  text-align: left;
  justify-content: center;
  align-items: flex-end;
  line-height: 26px;
  display: flex;
}

.title-text-block.margin-bottom-1.mg2 {
  justify-content: center;
  align-items: flex-end;
}

.title-large-green-text {
  color: var(--cura-dark-green);
  letter-spacing: 2px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.title-small-green-text {
  color: var(--cura-dark-green);
  margin-left: 6px;
  margin-right: 6px;
  font-size: 18px;
  line-height: 24px;
}

.text-block-242 {
  letter-spacing: 2px;
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
}

.text-block-242.text-sm1 {
  font-size: 18px;
  line-height: 20px;
}

.text-block-242.text-sm1.margin-top-1 {
  letter-spacing: 6px;
  margin-top: 10px;
  line-height: 24px;
}

.container-first-view {
  background-image: url('../images/cura-nurse-patient-bg-2.webp');
  background-position: 50% 28%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 600px;
  height: 600px;
  padding-top: 10px;
  display: flex;
}

.container-first-view.ncn-lp {
  background-image: url('../images/ncn-colab-top-banner2_1.webp');
}

.button-18 {
  text-align: center;
  letter-spacing: 2px;
  object-fit: fill;
  background-color: #74c17c;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 390px;
  max-width: 80svw;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.button-18.ncn-lp {
  box-shadow: none;
  color: #aeaeae;
  background-color: #0000;
  border: 1px solid #aeaeae;
  height: 40px;
}

.div-block-227 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  margin-bottom: -20px;
  display: flex;
}

.div-block-227.ncn-lp {
  margin-bottom: -80px;
}

.container-23 {
  background-color: var(--cura-medica-green);
  flex-direction: column;
  margin-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.div-block-228 {
  background-color: #fafef9;
  border-radius: 8px;
  width: 500px;
  height: auto;
  margin: 40px auto 20px;
  padding: 20px;
}

.flex-block-24-copy {
  justify-content: center;
}

.div-block-217-copy {
  background-color: var(--primary-3);
  width: 1px;
  height: 60px;
  transform: rotate(-20deg);
}

.text-block-235-copy {
  color: var(--primary-3);
  text-align: center;
  letter-spacing: 2px;
  margin-left: 20px;
  margin-right: 20px;
  font-weight: 700;
}

.flex-block-24-copy-copy {
  justify-content: center;
  margin-bottom: 10px;
}

.div-block-217-copy-copy {
  background-color: var(--primary-3);
  width: 1px;
  height: 60px;
  transform: rotate(20deg);
}

.link-8 {
  letter-spacing: 1px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: 40px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
}

.text-block-243 {
  text-align: left;
  margin-bottom: 20px;
  margin-left: 0;
  font-size: 14px;
}

.text-amazon-description {
  margin-bottom: 6px;
  margin-left: 0;
  margin-right: 0;
  font-size: 11px;
  line-height: 22px;
}

.text-amazon-description.tad-top {
  color: var(--border-gray);
}

.div-block-229 {
  z-index: 1;
  clear: none;
  text-align: center;
  background-image: url('../images/Group-68.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 400px;
  height: 106px;
  margin-bottom: -10px;
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.text-block-245 {
  color: var(--cura-dark-green);
  text-align: center;
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: 700;
}

.text-block-245.text-orange {
  color: #ee601e;
  line-height: 24px;
}

.text-block-245.text-orange.text-normal {
  color: #ee601e;
  font-size: 14px;
  line-height: 18px;
}

.text-block-245.text-grey {
  color: var(--border-gray);
}

.text-block-245.text-grey.text-sm1 {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.flex-block-26-copy {
  background-color: var(--white);
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.flex-block-25-copy {
  justify-content: flex-start;
  align-items: center;
  width: 440px;
  max-width: 90svw;
  margin-top: 5px;
  margin-bottom: 5px;
}

.text-block-237-copy {
  color: #5a6c73;
  margin-left: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  text-decoration: underline;
}

.text-block-237-copy-copy {
  color: #5a6c73;
  letter-spacing: 3px;
  margin-left: 20px;
  font-size: 22px;
  font-weight: 400;
  line-height: 36px;
  text-decoration: none;
}

.text-block-238-copy {
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
}

.div-block-219-copy {
  background-color: var(--cura-dark-green);
  border-radius: 20px;
  width: 26rem;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6px;
  padding-bottom: 6px;
}

.div-block-219-copy.ncn-lp {
  background-color: #f98485;
}

.text-block-240-copy {
  color: var(--cura-dark-green);
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 35px;
}

.text-block-240-copy.ncn-lp {
  color: #f98485;
}

.text-block-246 {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 10px;
  margin-left: 10px;
  font-weight: 700;
  display: block;
}

.div-block-230 {
  background-color: #fff;
  border-radius: 10px;
  width: 80%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}

.div-block-230.video-embed-230 {
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-230.ncn-lp {
  margin-top: 0;
}

.div-block-231 {
  width: 80%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.image-164 {
  max-width: 50%;
}

.link-block-43 {
  background-color: var(--cura-dark-green);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 8em;
  height: 32px;
  margin-left: 20px;
  padding-bottom: 2px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.link-block-43.lp-signin {
  width: 136px;
}

.link-block-43.success {
  width: 200px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-247 {
  color: var(--white);
  letter-spacing: 2px;
  margin-top: auto;
  margin-left: 5px;
  font-weight: 400;
}

.text-block-247.login-cta {
  letter-spacing: 1px;
  margin-left: 2px;
  font-size: 14px;
  font-weight: 700;
}

.image-165 {
  height: 18px;
  margin-left: 0;
  margin-right: 0;
}

.section-under-2nd-color {
  background-color: var(--cura-medica-green);
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: height .2s;
  display: block;
}

.heading-lp-copy {
  color: var(--white);
  text-align: center;
  width: 13em;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 32px;
}

.text-block-248 {
  text-align: center;
  width: 10rem;
}

.div-block-232 {
  background-color: #f9f9f9;
  border: 1px #bdbdbd;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 6px;
  display: inline-block;
}

.heading-111 {
  color: var(--cura-dark-green);
  text-align: center;
  letter-spacing: 1px;
  font-size: 30px;
}

.paragraph-22 {
  text-align: center;
  margin: 10px 0;
  font-size: 18px;
  font-weight: 700;
  display: block;
}

.underline-yellow {
  background-image: linear-gradient(0deg, #fde67c, #fff 43%, #fff);
  padding-left: 5px;
  padding-right: 5px;
  font-size: 18px;
  line-height: 16px;
}

.underline-yellow.text-100 {
  font-size: 16px;
}

.underline-yellow.text-100.underline-sm1 {
  font-size: 18px;
}

.div-block-233 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.heading-112 {
  text-align: center;
  font-size: 42px;
  line-height: 52px;
}

.div-block-234 {
  background-color: #f000;
  flex-flow: column;
  flex: none;
  width: 200px;
  height: 150px;
  margin-left: 10px;
  margin-right: 10px;
  display: block;
  position: static;
}

.flex-block-28 {
  object-fit: fill;
  flex-flow: column wrap;
  align-items: center;
  height: 240px;
  display: flex;
  overflow: auto;
}

.flex-block-28.flex-container {
  height: 160px;
}

.div-block-235 {
  z-index: 1;
  background-color: #fff;
  width: 100%;
  height: 20px;
  margin-top: -20px;
  display: block;
  position: relative;
}

.div-block-236 {
  z-index: 1000;
  background-color: #e00b0b;
  background-image: linear-gradient(135deg, #48c663, #1db04c);
  border-radius: 34px;
  width: 193px;
  height: 71px;
  margin-bottom: 2px;
  padding-top: 0;
  position: fixed;
  inset: auto 5% 5% auto;
}

.div-block-237 {
  background-color: #bedcbc;
  border-radius: 6px 6px 0 0;
  width: 100%;
  margin-bottom: 10px;
}

.div-block-237-copy {
  background-color: var(--visiting-care-color);
  border-radius: 6px 6px 0 0;
  width: 100%;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}

.image-166 {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 0%;
  width: 240px;
  height: 208.813px;
}

.text-block-249 {
  text-align: center;
  padding-bottom: 10px;
  font-weight: 700;
  text-decoration: none;
}

.heading-113 {
  z-index: 25;
  text-align: center;
  margin-bottom: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 42px;
  line-height: 52px;
  position: static;
  top: 0;
}

.div-block-240 {
  margin-top: -40px;
  margin-bottom: 0;
}

.div-block-241 {
  border-top: 1px #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-250 {
  margin-top: 20px;
  font-size: 14px;
}

.image-169 {
  margin-bottom: 30px;
}

.image-170 {
  width: 160px;
  margin-top: 2px;
  margin-bottom: 10px;
}

.text-block-251 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
}

.text-block-251.text-center {
  font-size: 15px;
}

.image-171 {
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 8px;
  width: 200px;
  max-width: 100%;
  height: 120px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.div-block-242 {
  background-color: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.image-172 {
  height: 29.9219px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  display: block;
}

.text-block-251-copy {
  margin-top: 5px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 16px;
}

.div-block-234-copy {
  background-color: #f000;
  width: 200px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
}

.image-173 {
  max-width: 70%;
  height: 40px;
  margin-top: auto;
}

.flex-block-30 {
  margin-bottom: 20px;
}

.div-block-248 {
  background-color: #fff;
  border-radius: 35px;
  width: 111px;
  height: 88%;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 5px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.image-174 {
  width: 60%;
  margin-top: auto;
  margin-bottom: auto;
}

.text-block-254 {
  color: var(--white);
  text-align: center;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 3px;
  position: relative;
}

.flex-block-31 {
  justify-content: center;
  margin-bottom: 60px;
}

.text-block-255 {
  padding-bottom: 4px;
}

.div-block-249 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.container-25 {
  flex-direction: column;
  margin-bottom: 40px;
  display: flex;
}

.flex-block-32 {
  align-items: center;
  width: 100%;
  height: 100%;
}

.div-block-job {
  background-color: #0000;
}

.the-sticky-div {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.the-overflow-hidden-masks {
  z-index: 100;
  width: 100%;
  height: 240px;
  position: static;
  overflow: hidden;
}

.the-content {
  align-items: flex-end;
  display: flex;
  position: relative;
}

.div-block-251 {
  overflow: auto;
}

.list-3 {
  margin-top: 10px;
}

.link-block-44 {
  background-color: var(--white);
  border-radius: 6px;
  width: 40%;
  margin-left: 10px;
  margin-right: 10px;
  box-shadow: 0 2px 5px #0003;
}

.container-26 {
  background-color: var(--primery-school-color);
}

.heading-114 {
  text-align: center;
  margin-top: 40px;
}

.body-12 {
  font-family: Noto Sans JP, sans-serif;
}

.div-block-252 {
  background-color: var(--shade-1);
  width: 600px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.div-block-253 {
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.div-block-254 {
  background-color: var(--primery-school-color);
  border-radius: 8px;
  width: 8px;
  margin-right: 10px;
}

.heading-2-report {
  letter-spacing: 1px;
  margin-bottom: 0;
  line-height: 48px;
}

.link-9 {
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 400;
}

.list-4 {
  margin-bottom: 0;
  list-style-type: square;
}

.container-27 {
  padding-left: 40px;
  padding-right: 40px;
}

.bold-text-20 {
  background-image: linear-gradient(to bottom, #fff 64%, var(--primery-school-color));
  letter-spacing: 0;
  padding-left: 4px;
  padding-right: 4px;
}

.container-26-copy {
  background-color: var(--visiting-care-color);
}

.div-block-254-copy {
  background-color: var(--visiting-care-color);
  border-radius: 8px;
  width: 8px;
  margin-right: 10px;
}

.div-block-255 {
  border: 3px solid var(--visiting-care-color);
  background-color: #faf8f2;
  border-radius: 8px;
  margin-top: 40px;
  padding: 20px;
}

.flex-block-33 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}

.image-179 {
  margin-left: 0;
  margin-right: 0;
}

.text-block-258 {
  font-weight: 700;
}

.link-block-45 {
  width: 100%;
  height: 100%;
  padding-bottom: 0;
}

.section-partnership {
  background-color: #f9f9f9;
  margin-top: 0;
  padding-top: 100px;
  transition: height .2s;
  display: block;
}

.section-partnership.lp-biz1 {
  padding-top: 40px;
}

.section-sign-up {
  background-color: #f9f9f9;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 20px;
}

.image-180 {
  max-width: 50%;
}

.section-under-2nd-copy {
  margin-top: 0;
  transition: height .2s;
  display: block;
}

.container-28 {
  display: block;
}

.section-how-to-start-cura {
  background-color: #f9f9f9;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 20px;
  transition: height .2s;
  display: block;
}

.section-cura-report {
  background-color: #f9f9f9;
  margin-top: 0;
  padding-top: 100px;
  transition: height .2s;
  display: block;
}

.lp-jobs-thumb {
  max-width: 150px;
}

.image-161-copy {
  margin-top: 20px;
}

.image-18-copy {
  width: 35px;
  height: auto;
  position: absolute;
  inset: 0% auto auto 10%;
}

.div-block-300 {
  width: 100%;
  position: relative;
}

.image-181 {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  max-width: 100%;
  height: auto;
}

.image-185 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  max-width: 100%;
  height: auto;
  position: static;
}

.div-block-301 {
  align-items: center;
  display: flex;
}

.heading-116 {
  margin-top: 20px;
  margin-right: 0;
  font-size: 2.4rem;
  line-height: 55px;
}

.container-29 {
  align-self: auto;
  max-width: 1200px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  right: 50px;
}

.image-186 {
  background-image: none;
  width: 360px;
  height: 250px;
  position: absolute;
  inset: 10% 10% auto auto;
}

.image-186.hide-on-mobile, .image-186.hide-on-mobile-copy {
  right: 15%;
}

.div-block-303 {
  border: 3px none var(--cura-dark-green);
  background-color: var(--white);
  border-radius: 200px;
  width: 160px;
  height: 160px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0;
}

.text-block-261 {
  text-align: center;
  margin-top: 30px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.text-block-260 {
  color: var(--submit-button);
  text-align: center;
  margin-top: 8px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

.text-block-259-copy {
  text-align: center;
  margin-top: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.text-block-264 {
  text-align: left;
  color: #7c7c7c;
  width: 125px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 10px;
  line-height: 15px;
}

.text-block-260-copy {
  color: var(--submit-button);
  text-align: center;
  text-align: center;
  margin-top: 8px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.text-block-265 {
  text-align: center;
  letter-spacing: 4px;
  margin: auto auto 2px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.flex-block-34 {
  justify-content: center;
  margin: 40px 0 auto auto;
}

.flex-block-34.fblock2 {
  display: none;
}

.flex-block-34.fblock1-copy, .flex-block-34.fblock1-copy-copy {
  margin-top: 60px;
  padding-top: 0;
  padding-bottom: 40px;
}

.text-block-266 {
  text-align: center;
  letter-spacing: 6px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  display: block;
  position: static;
  top: auto;
  bottom: auto;
}

.section-23 {
  text-align: left;
  background-color: #01aa95;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.div-block-305 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.div-block-307 {
  background-color: var(--white);
  border-radius: 7px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
}

.heading-118 {
  text-align: center;
  margin-top: 60px;
  font-size: 30px;
}

.div-block-308 {
  color: var(--submit-button);
  text-align: center;
  background-color: #fff;
  border: 2px #00aa95;
  border-radius: 3px;
  width: 300px;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
}

.text-block-267 {
  color: var(--white);
  margin-top: auto;
  margin-bottom: auto;
  margin-right: auto;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.flex-block-35 {
  background-color: #898f9a;
  height: 50px;
  padding-top: 2px;
}

.text-block-263 {
  text-align: center;
  margin-top: auto;
  margin-left: 0;
  margin-right: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: block;
}

.heading-119 {
  text-align: center;
  margin-top: 40px;
  font-size: 30px;
}

.div-block-309 {
  background-color: #0000;
  background-image: url('../images/Screenshot-2024-02-17-at-11.32-1_1.avif');
  background-position: 0 0;
  background-size: 595px 350px;
  width: 595px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-310 {
  background-color: #0000003b;
  width: 595px;
  height: 350px;
}

.image-188 {
  background-image: none;
  width: 80px;
}

.text-block-274 {
  color: var(--black);
  text-align: center;
  align-self: flex-end;
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.text-block-275 {
  text-align: left;
  width: 200px;
  margin: 30px auto 20px;
  font-size: 14px;
  line-height: 18px;
}

.div-block-311 {
  background-color: var(--white);
  width: 300px;
  height: 217px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Noto Sans JP, sans-serif;
}

.flex-block-37 {
  margin: 40px 20px 60px;
}

.text-block-283 {
  text-align: left;
  margin-bottom: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
}

.container-30 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.flex-block-40 {
  background-color: #fff;
  border-radius: 7px;
  flex: 1;
  width: 480px;
  height: 130px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.text-block-284 {
  text-align: center;
  color: #77868b;
  margin-top: 3px;
  margin-left: auto;
  margin-right: auto;
  font-family: Noto Sans JP, sans-serif;
  font-size: 10px;
  line-height: 12px;
}

.flex-block-41 {
  flex: 1;
  width: 124px;
  margin: auto 5px;
}

.image-194 {
  width: 120px;
  height: 80px;
}

.text-block-285 {
  color: var(--black);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 15px;
}

.flex-block-43 {
  height: 20px;
  margin: auto 10px;
}

.flex-block-43.margin-top1 {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 15px;
}

.section-24 {
  background-color: #f9f9f9;
  border: 1px solid #dedede;
  flex-direction: column;
  display: flex;
}

.div-block-320 {
  background-color: #fff;
  margin-top: 20px;
}

.text-span-43 {
  font-size: 1.6rem;
}

.text-block-290 {
  width: 350px;
  margin-top: 60px;
}

.link-block-43-copy {
  background-color: var(--cura-dark-green);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 8em;
  height: 32px;
  margin: auto 40px auto auto;
  padding-bottom: 0;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.link-block-43-copy.lp-biz {
  display: none;
}

.image-logo {
  height: 16px;
  margin-top: auto;
  margin-bottom: 0;
  padding-left: 4px;
  padding-right: 4px;
}

.image-logo-copy-copy {
  height: 10px;
  margin-top: auto;
  margin-bottom: 0;
  padding-left: 4px;
  padding-right: 4px;
}

.body-13 {
  font-family: Noto Sans JP, sans-serif;
}

.text-block-247-copy {
  color: var(--white);
  letter-spacing: 2px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 5px;
  font-weight: 400;
}

.image-logo-2 {
  height: 20px;
  margin-top: auto;
  margin-right: 0;
}

.image-logo-2-copy {
  flex: 1;
  height: 16px;
  margin: auto auto auto 5px;
}

.div-block-268 {
  height: 100px;
  margin-top: 0;
  padding: 30px;
}

.div-block-arrow {
  border-top: 20px solid #01aa95;
  border-left: 40px solid #f8fff5;
  border-right: 40px solid #f8fff5;
  width: 60px;
  margin: 40px auto 10px;
}

.text-block-291 {
  text-align: center;
}

.text-span-45 {
  background-image: linear-gradient(0deg, #f8fff5, #fff734 3% 45%, #f8fff5 47% 58%, #f8fff5 102%);
}

.text-block-292 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

.section-25 {
  background-color: #f8fff5;
  padding-bottom: 60px;
}

.div-block-323 {
  background-color: #fff;
  width: 550px;
  height: 200px;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.div-block-324 {
  background-color: #f9f9f9;
  width: 480px;
  height: 200px;
  margin-right: auto;
}

.text-block-293 {
  color: var(--cura-dark-green);
  text-align: left;
  margin-left: 20px;
  font-size: 22px;
  font-weight: 700;
}

.text-block-294 {
  margin-top: 20px;
  margin-left: 60px;
  margin-right: 60px;
  font-size: 14px;
  font-weight: 700;
}

.text-block-295 {
  margin-top: 10px;
  margin-left: 60px;
  font-size: 14px;
  line-height: 20px;
}

.flex-block-48 {
  margin-top: 20px;
  margin-bottom: 30px;
}

.div-block-324-copy {
  background-color: #fff;
  width: 410px;
  height: 200px;
  margin-right: auto;
}

.text-span-46 {
  font-weight: 700;
}

.image-201 {
  margin-left: 60px;
}

.text-block-295-copy {
  margin-top: 10px;
  margin-left: 60px;
  font-size: 14px;
  line-height: 20px;
}

.text-block-295-copy-copy {
  margin-top: 30px;
  margin-left: 60px;
  font-size: 14px;
  line-height: 20px;
}

.text-span-47 {
  font-weight: 700;
}

.div-block-324-copy-copy {
  background-color: #fff;
  flex: 0 auto;
  align-self: auto;
  width: 200px;
  height: 200px;
  margin-right: auto;
}

.div-block-326 {
  background-color: #fff;
  width: 210px;
  height: 200px;
}

.image-202 {
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0;
  padding-top: 20px;
}

.div-block-327 {
  background-color: #fff;
  width: 550px;
  height: 380px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}

.text-block-296 {
  text-align: center;
  font-weight: 700;
  line-height: 24px;
}

.text-span-48 {
  color: var(--cura-dark-green);
}

.flex-block-49 {
  width: 850px;
  max-width: 1200px;
}

.div-block-31 {
  background-color: #fff734;
  border-radius: 5px;
  width: 280px;
  height: 45px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

.div-block-32 {
  background-color: var(--white);
  border: 1px solid #dedede;
  border-radius: 5px;
  width: 280px;
  height: 45px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

.section-26 {
  background-color: #f9f9f9;
  display: none;
}

.container-31 {
  padding-bottom: 40px;
}

.section-27 {
  background-color: #f8fff5;
}

.heading-122 {
  text-align: center;
  margin-top: 80px;
  font-size: 25px;
}

.div-block-31-copy {
  background-color: #fff734;
  border-radius: 5px;
  width: 240px;
  height: 45px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

.text-block-297 {
  text-align: left;
  margin: 30px 20px 20px;
  font-size: 14px;
  line-height: 18px;
}

.text-block-298 {
  margin: auto 20px 20px;
  font-size: 14px;
  line-height: 18px;
}

.text-span-49 {
  font-weight: 700;
}

.div-block-328 {
  border-top: 25px solid #0000;
  border-bottom: 25px solid #0000;
  border-left: 30px solid #00aa95;
  margin: auto -20px;
  position: relative;
}

.text-span-50 {
  font-size: 24px;
  line-height: 28px;
}

.text-span-51 {
  color: var(--black);
}

.section-28 {
  background-color: #f8fff5;
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-33-copy {
  background-color: var(--white);
  border: 1px solid #dedede;
  border-radius: 5px;
  width: 240px;
  height: 45px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

.text-block-264-copy {
  text-align: center;
  color: #363833;
  width: 120px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}

.image-icon {
  height: 80%;
  margin-top: auto;
  margin-bottom: auto;
}

.text-span-52, .text-span-53 {
  font-weight: 700;
}

.image-203 {
  width: 129.828svh;
  margin: auto;
  padding-top: 20px;
}

.image-media {
  height: 30%;
  padding-top: 0;
}

.image-media.nikkei-logo {
  width: 150px;
}

.dropdown-7 {
  width: 100%;
}

.dropdown-toggle-6 {
  border: 0 #dfdfdf;
  width: 100%;
}

.text-block-302 {
  padding-left: 25px;
  font-weight: 700;
}

.rich-text-block-17 {
  outline-offset: 0px;
  background-color: #fff;
  border: 0 #000;
  outline: 3px #555;
  margin-bottom: 0;
  padding: 20px;
  font-size: 15px;
  line-height: 20px;
  display: block;
}

.dropdown-list-4 {
  margin-top: -20px;
  position: static;
}

.dropdown-list-4.w--open {
  position: static;
}

.dropdown-list-4.dropdown-list {
  opacity: 1;
}

.div-block-332 {
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  margin-bottom: 20px;
}

.text-span-54 {
  color: var(--submit-button);
  font-size: 3vw;
}

.div-block-333 {
  margin-top: auto;
  margin-bottom: auto;
}

.heading-123 {
  font-size: 25px;
}

.html-embed-12 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.lp-biz-cta {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.flex-block-50 {
  border-bottom: 1px solid #e5e6ea;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

.flex-block-50.biz-nav {
  border-bottom-style: none;
}

.link-block-46 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-334 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-303 {
  margin-left: 20px;
  font-size: 14px;
  line-height: 14px;
}

.text-span-55 {
  font-size: 12px;
  line-height: 14px;
}

.text-span-56 {
  font-size: 10px;
  line-height: 10px;
}

.bold-text-21 {
  line-height: 15px;
}

.div-block-335 {
  background-color: red;
  width: 300px;
  height: auto;
  min-height: 300px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.container-35 {
  height: 200px;
  padding-top: 0;
}

.navbar-copy {
  text-align: center;
  background-color: #fff;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
}

.section-29 {
  background-color: #f8fff5;
  margin-bottom: 20px;
}

.div-block-336 {
  background-color: #fff;
  max-width: 400px;
}

.text-block-304 {
  max-width: 400px;
  min-height: 200px;
}

.div-block-337 {
  background-color: #fff;
  max-width: 400px;
}

.container-37 {
  column-count: auto;
  background-color: #f8fff5;
  margin-top: 40px;
  margin-bottom: 10px;
  position: static;
}

.section-30 {
  max-width: none;
}

.div-block-338 {
  background-color: var(--white);
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.container-38 {
  background-color: #f8fff5;
  margin-top: 0;
  margin-bottom: 0;
}

.section-31 {
  background-color: #f8fff5;
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-339 {
  margin-left: auto;
  margin-right: auto;
}

.text-block-305 {
  color: #7c7c7c;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bold-text-22, .text-block-306 {
  margin-left: auto;
  margin-right: auto;
}

.div-block-340 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #7c7c7c;
  grid-template: ". Area"
                 ". ."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.text-block-307 {
  text-align: right;
  margin-left: auto;
  font-size: 14px;
  line-height: 22px;
}

.div-block-341 {
  justify-content: flex-end;
  align-items: center;
  width: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-24-copy {
  background-color: #f9f9f9;
  border: 1px solid #dedede;
  flex-direction: column;
  display: flex;
}

.container-29-copy {
  align-self: auto;
  max-width: 1200px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  right: 50px;
}

.div-block-342 {
  color: #7c7c7c;
  margin-top: 20px;
  padding-top: 0;
  font-size: 14px;
  display: flex;
}

.text-block-308 {
  margin-right: auto;
  font-size: 14px;
  line-height: 22px;
}

.slider-copy {
  aspect-ratio: 1.415;
  width: 100%;
  height: 71%;
}

.slide-13 {
  letter-spacing: normal;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/normal-05.webp');
  background-position: 50%;
  background-size: contain;
  background-attachment: scroll;
  background-clip: border-box;
}

.slide-14 {
  background-image: url('../images/normal-06.webp');
  background-position: 0 0;
  background-size: contain;
}

.slide-15 {
  background-image: url('../images/normal-01.webp');
  background-position: 0 0;
  background-size: contain;
}

.slide-16 {
  background-image: url('../images/normal-02.webp');
  background-position: 0 0;
  background-size: contain;
}

.slide-17 {
  background-image: url('../images/normal-03.webp');
  background-position: 0 0;
  background-size: contain;
}

.slide-18 {
  background-image: url('../images/normal-04.webp');
  background-position: 0 0;
  background-size: contain;
}

.slide-19 {
  background-image: url('../images/normal-05_1.webp');
  background-position: 0 0;
  background-size: contain;
}

.slide-20 {
  background-image: url('../images/normal-06_1.webp');
  background-position: 0 0;
  background-size: contain;
}

.slide-21 {
  background-image: url('../images/normal-07.webp');
  background-position: 0 0;
  background-size: contain;
}

.text-block-309 {
  text-align: center;
  margin: 10px 0 40px auto;
}

.div-block-343 {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.bold-text-23 {
  margin-left: auto;
  margin-right: auto;
}

.section-32 {
  background-color: #f8fff5;
  margin-bottom: 20px;
}

.slide-15-copy {
  background-image: url('../images/normal-01.webp');
  background-position: 0 0;
  background-size: contain;
}

.slide-22 {
  background-image: url('../images/normal-price-01.webp');
  background-position: 0 0;
  background-size: contain;
}

.slide-23, .slide-24 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide-25 {
  background-image: url('../images/normal-price-01.webp');
  background-position: 0 0;
  background-size: contain;
}

.slide-26 {
  background-image: url('../images/normal-price-02.webp');
  background-position: 0 0;
  background-size: contain;
}

.slide-27, .slide-28, .slide-29, .slide-30 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide-31 {
  background-image: url('../images/normal-price-03.webp');
  background-position: 0 0;
  background-size: contain;
}

.section-33 {
  background-color: #fff;
}

.body-14 {
  background-color: #f8fff5;
  font-family: Noto Sans JP, sans-serif;
}

.text-block-310 {
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
}

.html-embed-13 {
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.section-25-copy {
  background-color: #f8fff5;
  padding-bottom: 20px;
}

.div-block-344 {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.link-block-49, .link-block-50 {
  margin-left: auto;
  margin-right: auto;
}

.flex-block-49-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 850px;
  max-width: 1200px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.section-23-copy {
  text-align: left;
  background-color: #01aa95;
  align-items: center;
  height: 180px;
  margin-bottom: 0;
  display: flex;
}

.div-block-324-copy-copy-copy {
  background-color: #fff;
  flex: 0 auto;
  align-self: auto;
  width: 200px;
  height: 200px;
  margin-right: auto;
}

.div-block-326-copy {
  background-color: #fff;
  width: 210px;
  height: 200px;
}

.section-34 {
  margin-top: 20px;
  padding-top: 40px;
}

.div-block-176-copy {
  display: none;
}

.div-block-303-copy {
  border: 3px none var(--cura-dark-green);
  background-color: var(--white);
  border-radius: 0;
  width: 160px;
  height: 160px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0;
}

.div-block-303-circle-center {
  border: 3px none var(--cura-dark-green);
  background-color: var(--white);
  border-radius: 200px;
  width: 160px;
  height: 160px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0;
}

.div-block-303-circle-right {
  border: 3px none var(--cura-dark-green);
  background-color: var(--white);
  border-radius: 200px;
  width: 160px;
  height: 160px;
  margin-left: 10px;
  margin-right: auto;
  padding-top: 0;
}

.div-block-303-circle-left {
  border: 3px none var(--cura-dark-green);
  background-color: var(--white);
  border-radius: 100px;
  width: 160px;
  height: 160px;
  margin-left: auto;
  margin-right: 10px;
  padding-top: 0;
}

.div-block-345 {
  background-color: #f9f9f9;
  border: 1px solid #949494;
  margin-left: 60px;
  margin-right: 60px;
  padding-top: 20px;
  box-shadow: 0 2px 5px #0003;
}

.flex-block-49-copy-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1200px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-62-copy {
  text-align: left;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

.text-block-312 {
  text-align: left;
  margin-left: 60px;
  font-size: 16px;
}

.text-block-313 {
  font-size: 22px;
  font-weight: 700;
}

.flex-block-51 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 30px;
}

.bold-text-24, .bold-text-25, .bold-text-26 {
  color: var(--cura-dark-green);
}

.heading-124 {
  text-align: center;
  font-size: 22px;
  line-height: 28px;
}

.grid-49-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 0;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-186-copy {
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 40px;
  margin-left: 10%;
  margin-right: 10%;
  padding-bottom: 40px;
}

.bold-text-27 {
  color: var(--cura-dark-green);
}

.text-block-317 {
  font-size: 22px;
  font-weight: 700;
}

.flex-block-52 {
  padding: 30px;
}

.text-block-318 {
  text-align: center;
  width: 630px;
  height: 28px;
  margin-top: 10px;
  margin-bottom: auto;
  font-size: 25px;
  display: block;
  position: static;
}

.image-204 {
  margin-left: 0;
}

.heading-125 {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 30px;
  font-size: 28px;
}

.image-205 {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.div-block-346 {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #e5e6ea;
  width: 400px;
  height: 130px;
  margin-top: -100px;
  margin-left: 30px;
  position: relative;
}

.image-206 {
  width: 400px;
  height: auto;
}

.image-207 {
  width: 50%;
  max-width: none;
  height: 100%;
  margin: auto 0;
}

.image-208 {
  width: 345px;
  height: 114px;
  margin: 12px auto 0;
}

.text-block-320 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
}

.div-block-347 {
  border: 1px solid #e5e6ea;
  border-radius: 13px;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-jobposts {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-right: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.div-block-348 {
  background-color: #f5f5f5;
  border-radius: 9px;
  width: 630px;
  height: 50px;
  margin-bottom: 0;
  position: static;
}

.flex-block-53 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-around;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: auto;
}

.div-block-349 {
  border-top: 30px solid #000;
  border-left: 80px solid #0000;
  border-right: 80px solid #0000;
  width: 160px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.flex-block-54 {
  flex-flow: row;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-321 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  font-weight: 400;
}

.div-block-350 {
  background-color: #00aa95;
  border-radius: 13px;
  width: 350px;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 80px;
  display: flex;
}

.text-block-322 {
  color: var(--white);
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 22px;
  font-weight: 700;
}

.div-block-351 {
  margin-top: auto;
}

.image-209 {
  margin-left: 0;
  margin-right: 20px;
}

.flex-block-55 {
  margin-left: 20px;
  margin-right: auto;
  padding-left: 0;
}

.flex-block-56 {
  margin-left: auto;
  margin-right: 20px;
}

.div-block-352 {
  border-top: 10px solid #0000;
  border-bottom: 10px solid #0000;
  border-right: 20px solid #f5f5f5;
  margin-top: 0;
}

.flex-block-57 {
  margin-top: 20px;
}

.image-210 {
  margin-left: 0;
  margin-right: 20px;
}

.div-block-350-copy {
  cursor: pointer;
  background-color: #00cc36;
  border-radius: 13px;
  width: 350px;
  height: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 80px;
  display: flex;
}

.div-block-353 {
  background-color: #f5f5f5;
  margin-bottom: 20px;
}

.container-40 {
  border-top: 1px solid #f5f5f5;
}

.flex-block-58 {
  margin-top: 40px;
}

.flex-block-59 {
  justify-content: flex-start;
  align-items: center;
}

.div-block-348-copy {
  background-color: #f5f5f5;
  border-radius: 17px;
  width: 630px;
  height: 50px;
  margin-bottom: 20px;
  position: static;
}

.image-211 {
  width: 40px;
  height: 40px;
}

.image-212 {
  height: 240px;
}

.flex-block-60 {
  justify-content: center;
  align-items: flex-start;
  font-size: 36px;
  font-weight: 700;
}

.tab-pane {
  padding: 20px;
}

.paragraph-25 {
  white-space: pre-wrap;
  margin-bottom: 0;
}

.tab-pane-2 {
  padding: 20px;
}

.tab-link {
  border-bottom: 2px solid var(--shade-2);
  background-color: #fff;
  width: 120px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
}

.tab-link.w--current {
  border-bottom: 10px solid var(--cura-dark-green);
  background-color: #fff;
  width: 120px;
  margin-right: 20px;
}

.div-block-354 {
  background-color: #00aa95;
  width: 120px;
  height: 10px;
  margin-top: 10px;
}

.text-block-323 {
  text-align: center;
}

.tab-link-2 {
  border-bottom: 2px solid var(--shade-2);
  background-color: #fff;
  width: 120px;
  padding-left: 0;
  padding-right: 0;
}

.tab-link-2.w--current {
  border-style: none none solid;
  border-width: 1px 1px 10px;
  border-color: black black var(--cura-dark-green);
  background-color: #fff;
  width: 120px;
  padding-left: 0;
  padding-right: 0;
}

.text-block-324 {
  text-align: center;
}

.text-block-325 {
  padding-left: 5px;
  padding-right: 5px;
}

.modal-wrapper {
  z-index: 99;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-background {
  cursor: pointer;
  background-color: #0006;
  position: absolute;
  inset: 0%;
}

.div-block-355 {
  z-index: 100;
  background-color: #fff;
  border-radius: 20px;
  max-width: 90%;
  max-height: 90%;
  padding: 20px;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.modal-close-button {
  width: 24px;
  height: 24px;
  margin-left: auto;
  display: block;
}

.image-213 {
  object-fit: contain;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.div-block-356 {
  border: 1px solid #000;
  width: 440px;
  height: 120px;
}

.paragraph-26 {
  font-size: 16px;
}

.image-214, .image-215 {
  height: 100px;
}

.image-216 {
  height: 120px;
}

.flex-block-61 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.item-is-favorite {
  display: none;
}

.image-217 {
  width: 40px;
  height: 40px;
  display: block;
}

.div-block-357 {
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-right: 40px;
  position: static;
  inset: auto 0% 0% auto;
}

.saving-favorite {
  display: none;
}

.underline-yellow-copy {
  background-image: linear-gradient(to top, #fde67c, #fff 43%, #fff);
  padding-left: 5px;
  padding-right: 5px;
  font-size: 20px;
  line-height: 16px;
}

.underline-yellow-copy.text-100 {
  font-size: 16px;
}

.tabs-menu {
  display: flex;
}

.html-embed-14 {
  margin-left: 20px;
  margin-right: 20px;
}

.link-block-78 {
  background-color: var(--cura-dark-green);
  border-radius: 13px;
  width: 350px;
  height: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 80px;
  display: flex;
}

.div-block-359 {
  background-color: #fffaf7;
  border-radius: 16px;
  width: 940px;
  max-width: 600px;
  height: 440px;
  margin-left: auto;
  margin-right: auto;
}

.submit-button-3 {
  z-index: 99;
  background-color: var(--primary-3);
  border-radius: 6px;
  width: 200px;
  height: 50px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  display: none;
  position: relative;
  top: 120%;
}

.div-block-360 {
  z-index: 1;
  margin-top: 0;
  position: static;
  inset: 0%;
}

.div-block-361 {
  height: 300px;
  padding-top: 60px;
}

.div-block-362 {
  max-width: 500px;
  height: auto;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.checkbox-field-2 {
  float: left;
  background-color: var(--white);
  -webkit-text-stroke-color: var(--primary-2);
  cursor: auto;
  border: 1px #fff;
  align-items: center;
  width: 400px;
  min-width: 150px;
  height: 100%;
  margin: 5px auto 10px;
  padding: 0;
  display: block;
  position: static;
}

.checkbox-2 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 3px #000;
  border-radius: 0;
  width: 60%;
  height: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.checkbox-label-2 {
  border: 1px solid var(--border-gray);
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  width: 100%;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
}

.checkbox-3 {
  color: var(--primary-1);
  -webkit-text-stroke-color: var(--primary-2);
  cursor: pointer;
  background-color: #277c3bad;
  border: 1px solid #0b6ba7;
  width: 100%;
  height: 100%;
  margin-left: 20px;
  display: none;
  overflow: visible;
}

.div-block-363 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-317-copy {
  color: #666;
  margin-left: auto;
  font-size: 16px;
  font-weight: 400;
  display: inline;
}

.flex-block-62 {
  text-align: center;
  width: 160px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-330 {
  color: var(--primary-3);
  text-align: center;
  margin: 0 auto 20px;
  font-weight: 700;
  position: static;
  inset: auto 0% 0%;
}

.text-block-331 {
  color: #666;
  margin-right: auto;
  font-size: 16px;
  display: inline;
}

.slider-2 {
  background-color: #0000;
  height: 240px;
  padding: 0 40px 20px;
}

.grid-51 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto;
  grid-template-areas: "."
                       "."
                       ".";
  place-items: center;
  margin-left: 0;
}

.slide-32 {
  height: 500px;
}

.slide-nav {
  display: none;
}

.right-arrow {
  z-index: 2;
  background-color: var(--primary-3);
  border-radius: 6px;
  width: 200px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.text-block-332 {
  z-index: 0;
  text-align: center;
  height: 50px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 18px;
  position: static;
}

.mask-2 {
  height: 310px;
}

.slide-33 {
  height: 400px;
}

.banner-h3 {
  color: #fff;
  letter-spacing: -.3px;
  margin-bottom: 20px;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.2;
}

.help-block {
  padding: 20px;
  position: absolute;
  inset: 15px 15px auto auto;
}

.slide-banner {
  background-color: #1f1b3a;
  width: 30%;
  min-width: 310px;
}

.form-section-title {
  color: #0a1f44;
  margin-bottom: 12px;
  font-size: 36px;
  font-weight: 400;
  line-height: 32px;
}

.slider-3 {
  background-color: #0000;
  height: 100vh;
  min-height: 850px;
  position: relative;
}

.author-image {
  border-radius: 100px;
  width: 100px;
  margin-left: 0;
  margin-right: 14px;
  box-shadow: 1px 1px 3px #00000024;
}

.submit-button {
  color: #fff;
  background-color: #5b3acc;
  border-radius: 4px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
}

.form-wrapper {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.error-message {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.checkbox-base {
  background-color: #fff;
  border: 1.2px solid #3e34c81a;
  border-radius: 8px;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 15px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 35px #c6d3ff47;
}

.slide-wrapper {
  display: flex;
}

.slide-34 {
  border-radius: 20px;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  position: static;
}

.arrow-cta {
  width: 100px;
  position: absolute;
  inset: auto auto -120% -20%;
}

.star-row {
  margin-bottom: 30px;
}

.price-field {
  border: 1.3px solid #bec9d5;
  border-radius: 4px;
  min-height: 55px;
  margin-bottom: 0;
  font-size: 16px;
  position: relative;
}

.price-field:focus {
  border-width: 1.3px;
  border-color: #007bfc;
}

.price-field::placeholder {
  color: #61728375;
}

.previous-placeholder {
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100px;
  height: 35px;
  margin-bottom: 30px;
  transition: opacity .2s;
  display: none;
}

.previous-placeholder:hover {
  opacity: 1;
}

.form-item-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.form-item-wrapper.fixed-height {
  min-height: 160px;
}

.form-wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.form-wrap.extra-space {
  margin-bottom: 40px;
}

.checkbox-4 {
  z-index: 5;
  opacity: 0;
  cursor: pointer;
  border: 2px solid #0000;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.checkbox-4:active {
  border: 1px solid #000;
}

.slide-content {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 70%;
  padding: 100px 3%;
  display: flex;
  position: relative;
}

.button-wrapper {
  position: relative;
}

.global-icon-x-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.checkbox-icon {
  z-index: 9;
  background-color: #5b3acc0d;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-right: 25px;
  display: flex;
  position: relative;
}

.slide-counter {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 20px;
  margin-top: 40px;
  display: flex;
}

.banner-content {
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 25% 40px 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.author-testimonial {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 35px;
  display: flex;
}

.author-name {
  color: #fff;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 500;
}

.paragraph-intro {
  color: #ffffffc7;
  max-width: 650px;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.6;
}

.checkbox-text-wrapper {
  z-index: 9;
  cursor: pointer;
  position: relative;
}

.checkbox-field-3 {
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  min-width: 150px;
  height: 140px;
  margin-left: 6px;
  margin-right: 6px;
  display: flex;
}

.logo {
  margin-bottom: 40px;
}

.checkbox-h4 {
  margin-top: 0;
  margin-bottom: 3px;
}

.paragraph-27 {
  color: #ffffffc7;
  max-width: 650px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.6;
}

.button-menu {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #8c54ff;
  background-image: linear-gradient(159deg, #8c54ff, #7b41f1);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  min-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  text-decoration: none;
  transition: all .4s ease-out;
  display: flex;
  box-shadow: inset -1px -1px 3px #201b3d99, inset 1px 1px 3px #eee6ff70, 1px 1px 2px #5b3acc;
}

.button-menu:hover {
  box-shadow: inset 1px 1px 3px #201b3d38, inset -1px -1px 3px #eee6ff00, 1px 1px 2px #5b3acc;
}

.text-block-2 {
  color: #5b617c;
}

.checkbox-text {
  color: #5b617c;
  font-weight: 400;
}

.dot {
  background-color: #5b617c1a;
  border-radius: 100px;
  width: 10px;
  height: 10px;
  margin-left: 8px;
  margin-right: 8px;
}

.dot.active-dot {
  background-color: #5b617c;
}

.global-button-primary {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  white-space: nowrap;
  background-color: #6f5cff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s ease-out, background-color .3s ease-out;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 4px 12px #9b8eff4d, inset 0 1px #9b8eff99, 0 -1px 1px #5b29ffcc, 0 0 0 1px #6e5bff;
}

.global-button-primary:hover {
  background-color: #7f6fff;
}

.global-button-primary:active {
  background-color: #705cfa;
}

.icon {
  width: 25px;
}

.next-placeholder {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 159px;
  height: 47px;
  margin: auto auto 25px;
  display: none;
  overflow: visible;
}

.text-field {
  border: 1.3px solid #bec9d5;
  border-radius: 4px;
  min-height: 55px;
  margin-bottom: 0;
  font-size: 16px;
  position: relative;
}

.text-field:focus {
  border-width: 1.3px;
  border-color: #007bfc;
}

.text-field::placeholder {
  color: #61728375;
}

.slider-left {
  color: #fff;
  background-color: #151c340f;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  min-width: 80px;
  margin-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.slider-left:hover {
  background-color: #151c3426;
}

.next-button {
  background-color: #5b3acc;
  border-radius: 5px;
  flex: 1;
  align-self: center;
  padding: 12px 32px;
  font-size: 15px;
  transition: background-color .2s ease-in;
  display: none;
}

.notice {
  color: #ffffffa6;
  background-color: #2e2a4d;
  margin-bottom: 20px;
  padding: 15px;
  font-size: 15px;
  line-height: 23px;
}

.form-paragraph {
  color: #5b617c;
  max-width: 550px;
  font-size: 18px;
  line-height: 23px;
}

.text-block-333 {
  color: #5b617c;
  font-family: Oswald, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 20px;
}

.success-message {
  letter-spacing: 1px;
  padding: 50px;
}

.text-span {
  color: #fff;
}

.button-wrap {
  width: 100%;
  display: flex;
}

.slider-right {
  color: #fff;
  text-align: center;
  background-color: #5b3acc;
  border-radius: 4px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  transition: all .2s;
}

.slider-right:hover {
  background-color: #5233bb;
}

.checkbox-title {
  color: #5b3acc;
  justify-content: center;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 14px;
  display: none;
}

.form-content {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-width: 490px;
  max-width: 560px;
  margin-bottom: -20px;
  display: flex;
}

.field-label {
  color: #617283;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 500;
}

.banner-logo {
  border-bottom: 1px solid #ffffff14;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 40px;
  display: flex;
  position: relative;
}

.previous-button {
  opacity: 1;
  color: #5b617c;
  text-indent: -2px;
  flex: none;
  align-self: center;
  padding: 5px 0;
  font-size: 15px;
  transition: opacity .2s ease-in;
  display: none;
}

.previous-button:hover {
  opacity: 1;
  border-bottom-color: #0000008c;
}

.form-block-2 {
  display: block;
}

.icon-2 {
  color: var(--primary-3);
  margin-top: 140px;
  margin-left: 0;
  font-size: 28px;
}

.success-message-2 {
  background-color: #fffaf7;
  border-radius: 16px;
  width: 940px;
  max-width: 600px;
  height: 440px;
  padding-top: 200px;
}

.error-message-2 {
  border-radius: 16px;
  width: 940px;
  max-width: 600px;
  height: 440px;
}

.div-block-364 {
  margin-right: 20px;
}

.field-label-2 {
  display: none;
}

.image-218 {
  width: 100%;
  height: auto;
}

.div-block-365 {
  height: 120px;
  display: flex;
}

.div-block-366 {
  height: 100px;
  margin-top: auto;
  margin-bottom: auto;
}

.text-span-59 {
  color: var(--primary-3);
  font-weight: 700;
  text-decoration: underline;
}

.text-span-59.underline-yellow {
  text-decoration: none;
}

.text-block-334 {
  color: var(--primary-3);
  font-size: 24px;
  font-weight: 700;
}

.flex-block-63 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  text-align: left;
  background-color: #fffaf7;
  justify-content: center;
}

.text-span-60 {
  color: var(--primary-3);
  font-weight: 700;
  text-decoration: none;
}

.div-block-367 {
  border: 1px solid var(--primary-3);
  background-color: #fffaf7;
  border-radius: 10px;
  width: 240px;
  height: 80px;
  margin: 20px 10px;
  padding: 10px 20px;
}

.heading-127 {
  margin-left: auto;
}

.heading-128 {
  margin-left: auto;
  margin-right: auto;
}

.text-block-335 {
  margin-right: auto;
}

.heading-129, .div-block-368 {
  margin-left: auto;
  margin-right: auto;
}

.text-block-336 {
  color: var(--shade-1);
  font-weight: 400;
}

.div-block-369 {
  margin: 20px auto 40px;
}

.link-block-79 {
  background-color: var(--cura-dark-green);
  text-align: center;
  border-radius: 10px;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.container-41 {
  padding-bottom: 100px;
}

.text-block-337 {
  color: var(--cura-dark-green);
  margin-right: auto;
  font-size: 14px;
}

.image-219 {
  max-width: 15px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0;
}

.link-block-80 {
  background-color: var(--primary-3);
  text-align: center;
  border-radius: 10px;
  width: 400px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.flex-block-64 {
  margin-left: auto;
  margin-right: auto;
}

.flex-block-65 {
  margin-bottom: 40px;
}

.flex-block-66, .text-block-338 {
  margin-left: auto;
  margin-right: auto;
}

.text-block-339 {
  text-align: center;
  font-weight: 400;
}

.link-block-81 {
  border: 1px solid var(--border-gray);
  border-radius: 10px;
  width: 240px;
  height: 80px;
  margin: auto 10px;
  padding: 24px 20px 10px;
}

.flex-block-67 {
  margin-left: 100px;
  margin-right: 100px;
}

.flex-block-70 {
  margin-left: 100px;
  margin-right: auto;
}

.text-block-341 {
  color: var(--primary-3);
  white-space: nowrap;
  font-weight: 700;
}

.text-block-342 {
  color: var(--primary-3);
}

.flex-block-71 {
  border: 1px solid var(--border-gray);
  border-radius: 10px;
  max-width: 600px;
  margin: 20px auto;
  padding: 20px;
}

.section-36, .section-37 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.div-block-370 {
  border: 1px solid var(--border-gray);
  margin-top: 20px;
  margin-bottom: 20px;
}

.flex-block-72 {
  margin-left: auto;
  margin-right: auto;
}

.flex-block-73 {
  margin-left: 100px;
}

.flex-block-74 {
  margin-bottom: 20px;
  margin-left: 100px;
}

.text-block-343 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.div-block-371 {
  text-align: center;
  display: block;
}

.flex-block-75 {
  border: 1px #000;
}

.code-embed {
  aspect-ratio: 3 / 2;
  width: 600px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-372 {
  background-color: var(--primary-3);
  border-radius: 4px;
  height: 18px;
  margin: auto 10px;
}

.text-block-344 {
  color: var(--white);
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

.link-block-82 {
  background-color: var(--primary-3);
  border-radius: 4px;
  height: 18px;
  margin: auto 10px;
}

.div-block-373 {
  border: 1px solid var(--border-gray);
  border-radius: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
  box-shadow: 0 2px 5px #0003;
}

.div-block-374 {
  display: inline;
}

.text-block-345 {
  color: var(--primary-3);
  font-size: 24px;
  font-weight: 700;
  display: inline;
}

.text-block-346 {
  display: inline;
}

.text-block-347 {
  color: var(--primary-3);
  white-space: pre-line;
  word-break: normal;
  overflow-wrap: normal;
  font-weight: 700;
}

.grid-52 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  margin: 20px;
}

.text-block-348 {
  color: var(--primary-3);
  font-size: 24px;
  font-weight: 700;
  display: inline;
}

.div-block-375 {
  margin-left: 50px;
}

.text-block-349 {
  color: var(--primary-3);
  font-size: 24px;
  font-weight: 700;
}

.div-block-376 {
  border-bottom: 1px solid var(--border-gray);
  background-color: #fffaf7;
  padding: 10px 20px;
  display: flex;
}

.div-block-376.near-jobs {
  flex-flow: wrap;
}

.text-block-350, .text-block-351 {
  display: inline;
}

.collection-list-wrapper-7, .section-38 {
  display: block;
}

.link-block-83 {
  border: 1px solid var(--border-gray);
  max-width: 600px;
  margin: 20px auto;
  display: block;
  box-shadow: 0 2px 5px #0003;
}

.link-block-83.w--current {
  background-color: #fff;
  display: none;
  box-shadow: 0 2px 5px #0003;
}

.text-block-330-copy {
  color: var(--primary-3);
  text-align: center;
  max-width: 600px;
  margin: -40px auto 20px;
  font-weight: 700;
  position: static;
  inset: auto 0% 0%;
}

.text-block-352 {
  white-space: pre-wrap;
  line-height: 24px;
}

.text-block-353 {
  line-height: 24px;
}

.checkmark {
  height: 20px;
  margin-top: 4px;
  margin-right: 10px;
}

.flex-block-76 {
  margin-top: 20px;
}

.flex-block-77 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-block-354 {
  white-space: nowrap;
}

.div-block-377 {
  display: inline-flex;
}

.flex-block-68-copy {
  margin-top: 20px;
}

.flex-block-79 {
  margin-left: auto;
  margin-right: auto;
}

.text-block-356 {
  margin-right: 10px;
}

.text-block-357 {
  text-align: center;
}

.empty-state {
  background-color: var(--shade-1);
}

.empty-state-2 {
  background-color: var(--shade-1);
  text-align: center;
}

.div-block-379, .flex-block-80 {
  margin-top: 60px;
}

.div-block-381 {
  margin-top: -66px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-382 {
  border: 1px solid var(--border-gray);
  min-width: 200px;
  min-height: 200px;
}

.div-block-383 {
  border-bottom: 1px solid var(--border-gray);
  background-color: #fffaf7;
  min-height: 10px;
  padding: 10px 10px 10px 20px;
}

.text-block-358 {
  margin-right: 20px;
  font-weight: 700;
  line-height: 24px;
}

.jetboost-filter-active {
  background-color: var(--primary-3);
}

.button-19 {
  border: 1px solid var(--border-gray);
  pointer-events: auto;
  color: var(--border-gray);
  text-align: center;
  background-color: #fff;
  width: 100px;
  margin: 20px auto;
  display: block;
  overflow: visible;
}

.button-19.w--current {
  background-color: #fff;
}

.div-block-384 {
  background-color: #fffaf7;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
}

.heading-130, .heading-131 {
  font-size: 24px;
  line-height: 32px;
}

.checkbox-label-3 {
  font-size: 16px;
}

.checkbox-5 {
  margin-top: 6px;
}

.div-block-385 {
  background-color: var(--shade-1);
  padding: 40px;
}

.div-block-386 {
  background-color: #1db24a;
  border-radius: 80px;
  width: 200px;
  height: 80px;
}

.div-block-387 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.div-block-388 {
  display: flex;
}

.div-block-227-copy {
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 60px;
  display: flex;
}

.flex-block-81 {
  justify-content: center;
  align-items: flex-start;
}

.grid-53 {
  grid-template-rows: auto;
}

.div-block-390 {
  background-color: #f9f9f9;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0 0;
}

.image-222 {
  width: 150px;
  margin-right: 15px;
  display: inline-block;
}

.section-39 {
  background-color: #f9f9f9;
  padding-top: 40px;
  padding-bottom: 60px;
}

.carousel {
  flex-direction: row;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.logo-carousel {
  grid-column-gap: 1rem;
  justify-content: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  overflow: hidden;
}

.logo-image {
  width: 170px;
  max-width: 90%;
  max-height: 40px;
}

.copy-animation {
  height: 0;
}

.logo-link {
  cursor: default;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.logo-carousel-clone {
  grid-column-gap: 1rem;
  justify-content: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  overflow: hidden;
}

.logo-carousel-item {
  flex: none;
  padding: 1rem 4px 0;
}

.logo-carousel-wrap {
  backface-visibility: hidden;
  flex: none;
  width: auto;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  transform: perspective(1px);
}

.small-instructions {
  font-size: 1rem;
}

.instructions {
  color: #33333387;
  text-align: center;
  margin-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Inconsolata, monospace;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2em;
}

.logo-link-2 {
  filter: grayscale();
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-carousel-item-2 {
  flex: none;
  padding: 1rem;
}

.logo-carousel-wrap-2 {
  backface-visibility: hidden;
  background-color: #0000000d;
  flex: none;
  width: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  transform: perspective(1px);
}

.text-span-61 {
  color: #888;
  margin-left: 4px;
  text-decoration: none;
}

.image-224 {
  width: 80px;
  margin-left: 0;
  margin-right: 0;
}

.div-block-391 {
  float: none;
  clear: left;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  width: 320px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.link-block-84 {
  display: block;
}

.text-span-63 {
  text-decoration: underline;
}

.image-225 {
  width: 330px;
}

.link-block-96 {
  margin-top: 40px;
  display: block;
}

.link-block-96.w--current {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-226 {
  width: 320px;
}

.div-block-393 {
  margin-top: 40px;
}

.badge-nurse {
  background-color: var(--cura-dark-green);
  height: 20px;
  margin-top: 4px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.text-block-371 {
  color: var(--white);
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 20px;
}

.badge-associate-nurse {
  background-color: var(--cura-medica-green);
  height: 20px;
  margin-top: 4px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.badge-care-worker {
  background-color: var(--visiting-care-color);
  height: 20px;
  margin-top: 4px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.badge-care-manager {
  background-color: var(--medica-ocher);
  height: 20px;
  margin-top: 4px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-394 {
  background-color: #f9f9f9;
  height: 20px;
  margin-top: -20px;
}

.code-embed-2 {
  margin: 20px;
}

.div-block-395 {
  background-color: #fff;
  border: 1px solid #c9c9c9;
  height: 30px;
  margin-bottom: 10px;
}

.create-job-slide {
  padding: 40px 60px;
}

.div-block-396 {
  flex-flow: wrap;
  margin-bottom: 20px;
  display: flex;
}

.create-job-radio-button {
  margin-right: 20px;
  padding-left: 20px;
  display: flex;
}

.job-radio-button {
  width: 20px;
  margin-top: 0;
  display: block;
}

.radio-button, .radio-button-2, .radio-button-3 {
  width: 20px;
}

.create-job-radio-label {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.select-field {
  color: var(--black);
  background-color: #fff;
}

.slider-4 {
  background-color: var(--shade-1);
  height: 640px;
}

.field-label-7, .create-job-label {
  margin-bottom: 0;
}

.div-block-397 {
  flex-flow: wrap;
  display: flex;
}

.create-submit-button {
  z-index: 99;
  background-color: var(--submit-button);
  -webkit-text-fill-color: inherit;
  vertical-align: middle;
  background-clip: border-box;
  width: 200px;
  height: 50px;
  margin-top: -90px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.div-block-398 {
  background-color: var(--primary-3);
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  display: flex;
}

.right-arrow-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 200px;
  height: 50px;
  margin: auto auto 40px;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.left-arrow {
  width: 200px;
  height: 50px;
  margin-top: auto;
  margin-bottom: 40px;
  margin-left: 100px;
}

.div-block-398-copy {
  border: 1px solid var(--shade-2);
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  display: flex;
}

.text-block-372 {
  color: var(--black);
  text-align: center;
  font-size: 20px;
}

.text-block-373 {
  font-size: 20px;
}

.text-block-374 {
  color: var(--black);
  font-size: 14px;
  font-weight: 400;
}

.textarea {
  min-height: 100px;
}

.div-block-399 {
  height: 40px;
}

.text-field-2 {
  margin-bottom: 40px;
}

.heading-132 {
  text-align: center;
  font-size: 24px;
}

.rich-text-block-19 {
  font-size: 14px;
  line-height: 18px;
}

.paragraph-28 {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-29 {
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 20px;
}

.textarea-2, .textarea-3 {
  min-height: 100px;
}

.div-block-400 {
  height: 20px;
}

.success-message-3 {
  background-color: var(--shade-1);
  height: 640px;
}

.text-block-375 {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
}

.rich-text-block-20 {
  text-align: left;
  width: 540px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 700;
}

.text-block-376 {
  margin-top: 100px;
}

.paragraph-30 {
  font-size: 18px;
}

.paragraph-31 {
  margin-left: auto;
  margin-right: auto;
}

.text-block-377, .text-block-378 {
  font-size: 40px;
  line-height: 60px;
}

.text-block-379 {
  font-size: 14px;
  font-weight: 700;
}

.error-message-3 {
  padding-left: 20px;
  padding-right: 20px;
}

.section-40 {
  background-color: #f9f9f9;
}

.code-embed-3 {
  margin-top: 10px;
}

.text-block-380 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}

.div-block-401 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-227 {
  width: 200px;
  margin-right: 0;
}

.container-53 {
  margin-top: 40px;
}

.heading-133 {
  text-align: center;
}

.container-54 {
  height: 400px;
}

.text-span-64 {
  text-align: center;
  display: block;
}

.text-span-64.text-sm1.margin-top-1 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

.heading-134 {
  text-align: center;
  margin-top: 40px;
}

.heading-135 {
  color: var(--white);
  margin-top: 40px;
  font-size: 24px;
}

.section-41 {
  background-color: var(--cura-dark-green);
}

.paragraph-32 {
  color: var(--white);
  margin-bottom: 60px;
  font-weight: 700;
}

.paragraph-32.cj {
  font-weight: 400;
}

.form-block-3 {
  position: relative;
  top: -80px;
  box-shadow: 0 2px 5px #0003;
}

.heading-136 {
  margin-bottom: 0;
  font-size: 18px;
}

.dropdown-list-4-copy {
  margin-top: -20px;
  position: static;
}

.dropdown-list-4-copy.w--open {
  background-color: #fff;
  margin-top: 0;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 24px;
  position: static;
}

.container-55 {
  max-width: 600px;
}

.image-228 {
  max-width: 100%;
}

.div-block-402 {
  margin-top: 100px;
}

.div-block-402.btn-footer {
  margin-top: 40px;
}

.bold-text-28 {
  font-weight: 400;
}

.image-229 {
  width: 90%;
  max-width: 400px;
}

.div-block-403 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.image-230 {
  background-color: var(--black);
  flex: 0 auto;
  width: 30px;
  margin-left: 0;
  margin-right: 0;
}

.text-block-381 {
  margin-left: 10px;
  font-weight: 400;
}

.image-231 {
  width: 200px;
  margin-top: 0;
}

.blog-post-index {
  margin-top: 20px;
}

.div-block-404 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-span-65 {
  display: inline-block;
}

.text-block-382 {
  font-size: 12px;
  line-height: 20px;
}

.link-10 {
  text-decoration: underline;
}

.checkbox-field-4 {
  margin-bottom: 20px;
}

.text-block-383 {
  color: var(--submit-button);
  white-space: pre;
  font-size: 14px;
}

.div-block-405 {
  background-color: #fff;
}

.paragraph-33 {
  letter-spacing: 2px;
}

.paragraph-34 {
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
}

.image-173-copy {
  max-width: 90%;
  height: 80px;
  margin-top: auto;
}

.div-block-234-copy-copy {
  background-color: #f000;
  width: 200px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
}

.image-232 {
  width: 300px;
}

.container-first-view-copy {
  background-image: url('../images/AdobeStock_521033487_mini_1.avif');
  background-position: 50% 28%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 600px;
  height: 600px;
  padding-top: 10px;
  display: flex;
}

.container-first-view-copy.ncn-lp {
  background-image: url('../images/ncn-colab-top-banner2_1.webp');
}

.flex-block-25-copy-copy {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 458px;
  max-width: 90svw;
  margin-top: 40px;
  margin-bottom: 40px;
}

.button-18-copy {
  text-align: center;
  letter-spacing: 2px;
  object-fit: fill;
  background-color: #ee601e;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 400px;
  max-width: 80svw;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.button-18-copy.ncn-lp {
  box-shadow: none;
  color: #aeaeae;
  background-color: #0000;
  border: 1px solid #aeaeae;
  height: 40px;
}

.section-42 {
  background-color: var(--shade-1);
}

.div-block-406 {
  border: 1px solid var(--shade-2);
  background-color: #fff;
  padding: 20px;
}

.div-block-407 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.grid-54 {
  grid-template-columns: .25fr 1fr;
  margin-top: 20px;
}

.account-facility-label {
  cursor: default;
  margin-top: 6px;
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 700;
}

.div-block-408 {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.checkbox-field-5 {
  margin-right: 20px;
}

.checkbox-6 {
  margin-top: 6px;
}

.code-embed-4 {
  width: 80%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-409 {
  margin-top: 60px;
}

.heading-137 {
  box-sizing: border-box;
  text-align: left;
  letter-spacing: 1px;
  margin-left: 20px;
  font-size: 18px;
  line-height: 32px;
}

.div-block-410 {
  width: 11rem;
  margin-left: auto;
  margin-right: auto;
}

.text-span-66 {
  vertical-align: baseline;
  background-image: linear-gradient(#faf8f4 71%, #a5e887);
  padding-left: 10px;
  padding-right: 10px;
}

.text-span-67 {
  color: var(--submit-button);
  padding-left: 6px;
}

.submit-button-4 {
  background-color: var(--cura-dark-green);
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-411 {
  margin-top: 40px;
  margin-bottom: 100px;
}

.field-label-8 {
  margin-bottom: 0;
  margin-right: 10px;
}

.field-label-9 {
  margin-right: 20px;
}

.text-field-3 {
  margin-bottom: 0;
  margin-right: 20px;
}

.helper-text {
  color: #8d8d8d;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
}

.text-field-4, .checkbox-label-4 {
  margin-bottom: 0;
}

.heading-138 {
  margin-bottom: 10px;
  font-size: 24px;
}

.rich-text-block-21 {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 22px;
}

.list-5 {
  grid-row-gap: 0px;
  margin-bottom: 10px;
}

.paragraph-35 {
  margin-bottom: 10px;
}

.paragraph-36 {
  margin-bottom: 20px;
}

.paragraph-37, .paragraph-38, .paragraph-39 {
  margin-bottom: 10px;
}

.success-message-406 {
  border: 1px solid var(--shade-2);
  background-color: #fff;
  margin-top: 60px;
  margin-bottom: 220px;
  padding: 20px;
}

.error-message-4 {
  margin-top: 0;
  margin-bottom: 60px;
}

.text-block-384 {
  font-size: 14px;
}

.div-block-412 {
  text-align: left;
  justify-content: flex-start;
  align-items: stretch;
  width: 80%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  display: flex;
}

.image-233 {
  margin-left: 20px;
  margin-right: 10px;
}

.div-block-413 {
  flex-flow: column;
  display: flex;
}

.div-block-414 {
  align-items: center;
  display: flex;
}

.text-block-24-copy {
  color: #b5b5b5;
  text-align: right;
  word-break: keep-all;
  width: 100%;
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  display: block;
}

.link-11 {
  text-decoration: underline;
}

.section-43 {
  width: 100%;
}

.flex-block-85 {
  flex-flow: row-reverse;
  justify-content: flex-start;
  align-items: flex-start;
}

.textarea-4 {
  aspect-ratio: 2;
}

.grid-54-copy {
  grid-template-columns: .25fr 1fr;
  margin-top: 0;
}

.radio-button-4 {
  margin-top: 6px;
}

.radio-button-field, .radio-button-field-2 {
  margin-right: 20px;
}

.div-block-415 {
  background-color: #ebebeb;
  height: 300px;
  margin-top: 40px;
  padding: 20px;
}

.div-block-416, .div-block-416-copy, .div-block-416-copy, .div-block-416-copy-copy {
  background-color: #80ffaf;
  border-radius: 20px;
  width: 40px;
  height: 40px;
}

.heading-139 {
  margin-left: 20px;
  font-size: 24px;
}

.div-block-417 {
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.div-block-418 {
  border: 1px solid #dfdfdf;
  border-radius: 8px;
  width: 300px;
  height: 330px;
  padding: 20px 15px;
  position: relative;
}

.image-234 {
  width: 25px;
  height: 25px;
  position: absolute;
  inset: 22px auto auto 15px;
}

.container-57, .container-58 {
  max-width: 800px;
}

.text-span-68 {
  display: inline-block;
}

.text-block-385 {
  text-align: center;
  -webkit-text-stroke-color: #006357;
  color: #006357;
  font-weight: 700;
}

.image-235 {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  max-height: 160px;
  margin-top: 20px;
}

.text-block-386 {
  margin-top: 20px;
  font-size: 14px;
  line-height: 18px;
}

.text-span-69 {
  display: inline-block;
}

.image-236 {
  width: 40px;
  height: 40px;
  position: absolute;
  inset: -10px auto auto -10px;
}

.text-span-70, .text-span-71 {
  display: inline-block;
}

.container-59 {
  max-width: 700px;
}

.section-wrapper {
  background-color: #af9879;
  width: 100%;
  height: 396px;
  display: flex;
}

.image-wrapper1 {
  width: 907px;
  height: 100%;
  position: relative;
}

.gradient-overlay1 {
  background-color: #0000;
  background-image: linear-gradient(270deg, #af9879, #0000);
  width: calc(20% + 100px);
  max-width: 386px;
  height: 396px;
  position: absolute;
  top: 0;
  right: 0;
}

.solid-background1 {
  background-color: #af9879;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  min-width: 500px;
  height: 396px;
  display: flex;
}

.image-237 {
  box-sizing: border-box;
  object-fit: cover;
  object-position: 10% 50%;
  width: auto;
  max-width: 100%;
  height: 100%;
  position: relative;
}

.button-20 {
  background-color: #cf4200;
  border-radius: 4px;
  margin-top: 20px;
  font-size: 16px;
}

.text-block-387 {
  color: var(--white);
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.text-block-388 {
  text-align: center;
}

.text-block-389 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 52px;
}

.text-block-390 {
  text-align: center;
}

.section-45, .section-46, .section-47 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-419 {
  background-color: #cf4200;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 340px;
  height: 50px;
  display: flex;
}

.link-block-97 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 340px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: block;
}

.text-block-391 {
  color: var(--white);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.image-238 {
  flex: none;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  margin-left: 0;
  margin-right: 4px;
  display: block;
}

.frame-11 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1490px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 900px;
  text-decoration: none;
  display: flex;
}

.section-48 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.article-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f8f8f8;
  border: 1px #dfdfdf;
  border-radius: 4px;
  padding: 0 10px 0 0;
  display: flex;
  box-shadow: 1px 2px 5px #00000026;
}

.image-wrapper2 {
  width: 200px;
}

.text-wrapper1 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 10px;
  display: flex;
}

.image-239 {
  object-fit: cover;
  border: .5px #dfdfdf;
  width: auto;
  max-width: 100%;
  height: 100%;
  overflow: hidden;
}

.heading-140 {
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 24px;
}

.text-block-392 {
  color: #999;
  margin-top: 2px;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

.container-60 {
  max-width: 700px;
}

.link-block-98, .link-block-99, .link-block-100 {
  padding-bottom: 15px;
}

.link-block-101 {
  padding-bottom: 10px;
}

.section-49 {
  padding-top: 40px;
  padding-bottom: 20px;
}

.text-block-393 {
  color: #c5c5c5;
  margin-bottom: 2px;
  font-size: 13px;
  font-weight: 400;
  line-height: 14px;
}

.section-wrapper1 {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.steps-container1 {
  justify-content: space-between;
  display: flex;
}

.step-card1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: row;
  align-items: center;
  display: flex;
}

.step-circle1 {
  border: 1px solid #dfdfdf;
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  width: 260px;
  height: 260px;
  display: flex;
  position: relative;
}

.step-number1 {
  text-align: center;
  color: #dfdfdf;
  background-color: #0000;
  border: 1px solid #dfdfdf;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding-bottom: 2px;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: 0 auto auto -10px;
}

.heading-141 {
  color: #006357;
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 24px;
}

.text-block-394 {
  color: #006357;
  font-size: 15px;
  line-height: 20px;
  text-decoration: none;
}

.text-block-394.underline {
  font-weight: 400;
  text-decoration: underline;
}

.text-block-395 {
  color: var(--white);
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}

.image-240 {
  width: 40px;
  height: auto;
  margin-left: 0;
  margin-right: 0;
}

.link-block-102 {
  padding-bottom: 0;
}

.image-241 {
  width: 900px;
  max-width: 900px;
}

.div-block-420 {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.list-container1 {
  background-color: #f8f8f8;
  width: 100%;
  max-width: 1000px;
  margin-top: 40px;
  padding: 20px;
}

.heading-142 {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}

.grid-55 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: stretch;
  align-items: center;
}

.text-block-396 {
  color: #999;
  font-size: 14px;
  line-height: 1.6em;
}

.div-block-421 {
  margin-top: 40px;
}

.stats-section1 {
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  width: 100%;
  max-width: 600px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.stats-container1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.stat-item1 {
  text-align: center;
  width: 50%;
}

.stat-item-title1 {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.stat-item-number1 {
  color: #006357;
  font-size: 24px;
  font-weight: 700;
}

.stat-item-accent {
  letter-spacing: -5px;
  margin-right: 4px;
  font-size: 48px;
}

.text-span-73 {
  font-size: 14px;
}

.hero-section1 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.hero-image-container1 {
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.image-242 {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 400px;
}

.hero-text-container1 {
  text-align: left;
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-143 {
  color: #006357;
  margin-bottom: 12px;
}

.text-span-74 {
  display: inline-block;
}

.text-span-75 {
  letter-spacing: -5px;
  margin-right: 6px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 64px;
  line-height: 64px;
}

.text-span-76 {
  font-size: 28px;
  font-weight: 400;
}

.hero-subheading1 {
  color: #006357;
  font-size: 24px;
  font-weight: 700;
}

.div-block-422 {
  position: relative;
}

.image-243 {
  z-index: -1;
  width: 450px;
  position: absolute;
  inset: auto auto -10px 0%;
  transform: rotate(.2deg);
}

.div-block-423 {
  border: 1px solid #000;
  border-bottom: 4px solid #006357;
  width: 100%;
  margin-top: 30px;
}

.features-container1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  max-width: 660px;
  margin-top: 20px;
  display: flex;
}

.feature-item1 {
  width: 33%;
}

.feature-item-title1 {
  color: var(--white);
  text-shadow: 0 1px 1px #0003, 4px 4px #0003;
  font-size: 32px;
  line-height: 32px;
}

.paragraph-42 {
  color: #006357;
  max-width: 170px;
  margin-top: 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.image-244 {
  width: 100px;
  max-width: 100%;
  height: auto;
  margin-left: 0;
}

.cta-buttons-container1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 10px;
  display: flex;
}

.div-block-424 {
  background-color: #cf4200;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 270px;
  height: 50px;
  padding: 8px;
  display: flex;
}

.div-block-425 {
  border: 1px solid #cf4200;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 270px;
  height: 50px;
  padding-bottom: 0;
  display: flex;
}

.text-block-397 {
  color: #cf4200;
  font-size: 16px;
  font-weight: 700;
}

.header-nav1 {
  background-color: #fff;
  border: 1px #000;
  border-bottom: 1px solid #efefef;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: sticky;
  top: 0;
}

.brand-2 {
  height: 32px;
  padding-bottom: 0;
}

.image-245 {
  display: inline-flex;
}

.container-61 {
  align-items: center;
  display: flex;
}

.text-block-398 {
  font-size: 12px;
  line-height: 16px;
}

.text-block-399 {
  flex: 0 auto;
  font-size: 12px;
  line-height: 15px;
}

.nav-link-2 {
  font-size: 16px;
  line-height: 28px;
}

.div-block-426 {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
}

.div-block-427 {
  background-color: #cf4200;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 40px;
  margin-left: 12px;
  padding-bottom: 0;
  display: flex;
}

.text-block-400 {
  color: var(--white);
  font-size: 15px;
  font-weight: 700;
}

.text-block-401 {
  max-width: 160px;
  font-size: 14px;
  line-height: 18px;
}

.text-span-77 {
  font-size: 18px;
  font-weight: 700;
}

.div-block-428 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-span-78 {
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}

.text-span-80 {
  display: inline-block;
}

.div-block-429 {
  display: block;
}

.image-246, .div-block-430 {
  display: none;
}

.link-block-103 {
  padding-bottom: 0;
}

.container-62 {
  width: 100%;
  max-width: 930px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px 0;
  line-height: 20px;
}

.container-62.flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-bottom: 20px;
  display: flex;
}

.heading-144 {
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 700;
  line-height: 46px;
}

.div-block-433 {
  border-bottom: 1px solid #dfdfdf;
  margin-top: 10px;
}

.div-block-434 {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
}

.div-block-435 {
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  width: 120px;
  height: 32px;
  margin-right: 20px;
  box-shadow: 0 1px 2px #0000001a;
}

.div-block-436 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f6f8fa;
  border: 1px #dfdfdf;
  border-radius: 4px;
  width: 100%;
  height: auto;
  margin-top: 20px;
  padding: 10px;
  display: flex;
}

.div-block-436.candidate {
  margin-bottom: 20px;
  display: none;
}

.image-247 {
  width: 16px;
  height: 16px;
}

.text-block-402 {
  margin-top: 5px;
  font-size: 14px;
  line-height: 18px;
}

.div-block-437 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.div-block-438 {
  background-color: #f6f8fa;
  border-radius: 4px;
  margin-top: 10px;
  padding: 10px;
}

.text-block-403 {
  font-size: 13px;
  line-height: 18px;
}

.table-container1 {
  white-space: normal;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 40px 20px;
  position: static;
  overflow: visible;
}

.table-header1 {
  z-index: 10;
  background-color: #f6f8fa;
  border: 1px #dfdfdf;
  border-top: 2px solid #dfdfdf;
  border-bottom-style: solid;
  justify-content: space-between;
  min-width: 800px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: sticky;
  top: 0;
}

.text-block-404 {
  width: 62px;
  font-size: 13px;
  font-weight: 700;
  line-height: 13px;
}

.text-block-404.stc2 {
  width: 30px;
}

.text-block-404.stc3 {
  width: 68px;
}

.text-block-404.stc4 {
  width: 109px;
}

.text-block-404.stc5 {
  width: 132px;
}

.text-block-404.stc6 {
  width: 144px;
}

.text-block-404.stc7 {
  width: 117px;
}

.text-block-404.stc8 {
  width: 88px;
}

.text-block-404.stc9 {
  width: 79px;
}

.text-block-404.stc10 {
  width: 109px;
}

.div-block-439 {
  width: 100px;
  height: 13px;
}

.div-block-440 {
  width: 72px;
  height: 13px;
}

.div-block-441 {
  border: 1px #dfdfdf;
  border-bottom: 1.5px solid #dfdfdf;
  margin-top: 10px;
}

.candidate-div {
  background-color: #0000;
  border-bottom: 1px solid #dfdfdf;
  justify-content: space-between;
  height: 72px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  position: relative;
}

.div-block-443 {
  align-items: center;
  width: 72px;
  height: 16px;
  display: flex;
}

.text-block-405 {
  width: 62px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.text-block-405.stc1 {
  font-size: 14px;
  line-height: 18px;
}

.text-block-405.stc2 {
  width: 30px;
  font-size: 14px;
  line-height: 18px;
}

.text-block-405.stc3 {
  width: 68px;
  font-size: 14px;
  line-height: 18px;
}

.text-block-405.stc4 {
  width: 109px;
  font-size: 14px;
  line-height: 18px;
}

.text-block-405.stc5 {
  width: auto;
  font-size: 14px;
  line-height: 18px;
}

.text-block-405.stc6 {
  white-space: normal;
  overflow-wrap: normal;
  width: auto;
  max-height: 54px;
  overflow: clip;
}

.text-block-405.stc7 {
  width: 117px;
}

.text-block-405.stc8 {
  width: 88px;
}

.text-block-405.stc9 {
  width: 79px;
}

.text-block-405.stc10 {
  width: 109px;
}

.div-block-444 {
  width: 100px;
  height: 13px;
}

.high-activity {
  color: #1c7a38;
  font-size: 12px;
  line-height: 18px;
}

.text-span-83 {
  font-size: 8px;
}

.work_history-blank, .school-blank {
  width: 117px;
}

.link-block-104 {
  width: calc(100% - 40px);
  padding-bottom: 0;
  display: block;
}

.div-block-447 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-bottom: 10px;
  font-size: 20px;
  display: flex;
}

.div-block-448 {
  background-color: #f6f8fa;
  flex-flow: column;
  width: 50%;
  padding: 10px;
  display: flex;
}

.div-block-449 {
  border-bottom: 1px solid #dfdfdf;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-450 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  width: 140px;
  display: flex;
}

.div-block-451 {
  width: 100%;
}

.text-block-407 {
  font-size: 13px;
  font-weight: 700;
  line-height: 13px;
}

.text-block-408 {
  white-space: pre-wrap;
  font-size: 14px;
  line-height: 18px;
}

.div-block-452 {
  height: 100%;
  margin-left: 60px;
  margin-right: 60px;
  position: relative;
}

.text-span-84 {
  font-weight: 400;
}

.bold-text-29 {
  color: #999;
  font-weight: 400;
}

.table-wrapper1 {
  width: 100%;
  position: relative;
  overflow: visible;
}

.div-block-453 {
  background-color: var(--shade-2);
}

.pagenate-button {
  border: 1px solid var(--border-gray);
  background-color: var(--shade-1);
  text-align: center;
  column-count: auto;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 0;
  line-height: 38px;
  display: block;
}

.pagenate-button.w--current {
  background-color: var(--cura-dark-green);
}

.page-count {
  display: none;
}

.text-block-409 {
  padding-top: 10px;
}

.pagination {
  flex-flow: row;
  margin-top: 20px;
  margin-bottom: 20px;
}

.next, .previous, .text-field-6 {
  display: none;
}

.div-block-454 {
  border-bottom: 1px solid #f6f8fa;
  display: flex;
}

.checkbox-field-6 {
  margin-right: 20px;
}

.checkbox-7, .radio-button-5 {
  margin-top: 6px;
}

.div-block-455 {
  margin-top: 8px;
  display: flex;
}

.radio-button-field-3 {
  margin-right: 20px;
}

.text-block-410 {
  padding: 20px;
}

.jetboost-toggle-favorite-kdnz {
  z-index: 1;
  position: absolute;
  inset: 10px auto auto 0%;
}

.link-block-106 {
  height: 20px;
  text-decoration: none;
  display: flex;
}

.link-block-107, .link-block-108 {
  background-image: url('../images/trash.svg');
  background-position: 0 0;
  background-size: contain;
  width: 20px;
  height: 20px;
}

.collection-item-4 {
  position: relative;
}

.favorites-list--collection-wrapper, .favorites-list--no-results {
  display: none;
}

.candidate--displayed-when-no-favorites, .candidate---displayed-while-loading-favorites {
  justify-content: center;
  align-items: center;
  display: flex;
}

.jetboost-toggle-favorite-q5yy {
  z-index: 1;
  width: 20px;
  height: 20px;
  margin-top: auto;
  margin-bottom: auto;
  position: static;
  top: 10px;
}

.jetboost-toggle-favorite-q5yy.candidate {
  width: 200px;
  position: static;
}

.link-12 {
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 12px;
  line-height: 16px;
}

.text-field-7 {
  max-width: 240px;
  margin-top: 8px;
  margin-bottom: 0;
}

.link-block-109 {
  flex: 0 auto;
  padding-bottom: 0;
}

.flex-block-86 {
  justify-content: space-between;
  align-items: center;
}

.div-block-456 {
  display: flex;
}

.text-block-411 {
  font-size: 14px;
  line-height: 20px;
}

.text-block-412 {
  font-size: 14px;
}

.div-block-457 {
  display: flex;
  position: relative;
}

.text-block-413 {
  font-size: 14px;
}

.text-block-414 {
  font-size: 14px;
  display: block;
}

.activity {
  align-items: center;
  width: 72px;
  height: 16px;
  display: flex;
}

.div-block-440-copy {
  width: 120px;
  height: 13px;
  margin-left: 10px;
}

.id-hidden {
  display: none;
}

.div-block-458 {
  justify-content: flex-start;
  display: flex;
}

.div-block-459 {
  margin-right: 20px;
}

.textarea-5 {
  min-height: 160px;
}

.submit-button-5 {
  text-align: center;
  background-color: #cf4200;
  border-radius: 4px;
  width: 240px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 700;
  display: block;
}

.submit-button-5.disabled {
  cursor: not-allowed;
  background-color: #c8c8c8;
}

.text-field-8, .text-field-9, .uuid-hidden, .textarea-6, .text-block-415 {
  display: none;
}

.text-block-416 {
  color: #a8a8a8;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.bold-text-30 {
  margin-left: auto;
  margin-right: auto;
}

.field-label-10 {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 700;
}

.rename---displayed-when-no-favorites, .rename---displayed-while-loading-favorites {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-417 {
  margin-bottom: 4px;
  font-size: 14px;
}

.bold-text-31 {
  line-height: 24px;
}

.checkbox-8 {
  margin-top: 6px;
}

.text-span-85 {
  color: var(--submit-button);
}

.text-block-408-copy {
  filter: blur(7px);
  white-space: pre-wrap;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  line-height: 18px;
}

.div-block-451-copy {
  width: 100%;
  position: relative;
}

.text-block-418 {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  inset: 30% 0% 0%;
}

.text-block-419 {
  background-color: var(--primary-3);
  color: var(--white);
  border-radius: 2px;
  height: 20px;
  margin-left: 6px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
}

.div-block-460 {
  background-image: url('../images/star.avif');
  background-position: 0 0;
  background-size: contain;
  width: 20px;
  height: 20px;
}

.div-block-460-copy {
  background-image: url('../images/favorite.avif');
  background-position: 0 0;
  background-size: contain;
  width: 20px;
  height: 20px;
}

.text-block-419-copy {
  background-color: var(--cura-dark-green);
  color: var(--white);
  border-radius: 2px;
  height: 20px;
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
}

.text-block-420 {
  margin-right: 20px;
}

.div-block-461 {
  background-color: var(--cura-dark-green);
  background-image: url('../images/icon-check.svg');
  background-position: 0 0;
  background-size: contain;
  border-radius: 20px;
  width: 21px;
  min-width: 21px;
  max-width: 21px;
  height: 21px;
  min-height: 21px;
  max-height: 21px;
  margin-top: 2px;
  margin-right: 20px;
}

.success-message-407 {
  background-color: #fff;
  border: 1px solid #dfdfdf;
}

.text-block-421 {
  text-align: left;
  font-size: 14px;
}

.text-block-422 {
  text-align: left;
}

.text-block-421-copy {
  text-align: left;
  margin-top: 20px;
  font-size: 14px;
}

.text-block-423 {
  color: var(--submit-button);
  font-size: 14px;
}

.sample-message-button {
  border: 1px solid var(--border);
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border-radius: 2px;
  width: 120px;
  height: 30px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding-top: 4px;
  font-size: 12px;
  line-height: 20px;
}

.sample-message-button.selected {
  background-color: var(--cura-dark-green);
  color: var(--white);
  font-weight: 700;
}

.sample-message-button.reject {
  margin-left: auto;
  margin-right: 0;
}

.sample-message-button.smb1 {
  color: var(--white);
  background-color: #ffb99b;
  width: 180px;
  font-weight: 700;
}

.sample-message-button.smb1.selected {
  border-color: var(--border);
  background-color: #fb6b2f;
}

.table-header1-copy {
  z-index: 10;
  background-color: #f6f8fa;
  border: 1px #dfdfdf;
  border-top: 2px solid #dfdfdf;
  border-bottom-style: solid;
  justify-content: space-between;
  min-width: 800px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: sticky;
  top: 0;
}

.text-block-425 {
  display: none;
}

.link-block-109-copy {
  flex: 0 auto;
  padding-bottom: 0;
}

.div-block-456-copy {
  display: flex;
}

.text-block-412-copy {
  font-size: 14px;
}

.image-248 {
  margin-left: 0;
  margin-right: 0;
}

.text-span-86 {
  font-size: 10px;
}

.text-block-402-copy {
  font-size: 14px;
  line-height: 18px;
}

.text-span-87 {
  font-weight: 700;
}

.link-13 {
  padding-bottom: 0;
}

.text-alert-for-mobile {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 700;
  display: none;
}

.link-14 {
  padding-bottom: 0;
}

.experience-blank, .field-blank, .employment-blank, .data-blank {
  width: 117px;
}

.data-blank.stc4, .data-blank.stc5 {
  width: 109px;
}

.data-blank.stc8 {
  width: 88px;
}

.data-blank.stc9 {
  width: 79px;
}

.data-blank.stc3 {
  width: 68px;
}

.data-blank.stc2 {
  width: 30px;
}

.data-blank.stc1 {
  width: 62px;
}

.data-blank.stc10 {
  width: 109px;
}

.flex-block-87 {
  justify-content: flex-start;
  align-items: center;
  width: 62px;
}

.flex-block-88 {
  justify-content: flex-start;
  align-items: center;
  width: 30px;
}

.flex-block-89 {
  justify-content: flex-start;
  align-items: center;
  width: 68px;
}

.flex-block-90 {
  justify-content: flex-start;
  align-items: center;
  width: 109px;
}

.flex-block-91 {
  justify-content: flex-start;
  align-items: center;
  width: 132px;
}

.flex-block-92 {
  justify-content: flex-start;
  align-items: center;
  width: 144px;
}

.flex-block-93 {
  width: 117px;
}

.flex-block-94 {
  justify-content: flex-start;
  align-items: center;
  width: 88px;
}

.flex-block-95 {
  justify-content: flex-start;
  align-items: center;
  width: 79px;
}

.flex-block-96 {
  width: 109px;
}

.section-50 {
  margin-top: 64px;
}

.maintenance {
  z-index: 999;
  background-color: #fff;
  width: 100svw;
  height: 100svh;
  display: none;
  position: fixed;
}

.div-block-462 {
  margin: 30svh 50px auto;
}

.maintenance-head-1 {
  font-size: 20px;
}

.grid-56 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-columns: .25fr 1fr;
  margin-bottom: 20px;
  margin-left: 20px;
  font-size: 14px;
  line-height: 22px;
}

.div-block-463 {
  margin-bottom: 60px;
  padding: 20px;
  font-size: 14px;
  line-height: 22px;
}

.text-block-426 {
  font-weight: 700;
}

.div-block-464 {
  background-color: var(--shade-1);
  border-radius: 4px;
  margin-bottom: 60px;
  padding: 20px;
}

.div-block-465 {
  background-color: var(--shade-1);
  border-radius: 4px;
  margin-top: 40px;
  margin-bottom: 60px;
  padding: 20px;
}

.div-block-466 {
  font-size: 14px;
  line-height: 22px;
}

.checkbox-field-7 {
  width: 420px;
  margin: 40px auto 20px;
  display: block;
}

.div-block-467 {
  background-color: var(--border-gray);
  width: 100%;
  height: 2px;
  margin-bottom: 20px;
}

.div-block-458-copy {
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.success-message-407-copy {
  background-color: #ddd0;
  border: 1px #dfdfdf;
}

.text-field-10 {
  display: none;
}

.low-activity {
  color: #bbb;
  font-size: 12px;
  line-height: 18px;
}

.middle-activity {
  color: #f1b431;
  font-size: 12px;
  line-height: 18px;
}

.text-block-427 {
  color: #898989;
  margin-left: 6px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.div-block-468 {
  background-color: #fba525;
  border-radius: 4px;
  width: 120px;
  height: 28px;
}

.text-block-428 {
  color: var(--white);
  text-align: center;
  font-size: 14px;
  line-height: 28px;
}

.div-block-469 {
  width: 120px;
  margin-left: 10px;
}

.div-block-469-copy {
  width: 120px;
  margin-left: 10px;
  display: none;
}

.div-block-470 {
  display: none;
}

.div-block-471 {
  margin-top: 10px;
}

.div-block-472 {
  width: 20px;
}

.table-header1-copy-copy {
  z-index: 10;
  background-color: #f6f8fa;
  border: 1px #dfdfdf;
  border-top: 2px solid #dfdfdf;
  border-bottom-style: solid;
  justify-content: space-between;
  min-width: 800px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 40px;
  display: flex;
  position: sticky;
  top: 0;
}

.div-block-440-copy {
  width: 72px;
  height: 13px;
}

.link-block-104-copy {
  padding-bottom: 0;
  display: block;
}

.div-block-440-copy-copy {
  width: 72px;
  height: 13px;
  margin-left: 10px;
}

.div-block-469-without-button {
  justify-content: flex-start;
  align-items: center;
  width: 72px;
  margin-left: 10px;
  display: flex;
}

.div-block-473 {
  width: 120px;
  margin-left: 10px;
}

.div-block-427-copy {
  color: #cf4200;
  border: 1px solid #cf4200;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 40px;
  margin-left: 12px;
  padding-bottom: 0;
  display: flex;
}

.text-block-400-copy {
  color: #cf4200;
  font-size: 15px;
  font-weight: 700;
}

.div-block-428-copy {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-399-copy {
  flex: 0 auto;
  font-size: 12px;
  line-height: 15px;
}

.div-block-474 {
  margin-top: 60px;
}

.div-block-427-copy-copy {
  color: #cf4200;
  border: 1px solid #cf4200;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
}

.text-block-421-copy {
  text-align: left;
  font-size: 14px;
}

.text-block-421-copy-copy {
  text-align: center;
  font-size: 14px;
}

.div-block-471-copy {
  margin-top: 20px;
}

.div-block-473-copy {
  width: 80px;
  margin-left: 10px;
}

.div-block-469-copy {
  width: 80px;
  margin-top: 20px;
  margin-left: 10px;
  display: block;
}

.div-block-469-copy-copy {
  width: 120px;
  margin-left: 10px;
  display: none;
}

.div-block-427-copy-top-pge {
  background-color: #cf4200;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 40px;
  margin-left: 12px;
  padding-bottom: 0;
  display: flex;
}

.text-block-429 {
  line-height: 12px;
}

.div-block-475 {
  color: var(--border-gray);
  width: auto;
  height: 2px;
}

.reply-form-for {
  z-index: 2;
  border-top: 2px solid var(--visiting-care-color);
  background-color: var(--shade-1);
  padding-top: 10px;
  position: fixed;
  inset: auto 0% 0%;
}

.section-51 {
  background-color: #f3f3f3;
  padding-top: 76px;
  padding-bottom: 12px;
}

.sample-reply-message-button {
  border: 1px solid var(--border);
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border-radius: 2px;
  flex: 1;
  height: 30px;
  margin-bottom: 10px;
  padding-top: 4px;
  font-size: 14px;
  line-height: 20px;
}

.sample-reply-message-button.selected {
  background-color: var(--cura-dark-green);
  color: var(--white);
  font-weight: 700;
}

.sample-reply-message-button.reject {
  margin-left: auto;
  margin-right: 0;
}

.checkbox-9 {
  margin-top: 7px;
  transform: scale(1.2);
}

.heading-145 {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.text-span-89 {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.message-reply-buttons-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: flex-start;
}

.submit-button-6 {
  background-color: var(--primery-school-color);
  background-image: url('../images/send.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  border-radius: 2px;
  width: 100%;
}

.list-6 {
  grid-row-gap: 0px;
}

.div-block-476 {
  text-align: left;
  width: 400px;
  max-width: 100%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-477 {
  margin-top: 20px;
  font-size: 14px;
  line-height: 21px;
}

.text-block-430 {
  margin-top: 10px;
  font-size: 16px;
  line-height: 24px;
}

.text-span-90 {
  font-size: 20px;
}

.loader-reply {
  z-index: 3;
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.flex-textarea {
  font-size: 14px;
  line-height: 20px;
}

.div-block-478 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}

.text-block-431 {
  width: 155px;
  font-size: 12px;
  line-height: 15px;
}

.text-span-91 {
  display: inline-block;
}

.link-15 {
  text-decoration: underline;
}

.div-block-479 {
  padding-top: 5px;
}

.div-block-480 {
  flex: 1;
}

.div-block-481 {
  justify-content: space-between;
  width: 100%;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-16 {
  font-size: 15px;
  line-height: 15px;
}

.text-block-432 {
  font-weight: 700;
  line-height: 18px;
}

.text-block-433 {
  font-size: 11px;
  font-weight: 400;
  line-height: 12px;
}

.div-block-482 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.div-block-483 {
  justify-content: space-between;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-484 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-434 {
  text-align: center;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-485 {
  background-color: #006357;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 30px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1px;
  display: flex;
}

.div-block-485.bg-yellow {
  background-color: #fba524;
  width: 120px;
  height: 30px;
  padding-bottom: 1px;
}

.section-53 {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.image-249 {
  width: 180px;
  height: 103px;
  margin-top: 4px;
}

.div-block-486 {
  width: 180px;
  height: 103px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-435 {
  color: var(--border-gray);
  margin-top: 12px;
  font-size: 15px;
}

.button-21 {
  color: var(--primary-2);
  background-color: #0000;
  border: 1px solid #006357;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 132px;
  height: 40px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  display: flex;
  box-shadow: 1px 2px 5px #00000026;
}

.text-span-92 {
  font-weight: 400;
}

.section-54 {
  padding-top: 40px;
}

.section-55 {
  margin-top: 40px;
}

.heading-146 {
  text-align: center;
  font-size: 24px;
}

.text-block-436 {
  text-align: center;
}

.code-embed-5 {
  margin-top: 40px;
}

.container-65 {
  margin-bottom: 0;
  padding-bottom: 60px;
}

.text-field-11 {
  display: none;
}

.success-message-408 {
  background-color: #fff0;
}

.text-block-437 {
  color: var(--submit-button);
  font-size: 12px;
  line-height: 20px;
}

.div-block-487 {
  display: flex;
}

.div-block-488 {
  background-color: #f6f8fa;
  flex: 1 0 auto;
  max-width: calc(100% - 400px);
  height: calc(100vh - 64px);
  overflow: auto;
}

.div-block-489 {
  flex-flow: column;
  width: 30svw;
  min-width: 400px;
  height: calc(100vh - 64px);
  padding: 0 0 40px;
  display: flex;
  overflow: auto;
  box-shadow: -2px 0 4px #0000001a;
}

.text-block-438 {
  white-space: pre-wrap;
  word-break: normal;
  overflow-wrap: normal;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  line-height: 20px;
}

.div-block-491 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
}

.image-250 {
  width: 50px;
  height: 50px;
  margin-top: 6px;
}

.text-block-439, .text-block-440 {
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
}

.div-block-492 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: center;
  align-items: center;
  margin-top: 6px;
  display: flex;
}

.text-block-441 {
  text-align: center;
  font-size: 14px;
  line-height: 18px;
}

.div-block-493 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}

.text-block-442, .text-block-443, .text-block-444 {
  display: inline-block;
}

.div-block-494 {
  color: var(--border-gray);
  display: flex;
}

.text-block-445 {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

.text-block-446 {
  font-size: 14px;
  line-height: 18px;
}

.text-block-447, .text-block-448 {
  font-size: 14px;
  line-height: 14px;
}

.text-span-93 {
  text-decoration: underline;
}

.div-block-495 {
  background-color: var(--shade-1);
  padding: 10px 0 10px 20px;
}

.div-block-496 {
  border-bottom: 1px #ccc;
}

.text-block-449 {
  margin-bottom: 4px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

.section-56 {
  background-color: #f6f8fa;
}

.container-66 {
  padding: 20px 40px 20px 60px;
}

.text-block-450 {
  color: var(--primary-3);
  margin-bottom: 2px;
  font-size: 13px;
  line-height: 15px;
  position: absolute;
  left: -84px;
}

.field-label-11 {
  margin-bottom: 0;
}

.field-label-12, .field-label-13 {
  margin-bottom: 0;
  display: block;
}

.div-block-497 {
  flex-flow: column;
  display: block;
}

.field-label-14 {
  min-width: 90px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.modal-wrapper-cadidate {
  display: block;
}

.div-block-498 {
  border: 1px solid var(--submit-button);
  box-shadow: 0 2px 5px -2px var(--submit-button);
  color: var(--submit-button);
  cursor: pointer;
  background-color: #fff;
  justify-content: space-between;
  height: 30px;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 12px;
  display: flex;
}

.div-block-498.completed {
  border-color: var(--border);
  box-shadow: none;
  -webkit-text-stroke-color: var(--border);
  display: none;
}

.text-block-451 {
  font-size: 14px;
  font-weight: 400;
}

.text-block-451.completed {
  color: var(--black);
}

.text-block-451-copy {
  font-size: 14px;
  font-weight: 700;
}

.text-block-451-copy.completed {
  color: var(--black);
}

.modal {
  display: block;
}

.body-15 {
  font-family: Noto Sans JP, sans-serif;
}

.link-17 {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.div-block-499 {
  font-size: 18px;
}

.div-profile-field {
  border-top: 1px solid var(--shade-2);
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-498-copy {
  border: 1px solid var(--border-gray);
  color: var(--submit-button);
  cursor: pointer;
  background-color: #fff;
  justify-content: space-between;
  height: 30px;
  padding-left: 10px;
  padding-right: 12px;
  display: none;
}

.checkbox-field-8 {
  color: var(--border-gray);
  width: 286px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.checkbox-10 {
  margin-top: 6px;
}

.heading-147 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
}

.div-block-500 {
  margin-left: auto;
}

.div-block-501 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: flex-end;
  display: flex;
}

.list-7 {
  list-style-type: square;
}

.list-item-8 {
  padding-left: 0;
}

.text-span-94, .text-span-95 {
  font-weight: 700;
}

.text-span-96, .text-span-97 {
  font-weight: 400;
}

.text-block-438-copy {
  white-space: pre-wrap;
  word-break: normal;
  overflow-wrap: normal;
  padding-right: 10px;
  font-size: 14px;
  line-height: 20px;
}

.section-57 {
  background-color: #fff;
  padding-bottom: 20px;
}

.text-block-450-copy {
  color: var(--primary-3);
  margin-bottom: 2px;
  font-size: 13px;
  line-height: 15px;
  display: none;
  position: absolute;
  left: -84px;
}

.div-block-481-copy {
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-502 {
  margin-top: 20px;
  display: flex;
}

.text-block-452 {
  font-weight: 700;
}

.div-block-503 {
  border: 1px solid var(--border-gray);
  margin-top: 40px;
  padding: 20px;
}

.div-block-504 {
  margin-top: 40px;
}

.div-block-505 {
  background-color: #c2f0bd;
  height: 12px;
}

.div-block-506 {
  margin-top: 100px;
}

.heading-148 {
  margin-top: 20px;
  font-size: 28px;
}

.div-block-507 {
  margin-top: 40px;
}

.end-content-section-cta {
  background-color: #f9f9f9;
  margin-top: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.code-embed-6 {
  text-align: right;
}

.container-67 {
  padding-left: 10px;
  padding-right: 10px;
}

.container-68 {
  padding-left: 10px;
}

.login-view {
  display: block;
}

.insight-view {
  display: none;
}

.login-button {
  background-color: var(--cura-dark-green);
  color: var(--white);
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
  width: 100%;
  height: 40px;
  margin-top: 40px;
  font-weight: 700;
  line-height: 40px;
}

.text-field-12 {
  width: 100%;
}

.text-field-13 {
  max-width: 400px;
}

.form-2 {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.heading-149 {
  font-size: 20px;
}

.container-69 {
  margin-top: 100px;
}

.div-block-508 {
  background-color: var(--primary-3);
  width: 400px;
  height: 300px;
}

.list-item-9 {
  display: flex;
}

.list-item-9.template-scout {
  display: none;
}

.scout-list {
  height: 36px;
  padding-top: 4px;
  padding-left: 10px;
}

.scout-list.header {
  border: 1px solid var(--border-gray);
  font-weight: 700;
}

.scout-list.header.left {
  border: 1px solid #000;
}

.scout-list.header.col1 {
  width: var(--col1);
}

.scout-list.header.col2 {
  width: var(--col2);
  border-left-style: none;
}

.scout-list.header.col3 {
  width: var(--col3);
  border-left-style: none;
}

.scout-list.header.col4 {
  width: var(--col4);
  border-left-style: none;
}

.scout-list.header.col5 {
  width: var(--col5);
  border-left-style: none;
}

.scout-list.tbody {
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--border-gray);
  background-color: #fff;
}

.scout-list.tbody.col1 {
  width: var(--col1);
}

.scout-list.tbody.col2 {
  width: var(--col2);
  border-left-style: none;
}

.scout-list.tbody.col3 {
  width: var(--col3);
  border-left-style: none;
}

.scout-list.tbody.col4 {
  width: var(--col4);
  border-left-style: none;
}

.scout-list.tbody.col5 {
  width: var(--col5);
  border-left-style: none;
}

.text-block-453 {
  line-height: 24px;
}

.list-8 {
  grid-row-gap: 0px;
}

.div-block-509 {
  border: 1px solid var(--border-gray);
  background-color: var(--shade-1);
  border-radius: 4px;
  margin: 20px;
}

.text-block-454 {
  font-weight: 700;
}

.error-view {
  background-color: #ffafaf;
  width: 100%;
  height: 100svh;
  display: none;
}

.section-58 {
  display: block;
}

.loading-view {
  height: 100svh;
  padding-top: calc(50% - 50px);
  padding-left: calc(50% - 50px);
  display: none;
}

.section-59 {
  background-color: #f9f9f9;
}

.div-block-510 {
  text-align: center;
  background-color: red;
  width: 400px;
  height: 40px;
  line-height: 40px;
}

.div-block-511 {
  width: 100%;
}

.calendar-cell {
  border: 1px solid var(--shade-2);
  background-color: #fff;
  border-radius: 4px;
  width: 100%;
  height: 80px;
  margin: 2px;
}

.calendar-cell.day-header {
  text-align: center;
  background-color: #d3d3d3;
  height: 30px;
}

.calendar-cell.day-header.mon, .calendar-cell.day-header.tue, .calendar-cell.day-header.wed, .calendar-cell.day-header.thu, .calendar-cell.day-header.fri {
  border-left-style: none;
}

.calendar-cell.day-header.sat {
  background-color: #adabd5;
  border-left-style: none;
}

.calendar-cell.day-header.sun {
  background-color: #ccacac;
}

.calendar-cell.calendar-body {
  cursor: pointer;
  padding-left: 4px;
  padding-right: 4px;
}

.calendar-cell.calendar-body.thu.selected {
  border-color: var(--cura-dark-green);
  box-shadow: 0 2px 5px 0 var(--cura-dark-green);
}

.calendar-cell.calendar-body.sat {
  background-color: #f0f1ff;
}

.calendar-cell.calendar-body.sat.inactive {
  background-color: #e1e2ed;
}

.calendar-cell.calendar-body.sun {
  background-color: #fff3f3;
}

.calendar-cell.calendar-body.sun.inactive {
  background-color: #ece0e0;
}

.calendar-cell.calendar-body.inactive {
  background-color: var(--shade-2);
  cursor: not-allowed;
}

.calendar-cell.calendar-body.selected {
  border-color: var(--cura-dark-green);
  box-shadow: 0 2px 5px 0 var(--cura-dark-green);
  background-color: #efffe8;
}

.calendar-cell.calendar-body.selected.sat {
  background-color: #e8fff4;
}

.calendar-cell.calendar-body.selected.sun {
  background-color: #ffffe8;
}

.calendar-cell.calendar-body.invalid {
  cursor: not-allowed;
}

.list-item-10 {
  justify-content: space-between;
  width: 100%;
  padding-left: 0;
  display: flex;
}

.list-item-10.template {
  display: none;
}

.calendar {
  grid-row-gap: 0px;
  justify-content: stretch;
  justify-items: center;
  margin-top: 20px;
}

.calendar-invalid {
  color: var(--submit-button);
  text-align: center;
  font-size: 36px;
}

.calendar-date.inactive {
  color: var(--border-gray);
}

.calendar-sign {
  text-align: center;
  font-size: 36px;
}

.calendar-sign.invalid {
  color: var(--submit-button);
}

.calendar-sign.valid {
  color: var(--cura-medica-green);
  font-weight: 700;
}

.calendar-sign.inactive {
  color: var(--border-gray);
  font-weight: 700;
}

.div-block-513 {
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  width: 30%;
  min-width: 120px;
  position: relative;
  top: -20px;
  left: -20px;
}

.div-block-514 {
  text-align: center;
  background-color: #f2fcf2;
  flex: 1;
  padding: 20px 10px;
  line-height: 36px;
}

.flex-block-98 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--cura-dark-green);
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.text-block-455 {
  letter-spacing: 2px;
  display: inline;
}

.text-block-455.small-number {
  letter-spacing: 4px;
  font-size: 24px;
  font-weight: 700;
  display: inline;
}

.text-block-455.big-number {
  font-size: 32px;
  font-weight: 700;
}

.text-block-455.equal {
  display: inline-block;
}

.text-block-456 {
  font-weight: 700;
  display: inline-block;
}

.cell-4 {
  display: block;
}

.text-block-457 {
  font-weight: 700;
  display: inline-block;
}

.cell-5 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: row;
  justify-content: flex-start;
}

.text-block-458, .text-block-459 {
  display: inline-block;
}

.open-chatroom {
  border: 1px solid var(--shade-2);
  background-color: #fff;
  border-radius: 4px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: auto;
  height: 100%;
  padding: 10px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.text-block-460 {
  display: inline-block;
}

.text-block-461 {
  text-align: center;
  font-weight: 700;
  display: block;
}

.text-block-462 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
}

.collection-list-7 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  padding-bottom: 20px;
  display: grid;
}

.div-block-516 {
  white-space: pre-wrap;
  padding: 10px;
}

.body-16 {
  background-color: var(--shade-1);
}

.container-70 {
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 60px;
  padding: 20px;
  box-shadow: 0 2px 5px #0003;
}

.list-10 {
  grid-row-gap: 4px;
  justify-content: space-around;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-60 {
  z-index: 2;
  margin-top: 40px;
  margin-bottom: 10px;
  display: block;
  position: sticky;
  inset: auto 0% 10px;
}

.container-71 {
  margin-top: 40px;
}

.heading-150 {
  margin-bottom: 0;
  font-size: 20px;
  display: inline-block;
}

.heading-151 {
  display: inline-block;
}

.select-calendar-button {
  color: #70bdb3;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #70bdb3;
  border-radius: 4px;
  align-items: flex-end;
  width: 340px;
  max-width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  font-weight: 400;
  display: flex;
}

.select-calendar-button.close {
  color: var(--white);
  background-color: #70bdb3;
  width: 100%;
}

.section-61 {
  z-index: 1;
  margin-top: -20px;
  position: relative;
}

.text-block-463 {
  margin-left: 60px;
  line-height: 46px;
}

.text-block-464 {
  margin-left: 60px;
  line-height: 44px;
}

.text-block-465 {
  vertical-align: middle;
  line-height: 24px;
  display: inline-block;
}

.list-item-11 {
  line-height: 24px;
}

.flex-block-99 {
  justify-content: space-between;
  align-items: center;
}

.section-63 {
  margin-top: 40px;
}

.div-block-518 {
  background-color: var(--cura-dark-green);
  color: var(--white);
  text-align: center;
  cursor: pointer;
  border-radius: 8px;
  flex-flow: column;
  width: 100%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 80px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block-518.disabled {
  background-color: var(--border-gray);
  cursor: not-allowed;
}

.start-interview-button {
  border: 3px solid var(--cura-dark-green);
  background-color: var(--white);
  color: var(--cura-dark-green);
  text-align: center;
  cursor: pointer;
  border-radius: 8px;
  font-weight: 700;
}

.modal-wrapper {
  background-color: #00000080;
  width: 100vw;
  height: 100vh;
  display: none;
}

.modal-wrapper.active, .modal-wrapper.compulsion.active {
  display: block;
}

.modal-container {
  background-color: #fff;
  border-radius: 12px;
  width: 900px;
  max-width: 90%;
  height: calc(100% - 80px);
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: none;
  position: relative;
  overflow: auto;
}

.modal-container.active {
  display: block;
}

.modal-container.small {
  width: 500px;
  height: 400px;
}

.submit-button-7 {
  background-color: var(--cura-dark-green);
  color: var(--white);
  text-align: center;
  cursor: pointer;
  border-radius: 8px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  display: block;
  box-shadow: 0 2px 5px #0003;
}

.submit-button-7.disabled {
  background-color: var(--shade-2);
  cursor: wait;
}

.text-field-14 {
  display: none;
}

.heading-153 {
  font-size: 16px;
  line-height: 32px;
}

.form-3 {
  margin-top: 40px;
  margin-bottom: 100px;
}

.image-251 {
  height: 20px;
  padding-right: 10px;
  display: inline-block;
}

.text-block-466 {
  vertical-align: middle;
  display: inline-block;
}

.image-252 {
  height: 20px;
  padding-right: 10px;
  display: inline-block;
}

.text-block-467 {
  vertical-align: middle;
  display: inline-block;
}

.image-253 {
  height: 20px;
  padding-right: 10px;
  display: inline-block;
}

.list-item-12 {
  margin-bottom: 40px;
  list-style-type: none;
}

.chatwork-image {
  vertical-align: top;
  border: 1px solid #000;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.div-block-521 {
  width: 100%;
}

.heading-154 {
  text-align: center;
  font-weight: 400;
}

.flex-block-100 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.heading-155 {
  text-align: center;
  font-weight: 400;
}

.thumbnail {
  float: left;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 12px;
  max-width: 40%;
  height: auto;
  margin: -20px 20px 20px -20px;
}

.text-block-468 {
  display: inline-block;
}

.div-block-522 {
  margin-left: 20px;
  display: inline-block;
}

.small-modal {
  background-color: #fff;
  border-radius: 12px;
  width: 600px;
  max-width: 90%;
  height: 600px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  position: static;
  overflow: visible;
}

.questions-block {
  display: none;
}

.questions-block.active {
  display: block;
}

.select-image-block {
  background-color: #d3dfb6;
  width: 200px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
}

.header-question {
  text-align: center;
  font-size: 20px;
  line-height: 32px;
}

.div-block-523 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.empty-state-3 {
  display: none;
}

.div-block-524 {
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  width: 400px;
  height: 100px;
  line-height: 100px;
  position: fixed;
  top: auto;
  bottom: 40px;
  left: calc(50% - 200px);
  box-shadow: 0 2px 5px #0003;
}

.message-box {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--border-gray);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--border-gray);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--border-gray);
  background-color: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 300px;
  max-width: calc(100% - 20px);
  height: 60px;
  min-height: 60px;
  position: fixed;
  inset: auto 10px 0% auto;
}

.message-box.open {
  width: 600px;
  height: 600px;
}

.message-box.hide {
  display: none;
}

.div-block-525 {
  background-color: var(--black);
  border-radius: 4px;
  width: 40px;
  height: 4px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-526 {
  margin-top: 10px;
}

.text-block-470 {
  color: var(--submit-button);
  text-align: center;
}

.message-box-notification {
  color: var(--submit-button);
  text-align: center;
  margin-top: 10px;
}

.message {
  background-color: var(--border);
  border-radius: 12px 12px 12px 2px;
  margin: 20px 40px 20px 20px;
  padding: 10px 20px;
}

.message.user {
  background-color: var(--cura-medica-green);
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 12px;
  padding-left: 10px;
  padding-right: 20px;
}

.message.template {
  display: none;
}

.tab-opener {
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 20px;
}

.message-form-container {
  padding-left: 10px;
  padding-right: 10px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.message-form-container.open {
  display: block;
}

.form-4 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(40px, 40px);
  grid-auto-columns: 1fr;
  display: grid;
}

.send-button {
  border: 1px solid var(--border-gray);
  background-color: #fff;
  padding: 10px 4px;
}

.message-list.template {
  display: none;
}

.cta-cura-on-message {
  text-align: center;
  background-color: #2525258f;
  display: none;
  position: absolute;
  inset: 0%;
}

.cta-cura-on-message.active {
  z-index: 1;
  background-color: #252525c2;
  display: block;
  top: 60px;
}

.text-block-472 {
  color: var(--white);
  text-align: center;
  margin-top: 60px;
}

.link-block-110 {
  text-align: center;
  background-color: #d2f0bd;
  border-radius: 8px;
  width: 240px;
  margin-top: 20px;
  padding: 10px;
}

.answer-image {
  aspect-ratio: 6 / 5;
  object-fit: fill;
}

.submit-button-8 {
  background-color: var(--submit-button);
  text-align: center;
  border-radius: 6px;
  width: 300px;
  max-width: 100%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.field-label-15 {
  margin-top: 20px;
  margin-bottom: 4px;
}

.text-field-15 {
  margin-top: 10px;
}

.body-17 {
  background-color: var(--shade-1);
}

.date-block-listitem {
  list-style-type: none;
}

.date-block {
  border: 1px solid var(--border-gray);
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  padding: 10px;
  display: flex;
}

.date-block-date {
  text-align: center;
}

.date-block-day {
  text-align: center;
  font-size: 10px;
  line-height: 14px;
}

.list-11 {
  grid-column-gap: 16px;
  grid-row-gap: 7px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: flex;
}

.div-block-527 {
  display: none;
}

.footer {
  height: 240px;
}

.schedule-time-text {
  letter-spacing: 1px;
  display: inline-block;
}

.schedule-time-text.index-number {
  margin-right: 10px;
}

.schedule-time-text.colon {
  margin-left: 4px;
  margin-right: 4px;
}

.schedule-time-text.wave-dash {
  margin-left: 6px;
  margin-right: 6px;
}

.div-block-528 {
  border: 1px solid var(--border-gray);
  background-color: #fff;
  height: 32px;
  margin-top: 20px;
}

.schedule-time-list {
  grid-row-gap: 2px;
  margin-top: 10px;
}

.map-div {
  aspect-ratio: 16 / 9;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-block-473 {
  margin-top: 20px;
}

.div-block-529 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.field-label-16 {
  width: 100px;
}

.div-block-530, .div-block-531 {
  display: flex;
}

.work-entry-div {
  border: 1px solid var(--border);
  background-color: var(--shade-1);
  margin-top: 60px;
  margin-bottom: 40px;
  padding: 10px;
}

.heading-156 {
  margin-top: 40px;
}

.flex-block-101 {
  justify-content: space-between;
}

.field-label-17 {
  margin-top: 20px;
}

.div-block-533 {
  border: 1px solid var(--black);
  text-align: center;
  cursor: pointer;
  border-radius: 8px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.delete-date {
  display: none;
}

.delete-date.active {
  display: block;
}

.work-entry-list {
  grid-row-gap: 20px;
  padding-left: 0;
  list-style-type: none;
}

.work-entry-list-item {
  border: 1px solid var(--border);
  background-color: var(--shade-1);
  padding: 20px;
}

.div-block-534 {
  display: flex;
}

.open-sign {
  margin-right: 20px;
  line-height: 46px;
}

.open-sign.close {
  transform-style: preserve-3d;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.calendar-div.active {
  display: block;
}

.text-block-474 {
  display: inline;
}

.text-block-475 {
  display: inline-block;
}

.chat-image {
  box-sizing: border-box;
  aspect-ratio: 3 / 2;
  object-fit: contain;
  object-position: 50% 0px;
  height: 200px;
}

.div-block-535 {
  margin-top: 40px;
}

.div-block-536 {
  color: var(--submit-button);
  margin-top: 20px;
  font-size: 16px;
}

.div-block-537 {
  border: 1px solid var(--border-gray);
  border-radius: 8px;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 20px;
}

.text-block-476 {
  color: #9b9b9b;
  font-size: 16px;
}

.text-block-477 {
  font-size: 20px;
  line-height: 46px;
  text-decoration: none;
}

.field-label-18 {
  margin-bottom: 8px;
}

.text-field-16 {
  margin-top: 10px;
}

.lightbox-link {
  width: 200px;
  display: block;
}

.collection-list-8 {
  display: flex;
  overflow: auto;
}

.empty-state-4 {
  display: none;
}

.image-254 {
  aspect-ratio: 3 / 2;
}

.div-block-538 {
  border: 4px solid var(--border);
  border-radius: 12px;
  min-height: 200px;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 20px;
  position: relative;
}

.avater-image {
  float: right;
  shape-outside: inset(0);
  width: 200px;
  height: 200px;
  position: static;
  inset: 0% 0% auto auto;
}

.paragraph-43 {
  white-space: pre-wrap;
  word-break: break-all;
}

.heading-short-job {
  margin-top: 20px;
}

.slide-35 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.carousel-facility-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  display: inline-flex;
}

.section-64 {
  position: relative;
}

.image-255 {
  position: static;
  inset: 0% 0% auto;
}

.collection-list-wrapper-8 {
  display: none;
}

.slider-5 {
  aspect-ratio: 16 / 9;
  background-color: var(--shade-1);
  width: 100%;
  height: 100%;
}

.carousel-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  max-width: none;
}

.slide-nav-2 {
  bottom: 20px;
}

.strong-text {
  color: var(--cura-dark-green);
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  display: inline;
}

.text-block-478 {
  font-size: 20px;
  line-height: 32px;
  display: inline;
}

.text-block-479 {
  color: #888;
  font-size: 16px;
  line-height: 32px;
  display: inline-block;
}

.map-icon {
  display: inline;
}

.job-summary-list {
  border-bottom: 1px solid var(--border-gray);
  padding-bottom: 10px;
  display: flex;
}

.job-summary-title {
  width: 25%;
  min-width: 80px;
  max-width: 200px;
}

.text-block-480 {
  font-weight: 700;
}

.list-12 {
  margin-top: 20px;
  margin-left: 40px;
  margin-right: 40px;
}

.heading-157 {
  margin-bottom: 10px;
}

.text-block-481 {
  display: inline;
}

.text-block-482 {
  color: #999;
  font-size: 14px;
}

.text-block-483 {
  color: #777;
  text-align: center;
}

.go-to-1-button {
  background-color: var(--cura-dark-green);
  color: var(--white);
  text-align: center;
  cursor: pointer;
  border-radius: 8px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  box-shadow: 0 2px 5px #0003;
}

.go-to-1-button.disabled {
  background-color: var(--shade-2);
  cursor: not-allowed;
  margin-top: 10px;
}

.heading-modal {
  text-align: center;
  margin-top: 20px;
}

.text-block-484 {
  color: #777;
  margin-top: 20px;
  font-size: 14px;
}

.back-icon {
  cursor: pointer;
  width: 32px;
  height: 32px;
  margin-top: 20px;
  position: absolute;
}

.div-block-541 {
  background-color: var(--cura-dark-green);
  cursor: pointer;
  border-radius: 8px;
  padding: 20px;
}

.text-block-485 {
  color: var(--white);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.text-block-486 {
  color: var(--white);
  text-align: center;
}

.avater-advisor {
  border-radius: 50px;
  width: 100px;
  max-width: none;
  height: 100px;
}

.div-block-542 {
  border: 2px solid var(--cura-dark-green);
  color: var(--cura-dark-green);
  text-align: center;
  border-radius: 30px;
  width: 200px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  line-height: 42px;
}

.div-block-543 {
  display: flex;
}

.image-256 {
  border-radius: 50px;
  width: 100px;
  height: 100px;
  margin: 10px;
}

.text-block-487 {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.text-block-488 {
  font-weight: 700;
}

.div-block-544 {
  flex-flow: column;
  justify-content: center;
  margin-left: 20px;
  display: flex;
}

.text-block-489 {
  line-height: 40px;
}

.text-block-490 {
  font-size: 18px;
  line-height: 24px;
}

.alert-text {
  display: inline;
}

.alert-box {
  color: var(--submit-button);
}

.alert-box.hide {
  display: none;
}

.text-block-491 {
  display: inline;
}

.div-block-546 {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.help-section {
  background-color: #fefce3;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 100px;
}

.container-74 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.hero-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #658766;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.text-block-492 {
  color: var(--white);
  margin-top: 8px;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}

.image-257 {
  width: 160px;
  height: auto;
}

.step-block {
  width: 320px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.step-block-header {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-258 {
  height: 40px;
}

.text-block-493 {
  font-weight: 700;
}

.step-block-description {
  margin-top: 16px;
}

.text-block-494 {
  text-align: center;
  font-size: 15px;
  line-height: 22px;
}

.text-block-494.margin-top, .step-block-image {
  margin-top: 20px;
}

.image-259 {
  height: 60px;
  margin-left: auto;
  margin-right: auto;
}

.image-260 {
  width: 200px;
  height: auto;
}

.text-block-495 {
  color: var(--white);
}

.image-261 {
  max-width: 600px;
}

.link-block-111 {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-547 {
  background-color: #e0e0e0;
  border-radius: 8px;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  padding-bottom: 8px;
}

.text-block-496 {
  color: var(--white);
  text-align: center;
  font-weight: 700;
}

.bold-text-32 {
  font-size: 24px;
  line-height: 32px;
}

.collection-list-wrapper-9, .collection-list-wrapper-10 {
  width: 100%;
  display: inline-block;
}

.div-block-548 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body-18 {
  background-color: var(--shade-1);
}

.div-block-549 {
  border: 1px solid var(--border);
  background-color: var(--white);
  border-radius: 8px;
  margin: 10px;
  padding: 20px;
}

.heading-158 {
  font-size: 20px;
}

.paragraph-44 {
  white-space: pre-wrap;
  font-size: 16px;
}

.div-block-550 {
  background-color: var(--cura-dark-green);
  color: var(--white);
  cursor: pointer;
  border-radius: 8px;
  width: 400px;
  max-width: 100%;
  height: 40px;
  margin: 40px auto;
  font-weight: 700;
  box-shadow: 0 2px 5px #0003;
}

.text-block-497 {
  text-align: center;
  line-height: 40px;
}

.div-block-551 {
  background-color: #00000080;
  width: 100svw;
  height: 100svh;
  position: fixed;
  inset: 0%;
}

.div-block-552 {
  width: 800px;
  max-width: 80%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.image-264 {
  width: 20px;
  height: 28px;
  margin-left: 0;
  margin-right: 0;
}

.div-block-553 {
  border: 1px solid var(--border-gray);
  cursor: pointer;
  border-radius: 1px;
  justify-content: space-between;
  padding: 4px;
  display: flex;
}

.text-block-498 {
  padding: 4px;
}

.copy-block {
  display: none;
}

.copy-block.active {
  display: flex;
}

.text-block-499 {
  color: #888;
  margin-right: 10px;
  font-size: 12px;
  font-weight: 700;
}

.paragraph-45 {
  margin-top: 20px;
  font-size: 14px;
}

.div-block-554 {
  margin-bottom: 40px;
}

.loader-2-copy {
  width: 50px;
  height: 100px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.meeting-loader {
  margin: 40px auto;
}

.logo-facility-lp {
  height: 40px;
  margin-left: 0;
}

.section-65 {
  background-color: var(--white);
  align-items: center;
  padding: 10px 10px 10px 20px;
  display: flex;
}

.facility-lp-button {
  color: var(--white);
  text-align: center;
  background-color: #db726a;
  border-radius: 4px;
  width: 200px;
  height: 60px;
  margin-right: 10px;
  font-weight: 700;
  line-height: 60px;
}

.facility-lp-button.small {
  background-color: var(--facility-lp-red);
  width: 180px;
  height: 40px;
  line-height: 40px;
  display: block;
}

.facility-lp-button.small.gray, .facility-lp-button.gray {
  background-color: #999;
}

.text-block-501 {
  color: var(--white);
}

.text-block-502 {
  font-weight: 700;
  line-height: 18px;
}

.text-block-503 {
  font-size: 12px;
  line-height: 16px;
}

.div-tel-facilitiy-lp {
  width: 150px;
  min-width: 150px;
}

.body-facility-lp {
  background-color: var(--shade-1);
}

.text-block-504 {
  margin-top: 20px;
  font-size: 36px;
  line-height: 54px;
}

.container-75 {
  color: #666;
}

.text-span-98 {
  color: var(--facility-lp-red);
}

.section-66 {
  height: 500px;
  font-weight: 700;
}

.text-span-99 {
  color: var(--facility-lp-red);
  font-size: 24px;
}

.flex-block-102 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  align-items: flex-end;
  margin-top: 20px;
}

.text-block-505, .text-block-506 {
  line-height: 40px;
}

.flex-block-103 {
  margin-top: 20px;
}

.top-image-faiclity-lp {
  aspect-ratio: 3 / 2;
  height: 280px;
}

.section-67 {
  font-weight: 700;
}

.text-block-507 {
  text-align: center;
  font-size: 20px;
  line-height: 40px;
}

.section-68 {
  font-weight: 700;
}

.text-span-100 {
  color: var(--facility-lp-red);
  font-size: 28px;
}

.flex-block-104 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: space-around;
  align-items: flex-end;
  margin-top: 20px;
}

.section-block-facility-lp {
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 60px;
  padding: 20px 10px;
}

.text-span-facility-lp-strong {
  color: var(--facility-lp-red);
}

.div-block-555 {
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  height: 320px;
  margin-top: 20px;
  font-size: 16px;
  display: flex;
}

.text-block-508 {
  padding-right: 40px;
}

.flex-block-105 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  align-items: flex-start;
}

.text-span-102 {
  color: var(--facility-lp-red);
  font-size: 14px;
}

.img-small-facility-lp {
  max-width: none;
  height: 260px;
}

.img-facility-lp {
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  height: 240px;
}

.flex-block-104-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: space-around;
  align-items: flex-end;
  margin-top: 20px;
}

.flex-block-106 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  justify-content: space-around;
  align-items: stretch;
  margin-top: 40px;
}

.flex-block-107 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: space-around;
  margin-top: 20px;
}

.card-div-facility-lp {
  background-color: #fcf4e5;
  border-radius: 10px;
  flex-flow: row;
  width: calc(50% - 40px);
  min-width: 440px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  display: flex;
}

.img-card-facility-lp {
  height: 120px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 10px;
}

.text-block-509 {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.paragraph-facility-lp {
  letter-spacing: .3px;
  margin-top: 12px;
  margin-bottom: 0;
  line-height: 18px;
}

.text-span-card-strong {
  color: var(--submit-button);
  font-weight: 700;
}

.text-span-103 {
  font-size: 12px;
  font-weight: 400;
}

.image-265 {
  padding-top: 40px;
}

.div-block-556 {
  text-align: center;
  background-color: #f7f6f4;
  border-radius: 8px;
  width: 800px;
  max-width: 100%;
  margin: 40px auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-266 {
  width: 400px;
}

.text-block-510 {
  margin-bottom: 20px;
}

.image-267 {
  margin-top: 40px;
}

.footer-section-facility-lp {
  background-color: var(--facility-lp-darkgreen);
  color: var(--white);
  padding-top: 40px;
  padding-bottom: 100px;
  font-size: 18px;
  line-height: 32px;
}

.image-268 {
  border-radius: 8px;
  width: 200px;
  height: 200px;
  margin-left: 0;
  margin-right: 0;
}

.text-block-511 {
  font-size: 32px;
  font-weight: 700;
  line-height: 60px;
}

.paragraph-46 {
  font-size: 18px;
  line-height: 30px;
}

.div-block-557 {
  text-align: center;
}

.flex-block-108 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
}

.img-exemple-facility-lp {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.div-block-558 {
  width: 4px;
  height: 100%;
}

.flex-block-111 {
  justify-content: center;
}

.text-block-512 {
  color: var(--facility-lp-darkgreen);
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}

.div-block-559 {
  background-color: var(--white);
  border-radius: 6px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px;
  font-weight: 400;
}

.text-block-513 {
  color: var(--facility-lp-darkgreen);
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
  line-height: 33px;
}

.div-block-560 {
  background-color: var(--shade-2);
  border-radius: 8px;
  width: calc(50% - 20px);
  max-width: 360px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  box-shadow: 0 2px 5px #0003;
}

.text-block-514 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.block-quote-3 {
  border-left-color: var(--facility-lp-darkgreen);
  font-size: 14px;
  line-height: 21px;
}

.div-block-561 {
  padding-left: 20px;
  padding-right: 20px;
}

.list-13 {
  margin-bottom: 10px;
}

.link-18 {
  text-decoration: underline;
}

.text-block-515, .text-block-516 {
  line-height: 38px;
}

.link-19 {
  color: var(--link-blue);
  margin-left: 40px;
  margin-right: 20px;
  font-size: 14px;
}

.link-20 {
  color: var(--link-blue);
  font-weight: 400;
  text-decoration: underline;
}

.section-69 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: var(--white);
  background-color: #575757;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.link-21 {
  color: var(--white);
  font-weight: 400;
}

.flex-block-112 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  justify-content: center;
  margin-bottom: 20px;
}

.text-block-517 {
  color: var(--border-gray);
  text-align: center;
  font-size: 12px;
}

.release-title {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 27px;
}

.div-block-562 {
  border: 1px solid var(--shade-2);
  height: 122px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.image-269 {
  height: 120px;
}

.summary {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.div-block-563 {
  padding: 10px;
  overflow: hidden;
}

.collection-item-7 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.link-block-112 {
  margin-right: auto;
}

.div-block-564 {
  border-right: 1px solid var(--shade-2);
  width: 300px;
  height: 100svh;
  padding: 60px 20px 20px;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.utility-index-circle {
  background-color: var(--border-gray);
  border-radius: 10px;
  width: 20px;
  height: 20px;
}

.utility-index-dash {
  border-left: 2px dashed var(--border-gray);
  min-height: 40px;
}

.flex-block-113 {
  align-items: center;
  margin-right: 20px;
}

.utility-index {
  color: var(--border-gray);
  display: flex;
}

.utility-index.w--current {
  color: var(--black);
}

.body-19 {
  padding-bottom: 100px;
  font-size: 14px;
  line-height: 20px;
}

.div-block-568 {
  margin-left: 300px;
  padding-top: 60px;
  padding-left: 40px;
  padding-right: 40px;
}

.chatroom-sample {
  border: 4px solid var(--border-gray);
  border-radius: 8px;
  max-height: 600px;
  overflow: auto;
}

.text-block-518 {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.flex-block-114 {
  border-bottom: 1px solid var(--border-gray);
  align-items: center;
  height: 60px;
  font-size: 18px;
  line-height: 36px;
}

.text-block-519 {
  margin-left: 20px;
  font-size: 16px;
}

.image-270 {
  height: 20px;
  margin-left: 20px;
  margin-right: 25px;
}

.grid-57 {
  grid-template-columns: minmax(200px, 200px) 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.div-block-570 {
  background-color: var(--shade-2);
  border-radius: 24px;
  align-items: center;
  height: 48px;
  padding-left: 4px;
  padding-right: 20px;
  display: flex;
}

.div-block-571 {
  text-align: center;
  background-color: #f7d1ff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.div-block-571.recruiter {
  background-color: #d1e4ff;
}

.text-block-520 {
  color: #70307e;
  text-align: center;
}

.text-block-520.advisor {
  color: #235079;
}

.text-block-521 {
  margin-left: 10px;
}

.div-block-572 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.div-block-573 {
  background-color: var(--shade-1);
  padding: 20px 10px;
}

.div-block-574 {
  background-color: var(--shade-2);
  text-align: center;
  border-radius: 10px;
  width: 120px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-575 {
  margin-top: 20px;
  display: flex;
}

.div-block-576 {
  color: #538340;
  background-color: #deffd1;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 20px;
  display: flex;
}

.div-block-576.recruiter {
  background-color: #d1e4ff;
}

.div-block-577 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.div-block-578 {
  color: #538340;
  background-color: #deffd1;
  border-radius: 10px;
  height: 20px;
  padding-left: 16px;
  padding-right: 16px;
}

.div-block-578.recruiter {
  background-color: #d1e4ff;
}

.text-block-522 {
  color: #2d501f;
}

.text-block-522.recruiter {
  color: #235079;
}

.text-block-523 {
  color: #2d501f;
}

.text-block-523.recruiter {
  color: #235079;
}

.text-block-524 {
  color: var(--border-gray);
  letter-spacing: 1px;
  font-size: 12px;
}

.div-block-579 {
  background-color: #fff;
  width: 100%;
  margin-top: 10px;
  padding: 10px;
}

.div-block-580 {
  width: 100%;
  margin-left: 10px;
}

.text-block-525 {
  line-height: 24px;
}

.list-14 {
  grid-row-gap: 14px;
}

.text-block-526 {
  font-size: 16px;
  line-height: 27px;
}

.section-70 {
  margin-top: 60px;
}

.paragraph-47 {
  margin-top: 60px;
  margin-bottom: 0;
}

.image-271 {
  object-fit: contain;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.div-block-569-copy {
  border: 4px solid var(--border-gray);
  background-color: #121a24;
  background-image: url('../images/Frame-1-22_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 8px;
  width: 100%;
  height: 600px;
  max-height: 600px;
  overflow: auto;
}

.section-71 {
  padding-top: 40px;
}

.template-text-area {
  width: 100%;
  height: 100%;
  min-height: 120px;
  padding: 4px;
  display: block;
}

.template-input-div {
  align-items: stretch;
  margin-top: 40px;
  display: flex;
}

.template-button {
  border: 1px solid var(--border-gray);
  background-color: var(--shade-1);
  cursor: pointer;
  align-self: center;
  align-items: center;
  height: 56px;
  margin-left: 4px;
  padding: 10px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.template-button.small {
  height: 32px;
}

.template-button.disabled {
  color: var(--border-gray);
  cursor: not-allowed;
}

.template-button-text {
  text-align: center;
  width: 4rem;
}

.template-helper-text {
  color: var(--border-gray);
  font-size: 12px;
}

.template-buttons {
  flex-flow: column;
  justify-content: space-between;
}

.copy-alert {
  color: var(--black);
  background-color: #e4ffdd;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 60px;
  margin-bottom: 20px;
  margin-right: 40px;
  font-size: 16px;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
  box-shadow: 0 2px 5px #0003;
}

.copy-alert.active {
  color: var(--submit-button);
  background-color: #ffcbcb;
  display: flex;
}

.copy-succes {
  color: var(--black);
  background-color: #e4ffdd;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 60px;
  margin-bottom: 20px;
  margin-right: 40px;
  font-size: 16px;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
  box-shadow: 0 2px 5px #0003;
}

.copy-succes.active {
  color: var(--cura-dark-green);
  background-color: #e4ffdd;
  display: flex;
}

.heading-160 {
  font-size: 24px;
}

.div-block-581 {
  background-color: var(--cura-dark-green);
  color: var(--white);
  text-align: center;
  cursor: pointer;
  border-radius: 8px;
  width: 100%;
  height: 48px;
  margin-top: 20px;
  margin-bottom: 60px;
  font-size: 24px;
  font-weight: 700;
  line-height: 48px;
  box-shadow: 0 2px 5px #0003;
}

.meeting-url {
  color: var(--black);
  border: 1px solid #000;
  width: 100%;
  height: 32px;
  padding-left: 10px;
  line-height: 32px;
}

.meeting-url.disabled {
  color: var(--border-gray);
}

.div-block-582 {
  width: 100svw;
  height: 100svh;
  position: fixed;
}

.heading-161 {
  font-size: 24px;
}

.input {
  border: 1px solid var(--border-gray);
  width: 100%;
  margin-top: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 4px;
}

.text-block-528 {
  font-size: 12px;
  font-weight: 700;
}

.text-block-529 {
  margin-top: 20px;
  font-size: 12px;
}

.flex-block-115 {
  margin-bottom: 20px;
}

.stj-header {
  justify-content: space-between;
  padding: 10px 40px;
  display: flex;
}

.facility-logo {
  height: 40px;
  margin-left: 0;
}

.flex-block-116 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
}

.div-block-583 {
  flex: 1;
  min-width: 480px;
}

.div-block-584 {
  background-color: #e8f0ff;
  flex: 1;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.div-block-584.wage {
  width: 800px;
  padding-left: 60px;
  padding-right: 60px;
}

.div-block-584.description {
  flex: 0 auto;
  width: 100%;
  height: 500px;
  margin-top: 40px;
}

.div-block-584.description.md {
  height: 380px;
  margin-top: 0;
}

.text-span-104 {
  font-weight: 700;
}

.text-block-530 {
  font-size: 36px;
  line-height: 60px;
}

.list-15 {
  list-style-type: square;
}

.body-20 {
  font-size: 16px;
}

.div-block-585 {
  background-color: #e2ffef;
  margin-top: 40px;
  padding: 20px 20px 20px 10px;
}

.image-272 {
  height: 200px;
  margin-top: 20px;
  margin-left: 0;
}

.heading-162 {
  text-align: center;
  margin-bottom: 16px;
  font-size: 24px;
}

.text-block-531 {
  text-align: center;
}

.div-block-586 {
  background-color: #fff;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
}

.div-block-586.price {
  background-color: #fffde9;
  margin-top: 40px;
}

.text-block-532 {
  align-self: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.text-block-533 {
  color: var(--link-blue);
  text-align: right;
  font-size: 20px;
  font-weight: 700;
}

.text-block-533.purple {
  color: #c034ea;
}

.text-block-533.green {
  color: var(--cura-dark-green);
}

.text-block-534 {
  font-size: 14px;
  line-height: 24px;
}

.text-span-105 {
  margin-left: 10px;
  font-size: 12px;
  font-weight: 400;
}

.section-footer {
  justify-content: flex-end;
  height: 64px;
  padding-bottom: 10px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.section-footer.next {
  border-top-style: none;
  justify-content: space-between;
  padding-top: 0;
  display: block;
}

.section-footer.active {
  background-color: #fff;
  display: block;
}

.div-block-587 {
  background-color: var(--facility-lp-red);
  color: var(--white);
  border-radius: 8px;
  width: 300px;
  height: 40px;
  margin-left: 40px;
  margin-right: 40px;
}

.text-block-535 {
  text-align: center;
  letter-spacing: 1px;
  height: 40px;
  line-height: 40px;
}

.page-change-button {
  cursor: pointer;
  border-radius: 8px;
  width: 200px;
  height: 40px;
  margin-left: 40px;
  margin-right: 40px;
}

.page-change-button.back {
  color: #929292;
  text-align: center;
  border: 2px solid #929292;
  line-height: 38px;
  display: none;
}

.page-change-button.back.active {
  display: block;
}

.page-change-button.next {
  background-color: var(--facility-lp-red);
  color: var(--white);
  text-align: center;
  margin-left: auto;
  font-weight: 700;
  line-height: 40px;
  display: block;
}

.page-change-button.next.disabled {
  background-color: var(--shade-2);
}

.section-stj {
  display: none;
}

.section-stj.active {
  background-color: #0000;
  padding-bottom: 64px;
  display: block;
}

.container-77 {
  padding-bottom: 60px;
}

.stj-button-big {
  border: 2px solid var(--border-gray);
  border-radius: 8px;
  width: 720px;
  margin: 40px auto;
  padding: 20px;
}

.stj-button-big.selected {
  border-color: var(--cura-dark-green);
  cursor: pointer;
  background-color: #e2ffef;
  box-shadow: 0 2px 5px #0003;
}

.stj-button-big.half {
  width: 500px;
  padding-left: 10px;
  padding-right: 10px;
}

.stj-button-big.horizontal {
  cursor: pointer;
  flex-flow: column;
  justify-content: flex-end;
  width: 400px;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 40px;
  display: flex;
}

.button-title {
  margin-bottom: 10px;
  font-size: 24px;
}

.flex-block-117 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
}

.recommandation {
  color: var(--cura-dark-green);
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

.image-273 {
  float: right;
  width: 200px;
  margin-top: 20px;
  margin-left: 0;
}

.image-274 {
  height: 36px;
  display: inline-block;
}

.text-block-536 {
  margin-right: 10px;
  display: inline-block;
}

.div-block-589 {
  width: 180px;
}

.progress-bar-background {
  background-color: var(--border-gray);
  height: 6px;
}

.flex-block-118 {
  background-color: #fff;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
}

.progress-bar {
  background-color: var(--facility-lp-red);
  width: 0;
  height: 6px;
}

.division-bar {
  background-color: var(--shade-2);
  height: 4px;
}

.increment-btn {
  border: 2px solid var(--border-gray);
  color: #8d8d8d;
  text-align: center;
  cursor: pointer;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  font-size: 36px;
  font-weight: 700;
  line-height: 54px;
}

.increment-btn.disabled {
  color: #eee;
  cursor: not-allowed;
  border-color: #eee;
}

.flex-block-119 {
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-592 {
  justify-content: space-between;
  align-self: center;
  width: 280px;
  display: flex;
}

.div-block-593 {
  align-self: center;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 24px;
  line-height: 36px;
}

.input-2 {
  border: 1px solid var(--border-gray);
  text-align: center;
  letter-spacing: 2px;
  border-radius: 6px;
  width: 140px;
  height: 60px;
  font-size: 24px;
}

.div-block-592-copy {
  justify-content: space-between;
  align-self: center;
  width: 500px;
  display: flex;
}

.stj-button-small {
  border: 1px solid var(--border-gray);
  text-align: center;
  cursor: pointer;
  border-radius: 6px;
  width: 60px;
  height: 60px;
  font-size: 24px;
  line-height: 56px;
}

.stj-button-small.selected {
  border-color: var(--cura-dark-green);
  background-color: #e2ffef;
  box-shadow: 0 2px 5px #0003;
}

.div-block-592-copy-copy {
  justify-content: space-between;
  align-self: center;
  width: 380px;
  display: flex;
}

.wage-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-end;
  width: 800px;
  margin: 20px auto 40px;
  display: grid;
}

.div-block-595 {
  width: 200px;
}

.input-3 {
  border-style: none none solid;
  border-width: 0 0 2px;
  border-color: black black var(--border-gray);
  width: 200px;
  font-size: 48px;
  font-weight: 700;
  line-height: 80px;
}

.text-block-537 {
  font-size: 48px;
  font-weight: 700;
  line-height: 84px;
  display: inline-block;
}

.div-block-596 {
  display: flex;
}

.text-block-538 {
  margin-top: auto;
  padding-bottom: 20px;
  font-weight: 700;
}

.div-block-597 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.text-block-539 {
  font-size: 20px;
  line-height: 30px;
}

.evaluation-text {
  background-color: #fff;
  flex: 1;
  height: 80px;
  padding: 10px 20px;
  font-size: 20px;
}

.evaluation-text.alert {
  color: var(--submit-button);
  font-size: 20px;
}

.evaluation-text.good {
  color: var(--cura-dark-green);
}

.flex-block-121 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 20px;
}

.image-275 {
  width: 80px;
  height: 80px;
}

.stj-button-mini {
  border: 1px solid var(--border-gray);
  cursor: pointer;
  border-radius: 6px;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 38px;
}

.text-block-540 {
  margin-left: 20px;
  margin-right: 20px;
}

.div-block-600 {
  align-items: center;
  display: flex;
}

.button-title-copy {
  margin-bottom: 0;
  font-size: 24px;
}

.input-4 {
  border: 2px solid var(--border-gray);
  border-radius: 6px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 20px;
  line-height: 30px;
}

.div-block-601 {
  margin-bottom: 20px;
}

.text-block-536-copy {
  color: var(--cura-dark-green);
  margin-right: 10px;
  font-weight: 700;
  display: inline-block;
}

.stj-button-medium {
  border: 2px solid var(--border-gray);
  cursor: pointer;
  border-radius: 8px;
  width: 100%;
  margin: 20px auto;
  padding: 10px 20px;
}

.stj-button-medium.selected {
  border-color: var(--cura-dark-green);
  background-color: #e2ffef;
  box-shadow: 0 2px 5px #0003;
}

.button-title-copy {
  width: 11em;
  font-size: 24px;
  font-weight: 700;
}

.text-block-541 {
  color: var(--border-gray);
  width: 28em;
}

.div-block-589-copy {
  width: 7em;
}

.button-title-copy-copy {
  width: 4em;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
}

.button-title-copy-copy.small {
  width: 4em;
  font-size: 20px;
}

.stj-button-ms {
  border: 2px solid var(--border-gray);
  cursor: pointer;
  border-radius: 8px;
  width: 100%;
  margin: 20px auto;
  padding: 10px 0 10px 20px;
}

.stj-button-ms.selected {
  border-color: var(--cura-dark-green);
  background-color: #e2ffef;
  box-shadow: 0 2px 5px #0003;
}

.flex-block-122 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.button-title-copy-copy {
  width: 11em;
  font-size: 24px;
  font-weight: 400;
}

.teztarea {
  border: 2px solid var(--border-gray);
  border-radius: 6px;
  width: 100%;
  height: 500px;
  margin-top: 40px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 20px;
  line-height: 30px;
}

.teztarea.sm {
  height: 100px;
  margin-top: 0;
}

.teztarea.md {
  height: 380px;
  margin-top: 0;
}

.flex-block-123 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.text-block-542 {
  font-weight: 700;
}

.input-5 {
  border: 2px solid var(--border-gray);
  border-radius: 8px;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 10px;
  font-size: 24px;
  display: inline-block;
}

.div-block-602 {
  margin-top: 20px;
}

.image-276 {
  width: 400px;
}

.text-block-543 {
  font-weight: 700;
}

.div-block-603 {
  width: auto;
}

.div-block-604 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr .75fr;
  grid-auto-columns: 1fr;
  width: 500px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.login-title {
  font-weight: 700;
}

.input-6 {
  border: 2px solid var(--border-gray);
  border-radius: 6px;
  width: 100%;
  padding: 4px 8px;
}

.div-block-605 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.div-block-606 {
  background-color: var(--border-gray);
  flex: 0 auto;
  width: 2px;
  height: 100%;
}

.flex-block-124 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: stretch;
  height: 360px;
}

.heading-163 {
  text-align: center;
  font-size: 24px;
}

.div-block-607 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 3em;
  height: 100%;
  display: flex;
}

.div-block-608 {
  width: 500px;
  position: relative;
}

.text-block-544 {
  color: var(--border-gray);
}

.create-stj-btn {
  background-color: var(--facility-lp-red);
  color: var(--white);
  text-align: center;
  cursor: pointer;
  border-radius: 8px;
  width: 300px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 700;
  line-height: 80px;
  position: absolute;
  inset: auto 0% 0%;
}

.create-stj-btn.disabled {
  background-color: var(--shade-2);
  cursor: not-allowed;
}

.restart-stj-btn {
  border: 4px solid var(--facility-lp-red);
  color: var(--facility-lp-red);
  text-align: center;
  cursor: pointer;
  border-radius: 8px;
  width: 300px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 700;
  line-height: 72px;
  position: absolute;
  inset: auto 0% 0%;
}

.restart-stj-btn.disabled {
  border-color: var(--shade-2);
  color: var(--shade-2);
  cursor: not-allowed;
}

.text-block-545 {
  color: var(--facility-lp-red);
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 72px;
}

.save-btn {
  color: #666;
  text-align: center;
  cursor: pointer;
  border: 2px solid #666;
  border-radius: 40px;
  width: 200px;
  height: 40px;
  line-height: 36px;
  display: none;
}

.save-btn.active {
  display: block;
}

.loading {
  background-color: #0009;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.loading.active {
  display: block;
}

.load-spinner {
  width: 50px;
  height: 50px;
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}

.save-pass {
  display: none;
}

.save-pass.active {
  cursor: pointer;
  border: 1px solid #000;
  margin-right: 20px;
  padding: 4px 20px;
  line-height: 24px;
  display: block;
  box-shadow: 0 2px 5px #0003;
}

.publish-btn {
  background-color: var(--facility-lp-red);
  color: var(--white);
  text-align: center;
  cursor: pointer;
  border-radius: 12px;
  width: 300px;
  height: 100px;
  font-size: 32px;
  font-weight: 700;
  line-height: 100px;
}

.publish-btn.save {
  border: 8px solid var(--facility-lp-red);
  background-color: var(--color);
  color: var(--facility-lp-red);
  cursor: pointer;
  line-height: 284px;
}

.flex-block-125 {
  justify-content: space-around;
  margin-top: 40px;
}

.text-block-546 {
  text-align: center;
}

.grid-58 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: minmax(auto, 1fr) auto auto auto;
  place-items: center stretch;
  width: 100%;
}

.preview {
  width: 10em;
  margin-right: 10px;
  font-weight: 700;
}

.preview.long {
  width: auto;
}

.preview-value.long {
  margin-top: 20px;
}

.flex-block-126 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-around;
}

.preview-row {
  border-bottom: 3px solid var(--border-gray);
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.preview-row.last {
  border-bottom-style: none;
}

.preview-row.long {
  flex-flow: column;
}

.text-block-547 {
  margin-left: 4px;
  margin-right: 4px;
}

.div-block-609 {
  margin-top: 20px;
  display: flex;
}

.div-block-610 {
  margin-right: 40px;
}

.text-block-548 {
  font-size: 36px;
  font-weight: 400;
  line-height: 48px;
}

.text-span-106 {
  text-underline-offset: -3px;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--primary-1);
  text-decoration-color: var(--primary-1);
  margin-left: 4px;
  margin-right: 4px;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 36px;
  font-weight: 700;
  text-decoration-style: solid;
  text-decoration-thickness: 8px;
}

.div-block-611 {
  justify-content: space-around;
  margin-top: 20px;
  display: flex;
}

.div-block-612 {
  aspect-ratio: 1;
  border: 4px solid var(--medica-ocher);
  letter-spacing: 1px;
  background-color: #ffee6c;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 200px;
  max-width: 30%;
  display: flex;
}

.text-span-107 {
  font-size: 64px;
  font-weight: 700;
  line-height: 80px;
}

.text-block-549 {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
}

.div-block-613 {
  width: 400px;
  max-width: 45%;
  height: 240px;
}

.text-block-550, .text-block-551 {
  text-align: center;
}

.text-block-552 {
  text-align: center;
  margin-top: 40px;
  font-size: 24px;
}

.text-span-108 {
  font-weight: 700;
}

.div-block-611-copy {
  justify-content: space-between;
  margin-top: 0;
  display: flex;
}

.text-block-553 {
  text-align: center;
  background-color: #0000;
  font-size: 20px;
  line-height: 30px;
}

.div-block-614 {
  background-color: var(--cura-dark-green);
}

.create-stj-btn-copy {
  background-color: var(--facility-lp-red);
  color: var(--white);
  text-align: center;
  cursor: pointer;
  border-radius: 8px;
  width: 300px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 700;
  line-height: 80px;
}

.create-stj-btn-copy.disabled {
  background-color: var(--shade-2);
  cursor: not-allowed;
}

.flex-block-127 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: stretch;
}

.div-block-615 {
  border: 4px solid var(--cura-dark-green);
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

.div-block-616 {
  border: 2px solid var(--cura-dark-green);
  background-color: var(--white);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.progress-mark {
  aspect-ratio: 1;
  border: 3px solid var(--cura-dark-green);
  color: var(--cura-dark-green);
  text-align: center;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.progress-mark.active {
  background-color: var(--cura-dark-green);
  color: var(--white);
  line-height: 30px;
}

.progress-mark.header {
  border-style: none;
  line-height: 30px;
}

.progress-mark.header.active {
  border-style: none;
  border-width: 0;
  margin-top: -1px;
  margin-bottom: -1px;
  margin-left: -1px;
}

.progress-block {
  display: flex;
}

.progress-block.header {
  border: 4px solid var(--cura-dark-green);
  border-radius: 24px;
}

.progress-text {
  color: var(--cura-dark-green);
  text-align: left;
  margin-left: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  display: block;
}

.progress-text.active {
  font-weight: 700;
}

.progress-text.hide {
  display: none;
}

.progress-text.header {
  margin-right: 20px;
  display: none;
}

.progress-text.header.active {
  display: block;
}

.div-block-618 {
  border-left: 3px dashed var(--cura-dark-green);
  height: 40px;
  margin-left: 19px;
}

.text-block-554 {
  color: var(--cura-dark-green);
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
}

.text-block-555 {
  color: var(--cura-dark-green);
  margin-top: 10px;
  font-size: 14px;
  font-weight: 700;
}

.div-block-619 {
  background-color: var(--white);
  margin-top: 20px;
  margin-bottom: 100px;
  padding: 20px 40px 40px;
}

.start-stj-btn {
  background-color: var(--cura-dark-green);
  color: var(--white);
  text-align: center;
  cursor: pointer;
  border-radius: 12px;
  font-size: 32px;
  font-weight: 700;
  line-height: 108px;
  box-shadow: 0 2px 5px #0003;
}

.heading-164 {
  font-size: 20px;
}

.text-span-109 {
  font-size: 40px;
}

.div-block-621 {
  margin-top: 40px;
  margin-bottom: 100px;
}

.image-277 {
  float: left;
  object-fit: cover;
  width: 280px;
  height: 200px;
  margin-bottom: 20px;
  margin-right: 20px;
}

.div-block-622 {
  border: 4px solid #d2b96f;
  border-radius: 12px;
  margin-top: 40px;
  padding: 10px;
  position: relative;
}

.div-block-623 {
  color: #d2b96f;
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  top: -20px;
  left: 50px;
}

.text-block-556 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.heading-165 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 36px;
}

.list-item-13 {
  display: flex;
}

.image-278 {
  height: 36px;
}

.text-block-557 {
  color: var(--black);
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
}

.div-block-624 {
  background-color: #ffee6c;
}

.compare {
  text-align: center;
  align-self: center;
  height: 60px;
}

.compare.header {
  border-style: none solid solid;
  border-width: 4px;
  border-color: var(--shade-2);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 60px;
  display: flex;
}

.compare.header._1 {
  background-color: #fff0;
  border-left-style: none;
}

.compare.header._2 {
  background-color: #f2ffed;
  border-top-style: solid;
  border-left-style: none;
}

.compare.header._3 {
  background-color: #fff;
  border-top-style: solid;
  border-left-style: none;
}

.compare._1 {
  border-right: 4px solid var(--shade-2);
  border-bottom: 4px solid var(--shade-2);
  border-left: 4px solid var(--shade-2);
  text-align: center;
  background-color: #fff;
  align-self: center;
  width: 160px;
  font-weight: 700;
  line-height: 60px;
}

.compare._2 {
  border-right: 4px solid var(--shade-2);
  border-bottom: 4px solid var(--shade-2);
  color: var(--cura-dark-green);
  text-align: center;
  background-color: #f2ffed;
  align-self: center;
  width: 200px;
  font-size: 18px;
  font-weight: 700;
  line-height: 60px;
}

.compare._2.number {
  border-right: 4px solid var(--shade-2);
  border-bottom: 4px solid var(--shade-2);
  background-color: #f2ffed;
  align-self: center;
  font-size: 22px;
}

.compare._3 {
  border-right: 4px solid var(--shade-2);
  border-bottom: 4px solid var(--shade-2);
  text-align: center;
  background-color: #fff;
  align-self: center;
  width: 200px;
  font-size: 18px;
  line-height: 60px;
}

.list-16 {
  grid-row-gap: 0px;
}

.flex-block-128 {
  background-color: var(--shade-1);
  flex-flow: column;
  align-items: center;
  margin-bottom: 100px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-166 {
  text-align: center;
  font-size: 24px;
}

.heading-167 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.div-block-615-copy {
  border: 4px none var(--cura-dark-green);
  border-radius: 12px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.progress-dash {
  border-style: dashed none none;
  border-width: 4px;
  border-color: var(--cura-dark-green);
  width: 40px;
}

.stj-button-sm {
  border: 2px solid var(--border-gray);
  cursor: pointer;
  border-radius: 8px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
}

.stj-button-sm.selected {
  border-color: var(--cura-dark-green);
  background-color: #e2ffef;
  box-shadow: 0 2px 5px #0003;
}

.flex-block-122-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: space-between;
}

.button-title-copy-copy-copy.small {
  width: auto;
  font-size: 20px;
}

.button-title-copy-copy-copy {
  width: 4em;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
}

.button-title-copy-copy-copy.small {
  text-align: center;
  width: 7em;
  font-size: 20px;
}

.text-block-558 {
  color: var(--submit-button);
}

.code-embed-7 {
  width: 200px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
}

.flex-block-129 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.text-block-559 {
  color: var(--border-gray);
  margin-top: 10px;
  font-size: 12px;
  line-height: 12px;
}

.text-block-560 {
  text-align: center;
  font-weight: 700;
}

.flex-block-118-copy {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  height: 58px;
}

.text-block-561 {
  font-size: 24px;
  font-weight: 700;
  line-height: 64px;
}

.text-span-110 {
  font-size: 72px;
}

.text-span-111 {
  font-size: 48px;
}

.text-span-112 {
  font-size: 36px;
}

.text-span-113 {
  font-size: 72px;
}

.text-block-561-copy {
  text-indent: 120px;
  text-indent: 40px;
  font-size: 32px;
  font-weight: 700;
  line-height: 64px;
}

.text-block-561-copy-copy {
  text-indent: 80px;
  font-size: 48px;
  font-weight: 700;
  line-height: 64px;
}

.container-78 {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.text-block-562 {
  font-size: 32px;
  font-weight: 700;
  line-height: 60px;
}

.div-block-625 {
  background-color: var(--cura-dark-green);
  color: var(--white);
  border-radius: 10px;
  padding-left: 40px;
  padding-right: 40px;
}

.section-72 {
  background-image: url('../images/Frame-5-4.png');
  background-position: 50% 20%;
  background-size: cover;
  height: 600px;
  max-height: 60svh;
}

.section-73 {
  background-color: #000;
  height: 300px;
}

.text-block-563 {
  color: red;
  width: 500px;
  margin-top: 20px;
  font-size: 42px;
  font-weight: 700;
  line-height: 60px;
  transform: rotate(-15deg);
}

.text-span-114 {
  font-size: 70px;
}

.container-79 {
  justify-content: space-around;
  align-items: flex-end;
  display: flex;
}

.text-block-564 {
  color: var(--white);
  cursor: pointer;
  background-color: red;
  border-radius: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 40px;
  font-weight: 700;
  line-height: 80px;
  box-shadow: 0 2px 5px #0003;
}

.div-block-626 {
  background-color: var(--cura-dark-green);
  color: var(--white);
  text-align: center;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 10em;
  height: 10em;
  padding-top: 40px;
  font-size: 32px;
  font-weight: 700;
  line-height: 50px;
  display: block;
  position: relative;
}

.image-279 {
  height: 200px;
  position: absolute;
  inset: 50% 0% 0% 30%;
}

.image-280 {
  margin-top: 40px;
  margin-left: auto;
  margin-right: 25px;
}

.image-281 {
  margin-top: -80px;
  margin-left: 25px;
  margin-right: auto;
}

.image-282 {
  margin-top: -80px;
  margin-right: 25px;
}

.text-block-565 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
}

.section-74 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-span-115 {
  text-underline-offset: -10px;
  font-size: 60px;
  line-height: 80px;
  -webkit-text-decoration: underline #a5e887;
  text-decoration: underline #a5e887;
  text-decoration-thickness: 20px;
}

.section-75 {
  background-color: var(--shade-1);
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-block-566 {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
}

.text-span-116 {
  font-size: 42px;
  line-height: 80px;
}

.image-283 {
  max-height: 400px;
}

.flex-block-130 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  margin-top: 60px;
}

.div-block-627 {
  background-color: var(--submit-button);
  color: var(--white);
  text-align: center;
  border-radius: 12px;
  width: 600px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  font-size: 32px;
  font-weight: 700;
  line-height: 60px;
  box-shadow: 0 2px 5px #0003;
}

.textarea-long {
  border: 2px solid var(--border-gray);
  border-radius: 6px;
  width: 100%;
  height: 80%;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 24px;
}

.textarea-long.sm {
  height: 100px;
  margin-top: 0;
}

.textarea-long.md {
  height: 380px;
  margin-top: 0;
}

.textarea-long.fix {
  background-color: var(--shade-2);
}

.flex-block-131 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 500px;
  margin-top: 40px;
}

.div-block-629 {
  height: 50%;
}

.section-76 {
  background-color: var(--shade-1);
}

.header-plp {
  align-items: center;
  height: 60px;
}

.hero-section-plp {
  max-width: 1080px;
  height: 450px;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.section-plp {
  margin-bottom: 40px;
}

.section-plp.green {
  background-color: var(--primery-school-color);
}

.header2-plp {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 0;
  font-size: 30px;
}

.text-block-567 {
  color: var(--cura-green);
  text-align: center;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 700;
}

.accordion-item-plp {
  background-color: #e7f9ea;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 20px;
}

.accordion-header-plp {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accordion-content-plp {
  display: block;
}

.accordion-content-plp.open {
  margin-top: 20px;
  display: block;
}

.accordion-title-plp {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.text-block-568 {
  margin-top: 20px;
  display: block;
}

.chevron {
  margin-right: 0;
}

.chevron.open {
  transform: rotate(180deg);
}

.container-plp {
  max-width: 720px;
  height: 100%;
}

.container-plp.faq {
  background-image: linear-gradient(300deg, #d6f5eb, #f3fbe9);
  margin-top: 20px;
}

.image-284 {
  height: 40px;
  margin-left: 20px;
  margin-right: 10px;
}

.container-83 {
  justify-content: space-between;
  align-items: center;
  max-width: 1080px;
  height: 100%;
  display: flex;
}

.button-22 {
  background-color: var(--cura-dark-green);
  text-align: center;
  border-radius: 20px;
  width: 120px;
  height: 40px;
  margin-right: 20px;
  line-height: 24px;
  box-shadow: 0 2px 5px #0003;
}

.text-block-569 {
  color: var(--white);
  text-align: center;
  margin-top: 24px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}

.text-span-117 {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 36px;
}

.button-23 {
  background-color: var(--cura-dark-green);
  text-align: center;
  border-radius: 6px;
  width: 380px;
  height: 80px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  line-height: 60px;
  display: block;
  box-shadow: 0 2px 5px #0003;
}

.div-block-630 {
  border: 2px solid var(--cura-dark-green);
  background-color: #fff;
  border-radius: 100%;
  width: 160px;
  height: 120px;
  position: absolute;
  inset: -40px 0% 0% auto;
}

.text-block-570 {
  color: var(--cura-dark-green);
  text-align: center;
  margin-top: 10px;
  font-weight: 700;
}

.text-span-118 {
  font-size: 26px;
}

.text-span-119 {
  font-size: 20px;
}

.text-block-571 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 700;
}

.footer-plp {
  background-color: #f7f7f7;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 80px;
}

.link-22 {
  color: var(--black);
  margin-bottom: 10px;
  display: block;
}

.text-block-572 {
  color: var(--black);
  text-align: center;
  font-size: 14px;
}

.text-block-573 {
  color: var(--cura-dark-green);
  text-align: center;
  width: 140px;
  font-weight: 700;
  line-height: 24px;
}

.text-block-574 {
  color: var(--cura-dark-green);
  font-size: 60px;
  font-weight: 700;
  line-height: 80px;
}

.flex-block-132 {
  justify-content: center;
  align-items: center;
}

.div-block-631 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #ebffed;
  flex-flow: column;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.image-285 {
  max-width: 100%;
}

.text-block-575 {
  font-weight: 700;
}

.flex-block-133 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
}

.image-286 {
  box-sizing: border-box;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  max-width: 60%;
}

.image-287 {
  aspect-ratio: 360 / 273;
  object-fit: cover;
  border-radius: 10px;
  width: 792px;
  height: 546px;
}

.start-button {
  background-color: var(--cura-green);
  color: var(--white);
  text-align: center;
  border-radius: 100px;
  width: 400px;
  height: 80px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  line-height: 80px;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.start-button.fixed {
  display: none;
  position: fixed;
  inset: auto 0% 40px;
}

.image-288 {
  height: 20px;
  position: absolute;
  inset: 32px 20px auto auto;
}

.introduction-plp {
  color: var(--cura-green);
  text-align: center;
  font-size: 36px;
  line-height: 54px;
}

.text-block-576 {
  text-align: center;
  font-weight: 400;
}

.text-span-120 {
  font-weight: 700;
  line-height: 32px;
}

.image-289 {
  width: 300px;
  margin-top: 20px;
  padding-left: 20px;
}

.introduction-div {
  margin-bottom: 40px;
}

.image-290 {
  width: 360px;
}

.image-291 {
  height: 40px;
  margin-bottom: 20px;
}

.text-block-577 {
  font-weight: 700;
}

.link-block-114 {
  border: 3px solid var(--cura-green);
  color: var(--cura-green);
  border-radius: 100px;
  padding: 6px 40px;
  position: relative;
}

.image-292 {
  height: 14px;
  position: absolute;
  inset: 14px 14px 0% auto;
}

.text-block-578 {
  line-height: 80px;
}

.image-293 {
  border-radius: 12px;
  max-width: 593.4px;
}

.image-294 {
  aspect-ratio: 1360 / 260;
  max-height: 120px;
  margin-top: 20px;
}

.cell-6, .cell-7 {
  justify-content: flex-start;
  align-items: center;
}

.link-23 {
  margin-top: 0;
  margin-left: 10px;
  margin-right: auto;
  font-size: 14px;
}

.bold-text-33 {
  font-weight: 400;
  text-decoration: underline;
}

.text-block-579 {
  color: var(--border-gray);
  text-align: right;
  margin-top: 4px;
  margin-right: 60px;
  font-size: 12px;
}

.text-span-121 {
  font-weight: 400;
}

.flex-block-134 {
  justify-content: flex-start;
  align-items: flex-end;
}

.link-block-115 {
  margin-right: 0;
}

.link-block-116 {
  margin-left: auto;
  margin-right: auto;
}

.link-block-116.w--current {
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-295 {
  border-radius: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
}

.container-84 {
  text-align: center;
}

.section-77 {
  margin-bottom: 40px;
}

.body-21 {
  background-color: var(--white);
}

.collection-list-9 {
  margin-top: 40px;
}

.next-2 {
  background-color: #fff;
  border-style: none;
  margin-left: auto;
}

.previous-2 {
  background-color: #fff;
  border-style: none;
  margin-right: auto;
}

.pagination-2 {
  margin-top: 10px;
}

.cta-button {
  background-color: var(--cura-green);
  color: var(--white);
  text-align: center;
  border-radius: 100px;
  width: 400px;
  height: 80px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  line-height: 80px;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.cta-button.fixed {
  height: 60px;
  display: block;
  position: fixed;
  inset: auto 0% 40px;
}

.cta-button.fixed.w--current {
  height: 60px;
  display: block;
}

.image-288-copy {
  height: 20px;
  position: absolute;
  inset: 22px 20px auto auto;
}

.text-block-578-copy {
  font-size: 24px;
  line-height: 60px;
}

.code-embed-8 {
  display: none;
}

.text-block-581 {
  color: var(--cura-green);
  text-align: center;
  letter-spacing: 1px;
  font-size: 13px;
  line-height: 24px;
}

.image-296 {
  border-radius: 4px;
  max-width: 260px;
  margin-top: 10px;
}

.column-8 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--border-gray);
  display: block;
}

.terms-h2 {
  font-size: 24px;
}

@media screen and (max-width: 991px) {
  .section.bg1 {
    background-size: cover;
    padding-top: 0;
    padding-left: 0;
  }

  .main-container {
    max-width: 760px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .main-container.mc1 {
    padding-left: 20%;
    padding-right: 20%;
  }

  .footer-1 {
    padding-bottom: 56px;
  }

  .back-to-top-button {
    display: block;
  }

  .announcement-cross {
    right: 28px;
  }

  .display-heading {
    font-size: 72px;
    line-height: 72px;
  }

  .display-heading.no-bottom-margin {
    letter-spacing: -.01em;
    font-size: 48px;
    line-height: 72px;
  }

  .display-heading.no-bottom-margin.textweight-light {
    font-size: 48px;
  }

  .display-heading.no-bottom-margin.textweight-light.text-white.text-shadow.text-green {
    text-shadow: 1px 1px 1px #00000080;
  }

  .uppercase-text.menu-heading {
    margin-bottom: 14px;
  }

  .navbar-grid {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 28px;
    margin-right: 28px;
    display: flex;
  }

  .nav-link {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .dropdown-list-wide.w--open {
    background-color: var(--shade-2);
    border-radius: 7px;
    padding-top: 21px;
    padding-bottom: 21px;
    position: relative;
    transform: none;
  }

  .dropdown {
    width: 100%;
  }

  .dropdown-large-grid {
    grid-template-columns: 1fr;
  }

  .vertical-menus-grid {
    grid-column-gap: 56px;
  }

  .nav-menu {
    border-bottom: 1px solid var(--border);
    background-color: var(--shade-1);
    order: 1;
    width: 100%;
    padding: 14px;
    position: absolute;
  }

  .dropdown-wide-bg {
    display: none;
  }

  .container-large.top-container {
    padding-top: 20px;
  }

  .menu-button {
    margin-left: 14px;
    padding: 7px;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .menu-button-icon {
    display: block;
  }

  .dropdown-left {
    display: none;
  }

  .dropdown-icon-links-grid {
    grid-template-columns: 1fr 1fr;
  }

  .icon-link:hover {
    background-color: var(--shade-1);
  }

  .footer-halves-grid {
    grid-template-columns: 1fr;
  }

  .footer-1-bottom-row {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 56px;
  }

  .restricted-content-container {
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-1-copyright-text {
    margin-top: 28px;
  }

  .footer-contact-container {
    text-align: center;
  }

  .footer-3-top-row {
    flex-direction: column;
  }

  .horizontal-links {
    margin-bottom: 28px;
    margin-left: 28px;
  }

  .horizontal-links.aligned-right {
    margin-top: 28px;
    margin-bottom: 0;
    margin-right: 0;
  }

  .footer-3-bottom-row {
    flex-direction: column;
  }

  .footer-4-bottom-row {
    text-align: center;
    flex-direction: column;
    margin-top: 56px;
  }

  .footer-right-logo {
    margin-top: 28px;
  }

  .navbar-row {
    margin-left: 28px;
    margin-right: 28px;
  }

  .process-step {
    font-size: 18px;
    line-height: 28px;
  }

  .button-pair.below-large-text {
    justify-content: center;
  }

  .checkout-form {
    grid-template-columns: 1fr;
  }

  .cta-bar {
    text-align: center;
    flex-direction: column;
  }

  .html-embed {
    margin-left: 45px;
  }

  .div-block-6 {
    width: 380px;
  }

  .text-block-3.no-shadow.hide-on-mobile {
    font-size: 36px;
    line-height: 48px;
  }

  .text-block-3.no-shadow.hide-on-mobile.green-enclosing.margin-right.show-on-mobile {
    display: none;
  }

  .image-4.curamobile {
    width: 70px;
  }

  .image-4.curabag {
    width: 50px;
  }

  .image-4.curaentry {
    width: 40px;
  }

  .image-5 {
    width: 220px;
    top: auto;
    bottom: 0;
    right: 20px;
  }

  .grid-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .grid-3 {
    grid-template-rows: auto auto;
  }

  .div-block-9 {
    margin-bottom: 100px;
    padding-bottom: 0;
  }

  .text-block-5 {
    font-size: 21px;
    line-height: 31px;
  }

  .bold-text {
    font-size: 22px;
    line-height: 32px;
  }

  .section-4 {
    padding-top: 0;
  }

  .div-block-18 {
    z-index: 5;
    background-image: url('../images/signup-bottom-shadow.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: fixed;
    inset: auto 0% 3%;
  }

  .div-block-18.blog-mobile-cta {
    text-align: center;
    background-image: none;
    display: block;
  }

  .image-15.image-inner {
    object-fit: cover;
    width: auto;
    height: 100%;
    position: absolute;
  }

  .left-div {
    display: none;
  }

  .collection-list {
    grid-column-gap: 0px;
  }

  .div-block-37 {
    width: 350px;
    height: 280px;
  }

  .div-block-38 {
    height: 500px;
  }

  .collection-list-2 {
    grid-template-rows: minmax(auto, 300px) auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .image-wrapper {
    width: 100px;
    height: 100px;
    position: relative;
    overflow: hidden;
  }

  .image-21 {
    height: 75px;
  }

  .link-block-8 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-57.partner-nav, .div-block-58 {
    width: auto;
  }

  .div-block-58.partner-nav {
    display: flex;
  }

  .heading {
    font-size: 38px;
    line-height: 50px;
    display: inline-block;
  }

  .text-block-30 {
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-62 {
    flex: 0 auto;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    position: static;
  }

  .container-3 {
    flex-direction: column-reverse;
    justify-content: space-between;
  }

  .div-block-64 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .div-block-65 {
    padding-left: 0;
  }

  .text-block-31 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11px;
  }

  .text-span-20.laurel-eng {
    font-size: 20px;
  }

  .div-block-70.margin-top {
    margin-bottom: 40px;
  }

  .text-span-24 {
    display: inline-block;
  }

  .body-2 {
    font-family: Noto Sans JP, sans-serif;
  }

  .container-large-kaigo.top-container-kaigo {
    max-width: 400px;
    margin-top: 0;
    margin-left: auto;
    padding-top: 20px;
  }

  .section-kaigo.bg1-kaigo {
    background-size: cover;
    padding-top: 0;
    padding-left: 0;
  }

  .section-kaigo.bg1-kaigo.partner-bg-kaigo {
    padding-bottom: 20px;
  }

  .main-container-kaigo {
    max-width: 760px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .main-container-kaigo.mc1 {
    padding-left: 20%;
    padding-right: 20%;
  }

  .div-block-79 {
    width: auto;
  }

  .hero-heading-right {
    padding-top: 0;
  }

  .container-4 {
    max-width: 728px;
    margin-top: 0;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .image-35 {
    display: none;
  }

  .image-36 {
    max-width: 60%;
    margin-bottom: 40px;
    margin-left: auto;
    display: block;
  }

  .div-block-80 {
    min-height: 120px;
  }

  .div-block-82 {
    width: 360px;
    max-width: 360px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-83 {
    margin-left: 0;
    margin-right: 0;
  }

  .link-block-11 {
    display: block;
  }

  .column-2 {
    display: flex;
  }

  .column-5 {
    padding-bottom: 6px;
  }

  .column-6 {
    align-items: center;
  }

  .column-5-copy {
    display: flex;
  }

  .column-6-copy {
    align-items: center;
  }

  .main-container-3 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .restricted-content-container-2 {
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-halves-grid-2 {
    grid-template-columns: 1fr;
  }

  .section-title {
    margin-bottom: 70px;
  }

  .main-container-4 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .image-138 {
    max-width: none;
  }

  .logo-row {
    flex-wrap: wrap;
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .logo-row-image {
    margin: 14px 21px;
  }

  .div-block-144 {
    width: 100%;
    display: flex;
  }

  .dropdown-2 {
    width: 100%;
  }

  .text-block-181 {
    max-width: none;
  }

  .collection-list-wrapper-4 {
    width: auto;
  }

  .legal-header {
    margin-bottom: 56px;
    padding-bottom: 35px;
  }

  .section-14 {
    padding-top: 20px;
  }

  .bold-text-18.text-lg1 {
    font-size: 36px;
  }

  .flex-block-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .div-block-149 {
    display: none;
  }

  .div-block-152 {
    background-position: 0%;
  }

  .grid-46 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .div-block-159 {
    margin-right: auto;
  }

  .link-block-42 {
    display: none;
  }

  .dropdown-2-copy {
    width: 100%;
  }

  .link-block-42-copy {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .rich-text-block-9-copy {
    display: none;
  }

  .heading-100 {
    height: auto;
  }

  .text-block-190 {
    margin-top: 40px;
  }

  .div-block-164 {
    margin-top: 20px;
  }

  .heading-104 {
    font-size: 20px;
  }

  .text-block-193 {
    font-size: 16px;
  }

  .grid-48-copy {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .body-11 {
    font-family: Noto Sans JP, sans-serif;
  }

  .text-block-210 {
    font-size: 16px;
  }

  .text-block-224 {
    font-size: 12px;
  }

  .grid-50 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-197 {
    width: 80%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .container-17 {
    flex-direction: column;
    align-items: center;
  }

  .dropdown-4 {
    z-index: 0;
  }

  .link-8 {
    margin-top: 30px;
  }

  .heading-111 {
    font-size: 26px;
  }

  .image-169, .image-170 {
    height: 60px;
  }

  .container-29 {
    max-width: 700px;
    padding-left: 0;
    padding-right: 0;
    right: 0;
  }

  .image-186 {
    width: 350px;
    top: 8%;
    right: 8%;
  }

  .image-186.hide-on-mobile, .image-186.hide-on-mobile-copy {
    right: 8%;
  }

  .text-block-261 {
    font-size: 14px;
    line-height: 16px;
  }

  .text-block-260 {
    font-size: 2vw;
    line-height: 2.5vw;
  }

  .text-block-260-copy {
    font-size: 2.5vw;
    line-height: 3.5vw;
  }

  .flex-block-34, .flex-block-34.fblock2 {
    display: block;
  }

  .flex-block-34.fblock1, .flex-block-34.fblock1-copy, .flex-block-34.fblock1-copy-copy {
    display: none;
  }

  .text-block-266 {
    letter-spacing: 2px;
    font-size: 13px;
  }

  .div-block-307.hide-on-mobile {
    display: none;
  }

  .flex-block-35 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-311 {
    height: 280px;
    position: relative;
  }

  .text-block-285 {
    font-size: 10px;
  }

  .link-block-43-copy {
    margin-right: 20px;
  }

  .div-block-268 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-294 {
    margin-right: 40px;
  }

  .flex-block-49 {
    justify-content: center;
    align-items: center;
    width: 700px;
    margin-top: 60px;
  }

  .div-block-31-copy {
    width: 180px;
    position: absolute;
    inset: auto 0% 20px;
  }

  .div-block-328 {
    z-index: 4;
  }

  .text-span-50 {
    font-size: 3.5vw;
    line-height: 4vw;
  }

  .div-block-33-copy {
    width: 180px;
    position: absolute;
    inset: auto 0% 20px;
  }

  .image-icon {
    max-width: 30px;
    height: 30px;
  }

  .container-29-copy {
    max-width: 700px;
    padding-left: 0;
    padding-right: 0;
    right: 0;
  }

  .flex-block-49-copy, .flex-block-49-copy-copy {
    justify-content: center;
    align-items: center;
    width: 700px;
    margin-top: 60px;
  }

  .text-block-318 {
    width: 400px;
    font-size: 20px;
  }

  .image-207 {
    margin-top: auto;
    margin-bottom: auto;
  }

  .div-block-348 {
    width: 450px;
  }

  .div-block-350, .div-block-350-copy {
    width: 300px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-348-copy {
    width: 450px;
  }

  .paragraph-25 {
    font-size: 14px;
    line-height: 20px;
  }

  .link-block-78 {
    width: 300px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .banner-h3 {
    font-size: 30px;
  }

  .slide-banner {
    width: 100%;
    display: none;
  }

  .author-image {
    margin-bottom: 10px;
  }

  .checkbox-base {
    height: auto;
    min-height: 100px;
  }

  .slide-wrapper {
    flex-direction: column;
  }

  .slide-content {
    align-items: center;
    width: 100%;
    min-height: 100vh;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .banner-content {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .author-testimonial {
    flex-direction: column;
    align-items: flex-start;
  }

  .banner-logo {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .icon-2 {
    font-size: 24px;
  }

  .text-block-352 {
    font-size: 14px;
    line-height: 20px;
  }

  .flex-block-77 {
    margin-left: 10px;
    margin-right: 20px;
  }

  .div-block-377 {
    display: inline-flex;
  }

  .create-job-slide {
    padding-left: 40px;
    padding-right: 40px;
  }

  .right-arrow-2 {
    margin-right: 40px;
  }

  .div-block-414 {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-44 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-427 {
    height: 30px;
  }

  .text-block-401 {
    min-width: 220px;
  }

  .div-block-428 {
    flex: 0 auto;
    width: 50%;
  }

  .container-62.flex {
    flex-flow: column-reverse;
  }

  .text-block-402 {
    margin-top: 6px;
  }

  .table-container1 {
    width: auto;
  }

  .table-header1 {
    border-top-width: 1px;
    border-left-style: solid;
    flex-flow: column;
    min-width: 0;
    padding-left: 20px;
    display: none;
  }

  .text-block-404 {
    height: 30px;
    padding-top: 4px;
  }

  .div-block-440 {
    height: 16px;
  }

  .candidate-div {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-top: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    flex-flow: wrap;
    justify-content: flex-start;
    min-width: 0;
    height: 200px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-405 {
    width: auto;
    height: 18px;
    overflow: clip;
  }

  .text-block-405.stc2, .text-block-405.stc3, .text-block-405.stc4 {
    width: auto;
  }

  .text-block-405.stc5 {
    width: auto;
    padding-right: 10px;
  }

  .text-block-405.stc6, .text-block-405.stc7, .text-block-405.stc8, .text-block-405.stc9, .text-block-405.stc10 {
    width: auto;
  }

  .work_history-blank, .school-blank {
    height: 30px;
  }

  .div-block-448 {
    width: 100%;
  }

  .div-block-452 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .div-block-454 {
    flex-flow: wrap;
  }

  .jetboost-toggle-favorite-q5yy {
    margin-left: 10px;
    inset: 0% 0% auto auto;
  }

  .activity {
    width: 100%;
  }

  .table-container-2 {
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .table-header1-copy {
    border-top-width: 1px;
    border-left-style: solid;
    flex-flow: column;
    min-width: 0;
    padding-left: 20px;
    display: none;
  }

  .text-block-425 {
    width: 100px;
    min-width: 100px;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    display: block;
  }

  .text-alert-for-mobile {
    display: block;
  }

  .experience-blank, .field-blank, .employment-blank, .data-blank {
    height: 30px;
  }

  .flex-block-87, .flex-block-88, .flex-block-89, .flex-block-90, .flex-block-91, .flex-block-92 {
    width: 50%;
    min-height: 28px;
  }

  .flex-block-93 {
    width: 100%;
    min-height: 28px;
  }

  .flex-block-94, .flex-block-95 {
    width: 50%;
    min-height: 28px;
  }

  .flex-block-96 {
    width: 100%;
    min-height: 28px;
  }

  .div-block-468 {
    margin: 10px auto;
  }

  .div-block-469 {
    width: 100%;
    display: none;
  }

  .div-block-470 {
    width: 100%;
    margin-bottom: 10px;
    display: block;
  }

  .table-header1-copy-copy {
    border-top-width: 1px;
    border-left-style: solid;
    flex-flow: column;
    min-width: 0;
    padding-left: 20px;
    display: none;
  }

  .div-block-440-copy {
    height: 16px;
  }

  .div-block-469-without-button {
    width: 100%;
    display: none;
  }

  .div-block-427-copy {
    height: 30px;
    margin-top: 4px;
  }

  .flex-block-97 {
    flex-flow: column;
  }

  .div-block-428-copy {
    flex: 0 auto;
    width: 50%;
  }

  .div-block-427-copy-copy {
    height: 30px;
    margin-top: 4px;
  }

  .div-block-469-copy {
    width: 100%;
    display: none;
  }

  .div-block-469-copy-copy {
    width: 100%;
    display: flex;
  }

  .div-block-427-copy-top-pge {
    min-width: 220px;
    height: 30px;
  }

  .div-block-488 {
    max-width: calc(100% - 300px);
  }

  .div-block-489 {
    min-width: 300px;
  }

  .container-66 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-450, .modal {
    display: none;
  }

  .div-block-500 {
    margin-left: 0;
  }

  .div-block-501 {
    flex-flow: wrap;
  }

  .text-block-450-copy {
    display: block;
    position: static;
  }

  .text-block-464 {
    margin-left: 0;
  }

  .link-19 {
    display: none;
  }

  .stj-button-big.horizontal.selected {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-548 {
    font-size: 28px;
  }

  .text-block-550, .text-block-551 {
    font-size: 14px;
  }

  .div-block-611-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-619 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .start-stj-btn {
    font-size: 28px;
  }

  .heading-167 {
    font-size: 32px;
  }

  .section-73 {
    height: 240px;
  }

  .text-block-563 {
    width: 400px;
    font-size: 32px;
    line-height: 48px;
  }

  .text-span-114 {
    font-size: 48px;
  }

  .text-block-564 {
    font-size: 24px;
    line-height: 60px;
  }

  .image-281, .image-282 {
    margin-top: 20px;
  }

  .container-80 {
    margin-top: 10px;
  }

  .hero-section-plp {
    max-width: 100%;
    height: 400px;
  }

  .cta-button.fixed.w--current {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 24px;
  }

  h1 {
    margin-bottom: 21px;
    font-size: 32px;
    line-height: 42px;
  }

  h2 {
    font-size: 32px;
    line-height: 42px;
  }

  h6 {
    font-size: 16px;
    line-height: 24px;
  }

  .section {
    padding-top: 98px;
    padding-bottom: 98px;
  }

  .large-text.below-display-heading.text-pink {
    margin-top: 20px;
  }

  .button.square.beside-input {
    margin-left: 0;
  }

  .button.adjacent-to-button {
    margin-top: 21px;
    margin-left: 0;
  }

  .announcement-cross {
    right: 14px;
  }

  .search-modal-container {
    padding-top: 35px;
    padding-left: 28px;
    padding-right: 28px;
  }

  .display-heading {
    font-size: 54px;
    line-height: 60px;
  }

  .display-heading.no-bottom-margin {
    letter-spacing: 0;
    font-size: 32px;
    line-height: 48px;
  }

  .display-heading.no-bottom-margin.textweight-light {
    font-size: 32px;
    line-height: 48px;
  }

  .display-heading.no-bottom-margin.textweight-light.text-white.text-shadow.text-green {
    text-shadow: 1px 1px 1px #00000080;
  }

  .navbar-grid {
    margin-left: 14px;
    margin-right: 14px;
  }

  .vertical-menus-grid {
    grid-column-gap: 28px;
  }

  .nav-menu {
    height: 80vh;
    position: absolute;
    inset: 84px 0% auto;
    overflow: scroll;
  }

  .dropdown-icon-links-grid {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
  }

  .icon-link {
    flex-direction: row;
    padding: 21px;
  }

  .icon-link-image {
    min-height: 28px;
    margin-bottom: 0;
    margin-right: 14px;
  }

  .loader-logo {
    width: 140px;
  }

  .horizontal-links {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -7px;
  }

  .horizontal-link {
    margin-right: 21px;
  }

  .horizontal-link.text-white {
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar-row {
    margin-left: 14px;
    margin-right: 14px;
  }

  .search-modal-heading, .popular-links-container {
    display: none;
  }

  .process-step {
    padding: 21px;
  }

  .button-pair.below-large-text {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button-pair.below-large-text.centered {
    align-items: center;
  }

  .article.post-content {
    overflow-wrap: anywhere;
    font-size: 1rem;
    line-height: 2rem;
  }

  .form-horizontal {
    grid-column-gap: 16px;
    grid-row-gap: 14px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .form-row, .form-row-thirds {
    grid-template-columns: 1fr;
  }

  .modal-image {
    display: none;
  }

  .modal-dismiss-cross {
    top: 14px;
    right: 14px;
  }

  .text-block.heading1.hd1.margin-top {
    font-size: 32px;
    line-height: 48px;
  }

  .div-block-5 {
    margin-left: auto;
    margin-right: auto;
  }

  .grid {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .div-block-6 {
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-3 {
    font-size: 32px;
    line-height: 48px;
  }

  .text-block-4.text-center.no-top-margin {
    margin-left: auto;
    margin-right: auto;
  }

  .image-3 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-4.curamobile {
    width: 70px;
  }

  .image-5 {
    width: 160px;
    display: block;
    top: 280px;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-7.hsp1, .div-block-7.hsp2, .div-block-7.hsp3 {
    margin-left: auto;
    margin-right: auto;
  }

  .grid-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-9 {
    margin-bottom: 100px;
    padding-bottom: 80px;
  }

  .div-block-10 {
    margin-left: -60px;
  }

  .grid-4 {
    grid-template-columns: 1fr;
  }

  .image-7 {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-11 {
    width: 100%;
  }

  .image-10 {
    width: 220px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .text-block-8.text-shadow {
    font-size: 32px;
  }

  .div-block-27 {
    width: 500px;
  }

  .text-block-15 {
    width: 210px;
  }

  .div-block-29 {
    display: flex;
  }

  .link-block-2 {
    height: 100px;
  }

  .container-flex {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-37 {
    max-width: 50svw;
  }

  .div-block-39 {
    max-width: 30svw;
  }

  .text-block-24 {
    margin-left: 20px;
  }

  .link-2 {
    display: block;
  }

  .div-block-56.partner-nav {
    justify-content: space-between;
  }

  .div-block-57.partner-nav {
    width: auto;
  }

  .div-block-58.partner-nav {
    display: flex;
  }

  .button-3 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .section-11 {
    padding-bottom: 20px;
  }

  .div-block-60 {
    display: none;
  }

  .heading {
    font-size: 24px;
    line-height: 36px;
  }

  .text-block-30 {
    font-size: 12px;
    line-height: 16px;
  }

  .div-block-62 {
    height: auto;
  }

  .section-12 {
    display: block;
  }

  .div-block-64 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    display: grid;
  }

  .div-block-70 {
    display: none;
  }

  .div-block-76 {
    background-color: #fff;
  }

  .html-embed-9 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .section-kaigo {
    padding-top: 98px;
    padding-bottom: 98px;
  }

  .main-container-kaigo.mc1.block {
    padding-left: 80px;
    padding-right: 80px;
  }

  .hero-heading-right {
    padding: 20px 15px 60px;
  }

  .hero-wrapper.lp-biz {
    margin-bottom: 0;
  }

  .image-35 {
    display: none;
  }

  .image-36 {
    margin-bottom: 20px;
  }

  .heading-4 {
    color: var(--white);
    display: block;
  }

  .div-block-83 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-89 {
    width: 30rem;
    max-width: 80%;
    padding-left: 60px;
    padding-right: 60px;
  }

  .image-39 {
    max-width: 80%;
  }

  .html-embed-10 {
    width: 100%;
  }

  .section-title {
    margin-bottom: 56px;
  }

  .image-138 {
    max-width: none;
  }

  .container-large-2 {
    max-width: 100%;
  }

  .cell-3 {
    display: none;
  }

  .heading-79 {
    min-width: 80%;
    max-width: none;
  }

  .co-head-business {
    text-align: left;
    font-family: Noto Sans JP, sans-serif;
  }

  .grid-44, .grid-45 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .section-14 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-17 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .container-11 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-150 {
    width: 500px;
  }

  .button-11 {
    padding-top: 17px;
  }

  .grid-47 {
    margin-right: 20px;
  }

  .div-block-159 {
    margin-right: auto;
  }

  .link-block-42 {
    display: none;
  }

  .link-block-42-copy {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .container-12 {
    display: block;
  }

  .container-13 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .quick-stack-4 {
    grid-row-gap: 20px;
  }

  .link-3-copy {
    display: none;
  }

  .alert-1 {
    color: var(--primary-2);
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-176 {
    display: block;
  }

  .grid-48, .grid-48-copy {
    display: inline-block;
  }

  .text-block-210 {
    color: var(--black);
    font-size: 16px;
    font-weight: 700;
  }

  .sample-job-card {
    min-width: 100%;
    padding: 10px;
  }

  .grid-49 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-186 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-224 {
    font-size: 12px;
  }

  .grid-50 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-206 {
    text-align: center;
    margin-top: 10px;
  }

  .div-block-213 {
    width: 340px;
  }

  .button-17 {
    font-size: 18px;
  }

  .text-block-234 {
    padding-top: 16px;
  }

  .flex-block-25-copy {
    width: auto;
  }

  .button-17-copy {
    font-size: 18px;
  }

  .div-block-229 {
    padding-top: 14px;
  }

  .text-block-247.login-cta {
    line-height: 28px;
  }

  .heading-111 {
    font-size: 22px;
  }

  .paragraph-22, .underline-yellow {
    font-size: 18px;
  }

  .heading-112 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .div-block-241 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .image-169 {
    margin-top: 10px;
  }

  .flex-block-31 {
    margin-bottom: 100px;
  }

  .heading-114 {
    font-size: 28px;
  }

  .div-block-252 {
    max-width: 100%;
  }

  .heading-2-report {
    font-size: 24px;
    line-height: 36px;
  }

  .section-under-2nd-copy, .section-partnership {
    margin-top: 0;
  }

  .section-under-2nd-copy {
    margin-top: 40px;
  }

  .image-186.hide-on-mobile-copy, .section-26, .section-27, .section-29, .section-30, .section-32, .section-25-copy, .flex-block-49-copy, .section-23-copy, .div-block-324-copy-copy-copy, .div-block-326-copy, .section-34 {
    display: none;
  }

  .div-block-176-copy {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .flex-block-49-copy-copy {
    display: none;
  }

  .text-block-313 {
    text-align: center;
  }

  .grid-49-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-186-copy {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-317 {
    font-size: 18px;
  }

  .text-block-318 {
    margin-top: 11px;
  }

  .image-204 {
    height: 160px;
  }

  .div-block-346 {
    width: 240px;
    height: 80px;
    margin-top: -50px;
  }

  .image-207 {
    width: 40%;
    display: none;
  }

  .image-208 {
    width: 200px;
    height: auto;
  }

  .div-block-348 {
    width: 400px;
  }

  .text-block-321 {
    font-size: 18px;
  }

  .div-block-350 {
    width: 240px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
  }

  .text-block-322 {
    font-size: 20px;
  }

  .image-209 {
    width: 40px;
    margin-right: 10px;
  }

  .flex-block-55 {
    width: 250px;
    margin-left: 20px;
    margin-right: auto;
  }

  .flex-block-56 {
    width: 250px;
  }

  .image-210 {
    width: 40px;
    margin-right: 10px;
  }

  .div-block-350-copy {
    width: 240px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
  }

  .div-block-348-copy {
    width: 400px;
  }

  .image-212 {
    height: 180px;
  }

  .underline-yellow-copy {
    font-size: 18px;
  }

  .div-block-359 {
    width: auto;
  }

  .text-block-332 {
    padding-top: 12px;
    font-size: 16px;
  }

  .help-block {
    top: 0;
    right: 0;
  }

  .form-wrapper {
    width: 100%;
  }

  .checkbox-base {
    min-height: 80px;
  }

  .previous-placeholder {
    z-index: 6;
    position: fixed;
  }

  .form-item-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .button-wrapper {
    display: none;
  }

  .next-placeholder {
    z-index: 6;
    position: fixed;
  }

  .form-content {
    width: 100%;
    min-width: auto;
  }

  .icon-2 {
    font-size: 24px;
  }

  .text-block-334 {
    font-size: 20px;
  }

  .link-block-81 {
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    display: flex;
  }

  .flex-block-67 {
    margin-left: 20px;
    margin-right: 0;
  }

  .code-embed {
    width: 100%;
  }

  .checkmark {
    height: 14px;
  }

  .flex-block-77 {
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-355, .div-block-378 {
    font-size: 14px;
    line-height: 20px;
  }

  .container-42, .container-43, .container-44, .container-45, .container-46, .container-47 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .collection-item-2 {
    width: 120px;
  }

  .container-48, .container-49, .create-job-slide {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-4, .success-message-3 {
    height: 800px;
  }

  .flex-block-25-copy-copy {
    width: auto;
  }

  .div-block-406 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .account-facility-label {
    font-size: 12px;
  }

  .checkbox-6 {
    margin-top: 8px;
  }

  .field-label-8 {
    font-size: 12px;
  }

  .text-field-3, .text-field-4 {
    height: 30px;
  }

  .checkbox-label-4, .list-5, .paragraph-36, .paragraph-39 {
    font-size: 12px;
    line-height: 20px;
  }

  .text-block-24-copy {
    margin-left: 20px;
  }

  .paragraph-40, .paragraph-41 {
    font-size: 12px;
    line-height: 20px;
  }

  .checkbox-label-5 {
    font-size: 12px;
  }

  .text-field-5 {
    height: 30px;
  }

  .checkbox-label-6 {
    margin-top: 2px;
  }

  .header-nav1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-399 {
    display: block;
  }

  .div-block-426 {
    flex-flow: row;
  }

  .div-block-427 {
    width: 180px;
  }

  .text-block-401 {
    width: 130px;
    min-width: 130px;
  }

  .div-block-428 {
    justify-content: space-between;
  }

  .text-span-78 {
    display: none;
  }

  .table-container1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-427-copy {
    width: 180px;
  }

  .div-block-428-copy {
    justify-content: space-between;
    width: auto;
  }

  .text-block-399-copy {
    display: none;
  }

  .div-block-427-copy-copy {
    width: 180px;
  }

  .div-block-427-copy-top-pge {
    width: 180px;
    display: none;
  }

  .reply-form-for, .container-63, .container-64 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .flex-textarea__dummy, .flex-textarea__textarea {
    font-size: 14px;
  }

  .div-block-488 {
    overflow: visible;
  }

  .div-block-491 {
    flex-flow: wrap;
  }

  .heading-148 {
    font-size: 24px;
    line-height: 36px;
  }

  .calendar-cell.calendar-body.sun {
    background-color: #fff3f3;
  }

  .calendar-cell.calendar-body.inactive {
    background-color: var(--shade-2);
    color: var(--border-gray);
  }

  .calendar-date.active {
    color: var(--black);
  }

  .div-block-513 {
    width: 40%;
    top: -14px;
    left: -14px;
  }

  .section-60, .section-61, .section-62 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-464 {
    line-height: 42px;
  }

  .flex-block-99 {
    align-items: flex-start;
  }

  .heading-152 {
    text-align: center;
  }

  .quick-stack-7 {
    padding: 10px;
  }

  .div-block-518 {
    font-size: 24px;
  }

  .div-block-524 {
    width: 240px;
    height: 60px;
    inset: auto 40px 40px auto;
  }

  .text-block-469 {
    font-size: 12px;
    line-height: 60px;
  }

  .text-block-476 {
    font-size: 14px;
  }

  .list-12 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .text-block-490 {
    font-size: 14px;
    font-weight: 400;
  }

  .section-65 {
    padding-left: 10px;
    font-size: 14px;
  }

  .facility-lp-button.small {
    width: 160px;
    height: 24px;
    line-height: 24px;
  }

  .text-block-503 {
    font-size: 10px;
  }

  .div-tel-facilitiy-lp {
    width: 120px;
    min-width: 120px;
  }

  .text-block-504 {
    text-align: center;
  }

  .flex-block-103 {
    justify-content: center;
  }

  .section-block-facility-lp {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-556 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-268 {
    display: none;
  }

  .flex-block-109 {
    flex-flow: column-reverse;
    align-items: center;
  }

  .flex-block-110 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .text-block-512 {
    font-size: 16px;
  }

  .div-block-559 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-513 {
    font-size: 18px;
    line-height: 30px;
  }

  .text-block-514 {
    font-size: 14px;
  }

  .div-block-561 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .release-title {
    font-size: 14px;
    line-height: 20px;
  }

  .body-20 {
    font-size: 14px;
  }

  .button-title {
    font-size: 20px;
    line-height: 30px;
  }

  .text-block-548 {
    font-size: 22px;
  }

  .text-span-106 {
    font-size: 24px;
  }

  .text-span-107 {
    font-size: 40px;
    line-height: 60px;
  }

  .text-block-549 {
    font-size: 20px;
  }

  .text-block-550 {
    white-space: nowrap;
    font-size: 12px;
  }

  .text-block-551 {
    font-size: 12px;
  }

  .text-block-552 {
    font-size: 18px;
  }

  .text-block-553 {
    font-size: 16px;
  }

  .start-stj-btn {
    font-size: 20px;
    line-height: 60px;
  }

  .div-block-623 {
    font-size: 16px;
    top: -16px;
  }

  .text-block-556 {
    font-size: 16px;
  }

  .image-278 {
    height: 30px;
  }

  .compare.header._2 {
    width: 160px;
  }

  .compare.header._3 {
    width: 150px;
  }

  .compare._1 {
    width: 120px;
  }

  .compare._2, .compare._2.number {
    width: 160px;
  }

  .compare._3 {
    width: 150px;
    font-size: 14px;
  }

  .heading-166 {
    font-size: 20px;
  }

  .heading-167 {
    font-size: 24px;
    line-height: 36px;
  }

  .section-72 {
    height: 400px;
  }

  .text-block-563 {
    width: 290px;
    font-size: 24px;
    line-height: 36px;
  }

  .text-span-114 {
    font-size: 40px;
  }

  .container-79 {
    flex-flow: column;
    align-items: center;
  }

  .text-block-564 {
    width: 9em;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 24px;
    line-height: 60px;
  }

  .div-block-628 {
    margin-top: 40px;
  }

  .container-81 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-168 {
    font-size: 24px;
    line-height: 36px;
  }

  .container-82 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header-plp {
    height: 50px;
  }

  .hero-section-plp {
    background-image: none;
    height: auto;
  }

  .header2-plp {
    font-size: 24px;
    line-height: 36px;
  }

  .text-block-567 {
    font-size: 12px;
    line-height: 18px;
  }

  .accordion-item-plp {
    padding: 10px;
  }

  .accordion-content-plp {
    display: none;
  }

  .accordion-title-plp {
    font-size: 14px;
    line-height: 21px;
  }

  .text-block-568 {
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px;
  }

  .container-plp {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-284 {
    height: 30px;
  }

  .button-22 {
    width: 90px;
    height: 30px;
    font-size: 14px;
    line-height: 14px;
  }

  .text-block-569 {
    font-size: 14px;
    line-height: 21px;
  }

  .text-span-117 {
    font-size: 24px;
  }

  .button-23 {
    width: 320px;
    height: 60px;
    font-size: 20px;
    line-height: 40px;
  }

  .div-block-630 {
    width: 100px;
    height: 80px;
  }

  .text-block-570 {
    margin-top: 8px;
    font-size: 12px;
    line-height: 18px;
  }

  .text-span-118 {
    font-size: 18px;
  }

  .text-span-119 {
    font-size: 12px;
  }

  .start-button {
    height: 60px;
    box-shadow: 0 2px 5px #0003;
  }

  .image-288 {
    top: 20px;
  }

  .link-block-114 {
    padding: 4px 30px;
  }

  .image-292 {
    top: 9px;
    right: 10px;
  }

  .text-block-578 {
    font-size: 24px;
    line-height: 60px;
  }

  .image-293 {
    width: 90%;
    height: auto;
  }

  .bold-text-33 {
    font-size: 12px;
  }

  .text-block-579 {
    margin-right: 20px;
    font-size: 8px;
    line-height: 16px;
  }

  .cta-button {
    height: 60px;
    box-shadow: 0 2px 5px #0003;
  }

  .cta-button.fixed.w--current {
    display: block;
  }

  .image-288-copy {
    top: 20px;
  }

  .text-block-578-copy {
    font-size: 24px;
    line-height: 60px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 28px;
    line-height: 38px;
  }

  h3 {
    font-size: 24px;
    line-height: 32px;
  }

  h4 {
    font-size: 18px;
    line-height: 22px;
  }

  h5 {
    font-size: 18px;
    line-height: 28px;
  }

  img {
    max-width: 90%;
  }

  .load-first {
    margin-top: 40px;
    padding-bottom: 100px;
  }

  .section {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .section.bg1 {
    background-image: url('../images/cura-nurse-patient-bg2min.webp');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 140%;
    background-attachment: scroll;
    height: 300px;
    margin-top: 45px;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .section.bg1.partner-bg {
    background-size: cover;
    height: 400px;
    margin-top: 0;
  }

  .main-container {
    text-shadow: 1px 1px 1px #0000000d;
    border-bottom: 1px #dcdcdc;
    max-width: 100%;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .main-container.mc1 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .main-container.mc1.block {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-container.mc2 {
    margin-top: 140px;
  }

  .main-container.mc2.block.mgt2, .main-container.mgt1 {
    margin-top: 100px;
  }

  .large-text {
    font-size: 18px;
    line-height: 28px;
  }

  .large-text.below-display-heading.margin-top1.text-pink {
    color: #9f9f9f;
    background-color: #fff;
    border-radius: 20px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
  }

  .large-text.below-display-heading.margin-top1.text-pink.no-shadow {
    text-shadow: none;
    background-color: #ffffffe6;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 14px;
    line-height: 18px;
  }

  .large-text.below-display-heading.text-pink {
    color: #9f9f9f;
    background-color: #fff;
    border-radius: 20px;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 500;
  }

  .large-text.below-display-heading.text-pink.no-shadow {
    text-shadow: none;
    background-color: #ffffffe6;
    margin-top: 4px;
    padding: 3px 20px;
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
  }

  .large-text.below-display-heading.text-pink.no-shadow-copy {
    text-align: center;
    text-shadow: none;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .large-text.below-display-heading.margin-bottom {
    color: #ed6e7b;
    letter-spacing: .1em;
    text-shadow: 0 0 1px #fff3;
    border: 2px solid #ed6e7b;
    border-radius: 2px;
    width: 300px;
    margin: auto auto 140px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 21px;
    font-weight: 900;
    box-shadow: 0 0 1px #fff3;
  }

  .large-text.below-display-heading.margin-bottom.margin-top {
    color: #fff;
    background-color: #f08b95e6;
    border-style: none;
    border-color: #f299a2;
    border-radius: 4px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 500;
    line-height: 22px;
  }

  .large-text.below-display-heading.margin-bottom.margin-top.text-center {
    width: 200px;
    margin-bottom: 160px;
  }

  .button.small.navbar-button {
    display: none;
  }

  .button.square.beside-input {
    margin-left: 0;
  }

  .button.adjacent-to-button.bg-shade-2.btn1 {
    background-color: #1faa95;
  }

  .button.adjacent-to-button.bg-shade-2.btn1.btn-grey {
    background-color: #7e8ca7;
  }

  .navbar {
    text-align: left;
    background-color: #fff;
    padding: 3px 10px;
    position: fixed;
    inset: 0% 0% auto;
  }

  .form-grid-vertical {
    width: 100%;
  }

  .selectable-field {
    align-items: flex-start;
  }

  .footer-1 {
    text-align: center;
  }

  .back-to-top-container {
    display: block;
  }

  .back-to-top-button {
    background-color: #e6e2dbcc;
    display: block;
  }

  .announcement-contents {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .trigger-search-modal {
    display: none;
  }

  .search-modal-container {
    padding: 21px;
  }

  .display-heading {
    font-size: 40px;
    line-height: 48px;
  }

  .display-heading.no-bottom-margin {
    font-family: Klee One;
    font-size: 1.8em;
    font-weight: 600;
    line-height: 38px;
  }

  .display-heading.no-bottom-margin.textweight-light {
    font-size: 1.8em;
  }

  .display-heading.no-bottom-margin.textweight-light.text-white {
    color: #ffffffe6;
    text-align: center;
    letter-spacing: .1em;
    text-shadow: 0 0 1px #0003;
    font-family: Zen Kaku Gothic New;
    font-weight: 900;
  }

  .display-heading.no-bottom-margin.textweight-light.text-white.text-shadow {
    text-align: center;
    padding-left: 10px;
    font-size: 22px;
    font-weight: 900;
  }

  .display-heading.no-bottom-margin.textweight-light.text-white.text-shadow.text-green {
    text-shadow: 1px 1px 1px #00000080;
    margin-top: 55px;
    font-size: 32px;
    line-height: 46px;
  }

  .display-heading.no-bottom-margin.text-white {
    color: #ffffffe6;
    text-align: center;
    letter-spacing: .1em;
    text-shadow: 0 0 1px #0003;
    font-family: Zen Kaku Gothic New;
    font-size: 1.7em;
    font-weight: 500;
  }

  .display-heading.no-bottom-margin.text-white.text-shadow {
    font-size: 18px;
  }

  .fine-print-text.quantity {
    justify-content: center;
  }

  .vertical-menus-grid {
    grid-row-gap: 21px;
    grid-template-columns: 1fr;
  }

  .vertical-menus-grid.no-mobile-gaps {
    grid-row-gap: 0px;
  }

  .menu-grid-vertical {
    margin-bottom: 7px;
  }

  .container-large {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-large.align-center.text-center {
    padding-top: 0;
  }

  .container-large.top-container {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-container {
    position: static;
  }

  .dropdown-icon-links-grid {
    grid-row-gap: 14px;
    grid-template-columns: 1fr;
  }

  .icon-link {
    padding: 14px;
  }

  .footer-halves-grid {
    justify-items: center;
  }

  .footer-1-bottom-row {
    align-items: center;
  }

  .footer-2, .footer-4 {
    text-align: center;
  }

  .horizontal-form {
    flex-direction: column;
  }

  .hide-on-mobile {
    display: none;
  }

  .button-pair.below-large-text.centered {
    margin-top: 10px;
  }

  .article.post-content {
    white-space: pre-wrap;
    overflow-wrap: anywhere;
    margin-top: 0;
  }

  .blog-post-heading {
    margin-bottom: 56px;
  }

  .blog-post-heading.margin-1.text-left {
    font-size: 24px;
    line-height: 38px;
  }

  .blog-post-main-image {
    border-radius: 4px;
    max-width: 100%;
    margin-top: 0;
  }

  .form-horizontal {
    flex-direction: column;
  }

  .form-card-body {
    padding: 21px;
  }

  .cart-item-details {
    text-align: center;
  }

  .order-item {
    text-align: center;
    flex-direction: column;
  }

  .image {
    margin-left: auto;
    margin-right: auto;
  }

  .image.header-logo, .image.header-logo-copy {
    margin-left: 0;
  }

  .image.header-logo-copy {
    max-width: 90%;
    margin-left: 0;
  }

  .div-block-2 {
    width: 100%;
  }

  .div-block-2.margin-top {
    border: 1px solid #dcdcdc;
    border-radius: 1px;
    margin-top: 60px;
  }

  .text-block.text-sm1.maragin-top {
    object-fit: fill;
    margin-left: 10px;
    margin-right: 0;
    display: inline-block;
  }

  .text-block.text-sm1.maragin-top.no-shadow {
    text-shadow: none;
  }

  .text-block.text-sm1.maragin-top.no-shadow.text-grey {
    color: #dcdcdc;
  }

  .text-block.text-sm1.no-shadow {
    text-shadow: none;
    flex: none;
    align-self: center;
  }

  .text-block.text-sm1.no-shadow.text-bold {
    font-weight: 700;
    display: block;
  }

  .text-block.text-sm1.no-shadow.sm-line {
    line-height: 14px;
  }

  .text-block.heading1 {
    text-align: left;
    width: 130px;
    font-size: 26px;
    line-height: 36px;
  }

  .text-block.heading1.margin-top {
    text-align: center;
    width: 190px;
    font-size: 26px;
  }

  .text-block.heading1.margin-top.no-shadow-copy {
    width: 300px;
  }

  .text-block.heading1.hd1.margin-top {
    font-size: 26px;
    line-height: 36px;
  }

  .text-block.heading1.no-shadow {
    text-shadow: none;
  }

  .text-block.minus-margin-bottom {
    width: 130px;
    font-size: 20px;
    line-height: 23px;
  }

  .text-block.minus-margin-bottom.no-shadow {
    text-shadow: none;
  }

  .text-block.margin-top {
    font-size: 20px;
  }

  .text-block.margin-top.no-shadow {
    text-shadow: none;
  }

  .text-block.margin-top.no-shadow.text-center {
    color: var(--black);
    text-align: center;
    background-color: #f4fff4;
    margin-top: 0;
    font-weight: 700;
    line-height: 56px;
  }

  .text-block.text-center {
    text-align: center;
  }

  .text-block.text-center.no-shadow {
    text-shadow: none;
  }

  .html-embed {
    margin-left: 24px;
  }

  .html-embed.mg2 {
    margin-left: 0;
  }

  .div-block-3 {
    margin-bottom: 10px;
  }

  .div-block-5 {
    width: 100%;
  }

  .grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .div-block-6 {
    width: 100%;
    height: 160px;
  }

  .text-block-3 {
    font-size: 30px;
    line-height: 45px;
  }

  .text-block-3.no-shadow {
    text-shadow: none;
  }

  .text-block-3.no-shadow.margin-bottom {
    margin-bottom: 20px;
  }

  .text-block-3.no-shadow.margin-bottom.text-center.hide-on-pc {
    font-family: Noto Sans JP, sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    display: inline-block;
  }

  .text-block-3.no-shadow.hide-on-mobile, .text-block-3.no-shadow.hide-on-mobile.green-enclosing.margin-right {
    display: none;
  }

  .text-block-3.no-shadow.hide-on-mobile.green-enclosing.margin-right.show-on-mobile {
    text-align: center;
    width: 40px;
    height: 40px;
    margin-left: 0;
    font-size: 24px;
    line-height: 40px;
    display: inline-block;
  }

  .text-block-4 {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
  }

  .text-block-4.no-top-margin, .text-block-4.text-center {
    text-align: center;
  }

  .text-block-4.text-center.no-top-margin {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
  }

  .text-block-4.text-center.no-top-margin.weight-medium {
    font-weight: 500;
  }

  .text-block-4.text-right.text-sm1.margin-top1 {
    text-align: center;
  }

  .text-block-4.text-left {
    text-align: left;
  }

  .text-block-4.text-left.no-shadow {
    text-shadow: none;
    display: inline-block;
  }

  .text-block-4.no-shadow {
    text-shadow: none;
  }

  .text-block-4.no-shadow.text-center.margin-top {
    margin-top: 60px;
  }

  .image-3 {
    object-fit: fill;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-4.curamobile {
    width: 60px;
    margin-bottom: 10px;
  }

  .image-4.curabag, .image-4.curaentry {
    width: 40px;
  }

  .image-5 {
    width: 220px;
    margin-top: 0;
    margin-left: 20px;
    margin-right: auto;
    display: none;
    inset: auto 0 0%;
  }

  .grid-2 {
    grid-row-gap: 41px;
    text-align: left;
    grid-template-columns: 1fr;
  }

  .div-block-7.hsp1, .div-block-7.hsp2, .div-block-7.hsp3 {
    width: 120px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-2 {
    margin-top: 60px;
  }

  .grid-3 {
    grid-row-gap: 15px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    height: 240px;
  }

  .div-block-9 {
    background-image: url('../images/cura-green-bg_1.avif');
    background-position: 0 0;
    background-size: auto;
    margin-bottom: 60px;
    padding: 0 20px 20px;
  }

  .image-6 {
    width: 60px;
  }

  .text-block-5 {
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
  }

  .div-block-10 {
    height: 80px;
    margin-left: -60px;
  }

  .bold-text {
    font-size: 24px;
    line-height: 36px;
  }

  .bold-text.text-sm {
    font-size: 14px;
    line-height: 21px;
  }

  .text-span-4 {
    font-size: 14px;
    line-height: 20px;
  }

  .text-block-6 {
    font-size: 16px;
  }

  .text-block-6.text-bold {
    font-weight: 400;
  }

  .grid-4 {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .grid-4.margin-top {
    grid-row-gap: 16px;
    margin-top: 60px;
  }

  .image-7 {
    text-align: left;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .text-block-7, .text-block-7.margin-top {
    line-height: 26px;
  }

  .text-block-7.margin-top.no-shadow {
    text-shadow: none;
  }

  .text-block-7.margin-top.no-shadow.no-top-margin {
    margin-top: 0;
  }

  .text-block-7.no-shadow {
    text-shadow: none;
  }

  .div-block-11 {
    text-align: left;
    width: 100%;
  }

  .image-8 {
    flex: none;
    width: 16px;
    height: 16px;
    margin-top: -5px;
  }

  .div-block-12.text-center {
    text-align: center;
  }

  .image-9 {
    margin-top: 20px;
    margin-bottom: 60px;
    display: none;
  }

  .div-block-14 {
    text-align: center;
    margin-top: 8px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-span-8, .text-span-9, .text-span-10 {
    display: inline-block;
  }

  .image-10 {
    width: 220px;
    margin-top: -30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .text-block-8 {
    color: #fff;
    text-align: left;
    font-family: Zen Kaku Gothic New;
    font-size: 23px;
    line-height: 38px;
  }

  .text-block-8.text-shadow {
    font-size: 26px;
    font-weight: 700;
  }

  .section-4 {
    background-image: url('../images/cura-green-bg.webp');
    background-position: 0 0;
    background-size: cover;
    height: auto;
    padding-top: 0;
    font-family: Zen Kaku Gothic New;
  }

  .text-block-9 {
    color: #fff;
    margin-top: 20px;
  }

  .text-block-9.margin-top, .text-block-9.margin-top.text-shadow {
    margin-top: 40px;
  }

  .text-block-9.text-shadow {
    line-height: 24px;
  }

  .text-span-12 {
    font-size: 14px;
    display: inline-block;
  }

  .text-block-10 {
    font-family: Zen Kaku Gothic New;
  }

  .bold-text-2 {
    margin-left: 4px;
    margin-right: 2px;
    font-size: 22px;
    font-weight: 900;
  }

  .div-block-18 {
    z-index: 2;
    -webkit-text-fill-color: inherit;
    background-image: url('../images/signup-bottom-shadow.webp');
    background-repeat: no-repeat;
    background-size: contain;
    background-clip: border-box;
    width: 300px;
    height: 70px;
    margin: 10px auto 5px;
    padding-bottom: 0;
    position: fixed;
    inset: auto 0% 0%;
  }

  .div-block-18.blog-mobile-cta {
    height: auto;
  }

  .div-block-19 {
    z-index: 3;
    text-align: left;
    background-color: #00000080;
    width: 100vw;
    height: 800px;
    margin-top: -20px;
    display: none;
    position: fixed;
  }

  .div-block-20 {
    z-index: 5;
    background-color: #fff;
    border-radius: 4px;
    width: 330px;
    height: 380px;
    margin: 100px auto auto;
    padding: 10px;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .link {
    color: #dcdcdc;
  }

  .section-5 {
    padding-top: 10px;
  }

  .section-5.background-grey {
    display: block;
  }

  .section-5.background-grey-copy {
    display: none;
  }

  .main-container-2 {
    padding-left: 21px;
    padding-right: 21px;
  }

  .div-block-21 {
    width: 100%;
  }

  .div-block-21.bg-white {
    margin-top: 60px;
  }

  .div-block-21.bg-white.bmg1 {
    margin-bottom: 60px;
  }

  .text-block-11.text-green {
    color: #4ca796;
  }

  .text-block-12 {
    text-align: left;
    font-size: 14px;
    line-height: 22px;
  }

  .div-block-24 {
    width: 100%;
  }

  .html-embed-3 {
    text-align: right;
    width: 50%;
    margin-top: 20px;
  }

  .html-embed-3.text-left {
    text-align: left;
  }

  .div-block-25 {
    margin-bottom: 10px;
  }

  .section-6.lg-padding {
    padding-bottom: 60px;
  }

  .div-block-27 {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .collection-item {
    margin-bottom: 20px;
  }

  .text-block-15 {
    width: 160px;
    overflow: hidden;
  }

  .text-block-15.truncate-text3 {
    width: 100%;
    margin-left: 0;
  }

  .div-block-29.div-flex {
    justify-content: flex-start;
    align-items: flex-start;
    height: 80px;
  }

  .right-div {
    max-width: 100%;
  }

  .link-block-2 {
    flex: 0 auto;
    padding-right: 0;
  }

  .container-flex {
    padding-top: 40px;
  }

  .container-flex.blog-post {
    padding-top: 0;
  }

  .link-block-3.w--current {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .collection-list {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .section-9.margin-top {
    margin-top: 80px;
    padding-bottom: 140px;
  }

  .div-block-37 {
    border-radius: 6px;
    width: 100%;
    max-width: 45svw;
    height: 200px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-37.line2 {
    max-width: 100%;
    height: 180px;
  }

  .text-block-18.truncate-text3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .truncate-text2.text1.margin-top1 {
    margin-top: 10px;
    font-weight: 400;
  }

  .div-block-38 {
    height: 250px;
  }

  .image-18 {
    width: 30px;
    left: 6px;
  }

  .div-block-39 {
    width: 100%;
    max-width: 45svw;
    height: auto;
  }

  .collection-list-2 {
    grid-column-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .link-block-4 {
    width: 140px;
  }

  .link-block-5 {
    flex: none;
  }

  .container-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-41 {
    text-align: left;
    width: 240px;
    margin-top: -5px;
    display: inline-block;
  }

  .image-20 {
    width: 100%;
    margin-top: 10px;
  }

  .link-block-6 {
    margin-left: auto;
    margin-right: auto;
  }

  .button-2 {
    text-shadow: none;
  }

  .image-wrapper {
    width: 80px;
    height: 80px;
  }

  .image-21 {
    width: auto;
  }

  .text-block-23 {
    color: var(--white);
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .div-block-45 {
    background-color: var(--black);
    text-align: center;
    border-radius: 0;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .bold-text-6 {
    letter-spacing: 2px;
    font-size: 14px;
  }

  .bold-text-6.text-white {
    font-family: Noto Sans JP, sans-serif;
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-46 {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .div-block-47 {
    width: 100%;
    height: 10rem;
  }

  .image-22 {
    margin: 20px auto 60px;
    display: block;
  }

  .div-block-50 {
    display: block;
  }

  .text-block-24, .link-2 {
    margin-left: 20px;
    display: block;
  }

  .text-block-26 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-28 {
    font-family: Noto Sans JP, sans-serif;
  }

  .div-block-55 {
    height: 44px;
    padding-left: 20px;
  }

  .div-block-55.header-lp, .div-block-55.header-lp-copy {
    height: 44px;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-56 {
    height: 44px;
  }

  .div-block-56.partner-nav {
    justify-content: space-between;
    height: auto;
  }

  .div-block-57, .div-block-57.partner-nav {
    height: 44px;
  }

  .div-block-58 {
    display: none;
  }

  .div-block-58.partner-nav {
    justify-content: flex-end;
    align-items: center;
    height: auto;
  }

  .image-25 {
    width: 100px;
  }

  .image-25.partner-nav {
    width: 100px;
    max-width: 100%;
  }

  .text-block-29 {
    display: none;
  }

  .link-3 {
    margin-left: 10px;
    font-size: 12px;
  }

  .button-3 {
    display: none;
  }

  .section-11.biz-lp {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-59 {
    flex-direction: column;
  }

  .div-block-60 {
    font-family: Noto Sans JP, sans-serif;
    display: block;
  }

  .image-26 {
    margin-top: 40px;
  }

  .heading.lp-biz1 {
    display: none;
  }

  .text-block-30, .text-block-30.lp-biz {
    font-size: 14px;
    line-height: 18px;
  }

  .section-12 {
    display: block;
  }

  .div-block-64 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    justify-items: center;
    display: grid;
  }

  .div-block-70 {
    display: none;
  }

  .heading-2 {
    background-color: #ffffff69;
  }

  .container-job-page {
    background-color: #fff;
  }

  .image-31 {
    margin-top: 50px;
  }

  .div-block-76 {
    background-color: #fff0;
  }

  .html-embed-9 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-77 {
    flex: 0 auto;
  }

  .text-span-24 {
    display: inline;
  }

  .text-span-25 {
    display: none;
  }

  .text-span-28, .text-span-29, .text-span-30, .text-span-31 {
    display: inline;
  }

  .link-block-10 {
    display: block;
  }

  .div-block-78 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-78.text-left {
    text-align: left;
  }

  .image-32.lp-facilities, .image-33.lp-facilities, .image-34.lp-facilities {
    width: 120px;
    height: 120px;
  }

  .container-large-kaigo.top-container-kaigo {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .section-kaigo {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .section-kaigo.bg1-kaigo {
    background-image: url('../images/cura-nurse-patient-bg2min.webp');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 140%;
    background-attachment: scroll;
    height: 300px;
    margin-top: 45px;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .section-kaigo.bg1-kaigo.partner-bg-kaigo {
    height: 280px;
    margin-top: 0;
  }

  .section-4-kaigo {
    background-image: url('../images/Gradation-6_1.avif');
    background-position: 0 0;
    background-size: cover;
    height: auto;
    padding-top: 0;
    font-family: Zen Kaku Gothic New;
  }

  .main-container-kaigo {
    text-shadow: 1px 1px 1px #0000000d;
    border-bottom: 1px #dcdcdc;
    max-width: 100%;
    margin-top: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .main-container-kaigo.mc1 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .main-container-kaigo.mc1.block {
    margin-top: 0;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-42 {
    display: none;
  }

  .div-block-45-kaigo {
    background-color: var(--black);
    text-align: center;
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .div-block-14-kaigo {
    text-align: center;
    max-width: 400px;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-43 {
    display: none;
  }

  .div-block-79 {
    flex-direction: row;
    height: auto;
    display: flex;
  }

  .text-span-32 {
    display: inline;
  }

  .container-4 {
    max-width: none;
  }

  .container-4.lp-biz {
    margin-top: 60px;
  }

  .hero-wrapper.lp-biz {
    margin-bottom: 0;
  }

  .text-block-45 {
    text-align: left;
    font-size: 11px;
  }

  .heading-3 {
    font-family: Noto Sans JP, sans-serif;
    font-size: 20px;
  }

  .bold-text-8 {
    font-weight: 400;
  }

  .image-35 {
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-clip: padding-box;
    max-height: 151.438px;
    display: none;
  }

  .image-36 {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .heading-4 {
    color: var(--white);
    font-family: Noto Sans JP, sans-serif;
    display: block;
  }

  .text-span-34 {
    display: inline-block;
  }

  .text-span-35 {
    color: #a5e887;
    display: inline-block;
  }

  .text-span-36 {
    color: #a5e887;
  }

  .text-span-37 {
    display: inline-block;
  }

  .text-block-47 {
    text-align: center;
  }

  .text-block-47.text-left {
    text-align: left;
  }

  .text-block-49 {
    text-align: justify;
  }

  .div-block-80 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-83 {
    margin-left: auto;
    margin-right: auto;
  }

  .link-block-12 {
    text-align: center;
    display: block;
  }

  .link-block-13 {
    width: 200px;
    height: 100px;
  }

  .text-block-51 {
    font-size: 16px;
    top: 36px;
  }

  .column-5 {
    border-top-style: none;
    border-top-color: var(--border-gray);
    border-right-style: none;
    border-right-color: var(--border-gray);
    border-bottom-style: solid;
    border-bottom-color: var(--border-gray);
    border-left-style: none;
    border-left-color: var(--border-gray);
    background-color: #fffaf7;
    padding-bottom: 6px;
    padding-left: 8px;
    padding-right: 3px;
  }

  .column-6 {
    border-style: none none solid;
    border-color: var(--border-gray);
    align-items: center;
    font-size: 14px;
  }

  .column-5-copy {
    border-style: none;
    border-color: var(--border-gray);
    background-color: #fffaf7;
    padding-left: 8px;
    padding-right: 2px;
  }

  .column-6-copy {
    border-style: none;
    border-color: var(--border-gray);
    font-size: 14px;
  }

  .text-block-54 {
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    position: static;
  }

  .div-block-87 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .text-block-55 {
    font-size: 14px;
  }

  .div-block-88 {
    background-color: #faf8f2;
    border: 1px solid #000;
    border-radius: 12px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 10px;
  }

  .text-block-60 {
    direction: ltr;
    align-items: flex-end;
    font-weight: 700;
    display: flex;
  }

  .flex-block {
    justify-content: flex-start;
    align-items: center;
    width: 240px;
    margin-right: 24px;
  }

  .div-block-89 {
    width: 20rem;
    max-width: 80%;
    padding: 20px 40px;
    top: 10%;
    left: 10%;
  }

  .heading-12 {
    font-size: 18px;
  }

  .text-block-61 {
    font-size: 12px;
  }

  .heading-13 {
    padding-top: 60px;
  }

  .list-item-5 {
    grid-auto-flow: row;
  }

  .image-39 {
    max-width: 90%;
  }

  .footer-5 {
    text-align: center;
    padding-top: 40px;
  }

  .main-container-3 {
    text-align: center;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 26px;
  }

  .footer-halves-grid-2 {
    text-align: center;
    justify-items: center;
  }

  .menu-grid-vertical-2 {
    grid-template-rows: auto;
    grid-auto-flow: row;
    justify-content: stretch;
    align-items: stretch;
    margin-bottom: 7px;
  }

  .vertical-menu-link-2 {
    font-size: 14px;
    display: block;
  }

  .loading-container-2 {
    display: none;
  }

  .section-title.reduced-margin {
    margin-bottom: 35px;
  }

  .main-container-4 {
    text-align: center;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 26px;
  }

  .no-bottom-margin-2.co-header1.ch2 {
    text-align: center;
  }

  .image-138 {
    max-width: none;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .text-sm {
    text-align: center;
  }

  .small-text-2 {
    text-align: center;
    font-family: Noto Sans JP, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }

  .small-text-2.text-left {
    text-align: left;
  }

  .horizontal-list-item {
    grid-row-gap: 7px;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .container-large-2 {
    max-width: 100%;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-large-2.text-left {
    padding-left: 10px;
  }

  .logo-row-image {
    border-radius: 0;
  }

  .cell-3 {
    display: none;
  }

  .heading-79 {
    font-size: 16px;
    line-height: 24px;
  }

  .grid-44, .grid-45 {
    text-align: left;
    grid-template-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-81 {
    margin-top: 60px;
  }

  .load-first-2 {
    margin-bottom: 0;
  }

  .section-14 {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .div-block-147 {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-85 {
    font-size: 20px;
  }

  .heading-88 {
    font-size: 24px;
  }

  .bold-text-18.text-lg1 {
    font-size: 32px;
  }

  .heading-89.heading-90 {
    font-size: 30px;
  }

  .heading-96 {
    font-size: 10px;
  }

  .div-block-150 {
    width: 300px;
  }

  .div-block-152 {
    width: 100%;
  }

  .section-18 {
    margin-top: 0;
  }

  .div-block-153 {
    background-image: none;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-97, .heading-98 {
    font-size: 20px;
  }

  .paragraph-9 {
    flex: 0 auto;
  }

  .button-11 {
    padding-top: 17px;
  }

  .heading-99 {
    width: 300px;
    font-size: 16px;
  }

  .flex-block-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .image-147 {
    margin-left: 20px;
  }

  .grid-47 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: minmax(auto, 1fr);
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: space-between flex-start;
    place-items: flex-start start;
    margin-right: 20px;
    display: grid;
  }

  .div-block-157 {
    margin-top: 10px;
    margin-right: 0;
  }

  .div-block-158 {
    margin-top: 10px;
  }

  .div-block-159 {
    margin-right: auto;
  }

  .link-block-42 {
    width: 260px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .section-17-copy {
    margin-right: 10px;
    padding-left: 10px;
  }

  .heading-96-copy {
    color: #555;
    white-space: normal;
    overflow-wrap: normal;
    margin-right: 10px;
  }

  .link-block-42-copy {
    width: 260px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .paragraph-9-copy {
    flex: 0 auto;
    margin-top: 20px;
    display: block;
  }

  .button-11-copy {
    margin-left: auto;
    margin-right: auto;
    padding-top: 16px;
    display: block;
  }

  .rich-text-block-9-copy {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .container-12 {
    display: block;
  }

  .div-block-162 {
    background-color: #eee;
    border-radius: 8px;
    font-size: 14px;
  }

  .heading-104 {
    font-size: 18px;
  }

  .container-15 {
    padding-top: 40px;
  }

  .onlyspshow {
    color: var(--primary-3);
    display: block;
  }

  .text-span-38 {
    display: inline-block;
  }

  .body-8 {
    font-family: Noto Sans JP, sans-serif;
  }

  .text-block-194-copy {
    font-size: 14px;
    line-height: 20px;
  }

  .text-block-195-copy {
    color: var(--border-gray);
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 20px;
  }

  .login-link-header {
    border-style: none;
    border-width: 2px;
    margin-left: 10px;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 12px;
  }

  .link-3-copy.no-bg.hide-on-mobile.w--current {
    display: none;
  }

  .div-block-175 {
    display: flex;
  }

  .alert-1 {
    color: var(--primary-2);
    border: 1px #000;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
  }

  .div-block-176 {
    border: 1px solid #000;
    margin-bottom: 20px;
    padding: 10px;
    display: block;
  }

  .flex-block-6 {
    display: none;
  }

  .heading-105 {
    font-size: 24px;
  }

  .first-view-section-lp {
    padding-top: 0;
  }

  .section-under-2nd {
    margin-top: 0;
  }

  .text-block-210 {
    font-size: 14px;
    line-height: 18px;
  }

  .sample-job-card {
    width: 140px;
    height: 260px;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-49 {
    margin-bottom: 0;
  }

  .div-block-186 {
    padding-bottom: 20px;
  }

  .text-block-224 {
    font-size: 12px;
  }

  .flex-block-15 {
    height: 40svh;
  }

  .text-block-225 {
    font-size: 18px;
  }

  .navbar-copy {
    text-align: left;
    background-color: #fff;
    padding-top: 3px;
    padding-bottom: 0;
    padding-left: 10px;
    position: static;
    inset: 0% 0% auto;
  }

  .div-block-196 {
    flex-direction: column;
    width: 100%;
    height: 60svh;
  }

  .grid-50 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-207 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .jetboost-list-search-input-6r8j {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-211.checkbox-field.jetboost-filter-q51k {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .section-18-copy {
    margin-top: 0;
  }

  .text-block-232 {
    letter-spacing: 2px;
    font-size: 22px;
  }

  .div-block-212 {
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-213 {
    width: 300px;
    height: auto;
    min-height: 94px;
    padding-bottom: 30px;
  }

  .text-block-234 {
    letter-spacing: 0;
    padding-top: 10px;
  }

  .div-block-215 {
    background-size: cover;
  }

  .text-block-235 {
    text-align: center;
    letter-spacing: 1px;
    margin-left: 16px;
    margin-right: 16px;
    font-size: 14px;
  }

  .div-block-217, .div-block-217-copy {
    margin-left: 10px;
    margin-right: 10px;
  }

  .flex-block-24 {
    justify-content: center;
    margin-left: 10px;
    margin-right: 10px;
  }

  .text-block-236 {
    font-size: 12px;
  }

  .body-5-copy {
    letter-spacing: 1px;
  }

  .flex-block-25 {
    width: 290px;
  }

  .image-155 {
    height: 24px;
  }

  .text-block-237 {
    font-size: 16px;
    line-height: 30px;
  }

  .div-block-218 {
    border-radius: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-block-219 {
    max-width: 90%;
  }

  .text-block-240 {
    font-size: 18px;
  }

  .div-block-221 {
    margin-top: 0;
  }

  .flex-block-25-copy {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .div-block-222 {
    margin-top: 10px;
  }

  .div-block-216-copy {
    max-width: 95%;
  }

  .flex-block-24-copy {
    margin-left: 10px;
    margin-right: 10px;
  }

  .image-160 {
    height: 40px;
  }

  .text-block-235-copy {
    letter-spacing: 1px;
    font-size: 14px;
  }

  .button-17-copy {
    width: 300px;
    max-width: 90%;
  }

  .image-161 {
    max-width: 100%;
    height: 24px;
  }

  .text-block-241-copy {
    letter-spacing: 1px;
  }

  .title-text-block {
    font-size: 14px;
    line-height: 18px;
  }

  .title-large-green-text {
    font-size: 18px;
    line-height: 28px;
  }

  .title-small-green-text {
    margin-left: 6px;
    margin-right: 6px;
    font-size: 14px;
    line-height: 24px;
  }

  .text-block-242 {
    font-size: 24px;
    line-height: 30px;
  }

  .text-block-242.text-sm1 {
    letter-spacing: 4px;
    font-size: 14px;
    line-height: 20px;
  }

  .container-first-view {
    background-image: url('../images/cura-nurse-patient-bg-2.webp');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: auto 500px;
    background-attachment: scroll;
    height: 500px;
  }

  .container-first-view.ncn-lp {
    background-size: contain;
  }

  .button-18 {
    width: 300px;
    box-shadow: 0 2px 8px #0009;
  }

  .button-18.blog-footer {
    height: 50px;
    font-weight: 700;
  }

  .button-18.ncn-lp {
    box-shadow: none;
    color: #aeaeae;
    background-color: #0000;
    border: 1px solid #aeaeae;
    height: 40px;
  }

  .div-block-227.blog-post-footer {
    margin-bottom: 0;
  }

  .div-block-227.ncn-lp {
    margin-bottom: 10px;
  }

  .container-23 {
    padding-top: 20px;
  }

  .div-block-228 {
    max-width: 90%;
    padding: 10px;
  }

  .flex-block-24-copy {
    justify-content: center;
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-217-copy {
    height: 44px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .text-block-235-copy {
    text-align: center;
    letter-spacing: 1px;
    margin-left: 8px;
    margin-right: 8px;
    font-size: 12px;
  }

  .flex-block-24-copy-copy {
    justify-content: center;
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-217-copy-copy {
    height: 44px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .link-8 {
    font-size: 12px;
  }

  .image-163 {
    max-width: 100%;
  }

  .text-block-243 {
    font-size: 12px;
    line-height: 18px;
  }

  .text-amazon-description {
    font-size: 10px;
    line-height: 14px;
  }

  .text-amazon-description.tad-top {
    color: #c3c3c3;
  }

  .div-block-229 {
    object-fit: cover;
    background-size: contain;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 340px;
    max-width: 100svw;
    height: 91px;
    min-height: 0;
    margin-bottom: -8px;
    padding: 5px 12px;
    display: flex;
  }

  .div-block-229.blog-footer {
    -webkit-text-fill-color: inherit;
    background-image: url('../images/sp-balloon-2.svg');
    background-clip: padding-box;
    width: 280px;
    height: 55px;
    margin-bottom: 4px;
    padding-top: 7px;
  }

  .text-block-245 {
    letter-spacing: 1px;
    flex: none;
    justify-content: flex-start;
    align-items: stretch;
    font-size: 14px;
    line-height: 22px;
    display: block;
  }

  .text-block-245.text-orange {
    color: #ee601e;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
  }

  .text-block-245.text-orange.text-normal {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
  }

  .text-block-245.text-grey.text-sm1 {
    font-size: 11px;
    line-height: 16px;
  }

  .flex-block-26-copy {
    width: 90%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .flex-block-25-copy {
    justify-content: center;
    align-items: center;
    width: 290px;
    max-width: 90%;
    margin-bottom: 10px;
  }

  .text-block-237-copy {
    font-size: 16px;
    line-height: 30px;
  }

  .text-block-237-copy-copy {
    letter-spacing: 1px;
    letter-spacing: 1px;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
  }

  .text-block-238-copy {
    letter-spacing: 1px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    font-weight: 700;
  }

  .div-block-219-copy {
    max-width: 90%;
  }

  .text-block-240-copy {
    font-size: 20px;
    line-height: 28px;
  }

  .text-block-246 {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
  }

  .div-block-230 {
    box-shadow: none;
    background-color: #fff;
    width: 90%;
    padding-top: 20px;
  }

  .link-block-43 {
    box-shadow: none;
  }

  .link-block-43.lp-signin, .link-block-43.success {
    justify-content: center;
    align-items: center;
    width: 140px;
  }

  .text-block-247 {
    font-size: 14px;
    font-weight: 700;
  }

  .text-block-247.login-cta {
    margin-bottom: auto;
    line-height: 20px;
  }

  .image-165 {
    height: 16px;
  }

  .section-under-2nd-color {
    background-color: var(--cura-medica-green);
    background-image: none;
  }

  .heading-lp-copy {
    color: var(--white);
    font-size: 24px;
  }

  .text-block-248 {
    width: 7rem;
    max-width: 100%;
    font-size: 14px;
  }

  .div-block-232 {
    background-color: #f9f9f9;
    border-style: none;
    min-width: auto;
    max-width: 100%;
    padding: 2px 4px;
  }

  .heading-111 {
    letter-spacing: 0;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 15px;
  }

  .paragraph-22 {
    text-align: center;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
  }

  .underline-yellow {
    font-size: 14px;
    line-height: 20px;
  }

  .underline-yellow.text-100.underline-sm1 {
    font-size: 14px;
  }

  .heading-112 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 32px;
  }

  .flex-block-28 {
    flex-direction: column;
    height: 140px;
    overflow: hidden;
  }

  .flex-block-28.flex-container {
    overflow: auto;
  }

  .div-block-236 {
    width: 150px;
    height: 40px;
    margin-bottom: 0;
    padding-top: 0;
    box-shadow: 0 2px 5px #0006;
  }

  .div-block-237 {
    box-shadow: none;
    border-radius: 4px 4px 0 0;
    height: 150px;
    margin-right: auto;
  }

  .div-block-237-copy {
    box-shadow: none;
    border-radius: 4px 4px 0 0;
    height: 150px;
  }

  .image-166 {
    width: 200px;
    max-width: 90%;
    height: 150px;
  }

  .text-block-249 {
    border: 1px #000;
    padding-bottom: 10px;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 14px;
    text-decoration: none;
  }

  .heading-113 {
    font-size: 24px;
  }

  .text-block-250 {
    font-size: 12px;
  }

  .image-169 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .image-170 {
    width: 120px;
  }

  .div-block-242 {
    height: 80px;
    margin-top: 0;
  }

  .div-block-234-copy {
    width: 160px;
    height: 140px;
  }

  .image-173 {
    height: 46px;
  }

  .div-block-248 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 90%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 3px;
    display: flex;
  }

  .image-174 {
    width: 30px;
    max-width: 100%;
  }

  .text-block-254 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 90px;
    font-size: 14px;
    display: block;
  }

  .flex-block-31 {
    flex-direction: row;
    width: 100%;
    height: 30%;
  }

  .container-24 {
    margin-top: -10px;
  }

  .text-block-255, .text-block-256 {
    font-size: 14px;
  }

  .container-25 {
    margin-bottom: 100px;
  }

  .flex-block-32 {
    width: 100%;
    height: 100%;
    padding-top: 0;
  }

  .div-block-251 {
    overflow: visible;
  }

  .link-block-44 {
    background-color: var(--white);
    border-radius: 4px;
    box-shadow: 0 2px 7px #0003;
  }

  .heading-2-report {
    line-height: 32px;
  }

  .container-27 {
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-24 {
    font-weight: 700;
  }

  .section-partnership.lp-biz1 {
    display: none;
  }

  .section-sign-up {
    padding-top: 0;
  }

  .section-under-2nd-copy {
    margin-top: 0;
  }

  .container-28 {
    margin-top: 0;
    overflow: hidden;
  }

  .section-how-to-start-cura {
    margin-top: 0;
  }

  .section-cura-report {
    padding-top: 60px;
  }

  .lp-jobs-thumb {
    max-width: 140px;
    height: 140px;
  }

  .image-161-copy {
    height: 24px;
  }

  .image-185 {
    border-top-right-radius: 6px;
    max-width: 100%;
  }

  .container-29, .section-23 {
    display: none;
  }

  .heading-119 {
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-309, .div-block-310 {
    width: 100%;
  }

  .link-block-43-copy {
    box-shadow: none;
  }

  .text-block-247-copy {
    font-size: 14px;
    font-weight: 700;
  }

  .section-25 {
    padding-bottom: 40px;
  }

  .section-26 {
    display: block;
  }

  .section-27 {
    display: none;
  }

  .heading-122 {
    font-size: 18px;
    line-height: 24px;
  }

  .heading-122.text-pink {
    color: var(--submit-button);
  }

  .text-block-302 {
    white-space: pre-wrap;
    word-break: break-all;
    overflow-wrap: break-word;
    width: 100%;
    max-width: 100%;
  }

  .heading-123 {
    font-size: 18px;
    line-height: 24px;
  }

  .container-32 {
    display: none;
  }

  .container-33 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-34 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .flex-block-50 {
    padding-left: 0;
    padding-right: 0;
  }

  .hide-lp-biz {
    display: none;
  }

  .link-block-47, .link-block-48, .div-block-334.hide-on-mobile {
    display: block;
  }

  .text-block-303 {
    margin-left: 0;
    font-size: 10px;
  }

  .text-span-55 {
    font-size: 10px;
    line-height: 12px;
  }

  .text-span-56 {
    line-height: 12px;
  }

  .bold-text-21 {
    font-size: 12px;
    line-height: 12px;
  }

  .navbar-copy {
    text-align: left;
    background-color: #fff;
    padding: 3px 10px;
    position: fixed;
    inset: 0% 0% auto;
  }

  .section-24-copy, .container-29-copy {
    display: none;
  }

  .section-25-copy {
    padding-bottom: 40px;
  }

  .section-23-copy {
    display: none;
  }

  .div-block-176-copy {
    border: 1px solid #000;
    margin: 60px 10px 20px;
    padding: 10px;
    display: block;
  }

  .text-block-311 {
    color: var(--black);
    font-size: 12px;
  }

  .section-35 {
    padding-top: 60px;
  }

  .text-block-312 {
    margin-left: auto;
    margin-right: 10px;
    font-size: 13px;
  }

  .text-block-313 {
    margin-left: 10px;
    font-size: 14px;
    font-weight: 700;
  }

  .flex-block-51 {
    margin-left: 0;
    padding-top: 20px;
  }

  .text-block-314, .text-block-315 {
    color: var(--cura-dark-green);
  }

  .bold-text-24, .bold-text-25, .bold-text-26 {
    color: #ed293e;
    font-size: 12px;
    line-height: 14px;
  }

  .heading-124 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
  }

  .grid-49-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-186-copy {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .bold-text-27 {
    color: #ed293e;
    font-size: 12px;
    line-height: 14px;
  }

  .text-block-316 {
    font-size: 12px;
    line-height: 14px;
  }

  .text-block-317 {
    margin-left: 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
  }

  .flex-block-52 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 0;
    padding: 10px;
  }

  .text-block-318 {
    width: 250px;
    min-width: auto;
    max-width: 98%;
    margin-top: 6px;
    margin-left: auto;
    margin-right: auto;
    font-size: 11px;
  }

  .text-block-319 {
    font-size: 12px;
  }

  .image-204 {
    max-width: 20%;
    height: 100px;
    margin-top: 40px;
  }

  .heading-125 {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    font-size: 18px;
  }

  .div-block-346 {
    aspect-ratio: auto;
    width: 100px;
    min-width: 30%;
    height: 55px;
    display: none;
  }

  .image-208 {
    max-width: 95%;
  }

  .div-block-347 {
    padding-bottom: 20px;
  }

  .div-block-348 {
    min-width: 75%;
    height: 40px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .flex-block-53 {
    min-width: 80%;
    padding-top: 20px;
  }

  .div-block-349 {
    border-top-width: 15px;
    border-left-width: 50px;
    border-right-width: 50px;
    width: 100px;
    margin-top: 20px;
  }

  .text-block-321 {
    font-size: 15px;
  }

  .div-block-350 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-around;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-322 {
    column-count: auto;
    font-size: 15px;
  }

  .image-209 {
    max-width: 20%;
    margin-right: 0;
  }

  .flex-block-55 {
    max-width: 50%;
    margin-left: 0;
  }

  .flex-block-56 {
    max-width: 50%;
    margin-right: 0;
  }

  .div-block-352 {
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-right-width: 10px;
  }

  .image-210 {
    max-width: 20%;
    margin-right: 0;
  }

  .div-block-350-copy {
    justify-content: space-around;
    align-items: center;
    height: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .flex-block-58 {
    align-items: flex-end;
    padding-left: 10px;
    padding-right: 10px;
  }

  .flex-block-59 {
    max-width: 95%;
  }

  .div-block-348-copy {
    min-width: 75%;
    margin-top: 5px;
    margin-bottom: 0;
  }

  .image-211 {
    max-width: 90%;
  }

  .image-212 {
    height: 120px;
  }

  .tab-pane {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-25 {
    margin-top: 2px;
  }

  .text-block-323, .text-block-324, .paragraph-26 {
    font-size: 14px;
  }

  .image-216 {
    max-width: 90%;
    height: 100px;
  }

  .item-is-not-favorite {
    display: block;
  }

  .item-is-favorite {
    display: none;
  }

  .image-217 {
    max-width: 90%;
  }

  .div-block-357 {
    margin-right: 0;
  }

  .heading-126 {
    font-size: 20px;
  }

  .underline-yellow-copy {
    font-size: 12px;
    line-height: 24px;
  }

  .underline-yellow-copy.text-100 {
    font-size: 14px;
  }

  .underline-yellow-copy.text-100.underline-sm1 {
    font-size: 16px;
  }

  .text-span-57, .text-span-58 {
    font-size: 14px;
  }

  .link-block-51 {
    background-color: #00aa95;
  }

  .link-block-52 {
    background-color: var(--submit-button);
  }

  .link-block-53 {
    background-color: var(--shade-2);
  }

  .link-block-54 {
    background-color: var(--primary-2);
  }

  .link-block-55 {
    background-color: var(--white);
  }

  .link-block-56 {
    background-color: var(--shade-1);
  }

  .link-block-57 {
    background-color: var(--cura-dark-green);
  }

  .link-block-58 {
    background-color: var(--cura-medica-green);
  }

  .link-block-59 {
    background-color: var(--color-2);
  }

  .link-block-60 {
    background-color: var(--medica-ocher);
  }

  .link-block-61 {
    background-color: var(--cura-dark-green);
  }

  .link-block-63 {
    background-color: var(--primary-1);
  }

  .link-block-64 {
    background-color: var(--primary-3);
  }

  .link-block-65 {
    background-color: var(--primary-2);
  }

  .link-block-66 {
    background-color: var(--black);
  }

  .link-block-67 {
    background-color: var(--shade-1);
  }

  .link-block-68 {
    background-color: var(--cura-dark-green);
  }

  .link-block-69 {
    background-color: var(--medica-ocher);
  }

  .link-block-70 {
    background-color: var(--primery-school-color);
  }

  .link-block-71 {
    background-color: var(--visiting-care-color);
  }

  .link-block-72 {
    background-color: var(--cura-medica-green);
  }

  .link-block-73 {
    background-color: var(--medica-ocher);
  }

  .link-block-74, .link-block-75 {
    background-color: var(--cura-dark-green);
  }

  .link-block-76 {
    background-color: #d47b7b;
  }

  .link-block-77, .link-block-77-copy {
    background-color: var(--cura-dark-green);
  }

  .link-block-78 {
    justify-content: space-around;
    width: 240px;
    height: 60px;
    padding: 20px 10px;
  }

  .text-block-326, .text-block-327, .text-block-328 {
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
  }

  .text-block-329 {
    font-size: 14px;
  }

  .div-block-358 {
    padding-left: 20px;
    padding-right: 40px;
  }

  .div-block-359 {
    height: 320px;
  }

  .div-block-361 {
    height: 200px;
    padding-top: 10px;
  }

  .div-block-362 {
    margin-top: 20px;
  }

  .checkbox-field-2 {
    width: 100%;
    max-width: 260px;
  }

  .checkbox-label-2 {
    margin-left: 0;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
    font-weight: 700;
  }

  .text-block-317-copy {
    margin-left: 10px;
    font-size: 15px;
    font-weight: 700;
  }

  .right-arrow {
    width: 100%;
    min-width: 150px;
    max-width: 230px;
    height: 40px;
  }

  .text-block-332 {
    height: 40px;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
  }

  .mask-2 {
    height: 220px;
  }

  .form-section-title {
    font-size: 2em;
    line-height: 1.3em;
  }

  .slider-3 {
    height: auto;
    min-height: 80vh;
  }

  .checkbox-base {
    margin-bottom: 15px;
  }

  .previous-placeholder {
    max-width: 75px;
    display: flex;
  }

  .form-item-wrapper {
    flex-wrap: wrap;
  }

  .global-icon-x-small {
    display: none;
  }

  .form-content {
    width: 100%;
  }

  .icon-2 {
    color: var(--primary-3);
    font-size: 16px;
  }

  .success-message-2, .error-message-2 {
    width: auto;
  }

  .text-span-59 {
    color: var(--black);
    text-decoration: none;
  }

  .text-span-59.underline-yellow.uy1 {
    font-size: 14px;
    line-height: 20px;
  }

  .text-block-334 {
    color: var(--black);
    border-radius: 4px;
    flex: 0 auto;
    margin-bottom: 10px;
    padding: 6px 4px;
    font-size: 14px;
    line-height: 14px;
  }

  .text-block-334.text-red {
    color: #ed293e;
  }

  .flex-block-63 {
    grid-column-gap: 7px;
    grid-row-gap: 22px;
    background-color: #fffaf7;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    place-items: center stretch;
    padding-right: 0;
    display: grid;
  }

  .text-span-60 {
    color: var(--black);
    text-decoration: none;
  }

  .div-block-367 {
    border-style: none;
    border-radius: 0;
    width: 200px;
    margin-bottom: 10px;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-128 {
    font-size: 14px;
  }

  .heading-129 {
    font-size: 12px;
    line-height: 24px;
  }

  .div-block-369 {
    margin-bottom: 20px;
  }

  .link-block-79 {
    width: 280px;
  }

  .text-block-337 {
    font-size: 12px;
  }

  .image-219 {
    width: 12px;
  }

  .link-block-80 {
    width: 280px;
  }

  .text-block-328-copy {
    font-size: 14px;
  }

  .text-block-339 {
    color: var(--primary-3);
    font-size: 12px;
    font-weight: 700;
  }

  .link-block-81 {
    border-color: var(--white);
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    box-shadow: 0 2px 6px #0000001a;
  }

  .flex-block-67 {
    margin-top: 10px;
    margin-left: 0;
  }

  .flex-block-69 {
    flex-flow: column;
  }

  .text-block-341 {
    color: var(--black);
    font-weight: 400;
  }

  .flex-block-71 {
    background-color: #fffaf7;
    border-style: none;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-343 {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
  }

  .code-embed {
    aspect-ratio: 3 / 2;
    width: 100%;
  }

  .text-block-345 {
    color: var(--black);
    font-size: 14px;
    font-weight: 400;
  }

  .text-block-347 {
    color: var(--black);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }

  .grid-52 {
    margin: 10px;
    font-size: 15px;
  }

  .text-block-348 {
    font-size: 15px;
  }

  .div-block-375 {
    margin-left: 20px;
  }

  .text-block-349 {
    color: var(--black);
    font-size: 14px;
    font-weight: 400;
  }

  .div-block-376.near-jobs {
    border-bottom-style: none;
    flex-flow: wrap;
  }

  .link-block-83 {
    border-style: none;
    border-radius: 10px;
    box-shadow: 0 2px 6px #0000001a;
  }

  .text-block-330-copy {
    color: #ed293e;
    margin-top: -50px;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    position: static;
  }

  .text-block-352 {
    margin-top: 2px;
    line-height: 20px;
  }

  .text-block-353 {
    text-align: center;
    white-space: nowrap;
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px;
  }

  .checkmark {
    margin-right: 5px;
  }

  .flex-block-76 {
    margin-top: 0;
  }

  .flex-block-76.margin-bottom {
    margin-bottom: 20px;
  }

  .flex-block-77 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-right: 10px;
  }

  .flex-block-68-copy {
    margin-top: 10px;
  }

  .flex-block-78 {
    justify-content: flex-start;
    align-items: center;
  }

  .text-block-356 {
    font-weight: 400;
  }

  .image-220 {
    object-fit: cover;
    width: 200px;
    height: 200px;
    overflow: clip;
  }

  .div-block-380 {
    height: 42px;
    margin-top: auto;
    margin-bottom: auto;
  }

  .div-block-381 {
    margin-top: 0;
  }

  .text-block-358 {
    font-size: 14px;
  }

  .button-19 {
    width: 60px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .div-block-384 {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-130, .heading-131 {
    font-size: 18px;
  }

  .checkbox-label-3 {
    font-size: 14px;
  }

  .collection-list-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template: "Area"
                   "."
                   "."
                   / 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    justify-content: start;
    display: grid;
  }

  .collection-list-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .collection-item-2 {
    width: 80px;
  }

  .collection-item-3 {
    width: 100px;
  }

  .container-50 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-385 {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-227-copy {
    margin-bottom: 60px;
  }

  .image-221 {
    object-fit: cover;
  }

  .grid-53 {
    grid-column-gap: 5px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    justify-content: stretch;
    place-items: stretch stretch;
  }

  .text-block-359, .text-block-360, .text-block-361 {
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
  }

  .flex-block-82, .flex-block-83, .flex-block-84 {
    font-size: 14px;
  }

  .text-block-362 {
    color: #ed293e;
    margin-left: 10px;
    font-size: 12px;
    line-height: 24px;
  }

  .text-block-363, .text-block-364, .text-block-365, .text-block-366 {
    font-size: 12px;
    line-height: 20px;
  }

  .quick-stack-5 {
    grid-row-gap: 10px;
  }

  .div-block-389 {
    margin-bottom: 4px;
  }

  .text-block-367, .text-block-368, .text-block-369, .text-block-370 {
    font-size: 12px;
    line-height: 20px;
  }

  .quick-stack-6 {
    grid-row-gap: 10px;
  }

  .rich-text-block-18 {
    line-height: 20px;
  }

  .field-label-3, .field-label-4, .field-label-5, .field-label-6 {
    margin-bottom: 2px;
    font-size: 12px;
    line-height: 12px;
  }

  .div-block-390 {
    padding-left: 0;
    display: block;
  }

  .section-39 {
    padding-top: 20px;
  }

  .logo-carousel {
    min-height: 60px;
  }

  .logo-carousel-item {
    padding-top: .5rem;
  }

  .logo-carousel-wrap {
    margin-top: .7rem;
    margin-bottom: 0;
  }

  .small-instructions {
    line-height: 1em;
  }

  .container-51 {
    padding-top: 20px;
  }

  .image-223 {
    width: 50px;
    height: 50px;
    margin-left: 0;
    margin-right: 0;
    display: inline-flex;
  }

  .image-224 {
    justify-content: flex-start;
    align-items: center;
    width: 70px;
    margin-left: 0;
    margin-right: 0;
    display: inline-flex;
  }

  .div-block-391 {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    flex: 0 auto;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1.25fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: auto;
    justify-items: center;
    width: 100%;
    max-width: 280px;
    display: grid;
  }

  .div-block-392 {
    display: inline;
  }

  .text-span-62 {
    font-size: 18px;
  }

  .container-52 {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .link-block-85 {
    height: 200px;
  }

  .link-block-86 {
    height: 200px;
    margin-right: 0;
  }

  .link-block-87 {
    background-color: var(--primary-1);
  }

  .link-block-88 {
    background-color: var(--primary-2);
  }

  .link-block-89 {
    background-color: var(--shade-2);
  }

  .link-block-90 {
    background-color: var(--border);
  }

  .link-block-91 {
    background-color: var(--shade-2);
  }

  .link-block-92 {
    background-color: var(--shade-1);
  }

  .link-block-93 {
    background-color: var(--black);
  }

  .link-block-94, .link-block-95 {
    background-color: var(--white);
  }

  .link-block-96 {
    margin-top: 40px;
    margin-right: 0;
    display: block;
  }

  .div-block-394 {
    z-index: 99;
    background-color: #f9f9f9;
    width: 100%;
    height: 20px;
    position: relative;
  }

  .rich-text-block-20.cj {
    width: 100%;
    font-weight: 700;
  }

  .rich-text-block-20.cj.text-light {
    font-weight: 400;
  }

  .text-span-64.text-sm1.margin-top-1 {
    font-size: 14px;
    line-height: 18px;
  }

  .heading-135.cj {
    text-align: center;
  }

  .paragraph-32.cj {
    font-weight: 400;
  }

  .heading-136 {
    white-space: pre-wrap;
    overflow-wrap: normal;
  }

  .div-block-402 {
    margin-top: 10px;
  }

  .bold-text-28 {
    font-weight: 400;
  }

  .container-56 {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-382 {
    font-size: 12px;
    line-height: 18px;
  }

  .image-173-copy {
    height: 46px;
  }

  .div-block-234-copy-copy {
    width: 160px;
    height: 140px;
  }

  .container-first-view-copy {
    height: 500px;
  }

  .container-first-view-copy.ncn-lp {
    background-size: contain;
  }

  .flex-block-25-copy-copy {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .button-18-copy {
    width: 300px;
    box-shadow: 0 2px 8px #0009;
  }

  .button-18-copy.blog-footer {
    height: 50px;
    font-weight: 700;
  }

  .button-18-copy.ncn-lp {
    box-shadow: none;
    color: #aeaeae;
    background-color: #0000;
    border: 1px solid #aeaeae;
    height: 40px;
  }

  .grid-54 {
    grid-template-columns: .5fr 1fr;
  }

  .helper-text {
    font-size: 10px;
    line-height: 16px;
  }

  .text-block-24-copy {
    margin-left: 20px;
    display: block;
  }

  .flex-block-85 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .text-field-5 {
    font-size: 12px;
  }

  .checkbox-label-6 {
    margin-top: 2px;
  }

  .grid-54-copy {
    grid-template-columns: .5fr 1fr;
  }

  .div-block-417 {
    grid-template-columns: 1fr;
  }

  .container-59 {
    padding-left: 6px;
    padding-right: 6px;
  }

  .section-wrapper {
    flex-flow: column;
  }

  .image-wrapper1 {
    display: none;
  }

  .solid-background1 {
    align-items: center;
    width: 100%;
    min-width: auto;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-387 {
    font-size: 20px;
  }

  .text-block-390 {
    font-size: 13px;
    line-height: 20px;
  }

  .div-block-419 {
    width: 320px;
  }

  .vectors-wrapper {
    display: none;
  }

  .image-239 {
    width: auto;
  }

  .container-60 {
    padding-left: 6px;
    padding-right: 6px;
  }

  .steps-container1 {
    justify-content: center;
  }

  .step-card1 {
    flex-flow: column;
  }

  .step-circle1 {
    width: 230px;
    height: 230px;
  }

  .image-240 {
    transform: rotate(90deg);
  }

  .image-241 {
    object-fit: contain;
    max-width: none;
    height: auto;
    overflow: visible;
  }

  .grid-55 {
    grid-template-columns: 1fr 1fr;
  }

  .text-block-396 {
    color: #898989;
    font-size: 12px;
    line-height: 1.3em;
  }

  .stats-section1 {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .stats-container1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .stat-item-number1 {
    font-size: 14px;
  }

  .stat-item-accent {
    font-size: 32px;
  }

  .hero-section1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .hero-image-container1 {
    width: 100%;
  }

  .image-242 {
    height: 250px;
  }

  .hero-text-container1 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-span-74 {
    font-size: 28px;
    line-height: 36px;
  }

  .text-span-75 {
    vertical-align: sub;
    font-size: 48px;
    line-height: 48px;
  }

  .text-span-76 {
    font-size: 20px;
    line-height: 32px;
  }

  .hero-subheading1 {
    text-align: center;
    font-size: 4.7vw;
  }

  .image-243 {
    max-width: 100%;
  }

  .paragraph-42 {
    margin-bottom: 18px;
    font-size: 14px;
  }

  .cta-buttons-container1 {
    flex-flow: column;
    align-items: center;
  }

  .header-nav1 {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .text-block-399 {
    display: none;
  }

  .div-block-426 {
    margin-top: 4px;
    margin-bottom: 4px;
    display: block;
  }

  .text-block-401 {
    width: 110px;
    min-width: 110px;
  }

  .text-span-77 {
    font-size: 14px;
  }

  .div-block-428 {
    width: 100%;
  }

  .text-span-79 {
    display: inline-block;
  }

  .div-block-429 {
    display: block;
    position: relative;
    overflow: scroll;
  }

  .text-span-81 {
    display: inline-block;
  }

  .image-246 {
    z-index: 5;
    box-sizing: border-box;
    width: 70px;
    max-width: 100%;
    height: auto;
    margin-left: 0;
    display: block;
    position: absolute;
    inset: 45% auto auto 35%;
  }

  .div-block-430 {
    z-index: 4;
    background-image: linear-gradient(90deg, #0000, #fff);
    width: 80px;
    height: 100%;
    display: block;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .div-block-431 {
    position: relative;
  }

  .text-span-82 {
    display: inline-block;
  }

  .div-block-432 {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .container-62 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-144.index-t1 {
    font-size: 23px;
  }

  .div-block-436.candidate {
    display: block;
  }

  .image-247 {
    width: 32px;
    height: 32px;
  }

  .table-container1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .table-header1 {
    padding-left: 10px;
  }

  .text-block-404, .text-block-404.stc2, .text-block-404.stc3, .text-block-404.stc4, .text-block-404.stc5, .text-block-404.stc6, .text-block-404.stc7, .text-block-404.stc8, .text-block-404.stc9, .text-block-404.stc10 {
    font-size: 12px;
    line-height: 14px;
  }

  .candidate-div {
    height: 320px;
    padding-left: 10px;
    padding-right: 0;
  }

  .text-block-405 {
    padding-top: 4px;
    font-size: 12px;
    line-height: 14px;
  }

  .text-block-405.stc1 {
    font-size: 12px;
  }

  .text-block-405.stc2, .text-block-405.stc3, .text-block-405.stc4, .text-block-405.stc5 {
    font-size: 12px;
    line-height: 14px;
  }

  .text-block-405.stc6, .text-block-405.stc7 {
    line-height: 14px;
  }

  .div-block-454 {
    flex-flow: wrap;
  }

  .checkbox-field-6 {
    width: 25%;
    display: block;
  }

  .flex-block-86 {
    flex-flow: column;
    align-items: flex-start;
    margin-top: 10px;
  }

  .div-block-456 {
    margin-top: 10px;
  }

  .div-block-461 {
    margin-right: 10px;
  }

  .sample-message-button.reject {
    margin-left: 0;
    margin-right: 10px;
  }

  .table-header1-copy {
    padding-left: 10px;
  }

  .text-block-425 {
    width: 90px;
    min-width: 90px;
    margin-top: 2px;
    font-size: 12px;
  }

  .message-buttons-block {
    flex-flow: wrap;
  }

  .div-block-456-copy {
    margin-top: 10px;
  }

  .flex-block-87, .flex-block-88, .flex-block-89, .flex-block-90, .flex-block-91, .flex-block-92, .flex-block-94, .flex-block-95 {
    width: 100%;
  }

  .div-block-462 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .grid-56 {
    font-size: 12px;
  }

  .div-block-466 {
    font-size: 12px;
    line-height: 16px;
  }

  .checkbox-field-7 {
    max-width: 90%;
  }

  .table-header1-copy-copy {
    padding-left: 10px;
  }

  .flex-block-97 {
    display: none;
  }

  .div-block-428-copy {
    width: 100%;
  }

  .text-span-88 {
    font-size: 10px;
  }

  .div-block-427-copy-top-pge {
    display: none;
  }

  .text-block-429 {
    min-width: 120px;
  }

  .section-51 {
    padding-top: 56px;
  }

  .sample-reply-message-button {
    height: 24px;
    font-size: 11px;
    line-height: 14px;
  }

  .sample-reply-message-button.reject {
    margin-left: 0;
    margin-right: 10px;
  }

  .checkbox-9 {
    transform: none;
  }

  .heading-145 {
    font-size: 16px;
  }

  .message-reply-buttons-block {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: wrap;
  }

  .div-block-476 {
    width: 320px;
  }

  .div-block-477 {
    font-size: 12px;
    line-height: 16px;
  }

  .text-block-430 {
    font-size: 14px;
  }

  .checkbox-label-7 {
    font-size: 12px;
    line-height: 14px;
  }

  .section-52 {
    height: 100%;
    padding-bottom: 246px;
  }

  .flex-textarea__textarea {
    height: 100%;
  }

  .div-block-478 {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .text-lightgrey {
    color: var(--border-gray);
    font-weight: 400;
  }

  .div-block-482 {
    width: 150px;
  }

  .container-65 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-488 {
    max-width: 100%;
    overflow: visible;
  }

  .div-block-491 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .heading-148 {
    font-size: 20px;
    line-height: 30px;
  }

  .end-content-section-cta {
    padding-top: 0;
  }

  .calendar-cell {
    height: 60px;
    margin-left: 1px;
    margin-right: 1px;
  }

  .calendar {
    margin-top: 10px;
  }

  .calendar-sign {
    font-size: 24px;
    line-height: 24px;
  }

  .div-block-514 {
    padding: 10px 5px;
  }

  .text-block-455 {
    letter-spacing: 1px;
    display: inline;
  }

  .text-block-455.small-number {
    font-size: 20px;
  }

  .text-block-455.big-number {
    font-size: 24px;
  }

  .cell-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .open-chatroom {
    justify-content: center;
    align-items: stretch;
    height: 200px;
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .text-block-462 {
    font-size: 12px;
  }

  .collection-list-7 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-516 {
    padding: 0;
  }

  .body-16 {
    font-size: 12px;
    line-height: 20px;
  }

  .container-70 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .list-10 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: center;
    padding-right: 0;
  }

  .heading-150 {
    font-size: 14px;
    line-height: 36px;
  }

  .select-calendar-button {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-464 {
    min-width: 72px;
    margin-left: auto;
    font-size: 12px;
    line-height: 36px;
  }

  .list-item-11 {
    padding-left: 0;
    font-size: 12px;
  }

  .flex-block-99 {
    display: block;
  }

  .heading-152 {
    font-size: 28px;
  }

  .container-72 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .quick-stack-7 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    padding: 10px;
    font-size: 12px;
  }

  .div-block-518 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 60px;
    font-size: 20px;
    line-height: 60px;
    display: flex;
  }

  .modal-wrapper {
    display: none;
  }

  .modal-container.active {
    height: calc(100% - 100px);
    margin-top: 20px;
    padding-top: 0;
  }

  .image-251 {
    height: 20px;
    padding-right: 2px;
  }

  .thumbnail {
    float: left;
    aspect-ratio: 3 / 2;
    max-width: 40%;
  }

  .div-block-522 {
    margin-left: 0;
    display: block;
  }

  .select-image-block {
    width: 100%;
  }

  .map-div {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .open-sign {
    margin-right: 0;
    line-height: 30px;
  }

  .text-block-474 {
    font-size: 12px;
    line-height: 14px;
  }

  .div-block-535 {
    margin-top: 20px;
  }

  .div-block-536 {
    margin-top: 10px;
    font-size: 12px;
    line-height: 16px;
  }

  .div-block-537 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-476 {
    font-size: 12px;
  }

  .text-block-477 {
    font-size: 14px;
    line-height: 30px;
  }

  .avater-image {
    width: 100px;
    height: 100px;
  }

  .heading-short-job {
    font-size: 18px;
    line-height: 30px;
  }

  .slider-5 {
    aspect-ratio: 3 / 2;
  }

  .slide-nav-2 {
    margin-bottom: 30px;
  }

  .strong-text {
    font-size: 14px;
    line-height: 24px;
  }

  .text-block-478 {
    font-size: 14px;
    line-height: 18px;
    display: block;
  }

  .text-block-479 {
    font-size: 12px;
    line-height: 16px;
  }

  .map-icon {
    height: 12px;
    font-size: 12px;
  }

  .job-summary-list {
    padding-bottom: 6px;
  }

  .job-summary-title {
    min-width: 70px;
  }

  .list-12 {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-157 {
    margin-bottom: 4px;
    font-size: 20px;
    line-height: 30px;
  }

  .text-block-482 {
    text-align: center;
    font-size: 10px;
  }

  .div-block-539 {
    margin-top: 8px;
    font-size: 10px;
    line-height: 16px;
  }

  .go-to-1-button {
    margin-top: 20px;
    font-size: 18px;
    line-height: 18px;
  }

  .heading-modal-section {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 30px;
  }

  .heading-modal {
    font-size: 20px;
    line-height: 20px;
  }

  .text-block-484 {
    font-size: 12px;
  }

  .back-icon {
    width: 20px;
    height: 20px;
  }

  .avater-advisor {
    width: 50px;
    height: 50px;
  }

  .div-block-542 {
    border-width: 2px;
    width: 100%;
    max-width: 160px;
    height: 32px;
    line-height: 28px;
    position: static;
    inset: auto 0% 10px;
  }

  .image-256 {
    width: 100px;
    height: 100px;
  }

  .div-block-545 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-489 {
    font-size: 18px;
    line-height: 18px;
  }

  .text-block-490 {
    margin-top: 4px;
    font-size: 11px;
    line-height: 16px;
  }

  .help-section {
    background-color: #f0f1ea;
    padding-top: 0;
  }

  .hero-block {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    background-color: #658766;
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-492 {
    color: var(--white);
    font-size: 18px;
    line-height: 24px;
  }

  .step-block {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .step-block-header {
    justify-content: center;
    align-items: center;
  }

  .text-block-495 {
    color: var(--white);
    font-size: 12px;
    line-height: 17px;
  }

  .image-261 {
    width: 100%;
  }

  .link-block-111 {
    width: 100%;
    margin-bottom: 40px;
    display: block;
  }

  .image-262, .image-263 {
    width: 100%;
    height: auto;
  }

  .div-block-553 {
    flex-flow: wrap;
  }

  .text-block-500 {
    font-size: 12px;
  }

  .facility-lp-button {
    height: 40px;
    line-height: 40px;
  }

  .div-tel-facilitiy-lp {
    width: 120px;
    min-width: 100px;
  }

  .text-block-504 {
    font-size: 20px;
    line-height: 30px;
  }

  .flex-block-102 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
  }

  .flex-block-103 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    align-items: center;
  }

  .text-block-507 {
    font-size: 16px;
    line-height: 24px;
  }

  .section-68 {
    font-size: 12px;
    line-height: 18px;
  }

  .text-span-100 {
    font-size: 20px;
  }

  .div-block-555 {
    justify-content: center;
  }

  .img-small-facility-lp {
    max-width: 100%;
  }

  .flex-block-106 {
    flex-flow: column;
    align-items: center;
  }

  .card-div-facility-lp {
    flex-flow: column;
    width: 90%;
    min-width: auto;
    padding-left: 10px;
  }

  .img-card-facility-lp {
    margin-right: auto;
  }

  .text-block-509 {
    font-size: 14px;
    line-height: 24px;
  }

  .text-block-511 {
    font-size: 28px;
  }

  .paragraph-46 {
    font-size: 13px;
  }

  .flex-block-110 {
    display: none;
  }

  .container-76 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-513 {
    text-align: center;
  }

  .div-block-560 {
    width: auto;
  }

  .link-19 {
    display: none;
  }

  .flex-block-112 {
    flex-flow: wrap;
  }

  .div-block-562 {
    flex-flow: column;
    height: auto;
  }

  .body-20 {
    font-size: 12px;
    line-height: 18px;
  }

  .stj-button-big.horizontal {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .stj-button-big.horizontal.selected {
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .button-title {
    font-size: 16px;
  }

  .text-block-548 {
    font-size: 18px;
    line-height: 32px;
  }

  .text-span-106 {
    text-underline-offset: -1px;
    font-size: 18px;
    text-decoration-thickness: 4px;
  }

  .div-block-612 {
    width: 120px;
    max-width: 30%;
  }

  .text-span-107 {
    font-size: 24px;
    line-height: 30px;
  }

  .text-block-549 {
    letter-spacing: 0;
    font-size: 11px;
  }

  .text-block-552 {
    margin-top: 20px;
    font-size: 14px;
  }

  .div-block-611-copy {
    flex-flow: column;
  }

  .start-stj-btn {
    font-size: 12px;
    line-height: 40px;
  }

  .heading-164 {
    font-size: 18px;
    line-height: 36px;
  }

  .div-block-621 {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .image-277 {
    aspect-ratio: 3 / 2;
    max-width: 50%;
    height: auto;
  }

  .div-block-622 {
    margin-top: 20px;
  }

  .text-block-556 {
    font-size: 12px;
  }

  .heading-165 {
    font-size: 16px;
    line-height: 24px;
  }

  .image-278 {
    height: 24px;
  }

  .compare.header._2, .compare.header._3 {
    width: 120px;
  }

  .compare._2 {
    width: 120px;
    font-size: 14px;
  }

  .compare._2.number {
    width: 120px;
    font-size: 18px;
  }

  .compare._3 {
    width: 120px;
  }

  .flex-block-128 {
    margin-bottom: 40px;
  }

  .heading-167 {
    font-size: 20px;
    line-height: 32px;
  }

  .section-72 {
    background-position: 45% 20%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 240px;
  }

  .section-73 {
    height: auto;
    padding-bottom: 20px;
  }

  .container-79 {
    flex-flow: column;
    align-items: center;
  }

  .text-block-564 {
    margin-top: 40px;
  }

  .image-281, .image-282 {
    margin-top: 10px;
  }

  .text-block-565 {
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 40px;
  }

  .section-74 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-span-115 {
    text-underline-offset: -4px;
    font-size: 26px;
    line-height: 40px;
    text-decoration-thickness: 10px;
  }

  .text-block-566 {
    font-size: 17px;
  }

  .text-span-116 {
    font-size: 22px;
    line-height: 40px;
  }

  .div-block-627 {
    max-width: 90%;
    font-size: 24px;
  }

  .container-80 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-section-plp {
    height: auto;
  }

  .section-plp {
    margin-bottom: 0;
  }

  .accordion-item-plp {
    padding: 10px;
  }

  .accordion-content-plp {
    display: block;
  }

  .accordion-content-plp.open {
    margin-top: 10px;
  }

  .accordion-title-plp {
    border: 1px none var(--black);
    font-size: 14px;
  }

  .text-block-568 {
    border: 1px none var(--black);
    font-size: 14px;
    line-height: 20px;
  }

  .container-plp {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-plp.faq {
    background-color: var(--primery-school-color);
    background-image: linear-gradient(301deg, #d6f5eb, #f3fbe9);
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .image-284 {
    height: 20px;
    margin-left: 10px;
    margin-right: 4px;
  }

  .text-block-569 {
    margin-top: 10px;
    margin-bottom: 6px;
    font-size: 14px;
  }

  .text-span-117 {
    margin-left: 4px;
    margin-right: 4px;
    font-size: 20px;
  }

  .button-23 {
    width: 280px;
    height: 60px;
    margin-top: 40px;
    font-size: 16px;
    line-height: 40px;
  }

  .div-block-630 {
    width: 100px;
    height: 80px;
    top: -14px;
  }

  .text-block-570 {
    margin-top: 8px;
  }

  .text-span-118 {
    line-height: 20px;
  }

  .text-block-571 {
    font-size: 12px;
    line-height: 18px;
  }

  .footer-plp {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 80px;
  }

  .link-22 {
    font-size: 14px;
    line-height: 20px;
  }

  .text-block-575 {
    margin-right: auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }

  .flex-block-133 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .start-button {
    width: 300px;
    height: 54px;
    margin-top: 16px;
  }

  .start-button.fixed, .start-button.fixed.w--current {
    display: block;
  }

  .image-288 {
    top: 18px;
  }

  .introduction-plp {
    font-size: 20px;
    line-height: 30px;
  }

  .text-block-576 {
    font-size: 14px;
    line-height: 20px;
  }

  .image-289 {
    padding-left: 30px;
  }

  .text-block-577 {
    justify-content: center;
    align-items: center;
    display: inline-flex;
  }

  .link-block-114 {
    text-align: center;
    border-width: 2px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 12px;
    line-height: 18px;
    display: flex;
  }

  .image-292 {
    justify-content: center;
    align-items: center;
    height: 8px;
    display: inline-flex;
    top: 10px;
    right: 6px;
  }

  .text-block-578 {
    font-size: 20px;
    line-height: 54px;
  }

  .image-294 {
    aspect-ratio: 1360 / 260;
    max-width: 95%;
    margin-top: 16px;
    margin-bottom: 0;
  }

  .quick-stack-8 {
    text-align: center;
  }

  .cell-6, .cell-7 {
    align-items: center;
  }

  .link-23 {
    margin-top: 0;
    margin-left: 4px;
  }

  .bold-text-33 {
    font-size: 11px;
    line-height: 14px;
  }

  .text-block-579 {
    text-align: right;
    justify-content: flex-end;
    align-items: center;
    width: 300px;
    margin-top: 4px;
    margin-right: 0;
    line-height: 12px;
    display: block;
  }

  .link-block-116.w--current {
    padding-left: 0;
    padding-right: 0;
  }

  .container-84 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .collection-item-8 {
    margin-bottom: 20px;
  }

  .link-block-117 {
    margin-right: 0;
  }

  .collection-item-9 {
    margin-bottom: 20px;
  }

  .link-block-118 {
    margin-right: 16px;
  }

  .cta-button {
    width: 300px;
    height: 54px;
  }

  .cta-button.w--current {
    height: 48px;
  }

  .cta-button.fixed, .cta-button.fixed.w--current {
    height: 48px;
    display: block;
  }

  .image-288-copy {
    height: 16px;
    top: 16px;
  }

  .text-block-578-copy {
    font-size: 20px;
    line-height: 48px;
  }

  .div-block-632 {
    text-align: center;
  }

  .text-block-580 {
    color: var(--border-gray);
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    margin-top: 4px;
    margin-left: auto;
    margin-right: 20px;
    font-size: 9px;
    font-weight: 400;
    line-height: 12px;
    display: flex;
  }

  .container-85 {
    max-width: 90%;
  }

  .text-block-581 {
    font-size: 12px;
  }

  .image-296 {
    margin-top: 4px;
  }
}

#w-node-e72f98c3-2963-b587-4efa-935a76a0a148-6e930255 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-cf165a6c-1fc8-77e4-81af-479ad23eb6fe-6e930255 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b911f3d6-31f2-9ca4-dab6-f681f3790b66-6dfce9f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_42d2fe35-6829-3418-d07e-b5d216e9d8f5-6dfce9f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b89cb901-df2b-c61f-1a86-1239b2a04eff-6dfce9f8, #w-node-_1a820cce-e3e3-dccc-2268-9feea7c515ae-6dfce9f8, #w-node-_1ecc4e58-875c-7be6-cbd0-62d57f8926aa-6dfce9f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_47e19791-e098-bfeb-fa3e-7230fd35cb08-b4c5ab50 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_55fa2a65-c864-cd1c-d5a9-01a843ebc04c-70e23202, #w-node-a6b93077-caf3-c772-1c31-72c4515b08f6-70e23202, #w-node-a6b93077-caf3-c772-1c31-72c4515b08f8-70e23202, #w-node-_7c4642f1-a949-78ae-a0fe-ddd56885fdda-70e23202 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b911f3d6-31f2-9ca4-dab6-f681f3790b66-0145ad06 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_42d2fe35-6829-3418-d07e-b5d216e9d8f5-0145ad06 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b89cb901-df2b-c61f-1a86-1239b2a04eff-0145ad06, #w-node-_1a820cce-e3e3-dccc-2268-9feea7c515ae-0145ad06, #w-node-_1ecc4e58-875c-7be6-cbd0-62d57f8926aa-0145ad06, #w-node-b911f3d6-31f2-9ca4-dab6-f681f3790b66-bb1249ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_42d2fe35-6829-3418-d07e-b5d216e9d8f5-bb1249ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b89cb901-df2b-c61f-1a86-1239b2a04eff-bb1249ec, #w-node-_1a820cce-e3e3-dccc-2268-9feea7c515ae-bb1249ec, #w-node-_1ecc4e58-875c-7be6-cbd0-62d57f8926aa-bb1249ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_662408ae-8490-88f0-07c4-798540d1041d-7a1a2c7f {
  justify-self: start;
}

#w-node-_8dec0dfd-9dc2-0c67-e5d4-19e7d8daace5-2d65eea0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_7172f742-b526-e008-cc80-818cad3fcd8b-2d65eea0 {
  justify-self: start;
}

#w-node-ea801245-80b8-f123-4b21-34965b68f465-2d65eea0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-e7a13c11-7709-b5e4-de58-0bf444eee108-2d65eea0 {
  justify-self: start;
}

#w-node-_2a7cdafc-00d6-6539-c22f-774d8e7d652e-9e4804f2, #w-node-_2a7cdafc-00d6-6539-c22f-774d8e7d652e-c2be339e, #w-node-e051e6bc-cdd9-f01c-5935-54d6f9e94279-12374c5b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_55fa2a65-c864-cd1c-d5a9-01a843ebc04e-70e23202, #w-node-a6b93077-caf3-c772-1c31-72c4515b08f8-70e23202, #w-node-_7c4642f1-a949-78ae-a0fe-ddd56885fddc-70e23202 {
    justify-self: center;
  }

  #w-node-_8d5b15d3-8d1e-a157-bf2b-09a031eecd4c-31eecd48 {
    justify-self: start;
  }

  #w-node-e051e6bc-cdd9-f01c-5935-54d6f9e9427b-12374c5b {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-cf165a6c-1fc8-77e4-81af-479ad23eb6fe-6e930255, #w-node-_47e19791-e098-bfeb-fa3e-7230fd35cb08-b4c5ab50 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8d5b15d3-8d1e-a157-bf2b-09a031eecd4c-31eecd48 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Redaction';
  src: url('../fonts/Redaction-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Redaction';
  src: url('../fonts/Redaction-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}