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

body {
  padding-top: 60px;
  font-family: "Roboto Condensed", sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin: 0px 0px 10px;
  color: #333333;
  font-size: 47px;
  line-height: 55px;
  font-weight: 500;
}

h2 {
  margin: 0px 0px 10px;
  color: #4d4d4d;
  font-size: 30px;
  line-height: 27px;
  font-weight: 700;
  text-transform: uppercase;
}

h3 {
  margin: 10px 0px;
  font-size: 31px;
  line-height: 30px;
  font-weight: 500;
}

h4 {
  margin: 0px 0px 10px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
}

h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
}

a {
  text-decoration: underline;
}

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

.button {
  position: static;
  display: inline-block;
  margin-top: 20px;
  padding: 10px 30px;
  border: 2px solid #fff;
  border-radius: 4px;
  background-color: rgba(77, 77, 77, 0.2);
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: hsla(0, 0%, 100%, 0.6);
  color: #fff;
}

.button.beige {
  border-color: #c7aa8b;
  color: #c7aa8b;
}

.button.beige:hover {
  background-color: #c7aa8b;
  color: #323232;
}

.button.beige.footer {
  display: block;
  margin-top: -8px;
  margin-right: auto;
  margin-left: auto;
  border-color: #41a6e7;
  background-color: #edece9;
  color: #41a6e7;
}

.button.form {
  position: static;
  left: auto;
  display: block;
  width: 170px;
  margin-top: 22px;
  margin-bottom: 23px;
  padding-right: 40px;
  padding-left: 40px;
  border-style: solid;
  border-width: 2px;
  border-color: #3993dd;
  background-color: transparent;
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.2);
  color: #3993dd;
}

.button.form:hover {
  border-color: #41a6e7;
  background-color: transparent;
  color: #41a6e7;
}

.button.solid {
  border-color: #c7aa8b;
  background-color: #c7aa8b;
}

.button.solid:hover {
  background-color: transparent;
  color: #c7aa8b;
}

.button.div-block-3 {
  position: static;
  bottom: -668.766px;
  width: 40%;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-right: 10px;
  padding-left: 10px;
  border-color: #48c9b0;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.18);
  color: #48c9b0;
  font-size: 16px;
}

.button.div-block-3:hover {
  border-style: solid;
  border-color: #fff;
  background-color: #48c9b0;
  box-shadow: none;
  color: #fff;
}

.navbar {
  position: fixed;
  top: 0px;
  z-index: 100;
  display: block;
  overflow: visible;
  width: 100vw;
  height: 70px;
  -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;
  color: #fff;
}

.navbar.home {
  background-color: transparent;
}

.nav-link {
  position: relative;
  padding: 10px 20px;
  border: 1px none #000;
  -webkit-transition: background-color 100ms ease, margin 500ms ease;
  transition: background-color 100ms ease, margin 500ms ease;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  background-color: rgba(57, 147, 221, 0.3);
  color: #41a6e7;
}

.nav-link.w--current {
  padding-bottom: 10px;
  border-bottom: 4px solid #f7dc6f;
  font-family: "Noto Sans JP", sans-serif;
  color: #3993dd;
  font-weight: 400;
}

.nav-link.w--current:hover {
  color: #c7aa8b;
}

.nav-link.w--open {
  border-bottom-width: 3px;
  border-bottom-color: #41a6e7;
}

.nav-link.social-icons {
  padding: 18px 22px 22px;
  float: right;
  border-left: 1px solid #4d4d4d;
  opacity: 0.8;
}

.nav-link.social-icons:hover {
  opacity: 1;
}

.nav-link.social-icons.last {
  border-left-style: none;
}

.nav-link.query {
  margin-left: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 20px;
  color: #fff;
}

.nav-link.home {
  border-bottom-width: 3px;
  border-bottom-color: #3993dd;
}

.nav-link.home.nav2 {
  color: #262626;
}

.nav-link.nav2 {
  color: #262626;
}

.nav-link.nav2.w--current {
  border-bottom-width: 3px;
  border-bottom-color: #3993dd;
  -webkit-transition-property: none;
  transition-property: none;
  color: #3993dd;
}

.logo-text {
  margin-top: 3px;
  margin-right: 31px;
  float: left;
  font-family: Kosugi, sans-serif;
  color: #ededed;
  font-size: 25px;
  font-weight: 500;
  text-transform: uppercase;
}

.nav-menu {
  float: left;
}

.stone-logo {
  display: block;
  overflow: visible;
  margin-right: 0px;
  float: left;
  opacity: 0.9;
  -o-object-fit: fill;
  object-fit: fill;
}

.stone-logo.footer {
  opacity: 0.4;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 0px;
  -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;
}

.brand.w--current {
  padding-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;
}

.section {
  margin-top: 60px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #4d4d4d;
}

.section.grey {
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #333;
  color: #fff;
}

.section.beige {
  padding-top: 60px;
  background-color: #f2f2f2;
}

.section.image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  margin-top: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  -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;
  background-color: #fafafa;
  color: #262626;
}

.section.lightgrey {
  background-color: #f7f7f7;
}

.section.footer {
  position: static;
  margin-top: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #d1d1d1;
  border-radius: 1px;
  background-color: #fff;
  box-shadow: 0 -1px 3px 0 rgba(0, 0, 0, 0.2);
  font-family: "Noto Sans JP", sans-serif;
  color: #9c9c9c;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
  text-indent: 0px;
}

.main-heading {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 1.2em;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.main-heading.bold {
  position: relative;
  font-family: Kosugi, sans-serif;
  font-size: 60px;
  font-weight: 400;
  text-align: center;
}

.slider-nav {
  font-size: 9px;
  line-height: 10px;
}

.main-subheading {
  margin-top: 18px;
  margin-bottom: 30px;
  font-family: Kosugi, sans-serif;
  color: hsla(0, 0%, 100%, 0.81);
  font-size: 30px;
  line-height: 25px;
  font-style: italic;
  font-weight: 400;
  -webkit-column-count: auto;
  column-count: auto;
}

.horizontal-bar {
  display: inline-block;
  width: 90%;
  height: 2px;
  background-color: #fff;
}

.horizontal-bar.beige {
  display: inline-block;
  background-color: #c7aa8b;
}

.horizontal-bar.lightgrey {
  background-color: rgba(50, 50, 50, 0.18);
}

.slider {
  display: none;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  margin-right: 0px;
  margin-left: auto;
  background-color: transparent;
}

.slide {
  width: 100%;
  padding-right: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.slide._2 {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(20, 38, 53, 0.24)),
      to(rgba(20, 38, 53, 0.24))
    ),
    url("../images/DSC_0390-min.JPG");
  background-image: linear-gradient(
      180deg,
      rgba(20, 38, 53, 0.24),
      rgba(20, 38, 53, 0.24)
    ),
    url("../images/DSC_0390-min.JPG");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
}

.slide._3 {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(20, 38, 53, 0.24)),
      to(rgba(20, 38, 53, 0.24))
    ),
    url("../images/DJI_0041-min.jpg");
  background-image: linear-gradient(
      180deg,
      rgba(20, 38, 53, 0.24),
      rgba(20, 38, 53, 0.24)
    ),
    url("../images/DJI_0041-min.jpg");
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.process-titles {
  margin-bottom: 23px;
  padding-top: 23px;
  border-top: 1px solid rgba(50, 50, 50, 0.13);
  font-size: 21px;
  text-align: center;
  text-transform: uppercase;
}

.icon-wrapper {
  height: 109px;
  margin-bottom: 24px;
  text-align: center;
}

.number {
  margin-top: -22px;
  margin-bottom: 2px;
  padding-top: 0px;
  color: #4d4d4d;
  font-size: 16px;
  text-transform: uppercase;
}

.testimonials-slider {
  height: auto;
  padding-right: 47px;
  padding-left: 47px;
  background-color: transparent;
}

.testimonial-slide {
  width: 50%;
  padding: 24px 30px;
  text-align: center;
}

.left-arrow {
  width: 45px;
  color: #d1d1d1;
}

.left-arrow:hover {
  color: #c7aa8b;
}

.right-arrow {
  width: 45px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #d1d1d1;
}

.right-arrow:hover {
  color: #c7aa8b;
}

