.container {
  width: 100%;
  max-width: none;
}
section:not(.hero) {
  overflow: hidden;
  display: grid;
  align-items: center;
}

/* hero */
.hero {
  height: 100vh;
  height: 100dvh;
  width: 100%;
  position: relative;
}
.hero > .video-wrapper::after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAAXNSR0IArs4c6QAAAC1JREFUGFdjZEAD6tZJUiAhRmRxmODNo/OewSWQBeE60AXBEtgE4RIgM9EdAQBOLxTldD7olQAAAABJRU5ErkJggg==) repeat;
  z-index: -9;
}
.hero > .video-wrapper > .video {
  position: fixed;
  top: 0;
  height: 100vh;
  height: 100dvh;
  min-width: 100%;
  z-index: -10;
  object-fit: cover;
}
.hero > .companyname-wrapper {
  display: grid;
  place-items: center;
  height: 100vh;
  height: 100dvh;
  width: 100%;
}
.hero > .companyname-wrapper > .companyname {
  color: var(--background-color);
  text-align: center;
  text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.2);
}
.hero > .companyname-wrapper > .companyname > .logo {
  height: 12vh;
  height: 12lvh;
  margin-bottom: 32px;
}
.hero > .companyname-wrapper > .companyname > .logo > img {
  height: 100%;
}
.hero > .companyname-wrapper > .companyname > .name {
  font-size: clamp(1.6rem, 1.309rem + 1.45vw, 2.4rem);
  font-weight: 900;
  line-height: 1;
}
.hero > .companyname-wrapper > .companyname > .sub {
  font-size: clamp(1rem, 0.927rem + 0.36vw, 1.2rem);
  font-family: var(--font-display);
  font-weight: 300;
  line-height: 1;
}
@media only screen and (max-width: 992px) {
  .hero {
    height: 100vh;
    height: 100lvh;
  }
  .hero > .video-wrapper::after {
    height: 100vh;
    height: 100lvh;
  }
  .hero > .video-wrapper > .video {
    height: 100vh;
    height: 100lvh;
    left: 50%;
    transform: translateX(-50%);
  }
  .hero > .companyname-wrapper {
    height: 100vh;
    height: 100svh;
  }
}
/* hero */

/* section title */
.section-title {
  font-family: var(--font-display);
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 0.7;
  font-size: 15vh;
  writing-mode: vertical-rl;
  color: var(--st-primary-color);
  height: 100%;
  width: fit-content;
  text-align: center;
}
.section-title.white-title {
  color: var(--background-color);
}
@media only screen and (max-width: 600px) {
  .section-title {
    top: 0;
    left: 0;
    line-height: 0.75;
    font-size: 13vh;
    height: fit-content;
    text-align: unset;
  }
  .scrollify.fadeIn-trigger,
  .scrollify.fadeIn-trigger > .inner.fadeIn-trigger {
    opacity: 1;
  }
}
/* section title */

/* copy */
.copy {
  position: relative;
  height: 100vh;
  height: 100lvh;
  background-color: var(--primary-color-50);
  border: 23.5px solid var(--primary-color);
  grid-template-columns: auto 1fr;
}

.copy > .text {
  color: var(--background-color);
  font-size: 10vw;
  font-weight: 900;
  line-height: 1;
}
.copy > .text > .small {
  font-size: 5vw;
}
.copy > .sub {
  color: var(--background-color);
  font-family: var(--font-display);
  font-weight: 900;
  line-height: 0.8;
  font-size: 9vh;
  writing-mode: vertical-rl;
  text-align: center;
  padding: 0 2vw;
}
.copy > .sub > .small {
  font-size: 3vh;
  vertical-align: bottom;
}
@media screen and (orientation: portrait) {
  .copy {
    grid-template-columns: unset;
    grid-template-rows: auto 1fr;
    place-items: center;
  }
  .copy > .text {
    font-size: 10vh;
    writing-mode: vertical-rl;
  }
  .copy > .text > .small {
    font-size: 5vh;
  }
  .copy > .sub {
    font-size: 9vw;
    writing-mode: unset;
    text-align: center;
    padding: 2vh 0;
  }
  .copy > .sub > .small {
    font-size: 3vw;
    vertical-align: bottom;
  }
}
/* copy */

