section.mv {
  margin-bottom: 130px;
  position: relative;
}
section.mv .cntWrap {
  display: flex;
  flex-direction: row-reverse;
}
section.mv .cntWrap .cntBox {
  width: 33.3333333333%;
  filter: drop-shadow(5px 3.5px 7px rgba(0, 0, 0, 0.45));
  position: relative;
}
section.mv .cntWrap .cntBox:nth-of-type(3) .pic:nth-of-type(2) {
  animation-delay: 5s;
}
section.mv .cntWrap .cntBox:nth-of-type(3) .pic:nth-of-type(2) picture {
  animation-delay: 5s;
}
section.mv .cntWrap .cntBox:nth-of-type(3) .pic:nth-of-type(2) picture img {
  animation-delay: 5s;
}
section.mv .cntWrap .cntBox:nth-of-type(3) .pic:nth-of-type(3) {
  animation-delay: 10s;
}
section.mv .cntWrap .cntBox:nth-of-type(3) .pic:nth-of-type(3) picture {
  animation-delay: 10s;
}
section.mv .cntWrap .cntBox:nth-of-type(3) .pic:nth-of-type(3) picture img {
  animation-delay: 10s;
}
section.mv .cntWrap .cntBox:nth-of-type(2) .pic:nth-of-type(1) {
  animation-delay: 0.2s;
}
section.mv .cntWrap .cntBox:nth-of-type(2) .pic:nth-of-type(1) picture {
  animation-delay: 0.2s;
}
section.mv .cntWrap .cntBox:nth-of-type(2) .pic:nth-of-type(1) picture img {
  animation-delay: 0.2s;
}
section.mv .cntWrap .cntBox:nth-of-type(2) .pic:nth-of-type(2) {
  animation-delay: 5.2s;
}
section.mv .cntWrap .cntBox:nth-of-type(2) .pic:nth-of-type(2) picture {
  animation-delay: 5.2s;
}
section.mv .cntWrap .cntBox:nth-of-type(2) .pic:nth-of-type(2) picture img {
  animation-delay: 5.2s;
}
section.mv .cntWrap .cntBox:nth-of-type(2) .pic:nth-of-type(3) {
  animation-delay: 10.2s;
}
section.mv .cntWrap .cntBox:nth-of-type(2) .pic:nth-of-type(3) picture {
  animation-delay: 10.2s;
}
section.mv .cntWrap .cntBox:nth-of-type(2) .pic:nth-of-type(3) picture img {
  animation-delay: 10.2s;
}
section.mv .cntWrap .cntBox:nth-of-type(1) .pic:nth-of-type(1) {
  animation-delay: 0.4s;
}
section.mv .cntWrap .cntBox:nth-of-type(1) .pic:nth-of-type(1) picture {
  animation-delay: 0.4s;
}
section.mv .cntWrap .cntBox:nth-of-type(1) .pic:nth-of-type(1) picture img {
  animation-delay: 0.4s;
}
section.mv .cntWrap .cntBox:nth-of-type(1) .pic:nth-of-type(2) {
  animation-delay: 5.4s;
}
section.mv .cntWrap .cntBox:nth-of-type(1) .pic:nth-of-type(2) picture {
  animation-delay: 5.4s;
}
section.mv .cntWrap .cntBox:nth-of-type(1) .pic:nth-of-type(2) picture img {
  animation-delay: 5.4s;
}
section.mv .cntWrap .cntBox:nth-of-type(1) .pic:nth-of-type(3) {
  animation-delay: 10.4s;
}
section.mv .cntWrap .cntBox:nth-of-type(1) .pic:nth-of-type(3) picture {
  animation-delay: 10.4s;
}
section.mv .cntWrap .cntBox:nth-of-type(1) .pic:nth-of-type(3) picture img {
  animation-delay: 10.4s;
}
section.mv .cntWrap .cntBox::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
section.mv .cntWrap .cntBox .pic {
  overflow: hidden;
  animation: mvSlideMask 15s ease infinite;
}
section.mv .cntWrap .cntBox .pic:nth-of-type(1) {
  position: relative;
  z-index: 3;
}
section.mv .cntWrap .cntBox .pic:nth-of-type(n + 2) {
  position: absolute;
  top: 0;
  left: 0;
}
section.mv .cntWrap .cntBox .pic:nth-of-type(2) {
  z-index: 2;
}
section.mv .cntWrap .cntBox .pic:nth-of-type(3) {
  z-index: 1;
}
section.mv .cntWrap .cntBox .pic picture {
  display: block;
  max-width: 120%;
  width: 120%;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), 0% 100%);
  translate: -10% 0;
  animation: mvSlideMove 15s linear infinite;
}
section.mv .cntWrap .cntBox .pic picture img {
  animation: mvSlideFade 15s ease infinite;
}
section.mv h1 {
  max-width: 560px;
  width: 36%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

@keyframes mvSlideMask {
  0% {
    clip-path: polygon(0 100%, 100% calc(100% - 20px), 100% 0, 0 0);
    z-index: 3;
  }
  33.333% {
    z-index: 3;
  }
  33.334% {
    clip-path: polygon(0 100%, 100% calc(100% - 20px), 100% 0, 0 0);
    z-index: 4;
  }
  53.333% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    z-index: 4;
  }
  53.334% {
    z-index: 0;
  }
  99.999% {
    z-index: 0;
  }
  100% {
    clip-path: polygon(0 100%, 100% calc(100% - 20px), 100% 0, 0 0);
    z-index: 3;
  }
}
@keyframes mvSlideMove {
  0% {
    translate: 0 0;
  }
  66.666% {
    translate: -20% 0;
  }
  66.667% {
    translate: 0 0;
  }
  100% {
    translate: 0 0;
  }
}
@keyframes mvSlideFade {
  0% {
    opacity: 1;
  }
  33.333% {
    opacity: 1;
  }
  53.333% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
section.about {
  max-width: 1500px;
  width: 100%;
  margin-bottom: 60px;
  padding: 0 5%;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.about {
    margin-bottom: 92px;
  }
}
section.about img.hand {
  width: 62.333%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  translate: 0 -30%;
  opacity: 0;
  filter: blur(50px);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  section.about img.hand {
    width: 100%;
  }
}
section.about .inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 0;
  background-color: var(--bc-yellow);
  color: var(--bc-blue);
  box-shadow: 20px 15px 45px rgba(0, 0, 0, 0.1);
  opacity: 0;
  filter: blur(100px);
}
@media screen and (max-width: 768px) {
  section.about .inner {
    padding: 25% 5% 58px;
  }
}
section.about .inner h2 {
  width: 50%;
  margin: 0 0 50px auto;
  line-height: 0.75;
  text-indent: -1em;
  font-size: 90px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  section.about .inner h2 {
    width: 100%;
    padding-left: 1em;
    font-size: 70px;
  }
}
section.about .inner h2,
section.about .inner h2 * {
  font-weight: bold;
  font-weight: black;
  font-weight: 900;
}
section.about .inner h2 i {
  margin-left: 2em;
  font-size: 55px;
}
@media screen and (max-width: 768px) {
  section.about .inner h2 i {
    font-size: 40px;
  }
}
section.about .inner h2 em {
  font-size: 140px;
}
@media screen and (max-width: 768px) {
  section.about .inner h2 em {
    font-size: 100px;
  }
}
section.about .inner .cntWrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.about .inner .cntWrap {
    flex-direction: column;
  }
}
section.about .inner .cntWrap p.lead {
  width: 50%;
  margin: -0.5em 0 0 -1em;
  line-height: 3;
  font-size: 32px;
  letter-spacing: 5px;
}
@media screen and (max-width: 768px) {
  section.about .inner .cntWrap p.lead {
    width: 100%;
    margin: 0 0 18px;
    line-height: 2;
    font-size: 24px;
  }
}
section.about .inner .cntWrap p.lead b {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 1.25em;
  aspect-ratio: 1;
  border: 1px solid #292929;
  background-color: #fff;
  line-height: 1;
  font-size: 50px;
  padding-left: 5px;
}
@media screen and (max-width: 768px) {
  section.about .inner .cntWrap p.lead b {
    font-size: 38px;
  }
}
section.about .inner .cntWrap p.lead b:has(+ b) {
  margin-right: -1px;
}
section.about .inner .cntWrap .txt {
  width: 48%;
}
@media screen and (max-width: 768px) {
  section.about .inner .cntWrap .txt {
    width: 100%;
  }
}
section.about .inner .cntWrap .txt p {
  margin-bottom: 35px;
  line-height: 2.2;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  section.about .inner .cntWrap .txt p {
    margin-bottom: 24px;
    line-height: 1.8;
  }
}
section.about .inner .cntWrap .txt a {
  width: 240px;
  border: none;
  border-radius: 5px;
}
section.about .inner .cntWrap p.f-hind {
  width: 100%;
  text-indent: -0.5em;
  line-height: 1;
  font-size: 86px;
  color: var(--bc-yellow);
  opacity: 0.666;
  mix-blend-mode: hard-light;
  position: absolute;
  bottom: -1em;
  left: 0;
}
@media screen and (max-width: 768px) {
  section.about .inner .cntWrap p.f-hind {
    font-size: 60px;
    bottom: -1.4em;
  }
}