.testimonial {
  margin-bottom: 18px;
  font-family: Vollkorn, serif;
  font-size: 18px;
  font-style: italic;
}

.small-title {
  color: rgba(50, 50, 50, 0.36);
  font-size: 16px;
  text-transform: uppercase;
}

.small-title-wrapper {
  margin-bottom: 20px;
  text-align: center;
}

.author {
  color: #c7aa8b;
  text-transform: uppercase;
}

.footer-text {
  margin-top: 3px;
  color: #858585;
}

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

.subheading {
  margin-top: 19px;
  margin-bottom: 10px;
  font-family: Vollkorn, serif;
  color: #a6a6a6;
  font-size: 18px;
  font-style: italic;
}

.contact-form-column {
  position: static;
  display: block;
  padding-top: 0px;
  padding-right: 33px;
  padding-left: 33px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.contact-info-column {
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 10px;
}

.field {
  display: inline-block;
  height: 44px;
  margin-bottom: 20px;
  padding-top: 13px;
  padding-bottom: 13px;
  border-style: solid;
  border-width: 2px;
  border-color: #3993dd;
  border-radius: 5px;
  color: #323232;
  font-size: 18px;
}

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

.field:focus {
  box-shadow: inset 0 0 0 0 transparent;
}

.success {
  padding-top: 35px;
  padding-bottom: 43px;
  border: 3px solid #323232;
  background-color: transparent;
  color: #323232;
  font-size: 23px;
  font-weight: 500;
  text-align: center;
}

.success-message {
  margin-bottom: 73px;
}

.contact-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}

.contact-icon {
  margin-top: 31px;
  margin-bottom: 10px;
}

.project-description {
  margin-bottom: 11px;
}

.project-title {
  margin-bottom: 20px;
}

.tag-wrapper {
  margin-bottom: 19px;
}

.tag-icon {
  margin-top: 4px;
  margin-right: 5px;
  float: left;
  opacity: 0.19;
}

.tag-title {
  margin-right: 16px;
  float: left;
  color: #b8b8b8;
  font-size: 14px;
}

.back-to-work-column {
  padding-top: 32px;
  text-align: right;
}

.prev-project-wrapper {
  padding-right: 30px;
  border-right: 3px solid #4d4d4d;
  text-align: right;
}

.nex-project-wrapper {
  padding-left: 30px;
}

.project-link {
  text-decoration: none;
}

.project-link:hover {
  color: #323232;
  text-decoration: underline;
}

.name {
  margin-top: 11px;
  font-size: 16px;
}

