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

@font-face {
  font-family: Univers bold;
  src: url('../fonts/univers-black-italic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Univers;
  src: url('../fonts/univers-bold.ttf') format("truetype"), url('../fonts/univers-medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Univers Condensed;
  src: url('../fonts/Univers-Condensed-Bold.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Univers Condensed midiam;
  src: url('../fonts/univers-condensed-medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

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

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Noto Serif JP, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 44px;
}

.section {
  min-height: 100vh;
}

.section.hero-section {
  text-align: left;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100vh;
  min-height: 0;
  margin: 0 auto 10px;
  display: flex;
  position: static;
  overflow: hidden;
}

.section.hero-section.bg-brush-image {
  opacity: 100;
  background-color: #fff0;
  position: relative;
  transform: none;
}

.heading {
  color: #fff;
  margin-top: 0;
}

.body {
  text-align: left;
  min-height: 100vh;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.container-main {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1600px;
  margin-top: 5%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-main.is-header {
  text-align: left;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-top: 1%;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  position: static;
}

.container-main.center {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 1000px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 17%;
  padding-right: 17%;
  display: flex;
}

.container-main.center.container-global {
  z-index: 10;
  background-color: #fafafa00;
  border: 0 solid #000;
  border-bottom: 1px #e0e0e0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: auto;
  max-width: 90rem;
  height: auto;
  min-height: auto;
  margin: 0 auto;
  padding-left: 0%;
  padding-right: 0%;
  position: relative;
}

.image {
  opacity: 1;
  color: #000;
  vertical-align: baseline;
  width: 400px;
  margin-top: 220px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
  overflow: visible;
}

.text-block {
  margin-top: 220px;
  margin-left: 11px;
  font-family: Noto Serif JP, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.heading-2 {
  margin-top: 140px;
  font-family: Noto Serif JP, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.heading-3 {
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 700;
  display: flex;
}

.site-header {
  z-index: 100;
  object-fit: fill;
  background-color: #fffffff2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 9%;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 20px #00000014;
}

.image-2 {
  width: 10%;
  max-width: 1577px;
  margin: 25px 20px 20px 30px;
}

.is-contact {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-clip: border-box;
  border-radius: 14px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 5px 10px;
  font-family: Univers Condensed midiam, sans-serif;
  font-size: 14px;
}

.navbar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: justify;
  background-color: #ddd0;
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 40%;
  display: flex;
  position: static;
  inset: 0;
}

.nav-menu {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-right: 40px;
  padding-top: 0;
  display: flex;
  position: relative;
  top: 0;
  right: 0;
}

.container-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.nav-link {
  color: #5e5e5e;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-family: Univers Condensed midiam, sans-serif;
  font-size: 14px;
}

.nav-link-2 {
  color: #5e5e5e;
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-family: Univers Condensed midiam, sans-serif;
  font-size: 14px;
}

.nav-link-3, .nav-link-4, .nav-link-5 {
  color: #5e5e5e;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-family: Univers Condensed midiam, sans-serif;
  font-size: 14px;
}

.paragraph {
  text-align: left;
  object-fit: fill;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  font-family: Noto Serif JP, sans-serif;
  font-size: 14px;
  line-height: 30px;
  display: flex;
}

.access-section {
  color: #111;
  background-color: #fafafa;
  min-width: 0;
  height: auto;
  min-height: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Univers bold, sans-serif;
}

.access-section.section-global {
  background-color: #f5f5f7;
}

.access-section.section-global.is-white {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.access-section.is-white {
  background-color: #fff;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.paragraph-2 {
  color: #1d1d1f;
  margin-bottom: 60px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

.heading-4 {
  color: #111;
  margin-top: 66px;
  margin-bottom: 15px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.heading-5 {
  color: #1d1d1f;
  text-align: left;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Univers Condensed midiam, sans-serif;
  font-size: 60px;
  display: flex;
}

.service-subtitle-text {
  color: #111;
  text-underline-position: under;
  font-family: Univers Condensed midiam, sans-serif;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.service_card {
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 0;
  padding: 20px 40px;
  display: flex;
  box-shadow: 3px 2px 5px #0003;
}

.service-num-icon {
  color: #fff;
  text-align: center;
  background-color: #111;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: .8rem;
  margin-right: 30px;
  font-family: Univers Condensed, Arial, sans-serif;
  font-size: 2rem;
  display: flex;
}

.heading-6 {
  color: #1d1d1f;
  font-family: Droid Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  display: block;
}

.paragraph-3 {
  color: #1d1d1f;
  margin-top: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: .85rem;
  font-weight: 400;
}

.service-head-flow {
  border: 1px #000;
  border-bottom: 1px solid #eee;
  border-radius: 0;
  align-items: baseline;
  display: flex;
}

.text-block-2 {
  color: #5e5e5e;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.text-block-2.service-sub-title {
  color: #87878b;
  margin-left: 10px;
  font-size: .85rem;
}

.flow-arrow {
  color: #5f5f5f;
  text-align: center;
  text-shadow: 3px 2px 4px #00000054;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 2.5rem;
  display: flex;
}

.service-layout-wrapper {
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  grid-template: ". Area"
  / 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: auto;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.service-flow-container {
  flex-flow: column;
  flex: 0 auto;
  width: auto;
  display: flex;
}

.service-top-image {
  z-index: -1;
  background-image: url('../images/service.jpg');
  background-position: 50% 100%;
  background-size: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 50%;
  display: flex;
  position: static;
  inset: 0%;
  overflow: hidden;
}

.image-3 {
  vertical-align: baseline;
  object-fit: cover;
  object-position: 47% 50%;
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: block;
  position: relative;
  overflow: visible;
}

.access-map-placeholder {
  background-color: #bdbdbd;
  flex: 0 auto;
  width: 100%;
  height: 600px;
}

.paragraph-4 {
  color: #1d1d1f;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
}

.company-table-wrapper {
  border-bottom: 1px #000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: static;
}

.company-row {
  border: 0 #000;
  border-bottom: 1px solid #e0e0e0;
  border-radius: 0;
  flex-flow: row;
  justify-content: flex-start;
  width: 80%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.company-label {
  color: #87878b;
  width: 30%;
  margin-left: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: .85rem;
  font-weight: 400;
  display: flex;
}

.company-data {
  text-align: left;
  justify-content: flex-start;
  width: 80%;
  font-size: .85rem;
  line-height: 2;
  display: flex;
}

.company-data.no-break {
  margin-left: 0;
  padding-left: 0;
}

.paragraph-5 {
  text-align: left;
  display: flex;
}

.div-block {
  flex-flow: row;
  display: flex;
}

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

.form {
  width: 80%;
}

.form-input {
  background-color: #f5f5f5;
  border: 0 solid #000;
  height: 100%;
  min-height: 0;
}

.form-block {
  width: 70%;
  height: 60%;
}

.field-label, .field-label-2, .field-label-3 {
  font-size: .9rem;
  display: flex;
}

.submit-button {
  float: left;
  clear: none;
  background-color: #000;
  margin-top: 20px;
  overflow: hidden;
}

.textarea {
  background-color: #f5f5f5;
  border: 0 #000;
  min-height: 200px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.div-block-2 {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.div-block-3 {
  background-image: url('../images/mama_B.png');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-4 {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.div-block-5 {
  z-index: 10;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
  position: relative;
  transform: translate(0, -106px);
}

.bg-brush-image {
  z-index: -555;
  opacity: .12;
  margin-left: 0;
  display: block;
  position: absolute;
  transform: translate(-38px);
}

.image-4 {
  opacity: 1;
}

.hero-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  height: 100%;
  min-height: 100%;
  margin-top: 0;
  margin-bottom: 10%;
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.hero-wrapper.is-second-hero {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: auto;
  height: auto;
  min-height: auto;
  margin-bottom: 0%;
  display: flex;
  position: static;
  inset: 0% 0 0;
}

.hero-wrapper.is-second {
  margin-bottom: 9%;
}

.hero-wrapper-background {
  width: 100%;
  min-height: 100vh;
  position: relative;
}

.hero-section {
  background-color: #fff0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.hero-section.is-second {
  background-color: #0000;
  justify-content: center;
  align-items: stretch;
}

.hero-bg-image {
  z-index: -10;
  opacity: .08;
  width: 100%;
  display: block;
  position: absolute;
  overflow: visible;
  transform: translate(0, 183px);
}

.site-headar {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 20px 1px #0003;
}

.container-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: 90rem;
  height: 100%;
  min-height: auto;
  margin-top: 0%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-main.is-headar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin: 10px;
  display: block;
}

.container-main.is-header {
  min-height: auto;
  margin-top: 0%;
  margin-left: 0;
  margin-right: 0;
}

.container-main.is-hero {
  justify-content: flex-end;
  align-items: flex-start;
  width: 80%;
  padding-left: 0%;
}

.container-main.is-footer {
  height: auto;
  min-height: auto;
  margin-bottom: 0;
}

.container-main.is-service {
  max-width: 90rem;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}

.container-main.is-second-hero {
  text-shadow: 3px 1px #ffffff82;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 90rem;
  height: auto;
  min-height: 0;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.site-header {
  align-items: center;
  max-width: 100%;
  height: auto;
  display: flex;
}

.header-logo {
  margin-top: 1.2rem;
  margin-bottom: 1.1rem;
}

.div-block-6 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.header-menu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.nav-link {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .87rem;
}

.nav-link.w--current {
  margin-right: 14px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: .87rem;
}

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

.nav-link.is-contact {
  color: #fff;
  padding: 2px 10px;
}

.heading-xlarge {
  color: #333;
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 44px;
  box-shadow: 3px 2px 5px #fff3;
}

.hero-text {
  color: #333;
  justify-content: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 30px;
  display: flex;
  box-shadow: 2px 2px 5px #fff3;
}

.service_wrapper {
  z-index: 10;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  width: 100%;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 0%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.service_wrapper.is-padding-warapper-global {
  padding-top: 0;
  padding-bottom: 0;
}

.section-title {
  letter-spacing: .02em;
  text-indent: 0%;
  column-count: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
  text-decoration-thickness: calc(1em / 3.40282e38);
}

.section-title.heading-style-h2 {
  color: #333;
  margin-bottom: 1.8rem;
  font-weight: 400;
}

.div-block-7 {
  flex-flow: column;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

.access-wrapper {
  flex-flow: column;
  align-items: stretch;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.service_section {
  justify-content: center;
  width: 100%;
  display: flex;
}

.service_section.is-gray {
  z-index: -2;
  background-color: #fafafa;
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
}

.access-text {
  color: #1d1d1f;
  -webkit-text-stroke-color: #333;
  margin-top: .8rem;
  font-family: Noto Sans JP, sans-serif;
  font-size: .85rem;
  font-weight: 400;
}

.access-paragrah {
  color: #1d1d1f;
  -webkit-text-stroke-color: #333;
  margin-top: .5rem;
  margin-bottom: auto;
  font-family: Noto Sans JP, sans-serif;
  font-size: .85rem;
  font-weight: 400;
}

.service-subtitle {
  margin-bottom: 0;
  font-size: 25px;
}

.company-wrapper {
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  margin-top: .5rem;
  margin-bottom: .5rem;
  display: flex;
}

.company-wrapper.is-padding-warapper-global {
  width: 100%;
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.contact-section {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.company-section.is-gray {
  background-color: #ebebeb;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.contact-wrapper {
  flex-flow: column;
  align-items: flex-start;
  width: 80%;
  margin-top: 10%;
  margin-bottom: 10%;
  display: flex;
}

.contact-wrapper.is-padding-warapper-global {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.contact-text {
  text-align: left;
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 1rem;
}

.service-text {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
}

.service-paragrah {
  margin-top: .125rem;
  margin-bottom: 2rem;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

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

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 0 15px;
  position: relative;
}

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

.ffofotfottfot {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer_block {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer_link {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 16px;
  text-decoration: none;
}

.footer_link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer_copyright-center {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 16px;
  display: flex;
}

.image-5 {
  width: 20%;
  max-width: none;
  position: static;
}

.footer_logo {
  filter: invert();
  width: 20rem;
}

.footer_wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 100px;
  margin-bottom: 40px;
  display: flex;
}

.section_footer {
  background-color: #0a0a0a;
  width: 100%;
  min-height: auto;
}

.footer_info-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.div-block-8 {
  width: 40%;
}

.workflow-imge {
  box-sizing: border-box;
  object-fit: cover;
  background-image: url('../images/Gemini_Generated_Image_kdgeockdgeockdge.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  order: 0;
  justify-content: center;
  width: auto;
  height: auto;
  max-height: none;
  display: flex;
  position: static;
  top: auto;
  bottom: auto;
  overflow: hidden;
  transform: translate(0);
}

.image-6 {
  width: 100%;
  height: 100%;
}

.workflow-imge-side {
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  transform: translate(0)translate(-74px)scale(1.4);
}

.sarvice-top-wrapper {
  background-image: url('../images/service.jpg');
  background-position: 50% 60%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 420px;
  display: flex;
}

.sarvice-toptext-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  margin-top: 36px;
  display: flex;
}

.section-2 {
  display: flex;
}

.scroll-indicator {
  position: absolute;
  inset: auto 40px 40px auto;
}

.scroll-wrapper {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 2rem;
  display: flex;
  position: static;
  bottom: 40px;
  right: 134px;
}

.scroll-line {
  background-color: #333;
  border-radius: 6px 6px 0 0;
  width: 3px;
  height: 30rem;
}

.scroll-dot {
  background-color: #333;
  border-radius: 50%;
  justify-content: center;
  align-items: flex-start;
  width: 6px;
  height: 6px;
  display: flex;
}

.section-3 {
  width: 100%;
  height: 100%;
  min-height: 100vh;
}

.text-block-4 {
  font-size: 14rem;
}

.company-list {
  align-items: center;
  display: flex;
}

.text-label-contact {
  width: auto;
  padding-right: 1rem;
  font-size: .85rem;
}

.fotter-wrapper {
  justify-content: space-between;
  display: flex;
}

.navbar_logo {
  max-width: none;
}

.navbar_link {
  color: #4b4b4b;
  letter-spacing: .05rem;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  margin-right: 0;
  padding: 0 0;
  font-size: .87rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
}

.navbar_link:hover {
  color: #3339;
  text-decoration: none;
}

.navbar_link.is-adjust {
  color: #4b4b4b;
  letter-spacing: .1rem;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.navbar_link.is-contact_frame {
  color: #fff;
  background-color: #000;
  border-radius: .4rem;
  padding: .25rem .5rem;
  font-size: .87rem;
}

.navbar_link.is-contact_frame:hover {
  color: #6d6d6d;
}

.navbar_component {
  z-index: 999;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #fffc;
  min-width: 100%;
  padding-top: 1rem;
  padding-bottom: .5rem;
  position: fixed;
  top: 0;
  box-shadow: 0 2px 5px #0003;
}

.padding-global {
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}

.container-main-2 {
  justify-content: flex-start;
  width: 100%;
  min-width: auto;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-main-2.is-header {
  margin-left: auto;
  margin-right: auto;
}

.navbar_container {
  justify-content: space-between;
  align-items: center;
  width: auto;
  min-width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  display: flex;
}

.navbar_logo-link {
  width: 10rem;
}

.navbar_menu {
  grid-column-gap: 1.3rem;
  grid-row-gap: 1.3rem;
  white-space: normal;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.section-hero {
  z-index: -99;
  aspect-ratio: auto;
  opacity: 1;
  background-color: #0000;
  align-items: center;
  min-width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
  transform: translate(0);
}

.hero_component {
  display: flex;
}

.hero_content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  display: flex;
}

.heading-hero {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 2rem;
  font-weight: 400;
}

.heding-sub.is-muted {
  color: #767676;
  padding-top: .5rem;
}

.hero-paragrah {
  letter-spacing: 0;
  -webkit-text-stroke-width: 0rem;
  text-indent: 0;
  text-shadow: .1rem .1rem #ffffff82;
  column-count: auto;
  word-break: normal;
  margin-top: 1.5rem;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.8;
}

.hero-img {
  z-index: -999;
  aspect-ratio: auto;
  opacity: .3;
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  position: absolute;
  inset: 0%;
  overflow: visible;
  transform: translate(61px, -.5rem)rotate(-15deg)translate(79px)translate(43px)translate(-129px, 102px)scale(.6)translate(300px);
}

.is-padding-warapper-global {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.service_item {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: .5rem;
  display: grid;
}

.service_image {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.company_list2 {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.hero_img-wrapper {
  z-index: -1;
  width: auto;
  position: absolute;
  inset: 0%;
}

.section_wrapper {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.header {
  padding-top: 1rem;
  padding-bottom: .5rem;
  box-shadow: 0 2px 5px #0003;
}

.code-embed {
  width: 100%;
  height: 100%;
}

.navbar_link-2 {
  color: #4b4b4b;
  letter-spacing: .05rem;
  margin-right: 0;
  padding: 0 0;
  font-size: .87rem;
  font-weight: 400;
  transition: all .2s;
}

.navbar_link-2:hover {
  color: #3339;
}

.navbar_link-2.is-adjust {
  color: #4b4b4b;
  letter-spacing: .1rem;
}

.navbar_link-2.is-contact_frame {
  color: #fff;
  background-color: #000;
  border-radius: .4rem;
  padding: .25rem .5rem;
  font-size: .87rem;
}

.navbar_link-2.is-contact_frame:hover {
  color: #6d6d6d;
}

.navbar_container-2 {
  justify-content: space-between;
  align-items: center;
  width: auto;
  min-width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.navbar_menu-2 {
  grid-column-gap: 1.3rem;
  grid-row-gap: 1.3rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

@media screen and (max-width: 991px) {
  .section.hero-section {
    padding: 60px 40px;
  }

  .container-main {
    width: 100%;
  }

  .access-section.section-global.is-gray {
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .access-section.section-global.is-white {
    height: 1%;
    padding: 60px 40px;
  }

  .paragraph-2 {
    font-family: Noto Sans JP, sans-serif;
    font-size: 12px;
    font-weight: 400;
  }

  .service-subtitle-text {
    margin-bottom: 20px;
    display: flex;
  }

  .service_card {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 71px;
  }

  .paragraph-3 {
    font-size: 13px;
  }

  .service-layout-wrapper {
    grid-column-gap: 85px;
    grid-row-gap: 41px;
    flex-flow: column-reverse;
    grid-template-columns: minmax(100%, 9.75fr);
    grid-template-areas: ". Area";
    grid-auto-columns: minmax(0, 0);
    margin-top: 40px;
  }

  .service-flow-container {
    flex-flow: column;
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .service-top-image {
    z-index: 0;
    background-position: 50% 80%;
    flex: 0 auto;
    justify-content: center;
    width: 100%;
    height: 30%;
    min-height: auto;
    margin-top: 0;
    margin-bottom: 0;
    transition: opacity .2s;
    display: flex;
    position: absolute;
    top: 0;
    right: 0%;
    overflow: hidden;
    transform: scale(1.3);
  }

  .image-3 {
    z-index: 0;
    max-width: none;
    max-height: none;
  }

  .access-map-placeholder {
    height: 50vh;
  }

  .company-table-wrapper, .company-row, .form {
    width: 100%;
  }

  .form-input {
    width: 100%;
  }

  .form-block {
    width: 100%;
  }

  .textarea {
    height: 80%;
  }

  .hero-wrapper {
    align-items: flex-start;
    padding-left: 60px;
    padding-right: 60px;
  }

  .hero-wrapper.is-second-hero, .hero-wrapper.is-second {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-bg-image {
    transform: translate(0, -259px);
  }

  .container-main {
    justify-content: flex-start;
    max-width: none;
    height: auto;
    min-height: auto;
  }

  .container-main.is-service {
    height: auto;
    min-height: auto;
  }

  .service_wrapper {
    padding-bottom: 100px;
  }

  .section-title {
    z-index: 10;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
  }

  .service_section.is-gray {
    z-index: 0;
    justify-content: center;
    align-items: flex-start;
    position: relative;
  }

  .access-paragrah {
    margin-bottom: 0;
  }

  .service-subtitle {
    margin-top: 75px;
    margin-bottom: 20px;
  }

  .service-text {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 25px;
    position: relative;
  }

  .service-paragrah {
    text-shadow: 1px 1px 3px #fff;
    align-items: stretch;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    font-size: 12px;
    display: flex;
    position: relative;
  }

  .container-3 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
    display: flex;
  }

  .footer_block {
    justify-content: flex-end;
  }

  .footer_link {
    margin-bottom: .5rem;
  }

  .footer_wrapper {
    align-items: center;
  }

  .workflow-imge {
    width: 0%;
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .service-layout-wrapper {
    grid-template-columns: minmax(100%, 100%);
  }

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

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .ffofotfottfot {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer_block {
    align-items: center;
  }

  .footer_link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }
}

@media screen and (max-width: 479px) {
  .access-section.is-white {
    overflow: hidden;
  }

  .service_card {
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .service-num-icon {
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    margin-top: 15px;
    margin-left: 17px;
    margin-right: 8px;
    font-size: 1rem;
  }

  .heading-6 {
    margin-bottom: 0;
    font-size: 1rem;
  }

  .paragraph-3 {
    margin-right: 1rem;
    padding-right: 0;
    font-size: .8rem;
  }

  .service-head-flow {
    flex-flow: column;
    align-items: flex-start;
    margin-right: 1rem;
    padding-right: 0;
  }

  .service-layout-wrapper {
    grid-column-gap: 0px;
    grid-template-columns: minmax(100%, 100%);
  }

  .access-map-placeholder {
    height: 20rem;
  }

  .company-row {
    width: auto;
  }

  .company-label {
    width: 5rem;
    margin-left: 0;
    margin-right: 1rem;
  }

  .company-data {
    white-space: normal;
    word-break: break-all;
    overflow-wrap: normal;
    width: auto;
  }

  .company-data.no-break {
    white-space: normal;
    margin-left: .25rem;
  }

  .hero-wrapper.is-second-hero {
    justify-content: flex-start;
    align-items: center;
    padding-right: 0;
  }

  .hero-wrapper.is-second {
    margin-bottom: 4.5rem;
    position: relative;
    bottom: -134px;
  }

  .hero-section.is-second {
    min-height: 40rem;
    overflow: hidden;
  }

  .hero-bg-image {
    transform: translate(0, 133px)translate(29px, -120px)scale(2)rotate(66deg);
  }

  .container-main.is-second-hero {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: auto;
    max-width: 100%;
    min-height: auto;
    position: static;
  }

  .heading-xlarge {
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1rem;
    line-height: 2rem;
  }

  .hero-text {
    margin-bottom: 0;
    font-size: .8rem;
    line-height: 1.2rem;
  }

  .service_wrapper {
    width: 92%;
    padding-bottom: 0;
  }

  .service_section.is-gray {
    overflow: hidden;
  }

  .access-text {
    font-family: Noto Sans JP, sans-serif;
    font-weight: 500;
  }

  .access-paragrah {
    font-family: Noto Sans JP, sans-serif;
    font-weight: 400;
  }

  .company-wrapper {
    margin-top: 0;
    margin-bottom: 5.8rem;
  }

  .contact-section, .company-section.is-gray {
    overflow: hidden;
  }

  .service-text {
    font-size: .9rem;
  }

  .container-3 {
    max-width: none;
  }

  .footer_brand {
    filter: brightness(0%) invert();
  }

  .footer_block {
    align-items: flex-start;
  }

  .footer_link {
    margin-bottom: .5rem;
  }

  .footer_logo {
    filter: invert(50%);
    mix-blend-mode: normal;
    margin-bottom: 2.7rem;
  }

  .section_footer {
    overflow: hidden;
  }

  .footer_info-wrapper {
    flex-flow: column;
    align-items: flex-start;
  }

  .scroll-wrapper {
    display: none;
  }

  .div-block-9, .company-list {
    display: flex;
  }

  .text-label-contact {
    width: 2rem;
  }

  .navbar_menu {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    display: none;
  }

  .section-hero {
    overflow: hidden;
  }

  .hero-paragrah {
    word-break: normal;
    font-size: .87rem;
  }

  .hero-img {
    vertical-align: baseline;
    transform: none;
  }

  .service_item {
    grid-template-columns: 2.25fr;
  }

  .company-row-2 {
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .hero_img-wrapper {
    z-index: -1;
    position: absolute;
    inset: 0%;
  }

  .header {
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }
}

#w-node-_7ed7304b-a0b0-aa3e-9bb1-e94a1d7e446c-42303854 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica.ttc') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Univers bold';
  src: url('../fonts/univers-black-italic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Univers';
  src: url('../fonts/univers-bold.ttf') format('truetype'), url('../fonts/univers-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Univers Condensed';
  src: url('../fonts/Univers-Condensed-Bold.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Univers Condensed midiam';
  src: url('../fonts/univers-condensed-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}