section.product {
  margin-bottom: 175px;
  padding: 0 min(5%, 50px);
}
@media screen and (max-width: 768px) {
  section.product {
    margin-bottom: 76px;
    padding: 0 5%;
  }
}
section.product p.lead {
  max-width: 560px;
  width: 100%;
  margin: 0 auto 25px;
}
section.product .cntWrap {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  max-width: 1380px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section.product .cntWrap {
    flex-direction: column-reverse;
    width: 100%;
  }
}
section.product .cntWrap .cntBox {
  width: 33.3333333333%;
  position: relative;
  perspective: 1000px;
}
@media screen and (max-width: 768px) {
  section.product .cntWrap .cntBox {
    width: 90%;
  }
}
section.product .cntWrap .cntBox:hover a::before {
  scale: 1.1;
}
@media screen and (max-width: 768px) {
  section.product .cntWrap .cntBox:nth-of-type(1) {
    margin-left: 10%;
  }
}
section.product .cntWrap .cntBox:nth-of-type(1) a::before {
  background: url(/index/img/product03_bg.webp) no-repeat center center/cover;
}
@media screen and (min-width: 769px) {
  section.product .cntWrap .cntBox:nth-of-type(2) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  section.product .cntWrap .cntBox:nth-of-type(2) {
    margin-left: 5%;
  }
}
section.product .cntWrap .cntBox:nth-of-type(2) a::before {
  background: url(/index/img/product02_bg.webp) no-repeat center center/cover;
}
@media screen and (min-width: 769px) {
  section.product .cntWrap .cntBox:nth-of-type(3) {
    margin-top: 80px;
  }
}
section.product .cntWrap .cntBox:nth-of-type(3) a::before {
  background: url(/index/img/product01_bg.webp) no-repeat center center/cover;
}
section.product .cntWrap .cntBox a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  aspect-ratio: 23/29;
  padding: 140px 30px;
  color: #fff;
  box-shadow: 12px 8px 40px rgba(0, 0, 0, 0.18);
  position: relative;
  transform: perspective(600px) translate3d(0, 0, 0) rotateY(20deg);
  transition: transform 0.5s;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  section.product .cntWrap .cntBox a {
    padding: 36px 5% 24px;
  }
}
section.product .cntWrap .cntBox a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: scale 0.5s;
}
section.product .cntWrap .cntBox a * {
  position: relative;
  z-index: 2;
}
section.product .cntWrap .cntBox a hgroup.cntTtl {
  width: 100%;
  margin-bottom: 40px;
  line-height: 0.9;
}
@media screen and (max-width: 768px) {
  section.product .cntWrap .cntBox a hgroup.cntTtl {
    margin-bottom: 18px;
  }
}
section.product .cntWrap .cntBox a hgroup.cntTtl p.f-hind {
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.product .cntWrap .cntBox a hgroup.cntTtl p.f-hind {
    font-size: 32px;
  }
}
section.product .cntWrap .cntBox a hgroup.cntTtl p.f-hind em {
  display: block;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  section.product .cntWrap .cntBox a hgroup.cntTtl p.f-hind em {
    font-size: 16px;
  }
}
section.product .cntWrap .cntBox a hgroup.cntTtl h3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px 15px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  section.product .cntWrap .cntBox a hgroup.cntTtl h3 {
    font-size: 16px;
  }
}
section.product .cntWrap .cntBox a hgroup.cntTtl h3::after {
  content: "";
  flex-grow: 1;
  width: calc(100% - 200px);
  border-top: 1px solid #fff;
  position: absolute;
  top: 0.6em;
  right: 0;
}
section.product .cntWrap .cntBox a hgroup.cntTtl h3 em {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  section.product .cntWrap .cntBox a hgroup.cntTtl h3 em {
    font-size: 13px;
  }
}
section.product .cntWrap .cntBox a p.txt {
  margin-bottom: 30px;
  line-height: 1.8;
  text-align: justify;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.product .cntWrap .cntBox a p.txt {
    margin-bottom: 26px;
  }
}
section.product .cntWrap .cntBox a span {
  margin: 0 0 0 auto;
}

