@font-face {
  font-family: Verona serial;
  src: url('../fonts/verona_serial-regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Apercu pro;
  src: url('../fonts/apercu_bold_pro.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Apercu pro;
  src: url('../fonts/apercu_medium_italic_pro.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Apercu pro;
  src: url('../fonts/apercu_medium_pro.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Apercu pro;
  src: url('../fonts/apercu_bold_italic_pro.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Apercu pro;
  src: url('../fonts/apercu_regular_italic_pro.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Apercu pro;
  src: url('../fonts/apercu_regular_pro.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-slate-blue: #2f4b9b;
  --green: #006450;
  --cream: #fffaef;
  --light-cream: #fffdfa;
  --dim-grey: #585858;
  --light-steel-blue: #97a4c9;
  --white-smoke: #f8f8f8;
  --light-green: #56ab9a;
  --lime: #e1ff32;
}

.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;
}

body {
  color: var(--dark-slate-blue);
  background-color: #fffaef;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.25rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.form-message-success {
  padding: 1.25rem;
}

.z-2 {
  z-index: 2;
  position: relative;
}

.text-color-black {
  color: #000;
}

.fs-styleguide_row {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  display: grid;
}

.fs-styleguide_row.is-for-social-icons {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_3-col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-light {
  font-weight: 300;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.show {
  display: block;
}

.fs-styleguide_color-sample {
  background-color: #f5f5f5;
  margin-top: .5rem;
  padding: 5rem;
}

.overflow-hidden {
  position: relative;
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.button {
  border: 1px solid var(--green);
  text-align: center;
  cursor: pointer;
  border-radius: 99vw;
  justify-content: center;
  align-items: center;
  max-width: 16rem;
  padding: 1.35rem 2.85rem;
  font-weight: 600;
  position: relative;
}

.button.small {
  z-index: 999;
  max-width: 12.5rem;
  margin-top: 40px;
  padding: 1.15rem 2.25rem;
  display: flex;
}

.heading-medium {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-medium.text-weight-normal.text-ch-25 {
  max-width: 25ch;
}

.heading-large {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-weight-bold {
  font-weight: 700;
}

.text-size-large {
  font-size: 1.5rem;
}

.icon-medium {
  height: 3rem;
}

.text-size-regular {
  font-size: 1rem;
}

.text-weight-normal {
  font-weight: 400;
}

.fs-styleguide_section {
  grid-column-gap: 4rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

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

.text-align-center.hide-tablet {
  flex-direction: column;
  display: flex;
}

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

.icon-small {
  height: 2rem;
}

.show-mobile-portrait {
  display: none;
}

.text-style-italic {
  font-style: italic;
}

.background-color-grey {
  background-color: #a8c1d833;
}

.hide {
  display: none;
}

.fs-styleguide_section-type {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  padding: 1.25rem;
  font-size: 1rem;
  font-weight: 600;
}

.text-size-medium {
  font-size: 1.25rem;
}

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

.text-weight-xbold {
  font-weight: 800;
}

.text-style-link {
  text-decoration: underline;
}

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

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .875rem;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5 {
  margin-top: 1.25rem;
  margin-bottom: .75rem;
}

.text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: .5rem;
}

.text-rich-text p, .text-rich-text blockquote, .text-rich-text ul {
  margin-bottom: .75rem;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.icon-large {
  height: 4rem;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.form-radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.heading-xlarge {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.heading-xlarge.text-weight-normal {
  font-weight: 400;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.form-input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form-input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.text-size-tiny {
  font-size: .75rem;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.form-checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.fs-styleguide_classes {
  display: none;
}

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

.fs-styleguide_1-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  display: grid;
}

.fs-styleguide_1-col.gap-medium {
  grid-row-gap: 2.5rem;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.page-padding {
  padding-left: 10rem;
  padding-right: 10rem;
}

.fs-styleguide_2-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  display: grid;
}

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

.show-tablet {
  display: none;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.text-color-grey {
  color: gray;
}

.form-radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form-radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.show-mobile-landscape {
  display: none;
}

.background-color-white {
  background-color: #fff;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.icon-1x1-large {
  width: 4rem;
  height: 4rem;
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.main-wrapper {
  overflow: hidden;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.button-secondary {
  color: #386eec;
  text-align: center;
  background-color: #0000;
  border: .125rem solid #386eec;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.button-text {
  z-index: 5;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 400;
  position: relative;
}

.button-text.small {
  font-size: 1rem;
}

.margin-tiny {
  margin: .125rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.margin-xsmall {
  margin: .5rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 8rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .125rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.padding-xsmall {
  padding: .5rem;
}

.padding-small {
  padding: 1rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 8rem;
}

.padding-xxhuge {
  padding: 12rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.margin-top {
  margin: .125rem 0 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

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

.padding-vertical.padding-footer {
  padding-top: 4rem;
  padding-bottom: 5rem;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.fs-styleguide_background-spacer {
  height: 5rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.heading-small {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-xsmall {
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5;
}

.text-weight-medium {
  font-weight: 500;
}

.fs-styleguide_version-details {
  z-index: 5;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}

.fs-styleguide_page-header {
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 2rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section-hero {
  height: auto;
  position: relative;
}

.heading-huge {
  font-size: 8.5rem;
  line-height: 1.5;
}

.heading-huge.text-weight-normal {
  font-size: 2.5rem;
}

.button-outline-one {
  opacity: .3;
  border: 1px solid #000;
  border-radius: 99vw;
  position: absolute;
  inset: 0%;
  transform: rotate(-10deg);
}

.button-outline-one.no-cursor {
  border-color: var(--dark-slate-blue);
  opacity: .5;
}

.button-outline-two {
  opacity: .3;
  border: 1px solid #000;
  border-radius: 99vw;
  position: absolute;
  inset: 0%;
  transform: rotate(10deg);
}

.button-outline-two.no-cursor {
  border-color: var(--dark-slate-blue);
  opacity: .5;
}

.button-bg-wrapper {
  border: 1px #000;
  border-radius: 99vw;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.button-bg {
  background-image: linear-gradient(225deg, var(--dark-slate-blue), var(--green));
  border-radius: 99vw;
  width: 105%;
  height: 105%;
  position: absolute;
  inset: 0% 0% 0% -2%;
  transform: translate(0, 102%);
}

.button-bg.green-button {
  background-color: var(--cream);
}

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

.hero_component {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.hero-bg_component {
  background-image: linear-gradient(135deg, var(--dark-slate-blue), var(--green));
  width: 100vw;
  height: 0;
  position: absolute;
  inset: 0%;
}

.parallax-text {
  width: auto;
  height: auto;
  font-size: 2.9rem;
  font-weight: 900;
  display: inline-block;
}

.side-menu-text-wrap {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin: .125rem 0;
  display: flex;
  overflow: hidden;
}

.navbar_component {
  justify-content: flex-end;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.logo {
  width: 18rem;
}

.link-block {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-block.footer {
  flex: 0 auto;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
}

.menu-icon {
  width: 100%;
  height: 6rem;
}

.nav-link {
  justify-content: flex-start;
  align-items: center;
  font-size: 1.1rem;
  display: flex;
}

.nav_component {
  border-bottom: 2px solid var(--dark-slate-blue);
  background-color: var(--light-cream);
  width: 100vw;
  position: fixed;
  inset: 2rem 0% auto;
}

.top-banner_component {
  z-index: 100;
  border-bottom: 2px solid var(--green);
  background-image: linear-gradient(to right, var(--dark-slate-blue), var(--green));
  white-space: nowrap;
  object-fit: none;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 2rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.font-secondary {
  font-family: Roboto Mono, sans-serif;
  font-weight: 400;
}

.font-secondary.text-weight-medium {
  font-weight: 500;
}

.font-secondary.text-weight-medium.text-size-small {
  color: #fff;
}

.top-banner-text_item {
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
  display: flex;
}

.top-banner-text_line {
  background-color: #fff;
  width: 2rem;
  height: 2px;
  margin-left: 1rem;
}

.top-banner-text_wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-footer {
  border-top: 2px solid var(--dim-grey);
  background-color: var(--light-cream);
}

.footer_component {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  place-content: end space-between;
  display: flex;
}

.footer-right_buttons {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.footer-left {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.button-text-green {
  z-index: 5;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 400;
  position: relative;
}

.button-text-green.small {
  font-size: 1rem;
}

.button-green {
  border: 1px solid var(--dark-slate-blue);
  background-image: linear-gradient(45deg, var(--green), var(--dark-slate-blue));
  text-align: center;
  cursor: pointer;
  border-radius: 99vw;
  justify-content: center;
  align-items: center;
  max-width: 15rem;
  padding: 1.15rem 4.15rem;
  font-weight: 600;
  position: relative;
}

.button-green.small {
  max-width: 12rem;
  padding: 1.15rem 2.25rem;
  display: flex;
}

.button-outline-green-two {
  opacity: .3;
  border: 1px solid #000;
  border-radius: 99vw;
  position: absolute;
  inset: 0%;
  transform: rotate(10deg);
}

.button-outline-green-two.no-cursor {
  border-color: var(--light-steel-blue);
  opacity: 1;
}

.button-green-outline-one {
  opacity: .3;
  border: 1px solid #000;
  border-radius: 99vw;
  position: absolute;
  inset: 0%;
  transform: rotate(-10deg);
}

.button-green-outline-one.no-cursor {
  border-color: var(--light-steel-blue);
  opacity: 1;
}

.two-button-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
}

.footer-right_links {
  justify-content: flex-end;
  align-items: center;
  padding-top: .2rem;
  padding-bottom: .2rem;
  display: none;
}

.footer-link {
  cursor: pointer;
  align-items: center;
  margin-left: 2rem;
  font-size: 1.1rem;
  display: flex;
}

.link-arrow {
  height: .6rem;
  margin-left: .5rem;
}

.bottom-banner_component {
  z-index: 2;
  border-top: 2px solid var(--green);
  border-bottom: 2px none var(--green);
  background-image: linear-gradient(to right, var(--green), var(--dark-slate-blue));
  white-space: nowrap;
  object-fit: none;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 2rem;
  display: flex;
}

.text-hover-image {
  width: 100px;
  height: 100px;
}

.image-preview_wrapper {
  z-index: 0;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.image-preview_container {
  width: 55rem;
  height: 12rem;
  position: absolute;
  inset: auto 0 0 auto;
}

.hero-heading_wrapper {
  position: relative;
}

.fixed-menu_component {
  z-index: 999999;
  background-color: var(--light-cream);
  flex-direction: row;
  justify-content: space-between;
  width: 45rem;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.menu-open-close_block {
  border-right: 2px solid var(--green);
  border-left: 2px solid var(--green);
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 6rem;
  padding-top: 16.2rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.fixed-menu-button {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto;
}

.fixed-menu-button.show-tablet {
  display: none;
}

.fixed-menu_items-wrapper {
  grid-column-gap: 9px;
  flex: 1;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fixed-menu_item {
  border-bottom: 2px solid var(--dark-slate-blue);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.fixed-menu_hidden-div {
  width: 200%;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0% auto 0% 100%;
}

.fixed-menu_hidden-div-2 {
  cursor: pointer;
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.fixed-menu-item_bg {
  z-index: -1;
  background-image: linear-gradient(135deg, var(--green), var(--dark-slate-blue));
  width: 100%;
  height: 0%;
  position: absolute;
  inset: 0%;
}

.fixed-shoutout_component {
  z-index: 99999;
  border-style: solid;
  border-width: 2px;
  border-color: var(--green) var(--dark-slate-blue) var(--dark-slate-blue) var(--green);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff9;
  padding: .5rem 1rem;
  position: fixed;
  inset: auto 2% 3.5% auto;
  box-shadow: 0 0 50px #0000001a;
}

.shoutout-text {
  font-size: 1.9rem;
}

.zoom-header {
  z-index: 1;
  color: #152133;
  background-color: #fff;
  padding-left: .6vw;
  padding-right: .6vw;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1;
  position: relative;
}

.zoom-header.right {
  text-align: right;
}

.video {
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
}

.svg {
  width: 100%;
  margin-top: 3vh;
  margin-bottom: 3vh;
  position: relative;
  box-shadow: inset 0 0 0 2px #fff, 0 0 0 50vw #fff;
}

.section {
  height: 100vh;
  position: relative;
}

.section.hero {
  height: 300vh;
}

.zoom {
  flex-direction: column;
  justify-content: center;
  width: 60vw;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.heading {
  z-index: 1;
  color: #3330;
  text-align: center;
  letter-spacing: .8vw;
  order: -1;
  margin-bottom: 40px;
  padding-left: 4px;
  font-family: Lato, sans-serif;
  font-size: 9.3rem;
  line-height: .8;
  position: absolute;
}

.sticky-div {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.text-block {
  color: var(--dark-slate-blue);
  position: relative;
}

.body {
  color: var(--dim-grey);
}

.text-block-2 {
  color: var(--green);
  position: absolute;
  top: -20px;
}

.paragraph {
  text-align: center;
  margin-top: 64px;
  line-height: 2;
}

.div-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.btom-banner-text_wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-3 {
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
}

.field-label-copy {
  margin-bottom: 10px;
  padding-top: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  display: flex;
}

.field-label {
  margin-bottom: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  display: flex;
}

.form-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-field-2 {
  background-color: #f8f8f8;
  border-radius: 7px;
  width: 100%;
  height: 60px;
  margin-bottom: 0;
  margin-left: 0;
}

.error-message {
  background-color: #f4eacb;
}

.button-3 {
  background-image: linear-gradient(45deg, var(--dark-slate-blue), var(--green));
  opacity: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  border: 2px #000;
  border-radius: 50px;
  margin-top: 0;
  padding: 15px 60px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  text-decoration: none;
  transition: all .5s;
  display: inline-block;
  transform: translate(0);
}

.button-3:hover {
  color: #fff;
  background-color: #000;
  border-color: #878787;
  transform: translate(0, -3px);
}

.text-block-4 {
  color: #ac1414;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

.field-label-2 {
  margin-bottom: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
}

.form-block {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 90%;
  margin-bottom: 18px;
  display: flex;
}

.div-block-45 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.div-block-44 {
  background-color: #fff;
  border: 2px #000;
  border-radius: 10px;
  width: 80%;
  margin-top: 20px;
  margin-bottom: 60px;
  padding: 40px 60px 32px;
}

.text-field {
  background-color: var(--white-smoke);
  border-radius: 7px;
  flex: 0 auto;
  width: 100%;
  height: 60px;
  margin-bottom: 0;
  margin-left: 0;
}

.success-message {
  background-image: linear-gradient(315deg, var(--green), var(--dark-slate-blue));
}

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

.section-2, .section-3 {
  padding-top: 60px;
}

.paragraph-3 {
  margin-top: 16px;
  margin-bottom: .8rem;
}

.link {
  margin-left: 3px;
  margin-right: 3px;
  font-weight: 700;
  text-decoration: underline;
}

.select-field {
  background-color: var(--white-smoke);
  border-radius: 7px;
  height: 60px;
  display: flex;
}

.jump {
  width: 100px;
  height: 0;
  margin-bottom: 60px;
}

.slide-nav {
  display: none;
}

.icon {
  opacity: .64;
  color: #000;
}

.testimonial_text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 55.56em;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.section-home-testimonial {
  z-index: 2;
  border-style: solid;
  border-width: 2px;
  border-color: var(--green) var(--dark-slate-blue) var(--dark-slate-blue) var(--green);
  cursor: default;
  background-color: #fff;
  margin-left: 7rem;
  margin-right: 40px;
  position: relative;
  overflow: hidden;
}

.padding-vertical-2 {
  margin-top: 60px;
  margin-bottom: 60px;
  padding-left: 0;
  padding-right: 0;
}

.testimonial-slider_slide {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.page-padding-3 {
  z-index: 2;
  padding-left: 11.88em;
  padding-right: 11.88em;
  position: relative;
}

.slide {
  padding-top: 0;
}

.testimonial_rating-wrapper {
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.works_text_01 {
  text-align: center;
  font-weight: 700;
}

.page_first {
  z-index: 20;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

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

.div-block-165 {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 150px;
  min-width: 150px;
  height: 150px;
  min-height: 150px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lottie-animation-2 {
  min-width: 300px;
  min-height: 300px;
  transform: rotate(315deg);
}

.text-block-6 {
  align-items: center;
  font-size: 110px;
  display: flex;
}

.text-block-7 {
  justify-content: center;
  align-items: center;
  font-size: 110px;
  display: flex;
}

.html-embed, .html-embed-2 {
  margin-left: 6rem;
  position: relative;
}

.textarea {
  background-color: var(--white-smoke);
  border-radius: 7px;
}

.works_logo_01 {
  background-image: url('../images/logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 240px;
  height: 80px;
  margin-bottom: 20px;
}

.works_logo_01.works_logo_03 {
  background-image: url('../images/000057179.gif');
}

.works_logo_01.works_logo_04 {
  background-image: url('../images/logo.jpg');
}

.works_peaple_pic_01 {
  background-image: url('../images/staff-img01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  margin-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.works_peaple_pic_01.works_peaple_pic02 {
  background-image: url('../images/1177488_20150211205845.jpeg');
}

.works_peaple_pic_01.works_peaple_pic03 {
  background-image: url('../images/S__70737934.jpg');
}

.works_peaple_pic_01.works_peaple_pic04 {
  background-image: url('../images/スクリーンショット-2023-02-22-12.48.26-min.png');
}

.works_suisopic_01 {
  background-image: url('../images/S__67141674-min.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  width: 320px;
  height: 230px;
}

.works_suisopic_01.works_suisopic_02 {
  background-image: url('../images/S__67141675-min.jpeg');
}

.works_suisopic_01.works_suisopic_03 {
  background-image: url('../images/S__70737922.jpg');
  background-position: 50% 4%;
}

.works_suisopic_01.works_suisopic_04 {
  background-image: url('../images/S__70746122.jpg');
  background-position: 100%;
}

.slider-3 {
  border-width: 2px;
  border-color: var(--green) var(--dark-slate-blue) var(--dark-slate-blue) var(--green);
  border-top-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  height: 930px;
  margin-left: 7rem;
  margin-right: 40px;
}

.div-block-39 {
  background-image: url('../images/20221127-N_300022.jpg');
  background-position: 50% 15%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.div-block-40 {
  background-image: url('../images/20221127-N_300102.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.div-block-41 {
  background-image: url('../images/20221214-N_300232_1.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.div-block-42 {
  background-image: url('../images/20221127-N_300111.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.contents_section {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 0;
  margin-left: 7rem;
  margin-right: 40px;
  display: flex;
}

.h3-main {
  z-index: 10;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 1.4em;
  position: relative;
}

.w_40_margin {
  width: 40px;
}

.img-outer-wrapper {
  width: 50%;
  position: relative;
  overflow: hidden;
}

.div-block-216 {
  border-style: solid;
  border-width: 2px;
  border-color: var(--green) var(--dark-slate-blue) var(--dark-slate-blue) var(--green);
  background-image: url('../images/20221127-N_300265.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.img-inner-wrapper {
  position: relative;
}

.img-inner-wrapper.hero {
  height: 600px;
}

.splitted-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: relative;
}

.subheader {
  text-align: justify;
  font-weight: 400;
}

.img-slide-overlay {
  z-index: 1;
  background-color: #e8dabf;
  background-image: linear-gradient(315deg, var(--dark-slate-blue), var(--green));
  width: 100%;
  height: 110%;
  margin-top: -5%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.link-block-2 {
  border: 3px solid var(--light-green);
  border-radius: 6px;
  align-items: center;
  margin: 10px;
  padding: 11px 18px;
  display: flex;
}

.div-block-217 {
  flex-direction: row;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.div-block-218 {
  background-image: url('../images/LINE_logo.svg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
}

.text-block-8 {
  text-align: center;
  margin-right: 4px;
}

@media screen and (max-width: 991px) {
  .hide-tablet {
    display: none;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .page-padding {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .show-tablet {
    display: block;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-huge.text-weight-normal {
    font-size: 1.2rem;
  }

  .hero_component {
    height: auto;
  }

  .parallax-text {
    font-size: 1.3rem;
    display: inline;
  }

  .side-menu-text-wrap {
    color: #fff;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar_component {
    justify-content: space-between;
  }

  .link-block {
    flex: 0 auto;
  }

  .menu-icon {
    z-index: 15;
    width: 5rem;
    height: 5rem;
  }

  .nav-link {
    color: #fff;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    display: inline-block;
  }

  .nav_component {
    z-index: 999;
  }

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

  .footer-right_buttons {
    justify-content: center;
  }

  .footer-right_links {
    justify-content: flex-start;
  }

  .fixed-menu_component {
    width: 70vw;
  }

  .fixed-menu-button {
    z-index: 15;
    flex: 0 auto;
    width: auto;
    height: auto;
    position: absolute;
    inset: 0% 1rem 0% auto;
  }

  .fixed-menu-button.show-tablet {
    width: 12vw;
    margin-top: -.5rem;
    display: flex;
    left: 88vw;
    right: auto;
  }

  .fixed-menu_items-wrapper {
    border-right: 2px solid var(--green);
  }

  .svg {
    box-shadow: inset 0 0 0 2px #fff, 0 0 0 100vw #fff;
  }

  .zoom {
    width: 80vw;
  }

  .text-block {
    top: -8px;
  }

  .text-block-2 {
    top: 4px;
  }

  .paragraph {
    font-size: .9rem;
  }

  .text-block-3 {
    font-size: 1.5rem;
  }

  .form-block-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .field-label-copy {
    margin-bottom: 10px;
    padding-top: 0;
  }

  .field-label {
    margin-bottom: 10px;
  }

  .form-2 {
    flex-direction: column;
    align-items: center;
    width: 70%;
  }

  .text-field-2 {
    width: 100%;
    margin-left: 0;
  }

  .button-3 {
    margin-top: 15px;
  }

  .field-label-2 {
    margin-bottom: 10px;
  }

  .form-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-45 {
    margin-top: 10px;
  }

  .div-block-44 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .text-field {
    width: 100%;
    margin-left: 0;
  }

  .paragraph-3 {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 1rem;
  }

  .text-size-small-2 {
    max-width: 750px;
    font-size: 14px;
  }

  .text-size-small-2.text-align-center {
    max-width: none;
  }

  .testimonial_text-wrapper {
    width: 30em;
  }

  .right-arrow {
    height: 2em;
    inset: -30% -8% 0% auto;
  }

  .section-home-testimonial {
    margin-left: 20px;
    margin-right: 20px;
  }

  .left-arrow {
    height: 2em;
    inset: -30% auto 0% -8%;
  }

  .padding-vertical-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .page-padding-3 {
    padding-left: 5em;
    padding-right: 5em;
  }

  .slide {
    padding-top: 0;
  }

  .text-block-6, .text-block-7 {
    font-size: 80px;
  }

  .html-embed, .html-embed-2 {
    margin-left: 0;
  }

  .slider-3 {
    height: 390px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .contents_section {
    margin: 40px 20px;
  }

  .h3-main {
    font-size: 1.4rem;
  }

  .w_40_margin {
    width: 40px;
  }

  .img-outer-wrapper {
    width: 100%;
  }

  .img-inner-wrapper.hero {
    height: 550px;
  }

  .splitted-right {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .fs-styleguide_row.is-for-social-icons {
    grid-template-rows: auto auto;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr 1fr;
  }

  .fs-styleguide_color-sample {
    padding: 2.5rem 2rem;
  }

  .button {
    max-width: 15rem;
    padding-left: 2.45rem;
    padding-right: 2.45rem;
  }

  .heading-medium {
    font-size: 1.5rem;
  }

  .heading-large {
    font-size: 2rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .fs-styleguide_section-type {
    font-size: .875rem;
  }

  .heading-xlarge {
    font-size: 2.5rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .show-mobile-landscape {
    display: block;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-small {
    font-size: 1rem;
  }

  .fs-styleguide_version-details {
    font-size: .875rem;
  }

  .fs-styleguide_page-header {
    margin-bottom: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .heading-huge {
    font-size: 2.5rem;
  }

  .button-bg-wrapper.no-cursor {
    width: 100%;
    height: 100%;
    inset: 0%;
  }

  .side-menu-text-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .logo {
    width: 10rem;
  }

  .footer-right_links {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 2rem;
  }

  .footer-link {
    margin-top: 1rem;
    margin-left: 0;
  }

  .fixed-menu_item {
    justify-content: center;
  }

  .zoom {
    width: 80vw;
  }

  .text-block {
    top: -22px;
  }

  .text-block-2 {
    top: 14px;
  }

  .field-label-copy {
    text-align: right;
    margin-bottom: 10px;
    padding-top: 0;
    font-size: 14px;
  }

  .field-label {
    text-align: right;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .form-2 {
    align-items: center;
    width: 90%;
  }

  .field-label-2 {
    text-align: right;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .form-block {
    width: 100%;
  }

  .div-block-45 {
    margin-top: 0;
  }

  .div-block-44 {
    padding-top: 32px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-field {
    width: 100%;
  }

  .testimonial_text-wrapper {
    width: 21em;
  }

  .right-arrow {
    top: 0%;
    right: -7%;
  }

  .left-arrow {
    top: 0%;
    left: -7%;
  }

  .padding-vertical-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .page-padding-3 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .mask {
    width: 100%;
    height: 33em;
  }

  .div-block-165 {
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
  }

  .lottie-animation-2 {
    min-width: 150px;
    min-height: 150px;
  }

  .slider-3 {
    height: 350px;
  }

  .contents_section {
    flex-direction: column;
  }

  .splitted-right {
    margin-top: 40px;
  }
}

@media screen and (max-width: 479px) {
  .show-mobile-portrait {
    display: block;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .heading-xlarge.text-weight-normal.heading-mobile-portrait {
    font-size: 2rem;
  }

  .fs-styleguide_2-col {
    grid-template-columns: auto;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .heading-huge.text-weight-normal {
    font-size: 1rem;
  }

  .parallax-text {
    font-size: 1.1rem;
  }

  .side-menu-text-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-link {
    color: #fff;
  }

  .footer_component {
    flex-direction: column;
  }

  .two-button-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .fixed-menu_component {
    width: 85vw;
  }

  .fixed-menu-button.show-tablet {
    width: 15vw;
    left: 85vw;
  }

  .fixed-shoutout_component {
    padding: .5rem .8rem;
    right: 5%;
  }

  .shoutout-text {
    font-size: .75rem;
  }

  .zoom-header.right {
    padding-left: 0;
  }

  .svg {
    box-shadow: inset 0 0 0 2px #eff7ff, 0 0 0 70vh #fff;
  }

  .zoom {
    width: 90vw;
  }

  .paragraph {
    text-align: left;
  }

  .text-block-3 {
    font-size: 1.2rem;
  }

  .form-block {
    margin-bottom: 14px;
  }

  .div-block-44 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-3 {
    font-size: 1rem;
  }

  .text-size-small-2.text-align-center {
    font-size: 14px;
  }

  .testimonial_text-wrapper {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .right-arrow {
    top: auto;
    bottom: -9%;
  }

  .section-home-testimonial {
    margin-left: 10px;
    margin-right: 10px;
  }

  .left-arrow {
    top: auto;
    bottom: -9%;
  }

  .padding-vertical-2 {
    margin-top: 30px;
    padding: 10px 0;
  }

  .testimonial-slider_slide {
    margin-top: 0;
    padding-top: 3px;
  }

  .page-padding-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .works_text_01 {
    padding-top: 15px;
  }

  .mask {
    height: auto;
  }

  .text-block-6, .text-block-7 {
    font-size: 60px;
  }

  .slider-3 {
    height: 210px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .left-arrow-2, .right-arrow-2 {
    display: none;
  }

  .contents_section {
    margin-bottom: 60px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .h3-main {
    font-size: 1.3em;
  }

  .w_40_margin {
    height: 40px;
  }

  .img-inner-wrapper.hero {
    height: 300px;
  }

  .splitted-right {
    margin-top: 0;
  }

  .subheader {
    display: block;
  }

  .link-block-2 {
    justify-content: center;
    width: 150px;
  }

  .div-block-217 {
    flex-direction: column;
  }
}

#w-node-_79172263-2879-279c-821b-59547563dabb-7e3b88b1 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-e0a9b46a-4973-2913-5c07-6be7b123b7a0-7e3b88b1, #w-node-_2a221115-31ad-f6dd-bd3c-05726568d0d1-7e3b88b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_79172263-2879-279c-821b-59547563dabb-7e3b88b1, #w-node-e0a9b46a-4973-2913-5c07-6be7b123b7a0-7e3b88b1, #w-node-_2a221115-31ad-f6dd-bd3c-05726568d0d1-7e3b88b1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Verona serial';
  src: url('../fonts/verona_serial-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Apercu pro';
  src: url('../fonts/apercu_bold_pro.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Apercu pro';
  src: url('../fonts/apercu_medium_italic_pro.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Apercu pro';
  src: url('../fonts/apercu_medium_pro.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Apercu pro';
  src: url('../fonts/apercu_bold_italic_pro.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Apercu pro';
  src: url('../fonts/apercu_regular_italic_pro.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Apercu pro';
  src: url('../fonts/apercu_regular_pro.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}