.social-icon {
  padding-right: 10px;
  opacity: 0.26;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.social-icon:hover {
  opacity: 1;
}

.position {
  margin-bottom: 8px;
  font-family: Vollkorn, serif;
  font-style: italic;
}

.icons-wrapper {
  margin-bottom: 11px;
}

.mask {
  height: 100%;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-2 {
  display: block;
  -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;
}

.heading {
  position: static;
  top: 0px;
  padding-left: 0px;
  font-family: "Noto Sans JP", sans-serif;
  color: #f7f7f7;
  font-size: 35px;
  font-weight: 700;
  text-align: left;
}

.container-3 {
  height: 300px;
}

.paragraph {
  padding-top: 30px;
  font-family: "Noto Sans JP", sans-serif;
  color: #f7f7f7;
  font-weight: 400;
}

.h2 {
  margin-bottom: 40px;
  font-family: "Noto Sans JP", sans-serif;
  color: #4d4d4d;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.paragraph-2 {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 0px;
  border-radius: 0px;
  font-family: "Noto Sans JP", sans-serif;
  color: #262626;
  font-size: 18px;
  line-height: 1.9em;
  font-weight: 300;
  text-align: justify;
  letter-spacing: 0.05em;
  white-space: normal;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-bottom: 40px;
  margin-left: 0px;
  padding-top: 0px;
  color: #262626;
}

.image-2 {
  -o-object-fit: none;
  object-fit: none;
  -o-object-position: 35% 50%;
  object-position: 35% 50%;
}

.image-3 {
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 10%;
}

.container-4 {
  font-family: Kosugi, sans-serif;
}

.container-5 {
  padding-bottom: 0px;
}

.paragraph-4 {
  padding-top: 10px;
  font-family: "Noto Sans JP", sans-serif;
  color: #f7f7f7;
  font-size: 16px;
}

.paragraph-5 {
  margin-bottom: 0px;
  font-family: "Noto Sans JP", sans-serif;
  color: #262626;
  font-weight: 500;
  text-align: center;
}

.section-2 {
  margin-top: 60px;
  margin-bottom: 40px;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.body.home {
  margin-top: 0px;
}

.heading-1 {
  width: 40%;
  margin: 0px auto 40px;
  padding-bottom: 10px;
  border-bottom: 2px solid #48c9b0;
  border-radius: 0px;
  font-family: "Noto Sans JP", sans-serif;
  color: #262626;
  font-size: 30px;
  line-height: 1.4em;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
}

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

.rich-text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.rich-text-block.paragraph {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #262626;
}

.rich-text-block h4 {
  width: 60%;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-size: 24px;
  letter-spacing: 0.05em;
}

.rich-text-block p {
  margin-bottom: 10px;
  padding-left: 0px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.05em;
}

.rich-text-block img {
  padding-top: 0px;
  padding-bottom: 20px;
}

.rich-text-block h3 {
  margin-top: 40px;
  margin-bottom: 0px;
  font-size: 30px;
}

.p {
  margin-top: 20px;
}

.container-6 {
  margin-top: 40px;
  background-color: #fff;
}

.heading-4 {
  padding-bottom: 5px;
  border-bottom: 2px solid #000;
}

.heading-5 {
  margin-top: 20px;
  padding-bottom: 0px;
  border-bottom: 2px none #48c9b0;
  font-family: "Noto Sans JP", sans-serif;
  color: #48c9b0;
}

.rich-text-block-2 {
  padding-top: 0px;
}

.map {
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading-6 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 26px;
  font-weight: 500;
}

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

.container-8 {
  border-style: solid;
  border-width: 0px 0px 2px;
  border-color: #000 #000 #c7aa8b;
}

.recruit p {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(77, 77, 77, 0.35);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 300;
  letter-spacing: 0.05em;
}

.recruit h2 {
  margin-bottom: 20px;
  font-family: "Noto Sans JP", sans-serif;
  color: #262626;
  font-size: 24px;
  font-weight: 500;
}

.button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 370px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 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: 2px;
  border-color: #41a6e7;
  border-radius: 2px;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  color: #41a6e7;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.container-9 {
  margin-top: 20px;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-weight: 700;
}

.rich-text-block-3 {
  font-family: "Noto Sans JP", sans-serif;
  color: #4d4d4d;
  font-weight: 700;
  text-align: center;
}

.div-block {
  width: 370px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #41a6e7;
  border-radius: 2px;
  font-family: "Noto Sans JP", sans-serif;
  color: #41a6e7;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  text-align: center;
}

.columns-2 {
  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;
}

.paragraph-6 {
  margin-bottom: 0px;
  font-family: "Noto Sans JP", sans-serif;
  color: #5e5c5c;
  font-weight: 300;
  text-align: center;
}

.bold-text {
  color: #87ea55;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 0px 10px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.h3 {
  width: 40%;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding-bottom: 10px;
  border-bottom: 2px solid #48c9b0;
  font-family: "Noto Sans JP", sans-serif;
  color: #4d4d4d;
  font-size: 26px;
  font-style: normal;
  text-align: center;
  letter-spacing: 0.05em;
}

.columns-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-8 {
  margin-top: 40px;
  margin-bottom: 0px;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  font-family: "Noto Sans JP", sans-serif;
}

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

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

.image-4 {
  display: inline-block;
  text-align: left;
}

.paragraph-7 {
  margin-top: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

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

.columns-5 {
  margin-top: 60px;
  margin-bottom: 20px;
}

.icon-2 {
  position: absolute;
  top: 12px;
  right: 8px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

.dropdown-link {
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #fff;
  background-color: #48c9b0;
  opacity: 0.9;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.dropdown-link.w--current {
  background-color: #41a6e7;
  color: #fff;
}

.list {
  padding-left: 0px;
  list-style-type: none;
}

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

.body-2 {
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
}

.paragraph-8 {
  margin-bottom: 0px;
  padding-right: 0px;
  padding-bottom: 20px;
  padding-left: 40px;
  border-bottom: 1px solid #d1d1d1;
  font-family: "Noto Sans JP", sans-serif;
  color: #4d4d4d;
  font-weight: 400;
  text-align: left;
}

.paragraph-8.history-column {
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-left: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  line-height: 30px;
  text-align: left;
  letter-spacing: 0.05em;
}

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

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

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

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

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

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

.column-3 {
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-bottom: 1px solid #d1d1d1;
}

.columns-6 {
  margin: 0px 0px 10px;
}

.history-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.paragraph-14 {
  margin-bottom: 0px;
  padding-bottom: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

.paragraph-14.history-column {
  padding-bottom: 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;
  font-family: "Noto Sans JP", sans-serif;
  color: #3993dd;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.05em;
}

.column-4 {
  padding-bottom: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.feature-section {
  height: 220px;
  margin-bottom: 0px;
  padding-top: 30px;
  padding-bottom: 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;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.22);
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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-image-mask {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.feature-image {
  width: 100%;
  height: 200px;
  border-radius: 0%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.heading-11 {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.heading-12 {
  margin-bottom: 20px;
  font-family: "Noto Sans JP", sans-serif;
}

.heading-12.feature-section {
  height: auto;
  padding-top: 0px;
  padding-bottom: 20px;
  box-shadow: none;
  color: #4d4d4d;
  font-weight: 500;
  text-align: center;
  text-transform: none;
}

.container-12 {
  margin-bottom: 40px;
}

.div-block-2 {
  width: 50%;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.grid-2 {
  padding-right: 0px;
  padding-left: 0px;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-grid-columns: minmax(200px, 0.25fr) 1fr;
  grid-template-columns: minmax(200px, 0.25fr) 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.link {
  color: #9c9c9c;
  letter-spacing: 0.2em;
  text-decoration: none;
}

.link.w--current {
  -webkit-filter: none;
  filter: none;
  font-family: "Noto Sans JP", sans-serif;
  color: #4d4d4d;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}

.link.grid-2 {
  -webkit-filter: none;
  filter: none;
  color: #4d4d4d;
  text-decoration: none;
}

.link.grid-2.w--current {
  color: #48c9b0;
  text-decoration: none;
}

.list-item-2 {
  margin-right: 20px;
  list-style-type: none;
}

.list-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  list-style-type: none;
}

.link-2 {
  text-decoration: none;
}

.section-4 {
  margin-top: 40px;
  margin-bottom: 0px;
  font-family: "Noto Sans JP", sans-serif;
}

.heading-13 {
  margin-bottom: 40px;
  padding-bottom: 10px;
  font-family: "Noto Sans JP", sans-serif;
  color: #262626;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  white-space: normal;
}

.paragraph-15 {
  margin-bottom: 0px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.05em;
}

.container-13 {
  margin-bottom: 20px;
  font-family: "Noto Sans JP", sans-serif;
}

.section-5 {
  padding-top: 20px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #fff;
  box-shadow: none;
}

.rich-text-block-4 {
  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-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;
  border-radius: 0%;
  box-shadow: none;
}

.rich-text-block-4 img {
  border-radius: 10px 10px 0px 0px;
}

.rich-text-block-4 p {
  height: 65px;
  margin-top: 15px;
  margin-bottom: 0px;
  padding-right: 15px;
  padding-left: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  text-align: justify;
  letter-spacing: 0.05em;
  white-space: normal;
}

.rich-text-block-4 h4 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  font-size: 26px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.05em;
}

.rich-text-block-4 h3 {
  width: 50%;
  margin-bottom: 0px;
  padding-bottom: 7px;
  border-bottom: 1px solid #41a6e7;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
}

.grid-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  justify-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-flow: row;
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-bottom: 40px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
  font-family: "Noto Sans JP", sans-serif;
}

.hero-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 170px;
  padding-top: 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;
  background-image: linear-gradient(45deg, #3993dd, #48c9b0);
  color: #fff;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.heading-14 {
  display: block;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #fafafa;
  font-size: 55px;
  line-height: 55px;
  font-weight: 500;
  letter-spacing: 0.06em;
}

.heading-15 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: "Noto Sans JP", sans-serif;
  color: #48c9b0;
  font-weight: 400;
}

.column-6 {
  padding-right: 0px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.container-15 {
  position: absolute;
  left: 50%;
  top: 50%;
  overflow: visible;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.paragraph-16 {
  margin-top: 20px;
  margin-bottom: 0px;
  padding-left: 10px;
  border-left: 5px solid #3993dd;
  font-family: "Noto Sans JP", sans-serif;
  color: #262626;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.05em;
}

.hero-overlay-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-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-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.6)),
      to(rgba(0, 0, 0, 0.6))
    ),
    url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.6)
    ),
    url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 0px 0px, 50% 50%;
  color: #fff;
}

.section-6 {
  margin-top: 60px;
  margin-bottom: 40px;
}

.section-7 {
  margin-top: 60px;
  margin-bottom: 40px;
}

.image-6 {
  max-height: 55px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.paragraph-17 {
  position: absolute;
  left: 10%;
  right: auto;
  width: auto;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Kosugi, sans-serif;
  color: #fafafa;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.12em;
}

.paragraph-18 {
  margin-bottom: 0px;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-weight: 300;
}

.feature-image-2 {
  width: 65%;
  height: 200px;
  border-radius: 0%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.feature-image-mask-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0px;
  margin-left: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.feature-image-2-copy {
  width: 100%;
  height: 200px;
  border-radius: 0%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.feature-section-copy {
  height: 220px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  -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: #f8f8f8;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.22);
}

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

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 20px;
  padding-left: 0px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
}

.nav-container.home {
  background-color: transparent;
}

.nav-container.nav2 {
  background-color: #fff;
}

.column-9 {
  display: block;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.div-block-2-copy {
  width: 50%;
}

.form-2 {
  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;
}

.heading-16 {
  width: 70%;
  padding-bottom: 15px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #41a6e7;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 26px;
  font-weight: 500;
}

.columns-7 {
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding: 30px 10px;
  border-top: 1px solid hsla(0, 0%, 82%, 0.6);
  border-bottom: 1px solid hsla(0, 0%, 82%, 0.6);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  font-family: "Noto Sans JP", sans-serif;
}

.paragraph-20 {
  font-family: "Open Sans", sans-serif;
  line-height: 2em;
  font-weight: 300;
}

.paragraph-21 {
  font-family: Kosugi, sans-serif;
}

.heading-17 {
  margin-bottom: 0px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.05em;
}

.paragraph-22 {
  margin-top: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
}

.container-16 {
  margin-bottom: 0px;
  padding-top: 40px;
}

.heading-18 {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  font-family: "Noto Sans JP", sans-serif;
  color: #4d4d4d;
  font-weight: 500;
  letter-spacing: 0.07em;
}

.paragraph-23 {
  margin-bottom: 0px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0.05em;
}

.columns-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 75px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px none #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.container-18 {
  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-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;
}

.column-13 {
  position: static;
  left: 15%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  text-align: left;
}

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

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -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;
  text-align: center;
}

.heading-19 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.div-block-4 {
  font-family: "Noto Sans JP", sans-serif;
}

.utility-page-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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.link-3 {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  font-family: "Noto Sans JP", sans-serif;
  color: #262626;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-decoration: none;
}

.link-3.w--current {
  margin-right: auto;
  margin-left: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: "Noto Sans JP", sans-serif;
  color: #f8f8f8;
  font-size: 30px;
  line-height: 20px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-decoration: none;
}

.link-3.nav2 {
  margin-left: 20px;
}

.image-7 {
  position: absolute;
  left: auto;
  right: auto;
  display: block;
  overflow: visible;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.grid-5 {
  width: 100%;
  height: 50vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.body-3 {
  padding-top: 80px;
}

.body-4 {
  padding-top: 80px;
}

.body-5 {
  padding-top: 80px;
}

.body-6 {
  padding-top: 80px;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 22%;
  padding-bottom: 16%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.navbar-2 {
  height: 100%;
  background-color: transparent;
}

.container-19 {
  position: relative;
  height: 100%;
  padding-top: 0px;
  -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;
}

.text-block {
  height: 100px;
  text-align: center;
}

.logo {
  position: absolute;
  left: 50%;
  top: 50px;
  display: block;
  width: 80%;
  max-width: 450px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.nav-link-2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 0.06em;
}

.grid-6 {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 40px auto;
  grid-template-rows: auto auto;
}

.image-9 {
  display: block;
  width: 36%;
  height: auto;
  max-width: 600px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.heading-20 {
  margin-top: 0px;
  margin-bottom: 15px;
  padding-left: 15px;
  -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: "Noto Sans JP", sans-serif;
  color: #262626;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  text-align: left;
}

.image-10 {
  width: 50%;
  margin-top: 40px;
}

.preloader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #48c9b0;
}

.image-11 {
  display: block;
  width: 300px;
}

.div-block-8 {
  margin-top: 50px;
  color: #fff;
  font-size: 55px;
  line-height: 55px;
}

.div-block-9 {
  width: 15px;
  height: 15px;
  margin-top: 50px;
  border-radius: 50%;
  background-color: #fff;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.lottie-animation {
  width: 100px;
  height: 100px;
}

.image-12 {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 350px;
  border-radius: 0px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.div-block-11 {
  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;
  opacity: 0;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-clip: border-box;
}

.form-block {
  width: 80%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.textarea {
  border-style: solid;
  border-width: 2px;
  border-color: #3993dd;
  border-radius: 6px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 1.4em;
  min-height: 200px;
  font-weight: 400;
}

.slider-2 {
  width: 500px;
  height: 300px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 3px 3px 6px 2px rgba(0, 0, 0, 0.14);
}

.container-20 {
  margin-bottom: 40px;
}

.slide-2 {
  padding-top: 30px;
  padding-bottom: 40px;
  border-style: none;
  border-width: 2px;
  border-color: #48c9b0;
  border-radius: 20px;
  background-color: #fff;
}

.heading-21 {
  margin-top: 0px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-image: linear-gradient(
    45deg,
    #4391c3,
    #41a6e7 100%,
    #41a6e7 0,
    #41a6e7
  );
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-left: 10px;
  -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;
}

.text-block-2 {
  margin-bottom: 10px;
  font-family: Inconsolata, monospace;
  color: #3993dd;
  font-size: 60px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.1em;
}

.text-block-3 {
  font-family: "Noto Sans JP", sans-serif;
  color: #3993dd;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.div-block-14 {
  width: 25px;
  height: 2px;
  margin-bottom: 10px;
  background-color: #6d6d6d;
}

.div-block-15 {
  position: absolute;
  bottom: 45px;
  display: block;
  margin-right: 40px;
  margin-left: 40px;
  font-family: "Noto Sans JP", sans-serif;
  color: #666;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 0.06em;
}

.icon-3 {
  position: static;
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #3993dd;
  font-size: 35px;
}

.left-arrow-2 {
  top: 87%;
  display: none;
}

.image-13 {
  position: absolute;
  top: 20px;
  right: 80px;
  width: 45%;
}

.icon-4 {
  position: absolute;
  top: auto;
  bottom: 2px;
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 0px;
  color: #3993dd;
  font-size: 35px;
}

.slide-nav {
  color: #707070;
}

.mask-2 {
  border-radius: 20px;
}

.right-arrow-2 {
  position: absolute;
  top: 0px;
}

.text-block-4 {
  margin-bottom: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
}

.dropdown {
  display: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.div-block-16 {
  position: relative;
  display: block;
  margin-bottom: 40px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 3fr 5fr;
  grid-template-columns: 3fr 5fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.heading-22 {
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #4d4d4d;
  font-size: 44px;
  line-height: 60px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.12em;
}

.heading-22.home-history {
  color: #fff;
}

.heading-22.home-recruit {
  color: #4d4d4d;
}

.image-14 {
  position: absolute;
  top: 50%;
  width: 35%;
  margin-top: auto;
  margin-bottom: auto;
  box-shadow: 1px 1px 4px 3px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

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

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 35vw;
  min-height: 480px;
  margin-left: auto;
  -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;
  box-shadow: 1px 1px 4px 3px rgba(0, 0, 0, 0.18);
}

.heading-23 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: "Noto Sans JP", sans-serif;
  color: #757575;
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.06em;
}

.heading-23.home-history {
  color: #fff;
}

.heading-23.home-recruit {
  color: #4d4d4d;
}

.div-block-18 {
  padding-left: 23%;
  color: #3993dd;
}

.div-block-18.home-recruit {
  position: absolute;
  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;
  text-align: center;
}

.div-block-18.history {
  padding-right: 23%;
  padding-left: 40px;
}

.paragraph-24 {
  width: 95%;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: "Noto Sans JP", sans-serif;
  color: #262626;
  font-size: 18px;
  line-height: 2em;
  font-weight: 300;
  letter-spacing: 0.06em;
}

.paragraph-24.home-history {
  width: 100%;
  color: #fff;
}

.paragraph-24.home-recruit {
  color: #4d4d4d;
  text-align: left;
}

.button-3 {
  width: 220px;
  margin-top: 0px;
  padding: 15px;
  border: 2px solid #4d4d4d;
  border-radius: 5px;
  background-color: transparent;
  font-family: "Noto Sans JP", sans-serif;
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.06em;
}

.button-3.home-history {
  border-color: #fff;
  color: #fff;
}

.paragraph-25 {
  font-family: "Font awesome 5 free solid 900", sans-serif;
}

.fontawsome {
  margin-left: 10px;
  font-family: "Font awesome 5 free solid 900", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.div-block-19 {
  position: relative;
}

.image-15 {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 35%;
  box-shadow: 1px 0 7px 2px rgba(0, 0, 0, 0.18);
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 35vw;
  min-height: 480px;
  -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: #3993dd;
  box-shadow: 1px 1px 7px 2px rgba(0, 0, 0, 0.18);
}

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

.section-11 {
  margin-top: 60px;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 500px;
  margin-right: auto;
  margin-left: auto;
  -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-image: url("../images/logo-square.png");
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: 0 -1px 7px 0 rgba(0, 0, 0, 0.18);
}

.heading-24 {
  margin-top: 15px;
  margin-bottom: 0px;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
}

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

.text-block-5 {
  margin-bottom: 50px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
}

.div-block-22 {
  position: absolute;
  top: 50%;
  right: 0px;
}

.text-block-6 {
  position: static;
  top: 50%;
  right: 31px;
  z-index: 1;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.div-block-23 {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 1;
  font-family: "Roboto Condensed", sans-serif;
}

.text-block-7 {
  padding-top: 40px;
  font-family: "Font awesome 5 free solid 900", sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
}

.navbar-3 {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 70px;
}

.movie-text {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 1.9em;
  font-weight: 500;
  text-align: left;
}

.text-span {
  font-size: 60px;
  font-weight: 700;
}

.text-block-8 {
  font-size: 26px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
}

.image-16 {
  height: 70px;
}

.image-17 {
  height: 70px;
  margin-left: 20px;
  color: #48c9b0;
}

.background-video {
  height: 100%;
  background-color: rgba(22, 37, 49, 0.16);
}

.top-movie {
  width: 100vw;
  height: 100vh;
  background-color: rgba(20, 38, 53, 0.24);
}

.background-video-2 {
  height: 100%;
}

.text-block-9 {
  margin-right: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 300;
  letter-spacing: 0.07em;
}

.grid-7 {
  margin-top: 20px;
  margin-bottom: 20px;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

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

.text-block-11 {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  text-align: left;
}

.text-block-12 {
  border: 1px none #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.div-block-25 {
  width: 100%;
  max-width: 800px;
  margin-left: 15px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.text-block-13 {
  margin-bottom: 0px;
  padding-top: 5px;
  padding-left: 15px;
  border-top: 1px solid #d1d1d1;
  font-family: "Noto Sans JP", sans-serif;
  color: #4d4d4d;
  font-size: 16px;
  line-height: 33px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.05em;
}

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

.div-block-26 {
  font-family: "Noto Sans JP", sans-serif;
}

.bold-text-3 {
  font-weight: 500;
}

.bold-text-4 {
  font-weight: 500;
}

@media screen and (min-width: 1920px) {
  .nav-link {
    padding-right: 30px;
    padding-left: 30px;
    letter-spacing: 0px;
  }

  .nav-link.w--current {
    padding-bottom: 13px;
    color: #3993dd;
  }

  .section.footer {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 50px;
    margin-top: auto;
    padding-top: 0px;
    padding-bottom: 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;
    box-shadow: 0 -2px 1px 0 rgba(0, 0, 0, 0.14);
  }

  .slider {
    width: 100%;
  }

  .body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 100vh;
    -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;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .section-3 {
    width: 100%;
  }

  .dropdown-link.w--current {
    color: #fff;
  }

  .hero-overlay {
    width: 100%;
    height: 180px;
    background-image: linear-gradient(45deg, #44aff3, #23a0c4, #48c9b0);
  }

  .heading-14 {
    font-size: 50px;
  }

  .section-6 {
    margin-bottom: 60px;
  }

  .link-3 {
    color: #262626;
    font-weight: 500;
  }

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

  .nav-menu-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .navbar-2 {
    background-color: transparent;
  }

  .grid-6 {
    width: 100%;
    grid-column-gap: 20px;
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .image-10 {
    width: 50%;
    margin-top: 40px;
  }

  .preloader {
    display: none;
  }

  .image-11 {
    width: 200px;
  }

  .heading-22 {
    font-size: 50px;
  }

  .image-14 {
    width: auto;
    height: 550px;
  }

  .section-9 {
    width: 100vw;
  }

  .div-block-17 {
    height: 650px;
  }

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

  .paragraph-24 {
    font-size: 20px;
    line-height: 2.2em;
  }

  .button-3 {
    width: 260px;
    font-size: 16px;
  }

  .image-15 {
    height: 550px;
  }

  .div-block-20 {
    height: 650px;
  }

  .navbar-3 {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 70px;
    background-color: #fff;
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.11);
  }

  .text-span {
    font-size: 75px;
  }

  .text-block-8 {
    font-size: 30px;
  }

  .div-block-24 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 991px) {
  body {
    padding-top: 57px;
  }

  .button {
    font-size: 16px;
  }

  .button.div-block-3 {
    margin-bottom: 20px;
    border-color: #48c9b0;
    background-color: transparent;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.15);
    color: #48c9b0;
  }

  .button.div-block-3:hover {
    border-color: #fff;
    background-color: #48c9b0;
    box-shadow: none;
    color: #fafafa;
  }

  .navbar {
    position: fixed;
    top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 60px;
    -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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-link {
    position: relative;
    display: block;
    overflow: visible;
    padding: 20px 0px;
    border-style: none none solid;
    border-width: 1px;
    border-color: #000 #000 #fff;
    color: #fff;
    text-align: center;
  }

  .nav-link.w--current {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-style: none none solid;
    border-width: 1px;
    border-color: #000 #000 #fff;
    background-color: #3993dd;
    color: #fff;
  }

  .nav-link.social-icons {
    padding-right: 21px;
    padding-left: 21px;
    border-right-color: #4d4d4d;
  }

  .nav-link.query {
    margin-right: 0%;
    margin-left: 0%;
    border-style: none none solid;
    border-radius: 0px;
  }

  .nav-link.home {
    border-top-style: solid;
    border-top-color: #fff;
  }

  .nav-link.home.nav2 {
    border-bottom-width: 1px;
    border-bottom-color: #fff;
    color: #fff;
  }

  .nav-link.nav2 {
    color: #fff;
  }

  .nav-link.nav2.w--current {
    color: #fff;
  }

  .logo-text {
    margin-top: 0px;
  }

  .nav-menu {
    width: 100%;
    margin-top: 60px;
    -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: rgba(54, 54, 54, 0.97);
  }

  .nav-menu.nav2 {
    margin-top: 70px;
  }

  .brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .brand.w--current {
    display: block;
    margin-left: 3vw;
    padding-right: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .menu-icon {
    position: static;
    color: #fff;
    line-height: 21px;
  }

  .section.footer {
    box-shadow: 0 -1px 5px 0 rgba(0, 0, 0, 0.14);
  }

  .menu-button {
    position: absolute;
    top: 0px;
    right: 3vw;
    width: 50px;
    height: 50px;
    margin-top: 5px;
    margin-right: 0vw;
    padding: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 50%;
  }

  .menu-button.w--open {
    z-index: 1;
    background-color: transparent;
    opacity: 1;
  }

  .menu-button.nav2 {
    position: relative;
    top: 50%;
    right: auto;
    width: 50px;
    height: 50px;
    margin-top: 0px;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }

  .main-heading {
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 28px;
    line-height: 1em;
  }

  .main-heading.bold {
    margin-bottom: auto;
    font-size: 30px;
    line-height: 30px;
  }

  .main-subheading {
    font-size: 25px;
  }

  .slider {
    height: 100vh;
  }

  .testimonial-slide {
    width: 100%;
    padding-right: 92px;
    padding-left: 92px;
  }

  .left-arrow {
    margin-left: 0px;
  }

  .right-arrow {
    margin-right: 0px;
  }

  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    margin-right: 0vw;
    margin-left: 0vw;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .h2 {
    font-weight: 500;
    text-align: center;
  }

  .paragraph-2 {
    font-size: 16px;
    line-height: 1.7em;
  }

  .columns {
    width: 100%;
  }

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

  .body {
    margin-top: 0px;
    padding-top: 70px;
  }

  .body.home {
    padding-top: 0px;
  }

  .heading-1 {
    margin-bottom: 20px;
    font-size: 32px;
  }

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

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

  .heading-5 {
    font-size: 30px;
  }

  .map {
    margin-bottom: 10px;
  }

  .recruit h2 {
    font-weight: 500;
  }

  .image-4 {
    display: block;
    max-width: 95%;
  }

  .column {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .icon-2 {
    top: 50%;
    z-index: auto;
    margin-right: 20px;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }

  .dropdown-link {
    background-color: transparent;
  }

  .list-item {
    list-style-type: none;
  }

  .list {
    padding-left: 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;
    list-style-type: none;
  }

  .container-11 {
    -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;
  }

  .paragraph-8.history-column {
    padding-left: 50px;
  }

  .paragraph-14.history-column {
    font-size: 20px;
  }

  .feature-section {
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.16);
  }

  .flex-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .feature-image {
    width: 100%;
  }

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

  .heading-13 {
    margin-bottom: 20px;
    white-space: normal;
  }

  .paragraph-15 {
    font-size: 20px;
  }

  .section-5 {
    background-color: #fff;
    box-shadow: none;
  }

  .rich-text-block-4 img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  .div-block-3 {
    width: 44%;
    margin-bottom: 40px;
    border-radius: 8px;
  }

  .hero-overlay {
    height: 140px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-14 {
    font-size: 45px;
  }

  .container-15 {
    position: absolute;
    left: 50%;
    top: 50%;
    right: 0%;
    bottom: 0%;
    height: 60%;
  }

  .paragraph-16 {
    padding-left: 5px;
  }

  .image-6 {
    width: auto;
    height: 55px;
    max-height: 60px;
  }

  .paragraph-17 {
    position: absolute;
    left: 50%;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    font-family: Kosugi, sans-serif;
    font-size: 22px;
    font-weight: 400;
  }

  .paragraph-18 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
    text-align: justify;
  }

  .paragraph-19 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
  }

  .feature-image-2-copy {
    width: 100%;
  }

  .feature-section-copy {
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.16);
  }

  .nav-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    margin-right: 0vw;
    margin-left: 0vw;
    padding-left: 20px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .nav-container.nav2 {
    height: 70px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.14);
  }

  .heading-17 {
    font-size: 20px;
  }

  .container-16 {
    padding-bottom: 0px;
  }

  .heading-18 {
    padding-left: 0px;
  }

  .topline {
    position: absolute;
    left: 0px;
    top: 15px;
    right: 0px;
    width: 30px;
    height: 2px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 5px;
    background-color: #fff;
  }

  .topline.nav2 {
    background-color: #48c9b0;
  }

  .middleline {
    position: absolute;
    left: 0px;
    top: 25px;
    right: 0px;
    width: 30px;
    height: 2px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 5px;
    background-color: #fff;
  }

  .middleline.nav2 {
    background-color: #48c9b0;
  }

  .bottomline {
    position: absolute;
    left: 0px;
    top: 35px;
    right: 0px;
    width: 30px;
    height: 2px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 5px;
    background-color: #fff;
  }

  .bottomline.nav2 {
    background-color: #48c9b0;
  }

  .link-3 {
    font-size: 34px;
  }

  .link-3.w--current {
    left: auto;
    margin-left: 10px;
  }

  .link-3.nav2 {
    margin-left: 5px;
  }

  .div-block-6 {
    position: absolute;
    top: 50%;
    right: 5px;
    width: 20px;
    height: 20px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }

  .rightbutton {
    position: relative;
    left: auto;
    top: 10px;
    width: 14px;
    height: 2px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .leftbutton {
    position: relative;
    top: 10px;
    width: 14px;
    height: 2px;
    margin-left: -10px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .grid-6 {
    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;
  }

  .heading-20 {
    font-size: 22px;
    font-weight: 500;
  }

  .image-11 {
    width: 200px;
  }

  .image-12 {
    width: 250px;
  }

  .dropdown {
    display: none;
  }

  .div-block-16 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 75%;
    height: 520px;
    margin-left: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    -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: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, 0.16);
  }

  .heading-22 {
    margin-bottom: 5px;
    font-size: 45px;
    line-height: 1em;
  }

  .image-14 {
    position: absolute;
    left: -11%;
    top: 50%;
    right: auto;
    display: inline-block;
    width: 50vw;
    max-width: none;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }

  .section-9 {
    position: relative;
  }

  .div-block-17 {
    height: auto;
    margin-top: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    box-shadow: none;
  }

  .heading-23 {
    margin-top: 0px;
    margin-bottom: 30px;
    line-height: 1em;
  }

  .div-block-18 {
    padding-left: 20px;
  }

  .div-block-18.history {
    padding-right: 2%;
    padding-left: 0px;
  }

  .paragraph-24 {
    width: 98%;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 1.8em;
  }

  .paragraph-24.home-history {
    margin-top: 0px;
  }

  .button-3 {
    width: 180px;
    margin-top: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-19 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 75%;
    height: 520px;
    padding-top: 40px;
    padding-bottom: 40px;
    -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;
    background-color: #3993dd;
    box-shadow: 1px 1px 7px 2px rgba(0, 0, 0, 0.18);
  }

  .image-15 {
    position: absolute;
    left: auto;
    top: 50%;
    right: -11%;
    width: 50vw;
    max-width: none;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }

  .div-block-20 {
    height: 320px;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    box-shadow: none;
  }

  .div-block-21 {
    height: 320px;
  }

  .container-21 {
    margin-top: 20px;
  }

  .dropdown-list {
    background-color: transparent;
  }

  .div-block-23 {
    right: 0px;
  }

  .movie-text {
    width: 80%;
  }

  .text-block-8 {
    font-size: 25px;
    font-weight: 400;
  }

  .image-17 {
    height: 60px;
    margin-left: 0px;
  }

  .div-block-25 {
    margin-left: 0px;
  }

  .text-block-13 {
    line-height: 26px;
    font-weight: 400;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 0px;
  }

  .button {
    padding-right: 40px;
    padding-left: 40px;
    font-size: 14px;
  }

  .button.beige.footer {
    margin-top: 17px;
    margin-bottom: 8px;
  }

  .button.div-block-3 {
    width: 50%;
  }

  .nav-link.query {
    margin-right: 25%;
    margin-left: 25%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-menu {
    background-size: 200px;
  }

  .stone-logo.footer {
    float: none;
  }

  .brand.w--current {
    padding-left: 0px;
  }

  .section {
    padding: 34px 10px 20px;
  }

  .section.grey {
    padding: 35px 10px;
  }

  .section.image {
    padding: 40px 10px;
    background-image: none;
  }

  .section.footer {
    padding: 15px 0px;
    text-align: center;
  }

  .menu-button.nav2 {
    margin-top: 0px;
  }

  .main-heading {
    margin-top: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 26px;
    line-height: 1.1em;
  }

  .main-heading.bold {
    margin-bottom: auto;
    font-size: 26px;
  }

  .main-subheading {
    font-size: 20px;
  }

  .slider {
    height: 100vh;
  }

  .slide._3 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .icon-wrapper {
    height: 102px;
  }

  .number {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .testimonials-slider {
    padding-right: 19px;
    padding-left: 19px;
  }

  .testimonial-slide {
    padding-right: 34px;
    padding-left: 34px;
  }

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

  .contact-form-column {
    margin-top: 35px;
    padding: 43px 10px;
  }

  .contact-info-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-left: 0px;
    -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;
  }

  .back-to-work-column {
    padding-top: 12px;
    text-align: left;
  }

  .icons-wrapper {
    margin-bottom: 23px;
  }

  .project-column {
    padding-top: 23px;
  }

  .h2 {
    font-size: 22px;
    font-weight: 500;
  }

  .paragraph-2 {
    font-size: 18px;
    font-weight: 300;
    text-align: left;
  }

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

  .body {
    margin-top: 70px;
    padding-top: 0px;
  }

  .body.home {
    display: block;
    border-style: none;
  }

  .heading-1 {
    width: 50%;
    font-size: 30px;
    text-align: center;
  }

  .rich-text-block {
    margin-bottom: 10px;
  }

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

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

  .container-6 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-5 {
    margin-right: auto;
    padding-bottom: 10px;
    border-bottom-style: solid;
  }

  .recruit p {
    font-size: 16px;
  }

  .recruit h2 {
    font-size: 22px;
  }

  .columns-4 {
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-4 {
    display: block;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
  }

  .column {
    margin-bottom: 20px;
  }

  .icon-2 {
    z-index: 10;
  }

  .container-11 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .paragraph-8.history-column {
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border: 1px none #000;
    line-height: 30px;
    font-weight: 300;
    text-align: left;
  }

  .column-3 {
    border-bottom-style: none;
  }

  .history-column {
    display: block;
    height: auto;
    border: 1px none #000;
  }

  .paragraph-14.history-column {
    height: auto;
    padding-top: 0px;
    padding-bottom: 5px;
    border-top: 1px none #d1d1d1;
    font-size: 20px;
    font-weight: 400;
    text-align: left;
  }

  .column-4 {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    border-bottom: 1px solid #d1d1d1;
  }

  .feature-section {
    height: auto;
    margin-bottom: 0px;
    padding: 25px 10px;
  }

  .flex-container {
    -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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .feature-image-mask {
    width: auto;
    height: 150px;
    margin-right: 0px;
  }

  .feature-image {
    width: auto;
    height: 100%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
  }

  .heading-11 {
    margin-bottom: 0px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
  }

  .heading-12.feature-section {
    margin-bottom: 10px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 24px;
    font-weight: 400;
  }

  .div-block-2 {
    padding-left: 20px;
  }

  .grid-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .list-2 {
    display: none;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

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

  .paragraph-15 {
    font-size: 18px;
  }

  .container-13 {
    padding-right: 10px;
    padding-left: 10px;
  }

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

  .rich-text-block-4 p {
    height: 100px;
  }

  .div-block-3 {
    width: 43%;
    margin-bottom: 40px;
  }

  .hero-overlay {
    height: 140px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .paragraph-16 {
    margin-right: auto;
  }

  .hero-overlay-2 {
    padding: 40px 20px;
  }

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

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

  .paragraph-17 {
    font-size: 20px;
  }

  .paragraph-18 {
    font-size: 14px;
    line-height: 22px;
  }

  .feature-image-2 {
    width: auto;
    height: 100%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
  }

  .feature-image-mask-copy {
    width: auto;
    height: 150px;
    margin-right: 0px;
  }

  .feature-image-2-copy {
    width: auto;
    height: 100%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
  }

  .feature-section-copy {
    height: auto;
    padding: 25px 10px;
  }

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

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

  .nav-container {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .div-block-2-copy {
    padding-right: 0px;
  }

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

  .paragraph-21 {
    margin-top: 15px;
    margin-bottom: 0px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
  }

  .column-10 {
    font-weight: 300;
  }

  .heading-17 {
    font-size: 18px;
  }

  .container-16 {
    padding-right: 10px;
    padding-left: 10px;
    font-weight: 500;
  }

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

  .heading-18 {
    font-size: 20px;
    font-weight: 400;
  }

  .paragraph-23 {
    line-height: 22px;
  }

  .container-18 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .link-3 {
    font-size: 33px;
  }

  .link-3.w--current {
    font-size: 28px;
  }

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

  .image-9 {
    width: 300px;
  }

  .heading-20 {
    font-weight: 500;
  }

  .image-11 {
    width: 200px;
  }

  .div-block-10 {
    width: 120px;
  }

  .div-block-16 {
    position: relative;
    width: 95%;
    height: 700px;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 40px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    box-shadow: 1px 1px 7px 2px rgba(0, 0, 0, 0.18);
  }

  .div-block-16.rectruit-top {
    height: 640px;
  }

  .heading-22 {
    font-size: 30px;
  }

  .image-14 {
    position: absolute;
    left: 20px;
    top: 20px;
    right: auto;
    width: 70%;
    max-width: 450px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    border-radius: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

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

  .div-block-17 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 300px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-radius: 0px;
    box-shadow: none;
  }

  .heading-23 {
    margin-bottom: 25px;
    font-size: 18px;
  }

  .div-block-18 {
    padding-left: 0px;
  }

  .div-block-18.history {
    padding-right: 0%;
  }

  .paragraph-24.home-history {
    line-height: 2em;
  }

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

  .div-block-19 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 95%;
    height: 700px;
    padding-top: 40px;
    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: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: #3993dd;
  }

  .image-15 {
    position: absolute;
    left: 20px;
    top: 20px;
    right: auto;
    width: 70%;
    max-width: 450px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .div-block-20 {
    width: 100%;
    height: 320px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-radius: 0px;
    box-shadow: none;
  }

  .div-block-21 {
    border-radius: 0px;
  }

  .container-21 {
    margin-top: 20px;
  }

  .text-block-5 {
    width: 95%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    font-size: 16px;
    text-align: left;
  }

  .movie-text {
    width: 100%;
  }

  .text-span {
    font-size: 50px;
    font-weight: 700;
  }

  .text-block-8 {
    font-size: 20px;
  }

  .container-23 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-24 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .text-block-13 {
    font-size: 18px;
    font-weight: 300;
  }

  .bold-text-3 {
    font-weight: 500;
  }
}

@media screen and (max-width: 479px) {
  .button {
    padding-right: 40px;
    padding-left: 40px;
    background-color: hsla(0, 0%, 44.4%, 0.2);
  }

  .button.form {
    display: block;
    margin-right: auto;
    margin-left: auto;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  }

  .button.div-block-3 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 15px;
  }

  .navbar {
    display: block;
    margin-top: 0px;
    padding-top: 0px;
  }

  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top-style: none;
    border-top-color: #fafafa;
    border-bottom-width: 1px;
    border-bottom-color: #fafafa;
  }

  .nav-link.w--current {
    position: relative;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    border-style: solid none;
    border-width: 1px;
    border-color: #fff #000;
    background-color: #41a6e7;
  }

  .nav-link.w--open {
    border-bottom: 2px none #fff;
    -webkit-transition: background-color 100ms ease, margin 500ms ease;
    transition: background-color 100ms ease, margin 500ms ease;
  }

  .nav-link.query {
    margin-top: 20px;
    margin-right: 18%;
    margin-left: 18%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link.home.nav2 {
    color: #fff;
  }

  .nav-link.nav2 {
    color: #fff;
  }

  .nav-link.nav2.w--current {
    background-color: #3993dd;
    color: #fff;
  }

  .logo-text {
    margin-left: 10px;
  }

  .nav-menu {
    position: absolute;
    width: 100vw;
    height: 100vh;
    -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;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: rgba(54, 54, 54, 0.97);
    background-position: 50% 70%;
    background-size: 150px;
    box-shadow: inset 0 -1px 0 0 #4d4d4d, 0 7px 13px -4px rgba(0, 0, 0, 0.45);
    font-family: "Noto Sans JP", sans-serif;
    background-clip: border-box;
  }

  .brand {
    padding-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .brand.w--current {
    margin-left: 10px;
    padding-left: 0px;
  }

  .menu-icon {
    display: none;
    opacity: 1;
  }

  .menu-icon.open {
    position: static;
    display: none;
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
    -o-object-fit: fill;
    object-fit: fill;
  }

  .menu-icon.menu-open {
    display: block;
  }

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

  .section.grey {
    width: 100vw;
  }

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

  .section.image {
    height: auto;
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .section.lightgrey {
    padding-top: 20px;
  }

  .section.footer {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .menu-button {
    top: 0px;
    right: 10px;
    padding: 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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-radius: 50%;
  }

  .menu-button.w--open {
    display: block;
    text-align: right;
  }

  .menu-button.nav2 {
    margin-top: 0px;
  }

  .main-heading {
    width: 100%;
    font-size: 26px;
  }

  .main-heading.bold {
    padding-bottom: 0px;
    font-size: 22px;
  }

  .main-subheading {
    font-size: 20px;
  }

  .slider {
    height: 91vh;
  }

  .slide._2 {
    padding-bottom: 0px;
  }

  .number {
    margin-top: 0px;
  }

  .contact-form-column {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    -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;
    text-align: center;
  }

  .contact-info-column {
    padding-top: 0px;
    text-align: center;
  }

  .field {
    height: 40px;
    margin-bottom: 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
  }

  .contact-icon {
    margin-top: 30px;
  }

  .container {
    position: static;
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0vw;
    margin-left: 0vw;
    -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;
  }

  .h2 {
    margin-bottom: 20px;
    padding-bottom: 5px;
    border: 1px none #000;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.05em;
  }

  .paragraph-2 {
    padding-top: 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;
    font-size: 16px;
    line-height: 1.5em;
    text-align: justify;
    letter-spacing: 0.1em;
  }

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

  .image-3 {
    position: static;
    left: 25%;
    display: inline-block;
    overflow: visible;
    max-width: 50%;
    border-style: solid;
  }

  .paragraph-3 {
    font-family: "Noto Sans JP", sans-serif;
    color: #f7f7f7;
  }

  .container-5 {
    padding-right: 10px;
    padding-left: 10px;
  }

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

  .body {
    padding-top: 0px;
  }

  .heading-1 {
    width: 60%;
    margin-top: 0px;
    margin-bottom: 20px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 24px;
    line-height: 43px;
    text-align: center;
  }

  .rich-text-block {
    margin-top: 20px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .rich-text-block h4 {
    width: 100%;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
    color: #4d4d4d;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
  }

  .rich-text-block p {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 10px;
    padding-left: 0px;
    border-bottom: 1px solid #d1d1d1;
    font-size: 16px;
    text-align: left;
  }

  .container-6 {
    margin-top: 30px;
    margin-bottom: 5px;
  }

  .heading-5 {
    margin-top: 20px;
    margin-bottom: 0px;
    padding-bottom: 10px;
    border-bottom-style: solid;
    font-size: 26px;
    text-align: center;
  }

  .map {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .heading-6 {
    font-size: 21px;
    font-weight: 400;
  }

  .recruit p {
    font-size: 16px;
  }

  .recruit h2 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
  }

  .close-icon {
    display: block;
    border: 1px none #4d4d4d;
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
  }

  .button-2 {
    width: auto;
    margin-top: 20px;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 16px;
    font-weight: 500;
  }

  .div-block {
    width: auto;
    margin-top: 20px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .columns-3 {
    display: block;
  }

  .h3 {
    width: 60%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
  }

  .columns-4 {
    display: block;
  }

  .map-2 {
    margin-top: 10px;
  }

  .heading-9 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-style: none none solid;
    border-width: 1px;
    border-color: #000 #000 #48c9b0;
    font-family: "Noto Sans JP", sans-serif;
    color: #48c9b0;
    font-weight: 700;
  }

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

  .container-10 {
    display: block;
    padding-right: 10px;
    padding-left: 10px;
  }

  .image-4 {
    display: block;
    width: 150px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(hsla(0, 0%, 82%, 0.94)),
      to(hsla(0, 0%, 82%, 0.94))
    );
    background-image: linear-gradient(
      180deg,
      hsla(0, 0%, 82%, 0.94),
      hsla(0, 0%, 82%, 0.94)
    );
    text-align: left;
  }

  .paragraph-7 {
    margin-bottom: 0px;
    font-size: 14px;
  }

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

  .container-11 {
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .paragraph-8.history-column {
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    font-size: 16px;
    line-height: 23px;
    font-weight: 300;
    text-align: left;
  }

  .column-3 {
    margin-bottom: 5px;
  }

  .history-column {
    height: auto;
  }

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

  .column-4 {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .feature-section {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .flex-container {
    -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;
  }

  .feature-image-mask {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .feature-image {
    border-radius: 5%;
  }

  .heading-11 {
    padding-bottom: 10px;
    font-weight: 500;
  }

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

  .heading-12.feature-section {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    color: #4d4d4d;
    font-weight: 400;
    text-align: center;
  }

  .container-12 {
    margin-bottom: 40px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-2 {
    margin-top: 20px;
    padding-left: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .image-5 {
    display: inline-block;
  }

  .grid-2 {
    justify-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-auto-flow: row;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .link.w--current {
    letter-spacing: 0.3em;
  }

  .list-2 {
    display: none;
  }

  .section-4 {
    padding-top: 40px;
    padding-bottom: 40px;
    box-shadow: none;
  }

  .heading-13 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    color: #4d4d4d;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    white-space: break-spaces;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .paragraph-15 {
    color: #4d4d4d;
    font-size: 16px;
    line-height: 1.8em;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.05em;
    white-space: normal;
  }

  .container-13 {
    padding-right: 10px;
    padding-left: 10px;
  }

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

  .rich-text-block-4 img {
    border-radius: 8px 8px 0px 0px;
  }

  .rich-text-block-4 p {
    height: 95px;
    margin-top: 10px;
    line-height: 1.7em;
    text-align: justify;
    letter-spacing: 0.02em;
  }

  .rich-text-block-4 h4 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: Roboto, sans-serif;
    color: #333;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }

  .rich-text-block-4 h3 {
    width: 45%;
    margin-top: 0px;
    padding-bottom: 4px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.05em;
  }

  .div-block-3 {
    width: 90%;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
  }

  .hero-overlay {
    height: 120px;
    padding: 0px 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .heading-14 {
    display: block;
    padding-bottom: 3px;
    color: #fff;
    font-size: 35px;
    text-align: center;
    letter-spacing: 0.05em;
  }

  .heading-15 {
    font-size: 18px;
    text-align: center;
  }

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

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

  .container-15 {
    position: absolute;
    top: 50%;
    -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;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .bold-text-2 {
    font-style: italic;
    font-weight: 400;
    text-decoration: none;
  }

  .paragraph-16 {
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
  }

  .section-6 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .section-7 {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .image-6 {
    display: none;
  }

  .paragraph-17 {
    position: absolute;
    left: 0%;
    top: 50%;
    right: 0px;
    width: 180px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    font-size: 19px;
    text-align: center;
  }

  .paragraph-18 {
    margin-top: 10px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
  }

  .feature-image-2 {
    border-radius: 5%;
  }

  .feature-image-mask-copy {
    margin-left: 0px;
  }

  .feature-image-2-copy {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    border-radius: 5%;
  }

  .feature-section-copy {
    padding-top: 20px;
    padding-bottom: 30px;
  }

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

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

  .nav-container {
    position: relative;
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0vw;
    margin-left: 0vw;
    padding-right: 10px;
    padding-left: 10px;
    -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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-2-copy {
    margin-top: 20px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

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

  .columns-7 {
    margin-right: 0px;
    margin-left: 0px;
  }

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

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

  .heading-17 {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 1.8em;
    font-weight: 400;
    text-align: center;
  }

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

  .container-16 {
    padding: 20px 10px 0px;
  }

  .container-17 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-18 {
    padding-top: 10px;
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
  }

  .paragraph-23 {
    padding-bottom: 10px;
    font-size: 16px;
    text-align: left;
  }

  .columns-8 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .columns-8.column8 {
    display: block;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-18 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .column-13 {
    padding-left: 0px;
  }

  .div-block-5 {
    width: 40px;
    height: 2px;
    background-color: #262626;
  }

  .topline {
    height: 2px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 5px;
    background-color: #fff;
  }

  .topline.nav2 {
    background-color: #48c9b0;
  }

  .middleline {
    background-color: #fff;
  }

  .middleline.nav2 {
    background-color: #48c9b0;
  }

  .bottomline {
    background-color: #fff;
  }

  .bottomline.nav2 {
    background-color: #48c9b0;
  }

  .link-3 {
    top: auto;
    margin-right: auto;
    margin-left: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 25px;
  }

  .link-3.w--current {
    position: relative;
    top: auto;
    right: auto;
    margin-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
  }

  .link-3.nav2 {
    font-size: 19px;
  }

  .leftbutton {
    right: 5px;
  }

  .grid-6 {
    grid-row-gap: 29px;
  }

  .image-9 {
    width: 200px;
    min-width: 80%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .heading-20 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
  }

  .image-10 {
    width: 80%;
    margin-top: 20px;
  }

  .image-11 {
    width: 150px;
  }

  .div-block-10 {
    width: 100px;
  }

  .image-12 {
    width: 200px;
  }

  .form-block {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .textarea {
    border-style: solid;
    border-width: 2px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    min-height: 140px;
    font-weight: 400;
  }

  .div-block-16 {
    width: 100%;
    height: 99ch;
    min-height: 670px;
    padding-bottom: 30px;
  }

  .div-block-16.rectruit-top {
    height: auto;
    min-height: 0px;
  }

  .heading-22 {
    margin-bottom: 5px;
  }

  .image-14 {
    position: absolute;
    left: 20px;
    right: auto;
    width: 80vw;
    box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.15);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

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

  .div-block-17 {
    width: 100%;
    height: auto;
    padding: 0px 20px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .div-block-18 {
    margin-top: 63vw;
  }

  .div-block-18.home-recruit {
    padding-right: 10px;
    padding-left: 10px;
    -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;
  }

  .div-block-18.history {
    padding-right: 0%;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .paragraph-24.home-history {
    margin-top: 30px;
  }

  .paragraph-24.home-recruit {
    margin-top: 20px;
  }

  .button-3 {
    width: 160px;
  }

  .div-block-19 {
    width: 100%;
    height: 690px;
    padding-bottom: 0px;
  }

  .image-15 {
    left: 20px;
    right: auto;
    width: 80vw;
    max-width: none;
    box-shadow: 1px 0 4px 2px rgba(0, 0, 0, 0.15);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .div-block-20 {
    width: 100%;
    height: auto;
    min-height: 0px;
    padding: 30px 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-21 {
    display: block;
    width: 95%;
    height: 380px;
    margin-right: 0px;
    padding: 30px 0px;
  }

  .heading-24 {
    margin-top: 0px;
    font-size: 16px;
    text-align: center;
  }

  .container-21 {
    margin-top: 20px;
  }

  .text-block-5 {
    font-size: 16px;
    line-height: 1.4em;
    text-align: left;
  }

  .movie-text {
    font-size: 18px;
  }

  .text-span {
    font-size: 40px;
  }

  .text-block-8 {
    font-size: 16px;
    line-height: 2.9em;
    font-weight: 400;
  }

  .image-17 {
    margin-left: 0px;
  }

  .top-movie {
    position: relative;
    min-height: 90vh;
  }

  .column-15 {
    padding-left: 0px;
  }

  .container-23 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-24 {
    margin-bottom: 20px;
  }

  .text-block-13 {
    font-size: 16px;
    line-height: 25px;
  }

  .grid-8 {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5f816e61-ef16-47c1-3403-7ad10c36b48c-05c1d90b {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@font-face {
  font-family: "Font awesome 5 free 400";
  src: url("../fonts/Font-Awesome-5-Free-Regular-400.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Font awesome 5 free solid 900";
  src: url("../fonts/Font-Awesome-5-Free-Solid-900.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Font awesome 5 brands 400";
  src: url("../fonts/Font-Awesome-5-Brands-Regular-400.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