section.business,
section.factory,
section.sustainability {
  max-width: 1500px;
  margin: 0 auto 180px 0;
}
@media screen and (max-width: 768px) {
  section.business,
  section.factory,
  section.sustainability {
    margin: 0 0 74px;
    padding: 0 5%;
  }
}
section.business .inner,
section.factory .inner,
section.sustainability .inner {
  display: flex;
  justify-content: space-between;
  gap: 0 3%;
}
@media screen and (min-width: 769px) {
  section.business .inner,
  section.factory .inner,
  section.sustainability .inner {
    padding-right: calc((100% - 1100px) / 2);
  }
}
@media screen and (max-width: 768px) {
  section.business .inner,
  section.factory .inner,
  section.sustainability .inner {
    flex-direction: column;
  }
}
section.business .inner .pic,
section.factory .inner .pic,
section.sustainability .inner .pic {
  width: 50%;
}
@media screen and (max-width: 768px) {
  section.business .inner .pic,
  section.factory .inner .pic,
  section.sustainability .inner .pic {
    order: 1;
    width: 100%;
    margin-bottom: 12px;
  }
}
section.business .inner .cntBox,
section.factory .inner .cntBox,
section.sustainability .inner .cntBox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 47%;
}
@media screen and (max-width: 768px) {
  section.business .inner .cntBox,
  section.factory .inner .cntBox,
  section.sustainability .inner .cntBox {
    display: contents;
  }
}
section.business .inner .cntBox hgroup,
section.factory .inner .cntBox hgroup,
section.sustainability .inner .cntBox hgroup {
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  section.business .inner .cntBox hgroup,
  section.factory .inner .cntBox hgroup,
  section.sustainability .inner .cntBox hgroup {
    order: 0;
  }
}
section.business .inner .cntBox p.txt,
section.factory .inner .cntBox p.txt,
section.sustainability .inner .cntBox p.txt {
  margin-bottom: 35px;
  line-height: 1.8;
  color: var(--bc-blue);
}
@media screen and (max-width: 768px) {
  section.business .inner .cntBox p.txt,
  section.factory .inner .cntBox p.txt,
  section.sustainability .inner .cntBox p.txt {
    order: 2;
    margin-bottom: 18px;
  }
}
section.business .inner .cntBox a,
section.factory .inner .cntBox a,
section.sustainability .inner .cntBox a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 200px;
  height: 50px;
  padding: 0 20px 0 30px;
  border: 1px solid #fff;
  background-color: var(--bc-blue);
  color: #fff;
}
@media screen and (max-width: 768px) {
  section.business .inner .cntBox a,
  section.factory .inner .cntBox a,
  section.sustainability .inner .cntBox a {
    order: 3;
  }
}
section.business .inner .cntBox a::after,
section.factory .inner .cntBox a::after,
section.sustainability .inner .cntBox a::after {
  content: "";
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #fff;
}