/* about us */
.about-us {
  position: relative;
  height: 100vh;
  height: 100dvh;
  padding: 23.5px;
  background-color: var(--background-color-50);
}
.about-us > .inner {
  position: relative;
  height: 100%;
  width: 100%;
  background-color: var(--background-color);
  border-radius: 12px;
  display: grid;
  place-items: center;
  align-content: center;
}
.about-us > .inner > .section-title {
  font-size: 13vh;
}
.about-us > .inner > .row {
  width: 100%;
}
.about-us > .inner > .row > .col {
  display: grid;
  align-content: center;
  padding: 0 3vw;
  gap: 16px;
}
.about-us > .inner > .row > .col > h1 {
  font-weight: 900;
  color: var(--primary-color);
  margin: 0;
}
.about-us > .inner > .row > .col > .text {
  margin: 0;
  font-weight: 300;
  z-index: 1;
  font-size: clamp(1rem, 0.952rem + 0.24vw, 1.25rem);
  line-height: clamp(2rem, 1.807rem + 0.96vw, 3rem);
  letter-spacing: 0.1em;
  color: var(--primary-color);
}
@media only screen and (min-width: 1920px) {
  .about-us > .inner > .row > .col {
    padding: 0 72px;
    gap: 32px;
  }
  .about-us > .inner > .row > .col.can {
    width: 55%;
  }
  .about-us > .inner > .row > .col.products {
    width: 45%;
  }
}
@media only screen and (min-width: 993px) {
  .about-us > .inner > .row > .col.can {
    border-right: var(--primary-color-50) 1px solid;
  }
}
@media only screen and (orientation: portrait) {
  .about-us > .inner > .row > .col {
    width: 100%;
  }
}
@media only screen and (max-width: 992px), (orientation: portrait) {
  .about-us > .inner > .row > .col.can {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 600px) {
  .about-us {
    height: auto;
    padding: 0;
    background-color: unset;
    backdrop-filter: unset;
  }
  .about-us > .inner {
    height: auto;
    padding: 64px 0;
    border-radius: 0;
  }
  .about-us > .inner > .row > .col {
    place-items: center;
  }
  .about-us > .inner > .row > .col > h1 {
    font-size: 2.6rem;
  }
  .about-us > .inner > .row > .col > .text {
    writing-mode: vertical-rl;
  }
}
/* about us */

/* numbers */
.numbers {
  position: relative;
  height: 100vh;
  height: 100dvh;
  padding: 23.5px;
  background-color: var(--background-color-50);
}
.numbers > .inner {
  height: 100%;
  width: 100%;
  padding: 0 4vw;
  margin: 0;
  background-color: var(--primary-color);
  border-radius: 12px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 16px;
}
.numbers > .inner > .section-title {
  color: var(--st-background-color);
}
.numbers > .inner > h1 {
  text-align: center;
  font-weight: 900;
  color: var(--background-color);
  margin: 0;
}
.numbers > .inner > .row {
  width: 100%;
}
.numbers > .inner > .row > .number-wrapper > .card {
  position: relative;
  overflow: hidden;
  padding: 1.6vh 0;
  padding: 1.6dvh 0;
  background-color: var(--background-color);
  color: var(--primary-color);
  border-radius: 6px;
  text-align: center;
}
.numbers > .inner > .row > .number-wrapper > .card > .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 24vh;
  font-size: 24dvh;
  line-height: 1;
  color: var(--st-primary-color);
}
.numbers > .inner > .row > .number-wrapper > .card > .number-title {
  font-size: 2.5rem;
  font-weight: 700;
}
.numbers > .inner > .row > .number-wrapper > .card > .number {
  font-size: 8vmax;
  font-family: var(--font-display);
  font-weight: 900;
}
.numbers > .inner > .row > .number-wrapper > .card > .number > .unit {
  font-size: 2vmax;
  font-weight: 900;
}
@media only screen and (min-width: 601px) and (max-width: 992px), (orientation: portrait) {
  .numbers > .inner > .row > .number-wrapper > .card > .icon {
    font-size: 16vh;
    font-size: 16lvh;
  }
  .numbers > .inner > .row > .number-wrapper > .card > .number {
    font-size: 4rem;
  }
  .numbers > .inner > .row > .number-wrapper > .card > .number > .unit {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 600px) {
  .numbers {
    padding: 0;
    height: auto;
    background-color: unset;
    backdrop-filter: unset;
  }
  .numbers > .inner {
    min-height: 100vh;
    min-height: 100lvh;
    height: auto;
    padding: 64px 0;
    margin: 0;
    border-radius: 0;
    background-color: var(--primary-color);
  }
  .numbers > .inner > .section-title {
    color: var(--st-background-color);
  }
  .numbers > .inner > h1 {
    margin-bottom: 16px;
    color: var(--background-color);
    font-size: 2.6rem;
  }
  .numbers > .inner > .row > .number-wrapper > .card {
    padding: 16px 0;
  }
  .numbers > .inner > .row > .number-wrapper > .card > .icon {
    font-size: 12vh;
    font-size: 12dvh;
  }
  .numbers > .inner > .row > .number-wrapper > .card > .number-title {
    font-size: 1.2rem;
  }
  .numbers > .inner > .row > .number-wrapper > .card > .number {
    font-size: 3rem;
  }
  .numbers > .inner > .row > .number-wrapper > .card > .number > .unit {
    font-size: 1rem;
  }
}
/* numbers */

/* PR */
.top-pr {
  position: relative;
  height: 100vh;
  height: 100dvh;
  padding: 23.5px;
  background-color: var(--background-color-50);
}
.top-pr > .inner {
  overflow: hidden;
  height: 100%;
  margin: 0;
  background-color: var(--primary-color-50);
  border-radius: 16px;
}
.top-pr > .inner > .image-area {
  height: 100%;
  padding: 0;
  background-color: var(--background-color);
  display: grid;
  align-items: center;
  justify-items: left;
}
.top-pr > .inner > .image-area > img {
  width: 105%;
  height: 100%;
  object-fit: cover;
}
.top-pr > .inner > .image-area.equipment > img {
  object-position: right;
}
.top-pr > .inner > .text-area {
  position: relative;
  height: 100%;
  padding: 0 32px;
  background-color: var(--background-color);
  color: var(--primary-color);
  display: grid;
  place-items: center;
}
.top-pr > .inner > .text-area > .inner {
  position: relative;
  width: fit-content;
  display: grid;
}
.top-pr > .inner > .text-area > .inner > h1 {
  margin-top: 0;
  font-weight: 900;
}
.top-pr > .inner > .text-area > .inner > p {
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0.075em;
}
.top-pr > .inner > .text-area > .inner > .pr-link {
  height: 80px;
  line-height: 80px;
  width: fit-content;
  padding: 0 64px;
  margin-top: 32px;
  background-color: var(--background-color);
  color: var(--primary-color);
  box-shadow: var(--neumorphism-shadow);
  border-radius: 16px;
  justify-self: center;
  transition: box-shadow 0.6s var(--transition-easeOutCubic);
}
.top-pr > .inner > .text-area > .inner > .pr-link:hover {
  box-shadow: var(--neumorphism-shadow-hover);
}
@media only screen and (orientation: portrait) {
  .top-pr > .inner > .col {
    width: 100%;
  }
}
@media only screen and (max-width: 992px), (orientation: portrait) {
  .top-pr > .inner > .image-area {
    height: 50vh;
    height: 50lvh;
    display: grid;
    place-items: center;
  }
  .top-pr > .inner > .image-area > img {
    height: 100%;
  }
  .top-pr > .inner > .text-area > .section-title {
    height: fit-content;
    top: -0.65em;
    left: unset;
    font-size: 16.5vw;
    writing-mode: unset;
    color: var(--background-color);
  }
  .top-pr > .inner > .text-area {
    height: calc(50vh - 47px);
    height: calc(50lvh - 47px);
    border-radius: 0;
  }
}
@media only screen and (max-width: 600px) {
  .top-pr {
    min-height: 90vh;
    min-height: 90lvh;
    height: auto;
    padding: 0 8px;
    margin: 5vh 0;
    margin: 5lvh 0;
    background-color: unset;
    backdrop-filter: unset;
  }
  .top-pr > .inner {
    height: auto;
  }
  .top-pr > .inner > .text-area {
    min-height: 40vh;
    min-height: 40lvh;
    height: auto;
    padding: 32px 0;
    place-items: center;
    border-radius: 0;
  }
  .top-pr > .inner > .text-area > .inner > h1,
  .top-pr > .inner > .text-area > .inner > p {
    letter-spacing: unset;
  }
  .top-pr > .inner > .text-area > .inner > h1 {
    font-size: 2.6rem;
    margin-bottom: 8px;
  }
  .top-pr > .inner > .text-area > .inner > p {
    font-size: 1rem;
    margin-bottom: 16px;
  }
  .top-pr > .inner > .text-area > .inner > .pr-link {
    max-width: 320px;
    width: 100%;
    margin: 0;
    padding: 0 32px;
  }
}
/* PR */

/* service */
.service {
  height: 100vh;
  height: 100dvh;
  background-color: var(--primary-color);
  position: relative;
}
.service > .section-title {
  color: var(--secondary-color);
}
.service > .head {
  width: 100%;
  color: var(--secondary-color);
}
.service > .head > h1 {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  margin: 0;
}
.service > .process {
  display: grid;
  place-items: center;
  z-index: 2;
}
.service > .process > .collection {
  min-width: 50dvw;
  margin: 0;
  border: unset;
  border-radius: 16px;
}
.service > .process > .collection > .collection-item {
  height: calc(75vh / 7);
  height: calc(75dvh / 7);
  position: relative;
  display: grid;
  align-items: center;
  color: var(--primary-color);
  padding-left: 170px;
  background-color: var(--background-color);
  border: unset;
}
.service > .process > .collection > .collection-item > .collection-inner > .collection-title {
  background-color: var(--primary-color);
  color: var(--background-color);
  width: 150px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  align-items: center;
}
.service > .process > .collection > .collection-item > .collection-inner > .collection-title > .collection-title-inner > .no {
  padding: 10px;
  border-right: var(--background-color) 1px dotted;
}
.service > .process > .collection > .collection-item > .collection-inner > .collection-title > .collection-title-inner > .title {
  padding: 10px;
}
.service > .caption {
  width: 100%;
  font-size: 2rem;
  font-weight: 100;
  text-align: center;
  margin: 0;
  color: var(--secondary-color);
}
.service > .caption > span {
  margin: 0 1rem;
  font-size: 2.5rem;
  font-weight: 900;
  color: var(--accent-color);
}
@media only screen and (max-width: 992px), (orientation: portrait) {
  .service > .process > .collection {
    width: 80dvw;
    width: 80vw;
  }
}
@media only screen and (max-width: 600px) {
  .service {
    min-height: 100vh;
    min-height: 100lvh;
    height: auto;
    padding: 64px 0;
  }
  .service > .section-title {
    color: var(--st-secondary-color);
  }
  .service > .head > h1 {
    font-size: 2rem;
    padding-top: 0;
    margin-bottom: 16px;
  }
  .service > .caption {
    margin-top: 16px;
    font-size: 1.2rem;
  }
  .service > .caption > span {
    margin: 0;
    font-size: 1.6rem;
  }
  .service > .process > .collection {
    width: 90dvw;
    width: 90vw;
  }
  .service > .process > .collection > .collection-item {
    height: auto;
    padding: 48px 8px 24px;
  }
  .service > .process > .collection > .collection-item > .collection-inner > .collection-title {
    height: 32px;
  }
}
/* service */

/* contact */
.contact {
  position: relative;
  height: 100vh;
  height: 100dvh;
  padding: 50px;
  background-color: var(--secondary-color);
  color: var(--primary-color);
  font-weight: 100;
  display: grid;
  place-items: center;
}
.contact > .section-title {
  color: var(--primary-color);
}
.contact > .inner > .text {
  font-size: clamp(0.99rem, 0.805rem + 0.93vw, 1.5rem);
  text-align: center;
  margin-bottom: 75px;
}
.contact > .inner > .mail {
  text-align: center;
  margin-bottom: 75px;
}
.contact > .inner > .mail > .btn-large {
  padding: 0 64px;
  height: 128px;
  line-height: 128px;
  font-size: 1.2rem;
  border-radius: 32px;
  background-color: var(--secondary-color);
  box-shadow: var(--neumorphism-secondary-shadow);
  transition: box-shadow 0.6s var(--transition-easeOutCubic);
  color: var(--primary-color);
}
.contact > .inner > .mail > .btn-large:hover {
  box-shadow: var(--neumorphism-secondary-shadow-hover);
}
.contact > .inner > .mail > .btn-large > i {
  font-size: 4rem;
  line-height: 138px;
}
.contact > .inner > .tel > .inner {
  width: 340px;
  display: grid;
  justify-items: center;
  align-items: center;
  grid-template-columns: 20% 80%;
  color: var(--primary-color);
  text-align: center;
  margin: 0 auto;
}
.contact > .inner > .tel > .inner > .icon > i {
  font-size: 4rem;
}
.contact > .inner > .tel > .inner > .no-wrapper > .no {
  font-size: 3rem;
  line-height: 1;
}
.contact > .inner > .tel > .inner > .no-wrapper > .caption {
  font-size: 1rem;
}
@media only screen and (max-width: 600px) {
  .contact {
    min-height: 100vh;
    min-height: 100lvh;
    height: auto;
    padding: 64px 0;
  }
  .contact > .section-title {
    color: var(--st-primary-color);
  }
  .contact > .inner > .text {
    margin-bottom: 48px;
  }
  .contact > .inner > .mail {
    text-align: center;
    margin-bottom: 48px;
  }
  .contact > .inner > .mail > .btn-large {
    max-width: 340px;
    width: 100%;
    height: 100px;
    line-height: 100px;
    padding: 0 1rem;
  }
  .contact > .inner > .mail > .btn-large > i {
    font-size: 3rem;
    line-height: 110px;
  }
  .contact > .inner > .tel > .inner {
    max-width: 340px;
    width: auto;
  }
  .contact > .inner > .tel > .inner > .icon > i {
    font-size: 3rem;
  }
  .contact > .inner > .tel > .inner > .no-wrapper > .no {
    font-size: 2.5rem;
    line-height: 1;
  }
  .contact > .inner > .tel > .inner > .no-wrapper > .caption {
    font-size: 1rem;
  }
}
/* contact */

/* scroll */
a.scroll {
  display: inline-block;
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  padding: 20px 5px 110px;
  color: var(--background-color);
  font-size: 1.2rem;
  font-weight: 100;
  line-height: 1;
  letter-spacing: 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
  transition: all 1.2s var(--transition-easeInOutCubic);
}
a.scroll::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: var(--background-color);
}
a.scroll::after {
  animation: scroll 1.8s cubic-bezier(0.87, 0, 0.13, 1) infinite;
}
a.scroll.is-scrolled {
  font-size: 0.9rem;
  left: 100%;
  transform: translateX(-100%);
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@media screen and (max-width: 600px) {
  a.scroll {
    position: absolute;
    padding: 10px 5px 110px;
  }
}
/* scroll */

/* scrollify pagination */
.scrollify-pagination {
  position: fixed;
  right: 2.6px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.8rem;
  font-weight: 100;
  z-index: 2;
  list-style: none;
}
.scrollify-pagination a {
  display: block;
  height: 20px;
  margin-bottom: 5px;
  color: var(--background-color);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  position: relative;
  padding: 4px;
}
.scrollify-pagination a.is-active:after {
  box-shadow: inset 0 0 0 5px;
}
.scrollify-pagination a .hover-text {
  position: absolute;
  right: 6px;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.6s var(--transition-easeOutCubic);
  transition: opacity 0.6s var(--transition-easeOutCubic);
  padding-right: 15px;
}
.scrollify-pagination a:hover .hover-text {
  opacity: 1;
}
.scrollify-pagination a:after {
  -webkit-transition: box-shadow 0.6s var(--transition-easeOutCubic);
  transition: box-shadow 0.6s var(--transition-easeOutCubic);
  width: 10px;
  height: 10px;
  display: block;
  border: 1px solid;
  border-radius: 50%;
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  right: 3px;
  bottom: 0;
}
/* scrollify pagination */
