html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  vertical-align: baseline;
  display: inline-block;
}

audio:not([controls]) {
  height: 0;
  display: none;
}

[hidden], template {
  display: none;
}

a {
  background-color: #0000;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}


small {
  font-size: 80%;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}


* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  color: #333;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}

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

html.w-mod-touch * {
  background-attachment: scroll !important;
}

.w-block {
  display: block;
}

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

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

.w-clearfix:after {
  clear: both;
}

.w-hidden {
  display: none;
}

html[data-w-dynpage] [data-w-cloak] {
  color: #0000 !important;
}

h1, h2 {
  margin-bottom: 10px;
  font-weight: bold;
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

button, [type="button"], [type="reset"] {
  cursor: pointer;
  -webkit-appearance: button;
  border: 0;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.w-select {
  background-color: #f3f3f3;
}

.w-select[multiple] {
  height: auto;
}

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

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

.w-container:after {
  clear: both;
}

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

}


@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }

}

.w-background-video {
  color: #fff;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.w-background-video > video {
  object-fit: cover;
  z-index: -100;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  inset: -100%;
}

.w-background-video > video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important;
}

.w-background-video--control {
  background-color: #0000;
  padding: 0;
  position: absolute;
  bottom: 1em;
  right: 1em;
}

.w-background-video--control > [hidden] {
  display: none !important;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}


:root {
  --light: white;
  --dark: #111;
  --light-gray: #f6f6f6;
  --gray: #999;
  --main-z-index: 98;
  --primary: #2a9df4;
  --preload-z-index: 999999;
}