section.process {
  width: 100%;
  margin-bottom: 160px;
  padding: 0 min(5%, 50px);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  section.process {
    margin-bottom: 74px;
  }
}
section.process .bg {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 5% 190px;
  background: url(/index/img/process_bg.webp) no-repeat center center/cover;
  --coner-size: 50px;
}
@media screen and (max-width: 768px) {
  section.process .bg {
    --coner-size: 30px;
  }
}
section.process .bg {
  clip-path: polygon(var(--coner-size) 0%, calc(100% - var(--coner-size)) 0%, 100% var(--coner-size), 100% calc(100% - var(--coner-size)), calc(100% - var(--coner-size)) 100%, var(--coner-size) 100%, 0% calc(100% - var(--coner-size)), 0% var(--coner-size));
}
@media screen and (min-width: 769px) {
  section.process .bg {
    min-height: 700px;
  }
}
@media screen and (max-width: 768px) {
  section.process .bg {
    padding: 64px 5% 40%;
  }
}
section.process .bg .inner {
  display: flex;
  flex-direction: column;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section.process .bg .inner {
    gap: 12px 0;
  }
}
section.process .bg .inner hgroup {
  color: #fff;
}
section.process .bg .inner p.txt {
  max-width: 450px;
  width: 60%;
  margin-bottom: 35px;
  line-height: 1.8;
  color: #fff;
}
@media screen and (max-width: 768px) {
  section.process .bg .inner p.txt {
    width: 100%;
    margin-bottom: 18px;
  }
}
section.process ul.slider {
  display: flex;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 20%;
  rotate: -30deg;
}
section.process ul.slider .slick-list {
  width: 100%;
  overflow: visible;
}
section.process ul.slider li {
  max-width: 360px;
  aspect-ratio: 1;
  margin: 0 5px;
  overflow: hidden;
}
section.process ul.slider li img {
  rotate: 30deg;
  scale: 1.4;
}
@media screen and (min-width: 769px) {
  section.sustainability {
    margin: 0 0 180px auto;
  }
  section.sustainability .inner {
    flex-direction: row-reverse;
    padding-left: calc((100% - 1100px) / 2);
    padding-right: 0;
  }
}

