body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #1a1b1f;
  font-size: 16px;
  line-height: 1.4;
}

h1 {
  font-family: 'Proxima nova alt', sans-serif;
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Proxima nova Italics', sans-serif;
  font-size: 40px;
  font-weight: 400;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.7;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 38px;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
  color: #5a5a5a;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.02em;
}

a {
  display: block;
  color: #1a1b1f;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

blockquote {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  border-left: 5px solid #e2e2e2;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  margin-top: 5px;
  opacity: 0.6;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.divider {
  width: 240px;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f4f4f4;
}

.section {
  position: relative;
  z-index: 1;
  padding-right: 32px;
  padding-left: 64px;
}

.section.main-area {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.footer-area {
  padding-right: 0px;
}

.container {
  position: relative;
  width: 100%;
  padding-left: 32px;
}

.container.footer-area {
  z-index: 10;
  background-color: #000;
}

.paragraph-tiny {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 34px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}

.paragraph-bigger.cc-bigger-light {
  opacity: 0.8;
  font-size: 16px;
  font-weight: 700;
}

.button {
  padding: 12px 25px;
  border-radius: 0px;
  background-color: #1a1b1f;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #32343a;
  color: #fff;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 16px;
  padding: 12px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button.mr-0 {
  margin-right: 0px;
}

.button.cc-jumbo-button.mr-0.twitter-color {
  background-color: rgba(29, 162, 244, 0.7);
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.button.cc-jumbo-button.mr-0.twitter-color:hover {
  background-color: #1da2f4;
}

.button.cc-jumbo-button.line-color {
  background-color: rgba(60, 180, 73, 0.7);
  -webkit-transition: background-color 400ms ease, opacity 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease;
}

.button.cc-jumbo-button.line-color:hover {
  background-color: #3cb449;
}

.button.contact-line {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 24px;
  padding: 8px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  -webkit-transition: -webkit-transform 240ms ease;
  transition: -webkit-transform 240ms ease;
  transition: transform 240ms ease;
  transition: transform 240ms ease, -webkit-transform 240ms ease;
}

.button.contact-line:hover {
  background-color: transparent;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.button.cc-white-button {
  padding: 16px 35px;
  background-color: #fff;
  color: #202020;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.button.cc-white-button:active {
  background-color: hsla(0, 0%, 100%, 0.9);
}

.button.contact-twitter {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 8px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  -webkit-transition: -webkit-transform 240ms ease;
  transition: -webkit-transform 240ms ease;
  transition: transform 240ms ease;
  transition: transform 240ms ease, -webkit-transform 240ms ease;
}

.button.contact-twitter:hover {
  background-color: transparent;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.label {
  margin-bottom: 10px;
  font-family: 'Proxima nova alt', sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.heading-jumbo-tiny {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Proxima nova alt', sans-serif;
  font-size: 56px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.heading-jumbo-tiny.color-yellow {
  color: #efda20;
}

.heading-jumbo-tiny.color-red {
  color: #f51d1d;
}

.heading-jumbo-tiny.color-purpule {
  color: #ce3af3;
}

.heading-jumbo {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Proxima nova alt', sans-serif;
  font-size: 80px;
  line-height: 1;
  font-weight: 700;
  text-transform: none;
}

.heading-jumbo-small {
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: 'Proxima nova alt', sans-serif;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
  text-transform: none;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: 0.8;
}

.logo-link:active {
  opacity: 0.7;
}

.menu-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Material design iconic font', sans-serif;
  line-height: 1;
  font-weight: 400;
}

.menu {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 64px;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.13);
}

.navigation-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  padding-top: 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #f4f4f4;
}

.navigation {
  position: fixed;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
}

.navigation-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 9px;
  padding-bottom: 9px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'Proxima nova alt', sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navigation-item:hover {
  opacity: 0.9;
}

.navigation-item:active {
  opacity: 0.8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: 0.8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.navigation-item.contact {
  padding: 4px 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-item.contact.m-line {
  margin-top: 40px;
  border: 1px solid #000;
}

.navigation-item.contact.twitter-area {
  width: 160px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding: 2px 0px 2px 2px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #1da2f4;
  border-radius: 40px;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #1da2f4;
  font-weight: 600;
  text-transform: capitalize;
}

.navigation-item.contact.twitter-area:hover {
  background-color: #1da2f4;
  color: #fff;
}

.navigation-item.contact.line-area {
  width: 160px;
  margin-top: 8px;
  margin-right: auto;
  margin-left: auto;
  padding: 2px 0px 2px 2px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #1e9622;
  border-radius: 40px;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #1e9622;
  font-weight: 600;
  text-transform: capitalize;
}

.navigation-item.contact.line-area:hover {
  background-color: #1e9622;
  color: #fff;
}

.navigation-item.m-0 {
  padding-right: 0px;
  padding-left: 0px;
}

.menu-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #f4f4f4;
  border-radius: 33px;
}

.menu-button.w--open {
  background-color: #f4f4f4;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.navigation-items {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-left: 64px;
  padding-top: 95px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: hsla(0, 0%, 100%, 0.7);
  box-shadow: 1px 0 20px -5px rgba(0, 0, 0, 0.37);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.footer-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-logo_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition-property: none;
  transition-property: none;
  text-decoration: none;
}

.footer-logo_link:hover {
  opacity: 1;
}

.footer-logo_link:active {
  opacity: 0.8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
}

.cta-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -80px;
  margin-right: -32px;
  margin-left: -32px;
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f2f2f2;
  text-align: center;
}

.intro-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  margin-right: -32px;
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f4;
  background-image: url('../images/top-Bg-overlay.png'), url('../images/top-Bg.png');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

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

.status-message {
  padding: 9px 30px;
  background-color: #202020;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.text-field {
  margin-bottom: 18px;
  padding: 21px 20px;
  border: 1px solid #e4e4e4;
  border-radius: 0px;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  font-size: 14px;
  line-height: 26px;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active {
  border-color: #43464d;
}

.text-field:focus {
  border-color: #43464d;
}

.text-field::-webkit-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field:-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.protected-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.protected-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

._404-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1b1f;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 64px;
}

.intro-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-head {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #1a1b1f;
  font-size: 20px;
  white-space: nowrap;
}

.heder-logoarea {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 264px;
  height: 64px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #f4f4f4;
  background-color: hsla(0, 0%, 100%, 0.7);
  box-shadow: 3px 3px 12px -3px rgba(0, 0, 0, 0.17);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.navicn {
  width: 40px;
  margin-right: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 30px;
  box-shadow: 3px 3px 20px -7px rgba(0, 0, 0, 0.63);
}

.navicn.side-header_link {
  width: 50px;
  margin-right: 0px;
}

.navicn.side-header_link.navi-area {
  width: 30px;
  height: 30px;
  margin-right: 6px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.navicn.twitter-navi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1da2f4;
}

.side-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -32px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.side-container.leftarea {
  margin-right: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.card-case {
  position: relative;
  padding: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #f4f4f4;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 3px 3px 20px -5px rgba(0, 0, 0, 0.16);
}

.card-case.commercial-area {
  display: -ms-grid;
  display: grid;
  width: 75%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-left-style: none;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.card-case.card-massage {
  position: relative;
  z-index: 1;
  height: 80px;
  padding: 0px 24px 0px 80px;
}

.card-case.card-massage.left-area {
  padding-right: 80px;
  padding-left: 24px;
}

.card-case.inner-area {
  z-index: 10;
  width: 70%;
  padding: 4px;
  background-image: linear-gradient(135deg, #ff512f, #ffde2f);
}

.card-case.bg-none {
  background-color: transparent;
}

.section-title {
  font-size: 56px;
  line-height: 1;
  text-transform: uppercase;
}

.section-title.ja-title {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 600;
}

.section-title.center-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Proxima nova alt', sans-serif;
  font-weight: 700;
}

.youtube-cover {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.cover-thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cover-thumbnail.img-2 {
  border-radius: 8px;
}

.material-icn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Material design iconic font', sans-serif;
  text-decoration: none;
}

.material-icn.arrow-left_bottum {
  color: #fff;
}

.text-block {
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.text-block.centertext {
  font-weight: 700;
  text-align: center;
  white-space: pre-line;
}

.message-text_area {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 600;
}

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

.small-text {
  display: inline-block;
  color: #5a5a5a;
  font-size: 12px;
  font-weight: 500;
}

.small-text.no-wrap {
  margin-top: 8px;
}

.bg-color {
  position: absolute;
  left: 0%;
  top: 120px;
  right: auto;
  bottom: 0%;
  z-index: -10;
  width: 44vw;
  margin-bottom: -120px;
  border-top-right-radius: 300px;
  border-bottom-right-radius: 300px;
  background-color: rgba(70, 139, 243, 0.1);
}

.bg-color.left-position {
  left: auto;
  top: 22%;
  right: -32px;
  bottom: auto;
  height: 300px;
  margin-bottom: 216px;
  border-radius: 300px 0px 0px 300px;
  background-color: #f4f4f4;
}

.section_textarea.centertext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.massage-grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  -ms-grid-columns: 0.75fr 1.5fr;
  grid-template-columns: 0.75fr 1.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.grid-area.feature-area {
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 80px 80px 80px;
  grid-template-rows: 80px 80px 80px;
}

.feature-card_inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.section-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
}

.section-text.ml-24 {
  margin-left: 24px;
  font-size: 15px;
}

.sharp-text {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 32px;
}

.image-cover {
  position: absolute;
  z-index: 0;
  width: 78px;
  height: 78px;
  background-image: url('../images/Avatar.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: inset 1px 1px 9px -3px rgba(0, 0, 0, 0.5);
}

.image-cover.left-position {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  border: 1px solid #fff;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 40px;
  background-color: #efda20;
  background-image: url('../images/1.png');
  background-position: 50% 0%;
  box-shadow: inset 1px 1px 9px -3px rgba(0, 0, 0, 0.48);
}

.image-cover.left-position.cover-3 {
  background-color: #ce3af3;
  background-image: url('../images/3.png');
}

.image-cover.right-position {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border: 1px solid #fff;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 10px;
  background-color: #f51d1d;
  background-image: url('../images/11.png');
  background-position: 50% 0%;
}

.inner_area {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.inner_area.flow-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 60px;
  margin-right: -32px;
  margin-bottom: 120px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 8px;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
  grid-template-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.inner_area.future-grid {
  display: -ms-grid;
  display: grid;
  margin-bottom: 160px;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.feature-cover_img {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100%;
  border-radius: 50%;
  background-image: url('../images/17.png'), linear-gradient(135deg, #efda20, #f51d1d);
  background-position: 50% 0%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.feature-cover_img.gradation-2 {
  width: 100%;
  background-image: url('../images/10.png'), linear-gradient(135deg, #ff512f, #ce3af3);
  background-position: 50% 0%, 0px 0px;
  background-size: cover, auto;
}

.feature-cover_img.gradation-3 {
  background-image: url('../images/11.png'), linear-gradient(135deg, #c223ea, #ffe600);
  background-position: 50% 0%, 0px 0px;
  background-size: cover, auto;
}

.feature-massage {
  position: relative;
  z-index: 1;
}

.feature-text {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: -70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 700;
}

.text-bg {
  display: inline-block;
  margin-bottom: 5px;
  padding: 4px 8px;
  background-color: #f4f4f4;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
}

.feature-buttom {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -40px;
  margin-bottom: -40px;
  margin-left: -40px;
  padding: 64px 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-image: linear-gradient(135deg, #ff8008, #fd2271);
}

.feature-buttom_text {
  width: 50%;
  margin-right: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 600;
}

.flow-card {
  position: relative;
  width: 100%;
  height: 240px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #e9e9e9;
  background-image: url('../images/12.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.flow-card.flow-2 {
  background-image: url('../images/10.png');
}

.flow-card.flow-3 {
  background-image: url('../images/2.png');
}

.flow-card.flow-4 {
  background-image: url('../images/1.png');
}

.flow-area {
  position: relative;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #f4f4f4;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 3px 3px 20px -10px rgba(0, 0, 0, 0.41);
}

.flow-icn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  padding-left: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 20px;
  background-color: #ff512f;
  font-family: 'Material design iconic font', sans-serif;
  font-size: 24px;
}

.flow-card_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flow-text {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 600;
}

.flow-number {
  position: absolute;
  top: -16px;
  right: -16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #f2f2f2;
  border-radius: 40px;
  background-color: #fff;
  box-shadow: 4px 4px 20px -9px rgba(0, 0, 0, 0.24);
  font-family: 'Proxima nova alt', sans-serif;
  color: #ff512f;
  font-size: 40px;
  font-weight: 700;
}

.inner-area {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}

.inner-card_case {
  padding: 40px;
  border-radius: 10px;
  background-color: #fff;
}

.menu-bar {
  width: 20px;
  height: 3px;
  border-radius: 1.5px;
  background-color: #1a1b1f;
}

.menu-bar.bar-1 {
  margin-bottom: 3px;
}

.menu-bar.bar-2 {
  margin-bottom: 3px;
}

.bar-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.character-img.shadow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  opacity: 0.7;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.character-img.footer-img {
  width: 80%;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.character-img_area {
  position: absolute;
  z-index: -1;
  width: 30%;
}

.character-img_area.character-1 {
  left: 0%;
  top: -202%;
  right: auto;
  bottom: auto;
  width: 40%;
}

.character-img_area.character-2 {
  left: auto;
  top: -79%;
  right: 0%;
  bottom: auto;
  width: 40%;
  opacity: 0.3;
}

.character-img_area.character-3 {
  left: 1%;
  top: -13%;
  right: auto;
  bottom: auto;
  z-index: 3;
  width: 40%;
  opacity: 0.3;
}

.character-img_area.character-4 {
  left: auto;
  top: -19%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  width: 40%;
  opacity: 0.3;
}

.fixed-btn_text {
  border-bottom: 1px solid #5a5a5a;
  color: #1a1b1f;
  white-space: nowrap;
}

.footer-character_img {
  position: relative;
  left: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  height: 300px;
  background-color: #fff;
}

.navi-fixed_btn {
  position: relative;
  display: none;
  padding: 2px 16px 2px 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #0a8f0e;
  border-radius: 40px;
  color: #1e9622;
}

.navi-fixed_btn:hover {
  background-color: #1e9622;
  box-shadow: 3px 3px 20px -4px rgba(0, 0, 0, 0.41);
  color: #fff;
}

.text-small {
  color: #5a5a5a;
  font-size: 14px;
  font-weight: 500;
}

.no-wrap {
  white-space: nowrap;
}

.line-link-text {
  display: inline-block;
  margin-top: 8px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-bottom: 1px solid #1e9622;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #1e9622;
  font-weight: 600;
}

.line-link-text:hover {
  border-bottom-color: #0e5c11;
  color: #0e5c11;
}

.page-container {
  overflow: hidden;
}

.logo-footer {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 20px;
  white-space: nowrap;
}

.page-load {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5000;
  display: none;
  padding-bottom: 10%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.loader-diver {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 8px;
  background-color: rgba(255, 81, 47, 0.2);
  box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.23);
}

.diver {
  width: 20px;
  height: 100%;
  border-radius: 0px 20px 20px 0px;
  background-color: #ff512f;
}

.body {
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.cta-title {
  font-size: 20px;
  font-weight: 600;
}

.btn-text {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  text-transform: capitalize;
}

.icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon.cta-area {
  margin-right: 4px;
}

.icon.naviarea {
  margin-right: 6px;
  padding: 7px;
  border: 1px solid #fff;
  border-radius: 16px;
  background-color: #1da2f4;
  box-shadow: 3px 3px 20px -7px rgba(0, 0, 0, 0.63);
}

.icon.navi-buttom {
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 25px;
  background-color: #1da2f4;
  box-shadow: 3px 3px 20px -7px rgba(0, 0, 0, 0.63);
}

.cta-btn_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}

.img {
  overflow: hidden;
  width: 320px;
  height: 200px;
  margin-top: -119px;
  border: 4px solid #fff;
  border-radius: 10px;
}

.smalltext {
  font-size: 12px;
}

.copyright {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
}

.mini-nav-button-outline {
  position: fixed;
  left: auto;
  top: auto;
  right: 32px;
  bottom: 15px;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 48px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0.05em;
  border-color: #ff512f;
  border-radius: 30px;
  background-color: hsla(0, 0%, 100%, 0.7);
  box-shadow: 4px 4px 30px -7px rgba(0, 0, 0, 0.33);
  -webkit-filter: saturate(200%);
  filter: saturate(200%);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.mini-nav-button-outline.w--current {
  background-color: #252525;
}

.mini-nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.9rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
  color: #fffcf1;
  font-size: 0.9rem;
  font-weight: 600;
}

.mini-nav-link:hover {
  -webkit-transform: translate(7px, 0px);
  -ms-transform: translate(7px, 0px);
  transform: translate(7px, 0px);
}

.mini-nav-link:active {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.mini-nav-link.w--current {
  font-weight: 800;
}

.modal-close-btn {
  position: absolute;
  left: auto;
  top: 4%;
  right: 5%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 38px;
  height: 38px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.nav-background {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: none;
  background-color: rgba(26, 27, 31, 0.2);
}

.mini-nav-menu-wrap {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20rem;
  padding: 2rem 3.1rem 2rem 1.4rem;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  background-color: rgba(124, 124, 124, 0.15);
}

.mini-nav-menu-wrap.frosted-glass {
  width: 250px;
  height: 260px;
  background-color: hsla(0, 0%, 100%, 0.8);
  box-shadow: -3px -2px 30px -8px rgba(0, 0, 0, 0.28);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.nav-button {
  position: absolute;
  left: auto;
  top: 10px;
  right: 10px;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 56%, 0.25);
}

.nav-button.dwtn {
  position: static;
  width: 100%;
  height: 100%;
  background-color: transparent;
  cursor: pointer;
}

.mini-menu-wrap {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 990;
  display: none;
  width: 100vw;
  height: 100vh;
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
}

.mini-nav-button-wrap {
  z-index: 99;
}

.close-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0.6rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #616161;
}

.close-img:active {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.navi-fixed_text {
  color: #ff512f;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}

.image-bg {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 60vh;
  background-image: url('../images/bg.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.company {
  width: 200px;
  height: 100%;
  margin-top: 40px;
}

.cast-member-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-top: 133.3333%;
  border: 1px solid #fafafa;
  border-radius: 20px;
  box-shadow: 0 7px 27px -6px rgba(0, 0, 0, 0.25);
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  cursor: default;
}

.cast-member-wrapper:hover {
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

.cast-member-details {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  padding: 10px 15px;
  border-top: 2px solid #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.69)), to(rgba(0, 0, 0, 0.69)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.69), rgba(0, 0, 0, 0.69));
  color: #fff;
}

.team-member-name {
  font-weight: 600;
  letter-spacing: 0.1em;
}

.team-member-job-role {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.team-member-summary {
  overflow: hidden;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 500;
}

.cast-member-photo {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 5;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cast-member-photo.cast-02 {
  background-image: url('../images/image03.jpg');
  background-position: 50% 0%;
}

.cast-member-photo.cast-03 {
  background-image: url('../images/image04.jpg');
}

.cast-member-photo.cast-04 {
  background-image: url('../images/image05.jpg');
}

.cast-member-photo.cast-05 {
  background-image: url('../images/image06.jpg');
}

.cast-member-photo.cast-01 {
  background-image: url('../images/image02.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cast-member-photo.cast-06 {
  background-image: url('../images/image07.jpg');
}

.cast-member-photo.cast-07 {
  background-image: url('../images/image08.jpg');
}

.cast-member-photo.cast-08 {
  background-image: url('../images/image09.jpg');
}

.cast-member-photo.cast-09 {
  background-image: url('../images/image10.jpg');
}

.cast-member-photo.cast-11 {
  background-image: url('../images/image12.jpg');
}

.cast-member-photo.cast-12 {
  background-image: url('../images/image13.jpg');
}

.cast-member-photo.cast-13 {
  background-image: url('../images/image14.jpg');
}

.cast-member-photo.cast-14 {
  background-image: url('../images/image15.jpg');
}

.cast-member-photo.cast-15 {
  background-image: url('../images/image16.jpg');
}

.cast-member-photo.cast-16 {
  background-image: url('../images/image17.jpg');
}

.cast-member-photo.cast-10 {
  background-image: url('../images/image11.jpg');
}

.cast-member-photo.cast-17 {
  background-image: url('../images/image18.jpg');
}

.cast-member-photo.cast-18 {
  background-image: url('../images/image19.jpg');
}

.cast-member-photo.cast-19 {
  background-image: url('../images/image20.jpg');
}

.cast-member-photo.cast-20 {
  background-image: url('../images/image21.jpg');
}

.cast-member-photo.cast-21 {
  background-image: url('../images/image22.jpg');
}

.cast-member-photo.cast-22 {
  background-image: url('../images/image23.jpg');
}

.cast-member-photo.cast-23 {
  background-image: url('../images/image24.jpg');
}

.cast-member-photo.cast-24 {
  background-image: url('../images/image25.jpg');
}

.cast-member-photo.cast-25 {
  background-image: url('../images/image26.jpg');
}

.cast-member-photo.cast-26 {
  background-image: url('../images/image27.jpg');
}

.cast-member-photo.cast-27 {
  background-image: url('../images/image28.jpg');
}

.cast-member-photo.cast-28 {
  background-image: url('../images/image29.jpg');
}

.cast-member-photo.cast-29 {
  background-image: url('../images/image30.jpg');
}

.cast-member-photo.cast-30 {
  background-image: url('../images/image31.jpg');
}

.cast-member-photo.cast-31 {
  background-image: url('../images/image32.jpg');
}

.cast-member-photo.cast-32 {
  background-image: url('../images/image33.jpg');
}

.cast-member-photo.cast-33 {
  background-image: url('../images/image34.jpg');
}

.cast-member-photo.cast-34 {
  background-image: url('../images/image35.jpg');
}

.cast-member-photo.cast-35 {
  background-image: url('../images/image36.jpg');
}

.cast-member-photo.cast-36 {
  background-image: url('../images/image37.jpg');
}

.cast-member-photo.cast-37 {
  background-image: url('../images/image38.jpg');
}

.cast-member-photo.cast-38 {
  background-image: url('../images/image39.jpg');
}

.cast-member-photo.cast-39 {
  background-image: url('../images/image40.jpg');
}

.cast-member-photo.cast-40 {
  background-image: url('../images/image41.jpg');
}

.cast-member-photo.cast-41 {
  background-image: url('../images/image42.jpg');
}

.cast-member-photo.cast-42 {
  background-image: url('../images/image43.jpg');
}

.cast-member-photo.cast-43 {
  background-image: url('../images/image44.jpg');
}

.cast-member-photo.cast-44 {
  background-image: url('../images/image45.jpg');
}

.cast-member-photo.cast-45 {
  background-image: url('../images/image46.jpg');
}

.cast-member-photo.cast-46 {
  background-image: url('../images/image47.jpg');
}

.cast-member-photo.cast-47 {
  background-image: url('../images/image48.jpg');
}

.cast-member-photo.cast-48 {
  background-image: url('../images/image49.jpg');
}

.cast-member-photo.cast-49 {
  background-image: url('../images/image50.jpg');
}

.cast-member-photo.cast-50 {
  background-image: url('../images/image51.jpg');
}

.cast-member-photo.cast-51 {
  background-image: url('../images/image52.jpg');
}

.cast-member-photo.cast-52 {
  background-image: url('../images/image53.jpg');
}

.cast-member-photo.cast-53 {
  background-image: url('../images/image54.jpg');
}

.cast-member-photo.cast-54 {
  background-image: url('../images/image55.jpg');
}







.padding---s {
  margin-left: 64px;
  padding: 3.571vw;
}

.padding---s.overflow-hidden {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background-color: #f2f3f6;
}

.castview-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 70px;
  margin-bottom: 70px;
  grid-auto-columns: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.socialarea {
  position: absolute;
  left: auto;
  top: -40px;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.social__icn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.social__icn:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.socialicn_img {
  border: 1px solid #fff;
  border-radius: 15px;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
  }

  .container.footer-area {
    max-width: none;
  }

  .bg-color.left-position {
    right: -64px;
  }

  .character-img_area.character-3 {
    left: -4%;
    z-index: -2;
  }
}

@media screen and (min-width: 1920px) {
  .card-case {
    position: relative;
  }

  .text-block.centertext {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .bg-color.left-position {
    right: -310px;
  }

  .character-img.footer-img {
    height: 400px;
  }

  .character-img_area.character-1 {
    width: 30%;
  }

  .character-img_area.character-3 {
    z-index: -1;
    width: 30%;
  }

  .nav-button {
    width: 140px;
    height: 140px;
  }

  .padding---s {
    padding: 69px;
  }
}

@media screen and (max-width: 991px) {
  .section {
    padding-right: 24px;
    padding-left: 24px;
  }

  .section.main-area {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.footer-area {
    padding-left: 0px;
  }

  .section.hero-section {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container {
    padding-left: 0px;
  }

  .button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button.contact-line {
    display: none;
    width: 55px;
    height: 100%;
    margin-left: 24px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .button.contact-twitter {
    display: none;
    width: 55px;
    height: 100%;
    margin-left: 24px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .menu {
    width: 50px;
    height: 50px;
    padding-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: transparent;
    box-shadow: none;
  }

  .navigation-wrap {
    width: 64px;
    height: 64px;
    margin-top: 0px;
    padding-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .navigation {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100%;
    height: auto;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-bottom: 1px solid #f4f4f4;
    background-color: hsla(0, 0%, 100%, 0.7);
    box-shadow: 3px 3px 12px -4px rgba(0, 0, 0, 0.17);
    -webkit-filter: saturate(200%);
    filter: saturate(200%);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
  }

  .navigation-item {
    padding: 15px 30px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-item.contact.twitter-area {
    z-index: 50;
  }

  .menu-button {
    margin-left: 16px;
    padding: 0px;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .navigation-items {
    margin-left: 0px;
    padding-top: 120px;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    margin-right: -24px;
    margin-left: -24px;
    padding-top: 120px;
    padding-bottom: 90px;
  }

  .intro-header {
    margin-right: 0px;
  }

  .heder-logoarea {
    width: 180px;
    padding-left: 24px;
    border-style: none;
    background-color: transparent;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .navicn {
    margin-right: 6px;
  }

  .navicn.twitter-navi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #1da2f4;
  }

  .card-case {
    padding: 32px;
  }

  .card-case.commercial-area {
    width: 100%;
    border-radius: 10px;
  }

  .card-case.inner-area {
    width: 80%;
  }

  .section-title.ja-title {
    font-size: 24px;
  }

  .message-text_area {
    font-size: 16px;
  }

  .bg-color {
    left: -32px;
  }

  .bg-color.left-position {
    right: -24px;
  }

  .massage-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .inner_area.flow-grid {
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .inner_area.future-grid {
    grid-column-gap: 24px;
  }

  .feature-text {
    bottom: -89px;
    margin-left: 0px;
  }

  .feature-buttom {
    margin-right: -32px;
    margin-left: -32px;
    padding: 32px;
  }

  .feature-buttom_text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .flow-card {
    height: 100%;
    margin-left: 64px;
    border: 1px solid #fff;
    border-radius: 0px;
    background-image: url('../images/12.png');
    background-position: 50% 0%;
  }

  .flow-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 50px;
  }

  .flow-icn {
    margin-right: auto;
    margin-left: auto;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .flow-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .flow-number {
    position: relative;
    left: -100%;
    top: 0%;
    right: auto;
    bottom: 0%;
    border-radius: 40px;
  }

  .inner-card_case {
    padding: 24px;
  }

  .bar-area {
    width: 50px;
    height: 50px;
  }

  .character-img.footer-img {
    height: 300px;
  }

  .character-img_area.character-1 {
    width: 40%;
  }

  .character-img_area.character-2 {
    top: -15%;
    width: 40%;
  }

  .character-img_area.character-3 {
    width: 40%;
  }

  .character-img_area.character-4 {
    top: -4%;
  }

  .fixed-btn_text.text-ml {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 14px;
    font-weight: 600;
  }

  .navi-fixed_btn {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 24px;
  }

  .text-small {
    margin-top: 4px;
  }

  .flow-1_area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .line-link-text {
    margin-left: 0px;
  }

  .img {
    height: 160px;
    margin-top: -70px;
  }

  .navi-head_btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-button {
    width: 70px;
    height: 70px;
  }

  .mini-menu-wrap {
    display: none;
  }

  .padding---s {
    margin-left: 0px;
  }

  .padding---s.overflow-hidden.hero-area {
    margin-top: 65px;
  }

  .castview-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  p {
    text-align: left;
  }

  .section {
    margin-right: 15px;
    margin-left: 15px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section.main-area.pb-0 {
    padding-bottom: 0px;
  }

  .section.footer-area {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section.hero-section {
    margin-right: 0px;
    margin-left: 0px;
  }

  .container {
    text-align: center;
  }

  .container.container-flow {
    padding-right: 24px;
    padding-left: 24px;
  }

  .paragraph-bigger {
    line-height: 28px;
  }

  .button.cc-jumbo-button.mr-0.twitter-color {
    padding-left: 50px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .button.cc-jumbo-button.line-color {
    margin-right: 0px;
    margin-bottom: 16px;
    padding-left: 50px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .label {
    text-align: left;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0px;
  }

  .menu {
    padding-right: 15px;
  }

  .navigation-wrap {
    width: auto;
  }

  .navigation-item.contact.twitter-area {
    opacity: 1;
  }

  .menu-button {
    margin-left: 16px;
  }

  .navigation-items {
    height: 100vh;
  }

  .cta-wrap {
    margin-right: -40px;
    margin-left: -40px;
  }

  .intro-content {
    width: 80%;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .intro-text {
    margin-top: -68px;
  }

  .heder-logoarea {
    width: 150px;
    padding-left: 15px;
    white-space: nowrap;
  }

  .navicn {
    margin-right: 4px;
  }

  .navicn.twitter-navi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #1da2f4;
  }

  .card-case {
    padding: 24px;
  }

  .card-case.commercial-area {
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-case.inner-area {
    width: 100%;
  }

  .section-title.ja-title {
    font-size: 22px;
    text-align: left;
  }

  .material-icn.arrow-left_bottum {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .small-text {
    margin-left: 24px;
  }

  .small-text.no-wrap {
    margin-left: 0px;
  }

  .bg-color.left-position {
    right: -15px;
    width: 60vw;
    height: 240px;
  }

  .massage-grid {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1.5fr 1fr;
    grid-template-columns: 1.5fr 1fr;
  }

  .grid-area.feature-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-text.ml-24 {
    text-align: left;
  }

  .inner_area {
    display: -ms-grid;
    display: grid;
    margin-bottom: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .inner_area.flow-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 80px auto 80px auto 80px auto 80px;
    grid-template-rows: 80px auto 80px auto 80px auto 80px;
  }

  .inner_area.future-grid {
    margin-bottom: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .feature-cover_img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 200px;
    height: 200px;
    margin-right: 8px;
    margin-left: 0px;
    padding-top: 0%;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .feature-cover_img.gradation-2 {
    width: 200px;
    height: 200px;
  }

  .feature-massage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-items: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .feature-text {
    position: relative;
    bottom: 0px;
    width: 100%;
    margin-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
  }

  .feature-buttom {
    margin-right: -24px;
    margin-bottom: -24px;
    margin-left: -24px;
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .feature-buttom_text {
    width: 100%;
    margin-left: 16px;
    font-size: 16px;
    text-align: left;
  }

  .flow-card {
    width: 80px;
    height: 80px;
    margin-left: 0px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    background-position: 50% 0%;
    background-size: cover;
  }

  .flow-area {
    display: -ms-grid;
    display: grid;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 0.25fr 1fr 1fr;
    grid-template-columns: 0.25fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    border-radius: 40px;
  }

  .flow-icn {
    padding-top: 2px;
    padding-left: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .flow-text {
    padding-left: 0px;
    font-size: 15px;
    line-height: 1.3;
    text-align: left;
  }

  .flow-number {
    left: -37%;
    top: -73%;
    right: auto;
    bottom: auto;
  }

  .character-img_area.character-1 {
    top: -85%;
    width: 50%;
  }

  .character-img_area.character-2 {
    top: -20%;
    width: 40%;
  }

  .character-img_area.character-3 {
    top: -7%;
    width: 40%;
  }

  .character-img_area.character-4 {
    top: -12%;
  }

  .navi-fixed_btn {
    height: 46px;
  }

  .flow-1_area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .line-link-text {
    white-space: nowrap;
  }

  .page-load {
    padding-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cta-btn_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .img {
    width: 40%;
    height: 100px;
    margin-top: 0px;
    border-width: 2px;
  }

  .mini-nav-button-outline {
    right: 15px;
  }

  .mini-nav-menu-wrap {
    width: 100vw;
  }

  .nav-button {
    width: 70px;
    height: 70px;
  }

  .cast-member-wrapper {
    padding-top: 108.26665%;
  }

  .cast-member-photo {
    background-position: 50% 0%;
  }

  .castview-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .socialarea {
    top: -50px;
  }

  .social__icn {
    width: 40px;
    height: 40px;
  }

  .socialicn_img {
    border-radius: 20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .section {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section.main-area {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .paragraph-bigger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .label {
    text-align: left;
  }

  .heading-jumbo-tiny {
    margin-top: 0px;
    border-bottom: 1px solid #f4f4f4;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .logo-link.w--current {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .menu {
    margin-left: 15px;
    padding-right: 0px;
  }

  .navigation-wrap {
    border-right-style: none;
  }

  .navigation {
    padding-right: 20px;
    padding-left: 20px;
  }

  .menu-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu-button.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .cta-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }

  .intro-header {
    background-position: 50% 50%;
    background-size: cover;
  }

  .heder-logoarea {
    width: 180px;
    margin-left: 15px;
    padding-left: 0px;
  }

  .navicn {
    height: 40px;
    margin-right: 4px;
  }

  .navicn.twitter-navi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #1da2f4;
  }

  .card-case.card-massage {
    height: 100%;
    padding: 24px;
  }

  .card-case.card-massage.left-area {
    padding-right: 24px;
  }

  .message-text_area.center-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .small-text {
    margin-left: 8px;
  }

  .grid-area.feature-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .feature-card_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-text.ml-24 {
    margin-top: 8px;
    margin-left: 0px;
    text-align: left;
  }

  .image-cover.right-position {
    border-radius: 0px 10px 0px 40px;
  }

  .inner_area.flow-grid {
    margin-top: 80px;
    grid-row-gap: 24px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .feature-cover_img {
    position: relative;
  }

  .feature-cover_img.gradation-2 {
    height: 200px;
  }

  .feature-massage {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .feature-text {
    width: 100%;
    margin-top: -40px;
    margin-left: 0px;
  }

  .feature-buttom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-buttom_text {
    width: 100%;
    margin-top: 24px;
    margin-left: 0px;
    text-align: left;
  }

  .flow-card {
    border-radius: 40px;
    background-color: transparent;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .flow-card.flow-2 {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .flow-card.flow-4 {
    border-style: none;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .flow-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    border-radius: 8px;
  }

  .flow-card_block {
    position: absolute;
    width: 100%;
  }

  .flow-text {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 16px;
  }

  .flow-number {
    left: 0%;
    top: -78%;
    right: auto;
    bottom: auto;
  }

  .inner-card_case {
    padding: 8px;
  }

  .character-img.footer-img {
    height: 230px;
  }

  .character-img_area.character-1 {
    left: 0%;
    top: -89%;
    right: 0%;
    bottom: auto;
    width: 80%;
  }

  .character-img_area.character-2 {
    left: auto;
    top: -11%;
    right: 0%;
    bottom: auto;
    width: 80%;
  }

  .character-img_area.character-3 {
    left: 0%;
    top: -8%;
    right: auto;
    bottom: auto;
    width: 80%;
  }

  .character-img_area.character-4 {
    top: -10%;
    width: 70%;
  }

  .fixed-btn_text {
    font-size: 14px;
    font-weight: 600;
  }

  .footer-character_img {
    height: 240px;
  }

  .navi-fixed_btn {
    display: none;
    margin-right: 0px;
    background-color: #fff;
    box-shadow: 4px 4px 30px -7px rgba(0, 0, 0, 0.52);
  }

  .flow-1_area {
    margin-right: 0px;
  }

  .line-link-text {
    display: inline-block;
    border-bottom: 1px solid #1e9622;
    -webkit-transition: color 250ms ease;
    transition: color 250ms ease;
    color: #1e9622;
    font-weight: 600;
  }

  .line-link-text:hover {
    border-bottom-color: #0e5c11;
    color: #0e5c11;
  }

  .img {
    width: 100%;
    height: 120px;
    border-radius: 8px;
  }

  .smalltext {
    white-space: pre-line;
  }

  .modal-close-btn {
    right: 7%;
  }

  .nav-button {
    width: 60px;
    height: 60px;
  }

  .padding---s {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .castview-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

#w-node-_25336a78-ba86-38fb-56ab-73745d4d7111-06a2f2de {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d66ec67f-f2cf-f411-7fce-6c249c472ba2-06a2f2de {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 5;
  grid-column-end: 7;
}

#w-node-_3cb1afe1-73f5-10cb-0212-a911ab651ffa-06a2f2de {
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 5;
  grid-column-end: 6;
}

#w-node-c0e98342-fc98-7763-cb64-475dac15f843-06a2f2de {
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 5;
  grid-column-end: 7;
}

#w-node-_4bde8236-684f-122a-ab1e-32029fac0db2-06a2f2de {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_384f208c-53f5-6629-8648-831eac6b636b-06a2f2de {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-a259ea01-1399-02f0-c056-da266e1130d6-06a2f2de {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-a259ea01-1399-02f0-c056-da266e1130d9-06a2f2de {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_846718bf-4b0b-234f-fb71-a966274d9558-06a2f2de {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_846718bf-4b0b-234f-fb71-a966274d955b-06a2f2de {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-aa383b44-df75-60a4-220b-b095da6fc19e-06a2f2de {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_86e64837-0616-515b-4568-76c147234d34-06a2f2de {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_83913ec1-9c81-2bcf-742e-88c26de822e5-06a2f2de {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-d66ec67f-f2cf-f411-7fce-6c249c472ba2-06a2f2de {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 4;
    grid-column-end: 7;
  }

  #w-node-_3cb1afe1-73f5-10cb-0212-a911ab651ffa-06a2f2de {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 4;
    grid-column-end: 6;
  }

  #w-node-c0e98342-fc98-7763-cb64-475dac15f843-06a2f2de {
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bb533f98-73cf-ccaf-efbf-ee32ce4ee89a-06a2f2de {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_384f208c-53f5-6629-8648-831eac6b636b-06a2f2de {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-a259ea01-1399-02f0-c056-da266e1130dc-06a2f2de {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-a259ea01-1399-02f0-c056-da266e1130d9-06a2f2de {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_846718bf-4b0b-234f-fb71-a966274d955e-06a2f2de {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_846718bf-4b0b-234f-fb71-a966274d955b-06a2f2de {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-aa383b44-df75-60a4-220b-b095da6fc1a4-06a2f2de {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_86e64837-0616-515b-4568-76c147234d34-06a2f2de {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@font-face {
  font-family: 'Material design iconic font';
  src: url('../fonts/Material-Design-Iconic-Font.woff2') format('woff2'), url('../fonts/Material-Design-Iconic-Font.eot') format('embedded-opentype'), url('../fonts/Material-Design-Iconic-Font.woff') format('woff'), url('../fonts/Material-Design-Iconic-Font.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova alt';
  src: url('../fonts/Proxima-Nova-Alt-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova Italics';
  src: url('../fonts/Proxima-Nova-Alt-Regular-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

























.wrapper-move {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  overflow: hidden;
}

.container-move {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-move .secound {
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-flex {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-flow: column;
  grid-auto-columns: 200px;
  -ms-grid-columns: 200px;
  grid-template-columns: 200px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  animation: infinity-loop 100s infinite linear 1s both;
}
@keyframes infinity-loop {
  from { transform: translateX(0%); }
  to { transform: translateX(-100%);}
}

.image-move {
  width: 200px;
  height: 100%;
}

.secound-image-flex {
  position: relative;
  left: -100%;
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-flow: column;
  grid-auto-columns: 200px;
  -ms-grid-columns: 200px;
  grid-template-columns: 200px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  animation: infinity-loop-secound 100s infinite linear 1s both;
}
@keyframes infinity-loop-secound {
  from { transform: translateX(0%); }
  to { transform: translateX(100%);}
}

@media screen and (max-width: 991px) {
  .wrapper-move-text {
    overflow: hidden;
    margin-top: 0px;
  }

  .image-flex {
    grid-auto-columns: 180px;
    grid-column-gap: 0px;
    -ms-grid-columns: 180px;
    grid-template-columns: 180px;
  }

  .image-move {
    width: 180px;
  }
}

@media screen and (max-width: 767px) {
  .image-flex {
    grid-auto-columns: 150px;
    -ms-grid-columns: 150px;
    grid-template-columns: 150px;
  }

  .image-move {
    width: 150px;
  }

  .secound-image-flex {
    grid-auto-columns: 150px;
    -ms-grid-columns: 150px;
    grid-template-columns: 150px;
  }
}

@media screen and (max-width: 479px) {
  .wrapper-move-text {
    margin-bottom: 0px;
  }
}