.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 {
  background-color: var(--light);
  color: var(--dark);
  cursor: default;
  font-size: 1.11111vw;
  line-height: 100%;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

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

p {
  margin-bottom: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
}

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

.inpage .container {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.font-size {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  display: flex;
}

.position, .relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.fixed {
  display: none;
  position: fixed;
}

.absolute {
  position: absolute;
}

.responsive-desktop {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  display: flex;
}

.page-main {
  z-index: 98;
  background-color: #fff;
  position: relative;
  overflow: clip;
}

.hero {
  z-index: 0;
  pointer-events: auto;
  position: sticky;
  top: 0;
}

.hero.is-project {
  position: relative;
}

.hero.is-error {
  background-color: var(--light-gray);
  height: 100vh;
}

.hero.is-work {
  position: relative;
}

.hero.section.is-error {
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.hero-wrapper {
  min-height: 100vh;
  padding-top: 8.75em;
  padding-top: 150px;
}

.hero-wrapper.is-homepage {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100vh;
  padding-bottom: 3.125em;
  display: flex;
}

.hero-wrapper.is-work {
  grid-column-gap: 10em;
  grid-row-gap: 10em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 5em;
  display: flex;
}

.hero-wrapper.is-privacy {
  grid-column-gap: 7.5em;
  grid-row-gap: 7.5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10.125em;
  display: flex;
}

.hero-wrapper.error-wrap {
  height: 100%;
  padding-bottom: 5em;
}

.hero-head.is-homepage {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-head.is-work {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-head.is-privacy {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.heading-group {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 1em;
  display: flex;
}

.heading-group.hide-mobile {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
}

.heading-group.show-mobile, .heading-group.show-tab {
  display: none;
}

.h1 {
  letter-spacing: 0;
  font-size: 28px;
  font-weight: bold;
  line-height: 110%;
  color: #34665c;
}
.h1.heading1 {
  font-weight: normal;
  margin-bottom: 25px;
  font-size: 32px;
}
.h1.heading3 {
  font-size: 22px;
  font-weight: 500;
}

.heading-wrap {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: -.5em;
  padding-bottom: .5em;
  display: flex;
  overflow: hidden;
}

.heading-wrap.mw-1000 {
  max-width: 62.5em;
}

.heading-wrap.is-work {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-flow: wrap;
}

.gif-img {
  z-index: 1;
  width: 5em;
  height: 4.5em;
  position: relative;
  top: -10px;
}
.hero-gif-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-bottom.is-homepage {
  grid-column-gap: 3.125em;
  grid-row-gap: 3.125em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-bottom.is-general {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-bottom.is-project {
  grid-column-gap: 6.25em;
  grid-row-gap: 6.25em;
  display: flex;
}

.h2.is-40 {
  letter-spacing: 0;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 110%;
  color: #34665c;
  font-weight: normal;
  margin-bottom: 25px;
  font-size: 32px;
}

.h2.is-40.mw-33ch {
  max-width: 33ch;
}

.h2.is-40.break-word {
  word-break: break-all;
}

.h2.is-40.mw-20ch {
  max-width: 25.7ch;
}

.h2.is-40.center {
  text-align: center;
}

.h2.is-56 {
  text-align: center;
  letter-spacing: -.0357143em;
  font-size: 3.5em;
  font-weight: 400;
  line-height: 120%;
}

.section-wrapper {
  z-index: 1;
  pointer-events: none;
  position: relative;
}

.v-work {
  color: #fff;
  font-size: 1.5em;
  line-height: 100%;
}

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

.content {
  height: 100vh;
  overflow: hidden;
}

.content-img {
  opacity: 0;
  will-change: transform;
  width: 5em;
  height: 5em;
  position: absolute;
  inset: 0% auto auto 0%;
}

.hero-left {
  max-width: 28.4375em;
}

.hero-right {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  justify-content: space-between;
  display: flex;
}

.img-cover {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.overlay-bg {
  z-index: -1;
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

.img-crop {
  aspect-ratio: 4 / 3;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.fader {
  background-color: #fff;
  height: 6em;
  position: absolute;
  inset: -6em 0% auto;
}


.heading {
  padding-top: 2em;
}

.hero-bottom-item {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  display: flex;
}

.img-section, .showcase-img {
  object-fit: cover;
  height: 100%;
}

.img-mouse {
  object-fit: cover;
  transform: translate(-50%, -50%);
}
.icon {
  flex: none;
  width: 1.5em;
}

.spacer {
  min-height: 100vh;
}

.spacer.second {
  min-height: 50vh;
}

.curture-img-wrap {
  height: 250vh;
  position: relative;
  top: -100vh;
}

.free-logo {
  width: auto;
  height: 2.9375em;
}

.preload {
  z-index: var(--preload-z-index);
  background-color: #98e5bb;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: clip;
  position: fixed;
}

.logo-preload {
  z-index: 0;
  width: 108px;
  position: relative;
}

.white-overlay {
  z-index: 1;
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.underline {
  text-decoration: underline;
}

@media screen and (min-width: 1920px) {
  body {
    font-size: 1rem;
  }

}

@media screen and (max-width: 991px) {
  body {
    font-size: 1.91847vw;
  }

  .container, .container.is-80 {
    padding-left: 2em;
    padding-right: 2em;
  }

  .page-main {
    overflow: clip;
  }

  .hero-wrapper.is-contact {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 9.5em;
  }

  .heading-group.hide-tab {
    display: none;
  }

  .heading-group.show-tab {
    display: flex;
  }

  .hero-bottom.is-homepage {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
  }

  .hero-bottom.is-project {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .h2.is-56 {
    font-size: 2.5em;
  }

  .service-wrapper {
    grid-column-gap: 10em;
    grid-row-gap: 10em;
  }

  .video.modal {
    width: 90%;
    height: auto;
  }

  .fader {
    z-index: 1;
  }


  .right-error {
    z-index: -1;
    max-width: 17em;
    position: absolute;
    bottom: 3.5625em;
    right: 0;
  }

  .spacer {
    display: none;
  }

  .h1-2 {
    font-size: 4.5em;
  }

}

@media screen and (max-width: 767px) {
  body {
    font-size: 4.26667vw;
  }

  .container, .container.is-80 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .horizontal-flex, .gap, .font-size {
    margin-top: 2em;
  }

  .hero-wrapper.is-homepage {
    padding-top: 8.875em;
    padding-bottom: 5em;
  }

  .hero-wrapper.is-contact {
    padding-top: 8.875em;
    padding-bottom: 2.5em;
  }

  .hero-wrapper.is-privacy {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    padding-top: 7.5em;
    padding-bottom: 5em;
  }

  .heading-group {
    grid-column-gap: .75em;
    grid-row-gap: 0em;
    font-weight: 400;
    line-height: 100%;
    font-size: inherit;
    flex-flow: wrap;
  }

  .heading-group.hide-mobile {
    display: none;
  }

  .heading-group.show-mobile {
    grid-column-gap: .75em;
    grid-row-gap: 0em;
    flex-flow: wrap;
    display: flex;
  }

  .heading-wrap {
    grid-column-gap: 1em;
    grid-row-gap: 0em;
    flex-flow: wrap;
    overflow: visible;
  }

  .heading-wrap.mw-1000 {
    overflow: hidden;
  }

  .heading-wrap.is-work {
    grid-row-gap: 0em;
  }

  .gif-img {
    width: 3em;
    height: 3em;
  }

  .hero-bottom.is-homepage {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .h2.is-40 {
    font-size: 1.75em;
  }

  .h2.is-56 {
    font-size: 2em;
  }

  .heading {
    padding-top: 1em;
  }

  .content-item {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }
  .logo-preload {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }

}


.is-aboutpage .tu-wen {
  display: flex;
  flex-wrap: wrap;
  height: 55vh;
  width: 100%;
}
.is-aboutpage .tu-wen .tuu {
  width: 45%;
  height: 100%;
  background: url(../picture/about-bg.jpg) no-repeat center;
  background-size: cover;
}
.is-aboutpage .tu-wen .tuu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}
.is-aboutpage .jj {
  width: 50%;
  color: #333;
  line-height: 1.6;
  padding: 30px 30px 30px;
  background: #f4f4f4;
  margin-right: 0;
  font-size: 15px;
  margin-top: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.word {
  overflow: hidden;
  transform-origin: bottom;
  text-transform: capitalize;
  margin-top: -0.5em;
  padding-bottom: 0.25em;
}

@media screen and (max-width: 1500px) {
  .brr {display: none;}

  .hero-wrapper.is-homepage {
    padding-bottom: 2em;
  }
  .main-width {
    width: 93%;
    padding-right: 5%;
    padding-right: 1%;
  }

}