section.recruit {
  width: 100%;
  margin-bottom: 160px;
  padding: 100px 5%;
  background: url("/index/img/recruit_bg.webp") no-repeat center center/cover fixed;
}
@media screen and (max-width: 768px) {
  section.recruit {
    margin-bottom: 78px;
    padding: 62px 5% 48px;
  }
}
section.recruit .inner {
  display: flex;
  flex-direction: column;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  color: #fff;
}
section.recruit .inner hgroup {
  align-items: flex-start;
}
section.recruit .inner p.txt {
  margin-bottom: 30px;
}

section.news {
  max-width: 1180px;
  margin: 0 auto 150px;
  padding: 70px min(5%, 40px);
  background-color: #f2f2f2;
}
@media screen and (max-width: 768px) {
  section.news {
    margin: 0 auto 78px;
    padding: 62px 5% 48px;
  }
}
section.news .cntWrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 768px) {
  section.news .cntWrap {
    flex-direction: column;
  }
}
section.news .cntWrap .txt {
  display: flex;
}
@media screen and (min-width: 769px) {
  section.news .cntWrap .txt {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  section.news .cntWrap .txt {
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 24px;
  }
}
section.news .cntWrap .txt hgroup {
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  section.news .cntWrap .txt hgroup {
    margin-bottom: 0;
  }
}
section.news .cntWrap .txt a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 200px;
  height: 50px;
  padding: 0 20px 0 30px;
  border: 1px solid #fff;
  background-color: var(--bc-blue);
  color: #fff;
}
section.news .cntWrap .txt a::after {
  content: "";
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #fff;
}
section.news .cntWrap ul {
  display: flex;
  flex-direction: column;
  max-width: 780px;
  width: calc(95% - 270px);
}
@media screen and (max-width: 768px) {
  section.news .cntWrap ul {
    width: 100%;
  }
}
section.news .cntWrap ul li:nth-last-of-type(n + 2) {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--bc-blue);
}
@media screen and (max-width: 768px) {
  section.news .cntWrap ul li:nth-last-of-type(n + 2) {
    margin-bottom: 18px;
    padding-bottom: 18px;
  }
}
section.news .cntWrap ul li a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 20px;
  padding-right: 28px;
  position: relative;
}
section.news .cntWrap ul li a::after {
  content: "";
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid var(--bc-blue);
  position: absolute;
  top: calc(50% - 8px);
  right: 10px;
}
section.news .cntWrap ul li a time {
  color: rgba(31, 36, 58, 0.7);
  font-size: 14px;
}
section.news .cntWrap ul li a span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  width: 65px;
  height: 20px;
  color: #fff;
  font-size: 13px;
}
section.news .cntWrap ul li a span.news {
  background-color: #f76f2c;
}
section.news .cntWrap ul li a span.topics {
  background-color: #2db74a;
}
section.news .cntWrap ul li a p {
  width: calc(100% - 200px);
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  section.news .cntWrap ul li a p {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */
