@import url("https://fonts.googleapis.com/css2?family=Marcellus&family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap");
body.skill-modal-open {
  overflow: hidden;
}

.deco-triangle {
  position: absolute;
  bottom: 0;
  display: block;
  width: clamp(6rem, 20vw, 30rem);
  aspect-ratio: 2/1;
  z-index: 1;
  pointer-events: none;
  background-color: #ffffff;
}
.deco-triangle.left {
  left: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.deco-triangle.right {
  right: 0;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.deco-triangle.grey {
  background-color: #efefef;
}
.deco-triangle.blue {
  background-color: #222836;
}

section.landing {
  position: relative;
  height: calc(100vh + 7rem);
  max-height: 108rem;
  background-color: #fd492a;
  padding: clamp(6rem, 7vw, 10rem) 0 clamp(6rem, 7vw, 10rem);
}
section.landing .splide {
  position: relative;
  z-index: 100;
}
section.landing .content-container {
  position: relative;
  margin: auto;
  width: 100%;
  padding-bottom: 2rem;
}
section.landing .content-container h1,
section.landing .content-container .h1-like {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: clamp(2.4rem, 4vw, 4.3rem);
  font-weight: 500;
  line-height: 140%;
}
section.landing .content-container h1 span.bg-text,
section.landing .content-container .h1-like span.bg-text {
  width: fit-content;
  padding: 0.25em 0.5em;
  background-color: #222836;
  color: #f0eedf;
  font-weight: 900;
  font-size: clamp(2.2rem, 3vw, 4.3rem);
  line-height: 120%;
}
section.landing .content-container .img-container {
  width: 100%;
  height: 80vh;
  overflow: hidden;
  border-radius: 5rem;
}
section.landing .content-container .img-container img,
section.landing .content-container .img-container picture {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 1001px) {
  section.landing .content-container .img-container {
    aspect-ratio: 3/2;
    height: auto;
    max-height: 90rem;
    border-radius: 180px;
  }
}
section.intro {
  position: relative;
  padding: 6rem 0 clamp(6rem, 10vw, 10rem);
  background-color: #efefef;
}
section.intro .half-white {
  position: absolute;
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
  background-color: #ffffff;
}
section.intro .content-container {
  width: 86.4%;
  max-width: 54rem;
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
section.intro .content-container h2.catch,
section.intro .content-container p.main-text {
  width: 100%;
}
section.intro .content-container h2.catch {
  font-size: clamp(4rem, 5vw, 6rem);
  font-weight: 700;
}
section.intro .content-container .img-container {
  width: 100%;
}
section.intro .content-container .img-container img,
section.intro .content-container .img-container picture {
  display: block;
  width: 100%;
}
@media screen and (min-width: 1001px) {
  section.intro .content-container {
    display: grid;
    width: 100%;
    max-width: 100%;
    grid-template-columns: calc((100vw - clamp(20rem, 86.4vw, 80rem)) / 2) 1fr auto calc((100vw - clamp(20rem, 86.4vw, 80rem)) / 2);
    grid-template-rows: auto auto;
  }
  section.intro .content-container h2.catch,
section.intro .content-container p.main-text {
    position: relative;
    z-index: 100;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    width: fit-content;
    height: fit-content;
  }
  section.intro .content-container h2.catch {
    grid-column: 3/4;
    grid-row: 1/2;
    margin: 0 auto auto;
  }
  section.intro .content-container p.main-text {
    grid-column: 2/3;
    grid-row: 1/3;
    font-size: 2rem;
    line-height: 250%;
    margin: 0 auto auto;
    max-height: 25em;
  }
  section.intro .content-container .img-container {
    position: relative;
    z-index: 10;
    grid-column: 3/5;
    grid-row: 2/3;
    width: calc(100% - 10rem);
    margin: -6rem 0 auto auto;
  }
}
section.business {
  position: relative;
  padding: 8rem 0 0;
  background-color: #222836;
  color: #f0eedf;
  gap: 5rem;
}
section.business .h2-group span.rj-title {
  font-size: clamp(4.5rem, 6vw, 8rem);
  text-transform: capitalize;
}
section.business .h2-group h2 {
  font-size: clamp(2.4rem, 3vw, 3.5rem);
}
section.business .img-gallery,
section.business .img-wrapper,
section.business .business-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
section.business .img-wrapper {
  position: relative;
}
section.business .img-wrapper picture,
section.business .img-wrapper img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.business .img-wrapper .business-text {
  position: relative;
  z-index: 10;
  padding: clamp(5rem, 12vw, 15rem) 4% 7.4rem;
  background-color: rgba(0, 0, 0, 0.5);
  color: #f0eedf;
}
section.business .img-wrapper .business-text h3 {
  margin-bottom: 0.6em;
}
section.business .img-wrapper .business-text p.text-body {
  max-width: 37rem;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 230%;
}
section.business .img-wrapper .business-text p.text-rj {
  font-family: "Marcellus", serif;
  position: absolute;
  bottom: 5rem;
  margin-top: auto;
}
@media screen and (min-width: 651px) {
  section.business .img-gallery {
    flex-direction: row;
    min-height: 54rem;
  }
  section.business .img-wrapper {
    align-self: stretch;
  }
  section.business .business-text {
    height: 100%;
  }
}
section.mold {
  position: relative;
  padding: 7rem 0 9rem;
  background-color: #fd492a;
  color: #f0eedf;
}
section.mold .h2-group {
  width: 100%;
  padding: 0;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 2rem;
}
section.mold .h2-group span.rj-title {
  font-size: clamp(4.5rem, 6vw, 8rem);
  text-transform: capitalize;
}
section.mold .h2-group h2 {
  display: block;
  height: fit-content;
  font-size: clamp(2.4rem, 3vw, 3.5rem);
  line-height: 100%;
}
section.mold .content-container {
  position: relative;
  z-index: 10;
  gap: 2rem;
}
section.mold .mold-carousel {
  width: 100%;
  padding-top: 5rem;
}
section.mold .mold-carousel .splide__arrows .splide__arrow {
  top: 0;
  opacity: 1;
  left: 0;
  width: 5rem;
  height: 2.5rem;
  background: unset;
  border-radius: unset;
  transform: unset;
}
section.mold .mold-carousel .splide__arrows .splide__arrow--prev {
  transform: rotate(180deg);
}
section.mold .mold-carousel .splide__arrows .splide__arrow--next {
  transform: translateX(calc(100% + 2.5rem));
}
section.mold .mold-carousel .splide__arrows .splide__arrow svg {
  width: 100%;
}
section.mold .mold-carousel .splide__list {
  align-items: stretch;
}
section.mold .mold-carousel .scroll-card {
  height: 100%;
  border: 1px solid #f0eedf;
}
section.mold .mold-carousel .card-header {
  padding: 1rem clamp(1.6rem, 2vw, 3rem);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  background-color: #f0eedf;
  color: #fd492a;
}
section.mold .mold-carousel .card-header h4 {
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: 700;
  text-decoration: underline;
}
section.mold .mold-carousel .multi-content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1rem;
}
section.mold .mold-carousel .card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 2.4rem clamp(1.6rem, 2vw, 3rem) 2.8rem;
}
section.mold .mold-carousel .card-content img {
  width: 18rem;
  min-width: 18rem;
}
@media screen and (min-width: 651px) {
  section.mold .mold-carousel .multi-content {
    flex-direction: row;
    align-items: flex-start;
  }
}
section.manufacturing {
  padding: 4rem 0 9rem;
  background-color: #222836;
  color: #f0eedf;
  gap: 5rem;
}
section.manufacturing .h2-group {
  gap: 0.5em;
  padding: 0;
}
section.manufacturing .h2-group span.rj-title {
  font-size: clamp(4.5rem, 6vw, 8rem);
  text-transform: capitalize;
}
section.manufacturing .h2-group h2 {
  font-size: clamp(2.4rem, 3vw, 3.5rem);
}
section.manufacturing .content-container {
  width: 84.6%;
  max-width: 90rem;
  gap: 4rem;
}
section.manufacturing .img-gallery,
section.manufacturing .content-grid {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
section.manufacturing .cg-card {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
  background-color: #f0eedf;
  color: #222836;
  border-radius: 0.5rem;
  padding: clamp(1.2rem, 2vw, 2rem);
}
section.manufacturing .cg-card h3 {
  color: #fd492a;
  text-align: center;
}
section.manufacturing .cg-card img {
  display: block;
  width: 100%;
}
section.manufacturing .cg-card p {
  margin: auto;
  max-width: 80rem;
}
section.manufacturing .img-container {
  gap: 3rem;
}
section.manufacturing .img-gallery {
  gap: 4rem 1rem;
}
section.manufacturing .img-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
section.manufacturing .img-card h4 {
  width: fit-content;
  padding: 0.5rem 1.5rem;
  background-color: #f0eedf;
  border-radius: 0.5rem;
  color: #fd492a;
  font-size: clamp(1.6rem, 2vw, 2rem);
  line-height: 100%;
}
@media screen and (min-width: 651px) {
  section.manufacturing .content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }
  section.manufacturing .card-1 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  section.manufacturing .card-2 {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  section.manufacturing .card-3 {
    grid-column: 1/3;
    grid-row: 2/3;
  }
  section.manufacturing .img-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
section.skills {
  padding: clamp(6rem, 9vw, 9rem) 0 clamp(5rem, 8vw, 8rem);
  background-color: #f0eedf;
  color: #fd492a;
}
section.skills .content-container {
  gap: 2rem;
}
section.skills .h2-group {
  max-width: 88rem;
  padding-left: 0;
  margin: 0 auto;
}
section.skills .h2-group .rj-title {
  letter-spacing: -0.05em;
}
section.skills .h2-group svg {
  left: calc(-1 * clamp(2rem, 2vw, 3rem));
}
section.skills .main-text,
section.skills .grid-container {
  width: 100%;
  max-width: 87rem;
  margin: 0 auto;
}
section.skills .grid-container {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
section.skills .skill-wrapper {
  display: flex;
}
section.skills .skill-card {
  position: relative;
  width: 100%;
  padding: 2.5rem clamp(1.2rem, 2vw, 1.6rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  background-color: #f0eedf;
  border: 2px solid #fd492a;
  border-radius: 1rem;
  cursor: pointer;
}
section.skills .skill-card span.arrow {
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 2.7rem;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fd492a;
}
section.skills .skill-card span.arrow:after {
  content: "";
  display: block;
  width: 1rem;
  height: 1.3rem;
  background-color: #f0eedf;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
section.skills .skill-card h5 {
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  letter-spacing: 0;
  text-align: center;
}
section.skills .skill-card img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  object-position: center;
  max-width: 16rem;
}
section.skills .skill-card:not(.is-active):hover {
  background-color: #fd492a;
  color: #f0eedf;
}
section.skills .skill-card.is-active {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 520px;
  max-width: 90vw;
  max-height: 90vh;
  overflow-y: auto;
  z-index: 1000;
  gap: 1.5rem;
  padding: clamp(2.5rem, 4vw, 4rem);
  cursor: default;
}
section.skills .skill-card.is-active .arrow {
  display: none;
}
section.skills .skill-card.is-active img {
  width: auto;
  max-width: 12rem;
}
section.skills .skill-card.is-active .modal-text {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.8;
}
section.skills .modal-text {
  display: none;
}
section.skills .skill-overlay {
  position: fixed;
  inset: 0;
  z-index: 900;
  background-color: rgba(34, 40, 54, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
section.skills .skill-overlay.is-active {
  opacity: 1;
  visibility: visible;
}
section.skills .modal-arrow {
  display: none;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1001;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  padding: 0;
  border: 2px solid #fd492a;
  border-radius: 50%;
  background-color: #ffffff;
  color: #fd492a;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
section.skills .modal-arrow:hover {
  background-color: #fd492a;
  color: #f0eedf;
}
section.skills .modal-arrow.prev {
  left: 0;
}
section.skills .modal-arrow.next {
  right: 0;
}
body.skill-modal-open section.skills .modal-arrow {
  display: flex;
}
@media screen and (min-width: 651px) {
  section.skills .grid-container {
    grid-template-columns: repeat(3, 1fr);
  }
  section.skills .modal-arrow.prev {
    left: max(2rem, 50% - 278px);
  }
  section.skills .modal-arrow.next {
    right: max(2rem, 50% - 278px);
  }
}
@media screen and (min-width: 1001px) {
  section.skills .grid-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
section.faq {
  padding: 5rem 0 clamp(10rem, 10vw, 13rem);
  gap: clamp(5rem, 5vw, 7rem);
  background-color: #f0eedf;
}
section.faq .qa-wrapper {
  width: 92%;
  max-width: 80rem;
}
section.wanted {
  padding: clamp(10rem, 10vw, 12rem) 0 clamp(4rem, 7vw, 10rem);
}
section.wanted .content-container {
  gap: 3rem;
}
section.wanted .stacked-title {
  margin-bottom: clamp(1rem, 2vw, 3rem);
}
section.wanted .bullet-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 2.5rem;
}
section.wanted .bc-wrapper {
  width: 100%;
  padding: clamp(2.4rem, 3vw, 4rem) clamp(2rem, 4vw, 6rem);
  background-color: #222836;
}
section.wanted ul.border-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  box-sizing: border-box;
  color: #f0eedf;
  font-size: clamp(1.6rem, 2vw, 2.5rem);
}
section.wanted ul.border-container li {
  display: flex;
  align-items: center;
  gap: 1em;
}
section.wanted ul.border-container li:before {
  content: "";
  display: block;
  background: url(../img/icons/check-white.svg) center no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 2em;
  min-width: clamp(2rem, 3vw, 2em);
  margin-top: 0.2em;
}
section.wanted .wanted-members .bc-wrapper {
  background-color: unset;
  border: clamp(2px, 0.5vw, 5px) solid #fd492a;
}
section.wanted .wanted-members ul.border-container {
  color: #fd492a;
}
section.wanted .wanted-members ul.border-container li:before {
  background: url(../img/icons/check-orange.svg) center no-repeat;
  background-size: contain;
}
section.company {
  padding: clamp(7rem, 10vw, 10rem) 0 clamp(7rem, 11vw, 11rem);
}
section.company .content-container {
  gap: clamp(4rem, 5vw, 6rem);
}
section.company .content,
section.company .company-table,
section.company .table-row {
  display: flex;
  flex-direction: column;
  width: 100%;
}
section.company .table-row {
  gap: 2rem;
  padding: clamp(1.8rem, 2vw, 2.6rem) clamp(2rem, 2.5vw, 3rem);
  border-bottom: #222836 solid 1px;
}
section.company .table-row:first {
  border-top: #222836 solid 1px;
}
section.company .table-row h5 {
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  font-weight: 500;
}
section.company .table-row .content,
section.company .table-row .label {
  flex: 1;
}
section.company .table-row .content {
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  gap: 1em;
  max-width: 60rem;
}
section.company .table-row .content iframe {
  width: 100%;
  height: 20rem;
  max-width: 55rem;
}
section.process {
  padding: clamp(7rem, 10vw, 11rem) 0 7rem;
  background-color: #fd492a;
  color: #f0eedf;
}
section.process .h2-group span.rj-title {
  font-size: clamp(4.5rem, 6vw, 8rem);
  text-transform: capitalize;
}
section.process .content-container {
  gap: 5rem;
}
section.process .entry-btn {
  align-self: center;
  width: 100%;
  max-width: 80rem;
  aspect-ratio: unset;
  max-height: unset;
  padding: 1.5rem;
  border-top: 1px solid #f0eedf;
  border-bottom: 1px solid #f0eedf;
}
section.process .process-container {
  width: 100%;
}
section.process .process-row {
  position: relative;
  width: 100%;
  display: flex;
  gap: clamp(1.2rem, 2vw, 2rem);
}
section.process .process-row .process-no,
section.process .process-row .process-text {
  position: relative;
  z-index: 10;
}
section.process .process-row .process-line {
  position: absolute;
  z-index: 1;
  display: block;
  top: 1rem;
  left: calc(clamp(4rem, 5vw, 6rem) / 2);
  height: 100%;
  width: 1px;
  background-color: #f0eedf;
}
section.process .process-row .process-no {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: clamp(4rem, 5vw, 6rem);
  height: clamp(4rem, 5vw, 6rem);
  min-width: clamp(4rem, 5vw, 6rem);
  background-color: #f0eedf;
  border-radius: 50%;
  color: #fd492a;
  line-height: 100%;
  font-size: clamp(2rem, 2vw, 2.5rem);
  font-family: "Marcellus", serif;
  font-weight: 400;
}
section.process .process-row .process-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0 0 2.4rem;
  max-width: 70rem;
}
section.process .process-row:last-child .process-text {
  padding-bottom: 0;
}
@media screen and (min-width: 651px) {
  section.process .process-container {
    padding-left: 3rem;
  }
  section.process .process-container .process-text {
    padding: 1rem 0 2.4rem;
  }
}
@media screen and (min-width: 651px) {
  section.company .table-row {
    flex-direction: row;
  }
  section.company .label {
    flex: 2;
    max-width: 28rem;
  }
  section.company .content {
    flex: 3;
  }
}

/*# sourceMappingURL=top.css.map */
