@charset "UTF-8";

/*  fv  */
#fv {
  margin: 0 calc(50% - 50vw);
  position: relative;
  z-index: 0;
}
#fv .text {
  padding: 2.2rem 1.75rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  #fv .text {
    padding: 6.6rem 7.4rem;
  }
}
#fv .text > strong span,
#fv .text > p {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
:root:not(.loaded) #fv .text > strong span,
:root:not(.loaded) #fv .text > p {
  -webkit-clip-path: inset(100% 0 0 0);
  clip-path: inset(100% 0 0 0);
  translate: 0 25%;
}
:root.loaded #fv .text > strong span {
  transition:
    0.8s translate ease-out 0.8s,
    0.8s -webkit-clip-path ease-in-out 0.8s;
  transition:
    0.8s clip-path ease-in-out 0.8s,
    0.8s translate ease-out 0.8s;
  transition:
    0.8s clip-path ease-in-out 0.8s,
    0.8s translate ease-out 0.8s,
    0.8s -webkit-clip-path ease-in-out 0.8s;
}
:root.loaded #fv .text > p {
  transition:
    0.8s translate ease-out 1s,
    0.8s -webkit-clip-path ease-in-out 1s;
  transition:
    0.8s clip-path ease-in-out 1s,
    0.8s translate ease-out 1s;
  transition:
    0.8s clip-path ease-in-out 1s,
    0.8s translate ease-out 1s,
    0.8s -webkit-clip-path ease-in-out 1s;
}
#fv .text strong {
  padding: 0.13em 0;
  display: block;
  max-width: 23rem;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.26;
  letter-spacing: 0.01em;
  color: rgb(255, 255, 255);
  text-shadow: 0 0 0.1em rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 768px) {
  #fv .text strong {
    padding: 0.2em 0;
    max-width: 114rem;
    font-size: 8.3rem;
    font-weight: 600;
    line-height: 1.4;
  }
}
#fv .text p {
  padding: 0.25em 0;
  margin: 0;
  font-size: 1.65rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  #fv .text p {
    padding: 0;
    font-size: 3.3rem;
    line-height: 1.1;
  }
}
#fv ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
#fv li {
  flex-basis: 100%;
  flex-shrink: 0;
  position: relative;
}
#fv li .fr {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: drop-shadow(0 0 80px rgba(0, 0, 0, 0.75));
  filter: drop-shadow(0 0 80px rgba(0, 0, 0, 0.75));
}
#fv li .bg img {
  vertical-align: top;
  width: 100%;
  aspect-ratio: 375 / 376;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  #fv li .bg img {
    aspect-ratio: 1920 / 752;
  }
}
#fv li .fr img {
  vertical-align: top;
  width: 19.1rem;
  height: 100%;
  aspect-ratio: 191 / 376;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0 50%;
  object-position: 0 50%;
  -webkit-clip-path: polygon(0 50%, 19.1rem 0, 100% 0, 100% 100%, 19.1rem 100%);
  clip-path: polygon(0 50%, 19.1rem 0, 100% 0, 100% 100%, 19.1rem 100%);
}
#fv li:not(.swiper-slide-active):not(.swiper-slide-duplicate-active) .fr img {
  -webkit-clip-path: polygon(15vw 50%, calc(19.1rem + 15vw) 0, 100% 0, 100% 100%, calc(19.1rem + 15vw) 100%);
  clip-path: polygon(15vw 50%, calc(19.1rem + 15vw) 0, 100% 0, 100% 100%, calc(19.1rem + 15vw) 100%);
  transition: 0s -webkit-clip-path linear 800ms;
  transition: 0s clip-path linear 800ms;
  transition: 0s clip-path linear 800ms, 0s -webkit-clip-path linear 800ms;
  transition:
    0s clip-path linear 800ms,
    0s -webkit-clip-path linear 800ms;
  transition:
    0s clip-path linear 800ms,
    0s -webkit-clip-path linear 800ms;
  transition:
    0s clip-path linear 800ms,
    0s -webkit-clip-path linear 800ms;
}
@media screen and (min-width: 768px) {
  #fv li .fr img {
    aspect-ratio: 987 / 752;
    width: 98.7rem;
    -webkit-clip-path: polygon(0 50%, 37.6rem 0, 100% 0, 100% 100%, 37.6rem 100%);
    clip-path: polygon(0 50%, 37.6rem 0, 100% 0, 100% 100%, 37.6rem 100%);
  }
  #fv li:not(.swiper-slide-active):not(.swiper-slide-duplicate-active) .fr img {
    -webkit-clip-path: polygon(15vw 50%, calc(37.6rem + 15vw) 0, 100% 0, 100% 100%, calc(37.6rem + 15vw) 100%);
    clip-path: polygon(15vw 50%, calc(37.6rem + 15vw) 0, 100% 0, 100% 100%, calc(37.6rem + 15vw) 100%);
  }
}
#fv li.swiper-slide-active .fr img,
#fv li.swiper-slide-duplicate-active .fr img {
  transition: 400ms -webkit-clip-path ease-in 400ms;
  transition: 400ms clip-path ease-in 400ms;
  transition: 400ms clip-path ease-in 400ms, 400ms -webkit-clip-path ease-in 400ms;
  transition:
    400ms clip-path ease-in 400ms,
    400ms -webkit-clip-path ease-in 400ms;
  transition:
    400ms clip-path ease-in 400ms,
    400ms -webkit-clip-path ease-in 400ms;
  transition:
    400ms clip-path ease-in 400ms,
    400ms -webkit-clip-path ease-in 400ms;
}
#fv li video {
  vertical-align: top;
  width: 100%;
  aspect-ratio: 375 / 376;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  #fv li video {
    aspect-ratio: 1920 / 752;
  }
}
#fv .scroll {
  display: none;
}
@media screen and (min-width: 768px) {
  #fv .scroll {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 20;
    pointer-events: none;
  }
  #fv .scroll a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 31.2rem;
    height: 31.2rem;
    border: solid 3px;
    border-radius: 50%;
    box-sizing: border-box;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: rgb(183, 28, 43);
    pointer-events: auto;
    translate: 2.4rem 8.2rem;
    transition:
      0.2s scale ease-out,
      0.2s -webkit-backdrop-filter ease-out;
    transition:
      0.2s backdrop-filter ease-out,
      0.2s scale ease-out;
    transition:
      0.2s backdrop-filter ease-out,
      0.2s scale ease-out,
      0.2s -webkit-backdrop-filter ease-out;
  }
  #fv .scroll a:hover {
    opacity: 1;
    -webkit-backdrop-filter: invert(0.1);
    backdrop-filter: invert(0.1);
    scale: 1.1;
  }
  #fv .scroll a::before {
    content: "";
    margin-right: 1.2rem;
    display: inline-block;
    width: 0.6rem;
    height: 3.5rem;
    background: url(../images/ico_scroll.svg) no-repeat 50% 50% / contain;
  }
  #fv .scroll a .image {
    display: inline-block;
    vertical-align: top;
    width: 5.3rem;
    line-height: 1;
    font-size: 1rem;
  }
  #fv .scroll a .image img {
    width: 100%;
  }
}

/* article */
main article[id],
main section[id] {
  padding: 3.2rem 0;
}
@media screen and (min-width: 768px) {
  main article[id],
  main section[id] {
    padding: 4.8rem 0;
  }
}

/* process */
@media screen and (min-width: 768px) {
  #process .cmp_accordion {
    display: flex;
  }
}
#process .cmp_accordion > div {
  --term-height: 7.2rem;
  border-bottom: 1px solid rgb(230, 230, 230);
}
@media screen and (max-width: 767px) {
  /* sp only (re-override) */
  #process .cmp_accordion > div {
    transition: 0.4s max-height ease-out;
  }
}
@media screen and (min-width: 768px) {
  #process .cmp_accordion > div {
    padding: 0 4.2rem;
    flex-basis: 20%;
    border-bottom: none;
    box-sizing: border-box;
  }
  #process .cmp_accordion > div:not(:first-of-type) {
    border-left: 1px solid rgb(230, 230, 230);
  }
}
#process .cmp_accordion dt {
  padding: 0.4em 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 7.2rem;
  box-sizing: border-box;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: rgb(183, 28, 43);
}
@media screen and (min-width: 768px) {
  #process .cmp_accordion dt {
    padding-bottom: 0;
    flex-direction: column;
    justify-content: flex-start;
    min-height: auto;
    font-size: 3rem;
    text-indent: 0.05em;
  }
}
#process .cmp_accordion dt::before {
  content: "";
  margin-right: 1.5rem;
  display: inline-block;
  width: calc(3rem * 47 / 45);
  height: 3rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  -webkit-filter: contrast(1);
  filter: contrast(1);
}
@media screen and (min-width: 768px) {
  #process .cmp_accordion dt::before {
    margin-right: 0;
    width: 4.7rem;
    height: 4.5rem;
  }
}
#process .cmp_accordion > div:nth-of-type(1) dt::before {
  background-image: url(../images/ico_home_milling.svg);
}
#process .cmp_accordion > div:nth-of-type(2) dt::before {
  background-image: url(../images/ico_home_drying.svg);
}
#process .cmp_accordion > div:nth-of-type(3) dt::before {
  background-image: url(../images/ico_home_mixing.svg);
}
#process .cmp_accordion > div:nth-of-type(4) dt::before {
  background-image: url(../images/ico_home_recovery.svg);
}
#process .cmp_accordion > div:nth-of-type(5) dt::before {
  background-image: url(../images/ico_home_concentration.svg);
}
#process .cmp_accordion dt::after {
  content: "";
  margin-left: auto;
  display: inline-block;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: rgb(242, 242, 242) url(../images/ico_arrow1.svg) no-repeat 50% 50% / auto 0.9rem;
  rotate: 90deg;
  transition: 0.2s rotate ease-out;
}
#process .cmp_accordion > div.open dt::after {
  rotate: -90deg;
}
@media screen and (min-width: 768px) {
  #process .cmp_accordion dt::after {
    content: none;
  }
}
#process .cmp_accordion dt span {
  font-size: calc(22 / 30 * 100%);
  color: rgb(26, 26, 26);
}
#process .cmp_accordion dd {
  padding-bottom: 0.9rem;
}
@media screen and (min-width: 768px) {
  #process .cmp_accordion dd {
    padding-bottom: 0;
  }
}
#process .cmp_accordion .desc {
  padding: 0.28em 0;
  font-size: 1.6rem;
  line-height: 1.56;
  letter-spacing: calc(0.32 / 16 * 1em);
}
@media screen and (min-width: 768px) {
  #process .cmp_accordion .desc {
    padding: 0.375em 0;
    line-height: 1.75;
    min-height: 20.6rem;
    box-sizing: border-box;
  }
}
#process .cmp_accordion .desc p {
  margin: 0;
}

/* process cmp_button */
#process .cmp_button {
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  #process .cmp_button {
    margin-top: 1.2rem;
  }
}
#process .cmp_button a {
  padding: 0.05em 0 0.05em 2.2rem;
  min-width: 26rem;
  border: solid 1px rgb(230, 230, 230);
}
@media screen and (min-width: 768px) {
  #process .cmp_button a {
    width: auto;
    min-width: auto;
  }
}
#process .cmp_button a + a {
  margin-top: 1rem;
}

/* products */
#products ul {
  padding: 1.7rem 0;
  margin: 0 auto;
  list-style: none;
  max-width: 28.4rem;
}
@media screen and (min-width: 768px) {
  #products ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    max-width: none;
  }
  #products ul > li {
    flex-basis: 56.6rem;
  }
}
#products li {
  position: relative;
  z-index: 0;
  background-color: rgb(255, 255, 255);
}
#products li + li {
  margin-top: 1.7rem;
}
@media screen and (min-width: 768px) {
  #products li + li {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  #products li::before,
  #products li::after {
    content: "";
    width: 4.8rem;
    height: 4.8rem;
    position: absolute;
    z-index: -10;
    opacity: 0;
    transition:
      0.2s translate linear,
      0.2s opacity ease-out;
  }
  #products li::before {
    border-top: solid 10px rgb(183, 28, 43);
    border-right: solid 10px rgb(183, 28, 43);
    border-top-right-radius: 20px 20px;
    top: 0;
    right: 0;
  }
  #products li::after {
    border-bottom: solid 10px rgb(183, 28, 43);
    border-left: solid 10px rgb(183, 28, 43);
    border-bottom-left-radius: 20px 20px;
    bottom: 0;
    left: 0;
  }
  #products li:has(a:hover)::before,
  #products li:has(a:hover)::after {
    opacity: 1;
  }
  #products li:has(a:hover)::before {
    translate: 5px -5px;
  }
  #products li:has(a:hover)::after {
    translate: -5px 5px;
  }
}
#products a {
  padding: 1.6rem;
  display: block;
  min-height: 18.9rem;
  border-radius: 8px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  position: relative;
}
@media screen and (min-width: 768px) {
  #products a {
    padding: 3rem;
    min-height: auto;
    border-radius: 15px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
    transition: 0.2s box-shadow ease-out;
  }
  #products a:hover {
    opacity: 1;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  }
}
#products a::after {
  content: "";
  position: absolute;
  width: 5.5rem;
  height: 5.5rem;
  border: solid 1px rgb(183, 28, 43, 0.5);
  border-radius: 50%;
  box-sizing: border-box;
  background: url(../images/ico_arrow1.svg) no-repeat 50% 50% / auto 0.9rem;
}
@media screen and (max-width: 767px) {
  /* sp only */
  #products a::after {
    bottom: 0;
    right: 0;
    translate: 1.6rem -0.8rem;
  }
}
@media screen and (min-width: 768px) {
  #products a::after {
    width: 11rem;
    height: 11rem;
    background-size: 0.9rem 1.4rem;
  }
}
#products a .image {
  margin: 0 auto;
  width: 16.4rem;
}
@media screen and (min-width: 768px) {
  #products a .image {
    width: 29.5rem;
  }
}
#products a p {
  padding-top: 1em;
  margin: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #products a p {
    padding: 0.2em 0;
    font-size: 2.7rem;
    line-height: 1.4;
  }
}

/* videos */
#videos {
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  color: rgb(255, 255, 255);
  background-color: rgb(76, 73, 72);
}
#videos ul {
  padding: 2rem calc(50vw - 50% + 2rem);
  margin: 0 calc(50% - 50vw);
  list-style: none;
  display: flex;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  overflow: auto clip;
  scrollbar-width: none;
}
@media screen and (min-width: 768px) {
  #videos ul {
    padding: 2.6rem calc(50vw - 50%);
    -moz-column-gap: 2.6rem;
    column-gap: 2.6rem;
    scroll-padding: 0 calc((100vw - 180rem) / 2);
  }
}
#videos li {
  padding: 1.2rem 2.4rem 2.4rem 2.4rem;
  flex-basis: 30rem;
  flex-shrink: 0;
  border-radius: 5px;
  box-sizing: border-box;
  scroll-snap-align: center;
}
@media screen and (min-width: 768px) {
  #videos li {
    padding: 1.4rem 3.6rem 3.6rem 3.6rem;
    flex-basis: 45.4rem;
    border-radius: 10px;
    scroll-snap-align: start;
  }
}
#videos li:nth-of-type(1),
#videos li:nth-of-type(2) {
  background-color: rgb(161, 198, 63);
}
#videos li:nth-of-type(3),
#videos li:nth-of-type(4),
#videos li:nth-of-type(7) {
  background-color: rgb(184, 28, 43);
}
#videos li:nth-of-type(5),
#videos li:nth-of-type(6) {
  background-color: rgb(201, 164, 71);
}
#videos .photo {
  position: relative;
  z-index: 0;
}
#videos .photo .logo {
  width: 7.8rem;
  position: absolute;
  top: 1.2rem;
  left: 0;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  #videos .photo .logo {
    width: 12.1rem;
    top: 2rem;
  }
}
#videos .photo .logo img {
  width: 100%;
}
#videos .photo .image {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 15.8rem;
  translate: -5% 0;
}
@media screen and (min-width: 768px) {
  #videos .photo .image {
    height: 23.6rem;
    translate: none;
  }
}
#videos .photo .image img {
  width: auto;
  height: 100%;
}
#videos h3 {
  padding: 0.3em 0;
  margin: 0;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.14;
  letter-spacing: calc(0.35 / 35 * 1em);
  color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  #videos h3 {
    padding: 0.75em 0;
    font-size: 3.5rem;
    line-height: 1.14;
  }
}
#videos h3 span {
  font-size: calc(10 / 13 * 100%);
  font-weight: normal;
  letter-spacing: 0;
}
#videos .overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 90;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: auto;
  color: rgb(255, 255, 255);
  background-color: rgb(51, 51, 51, 0.95);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
}
#videos .overlay:not(.visible) {
  translate: -100% 0;
  opacity: 0;
  transition:
    0.4s opacity ease-out,
    0s translate linear 0.4s;
}
#videos .overlay.visible {
  translate: none;
  opacity: 1;
  transition: 0.4s opacity ease-out;
}
#videos .overlay iframe {
  width: 34rem;
  height: 19.125rem;
  border: none;
}
@media screen and (min-width: 768px) {
  #videos .overlay iframe {
    width: 128rem;
    height: 72rem;
    max-width: 1280px;
    max-height: 720px;
  }
}
@media screen and (min-width: 768px) {
  #videos .indicator {
    display: none;
  }
}
#videos .overlay button {
  padding-bottom: 0.25em;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
  bottom: calc(50% + 9.5625rem + 0.5em);
  right: calc(50% - 17rem);
  z-index: 10;
  font-size: 44px;
  font-weight: 100;
  line-height: 1;
  color: inherit;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  transition: 0.2s opacity ease-out;
}
@media screen and (min-width: 768px) {
  #videos .overlay button {
    top: calc(50% - min(36rem, 360px));
    bottom: 0;
    left: calc(50% + min(64rem, 640px) + 0.5em);
    right: 0;
  }
}
#videos .overlay button:hover {
  opacity: 0.75;
}
#videos .button a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.8rem;
  border-radius: 3px;
  box-sizing: border-box;
  line-height: 1;
  color: rgb(26, 26, 26);
  background-color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  #videos .button a {
    min-height: 3.9rem;
    border-radius: 6px;
  }
}
#videos .button a::before {
  content: "";
  margin-right: 0.5rem;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background: url(../images/ico_play.svg) no-repeat 50% 50% / contain;
}
@media screen and (min-width: 768px) {
  #videos .button a::before {
    margin-right: 0.8rem;
    width: 1.7rem;
    height: 1.7rem;
  }
}
#videos .button a .image {
  display: inline-block;
  width: 3rem;
  font-size: 0.8rem;
}
@media screen and (min-width: 768px) {
  #videos .button a .image {
    width: 3.2rem;
  }
}
#videos .button a .image img {
  width: 100%;
}

/* strengths */
#strengths {
  padding-bottom: 0;
}
#strengths.cmp_reveal.fadeup.outside:not(.inner) {
  translate: 0 8rem;
}
@media screen and (min-width: 768px) {
  #strengths {
    padding-top: 7.4rem;
    display: grid;
    grid-template-columns: 107.7rem 72.3rem;
    grid-template-rows: auto 1fr auto;
  }
  #strengths > h2 {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }
  #strengths > .desc {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }
  #strengths > .photos {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
  }
  #strengths > section {
    grid-column: 1 / 3;
    grid-row: 3 / 4;
  }
}
#strengths h2 {
  padding: 0.2em 0;
  margin: 0.2em 0;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  #strengths h2 {
    padding: 0.22em 0;
    margin-top: 0.88em;
    font-size: 5.9rem;
    line-height: 1.44;
  }
}
#strengths > .desc {
  padding: 0.25em 0;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  #strengths > .desc {
    padding: 0.45em 18rem 0.45em 0;
    max-width: 59.8rem;
    box-sizing: content-box;
    font-size: 2.2rem;
    line-height: 1.9;
  }
}
#strengths > .desc p {
  margin: 0;
  font-weight: 500;
  letter-spacing: 0.01em;
}
#strengths > .desc p strong {
  padding: 0.25em 0;
  margin-top: 0.75em;
  display: inline-block;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  #strengths > .desc p strong {
    padding: 0.6em 0 0 0;
    margin-top: 0;
    font-size: 3.5rem;
  }
}
#strengths > .desc p strong em {
  font-style: normal;
  font-size: calc(69 / 35 * 100%);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  color: rgb(183, 28, 43);
}
#strengths > .desc .notes {
  padding: 0.18em 0;
  font-size: 1.1rem;
  line-height: 1.36;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  #strengths > .desc .notes {
    padding: 0;
  }
}
#strengths > .photos {
  padding: 1.6rem 0;
  margin-bottom: 2.4rem;
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  #strengths > .photos {
    padding: 0;
    margin-bottom: 0;
  }
}
#strengths > .photos.cmp_reveal.fadeup.outside.inner > .image {
  translate: 0 8rem;
}
#strengths > .photos .image:nth-of-type(1) {
  margin-left: auto;
  width: 27.4rem;
}
#strengths > .photos .image:nth-of-type(2) {
  margin-top: -12.5rem;
  width: 11.4rem;
}
@media screen and (min-width: 768px) {
  #strengths > .photos .image:nth-of-type(1) {
    margin-left: 0;
    width: 78.3rem;
  }
  #strengths > .photos .image:nth-of-type(2) {
    margin-top: -24.6rem;
    margin-left: -18rem;
    width: 31.8rem;
  }
}
#strengths > .photos .image img {
  width: 100%;
}

/* strengths section */
#strengths > section {
  padding: 4rem calc(50vw - 50%) 7.2rem calc(50vw - 50%);
  margin: 0 calc(50% - 50vw);
  color: rgb(255, 255, 255);
  position: relative;
  z-index: 0;
}
#strengths > section::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -10;
  background-color: rgb(183, 28, 43);
  transform-origin: 50% 100%;
}
#strengths > section.cmp_reveal.fadeup.outside:not(.inner) {
  translate: 0 8rem;
}
#strengths > section.outside::before {
  scale: 1 0.9;
}
#strengths > section:not(.outside)::before {
  transition: 0.8s scale ease-out;
}
@media screen and (min-width: 768px) {
  #strengths > section {
    padding-top: 10rem;
    padding-bottom: 10rem;
    display: grid;
    grid-template-columns: 1fr 34.6rem 1fr;
    grid-template-rows: auto;
  }
  #strengths > section > h3 {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
  }
  #strengths > section > section:nth-of-type(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }
  #strengths > section > section:nth-of-type(2) {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
  }
}
#strengths section h3 {
  padding: 0.1em 0;
  margin: 0 0 1em 0;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: calc(2.44 / 35 * 1em);
  text-indent: calc(2.44 / 35 * 1em);
  text-align: center;
}
@media screen and (min-width: 768px) {
  #strengths section h3 {
    padding: 0.35em 0;
    margin: auto 0;
    font-size: 3.5rem;
    line-height: 1.7;
  }
}
#strengths section h3 strong {
  display: block;
  font-size: 4.8rem;
  font-weight: inherit;
  line-height: 1;
  letter-spacing: 0.01em;
  text-indent: 0.01em;
}
@media screen and (min-width: 768px) {
  #strengths section h3 strong {
    font-size: 6rem;
  }
}

/* strengths section section */
#strengths section section {
  padding: 2.4rem;
  border-radius: 6px;
  border: solid 1px rgb(255, 255, 255);
  box-sizing: border-box;
  position: relative;
}
@media screen and (min-width: 768px) {
  #strengths section section {
    padding: 5.6rem;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
  }
}
#strengths section section:nth-of-type(1) {
  background: url(../images/txt_01.svg) no-repeat right 1.9rem bottom 1.8rem / 9.5rem auto;
}
#strengths section section:nth-of-type(2) {
  background: url(../images/txt_02.svg) no-repeat right 0.9rem bottom 1.8rem / 11.5rem auto;
}
#strengths section section + section {
  margin-top: 2.6rem;
}
@media screen and (min-width: 768px) {
  #strengths section section:nth-of-type(1) {
    background-position: right 4.4rem bottom 3.7rem;
    background-size: 19rem 17.9rem;
  }
  #strengths section section:nth-of-type(2) {
    background-position: right 2.4rem bottom 3.7rem;
    background-size: 23rem 17.9rem;
  }
  #strengths section section + section {
    margin-top: 0;
  }
}
#strengths section section::before,
#strengths section section::after {
  content: "";
  width: 2rem;
  height: 2rem;
  position: absolute;
  transition:
    0.2s translate linear,
    0.2s opacity ease-out;
}
@media screen and (min-width: 768px) {
  #strengths section section::before,
  #strengths section section::after {
    width: 4.8rem;
    height: 4.8rem;
  }
}
#strengths section section::before {
  border-top: solid 6px;
  border-right: solid 6px;
  border-top-right-radius: 10px 10px;
  top: -3px;
  right: -3px;
}
#strengths section section::after {
  border-bottom: solid 6px;
  border-left: solid 6px;
  border-bottom-left-radius: 10px 10px;
  bottom: -3px;
  left: -3px;
}
@media screen and (min-width: 768px) {
  #strengths section section::before {
    border-top: solid 10px;
    border-right: solid 10px;
    border-top-right-radius: 20px 20px;
    top: -5px;
    right: -5px;
  }
  #strengths section section::after {
    border-bottom: solid 10px;
    border-left: solid 10px;
    border-bottom-left-radius: 20px 20px;
    bottom: -5px;
    left: -5px;
  }
}
#strengths section h4 {
  margin: -0.35em 0 0 0;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  #strengths section h4 {
    padding-bottom: 0.35em;
    font-size: 3.6rem;
  }
}
#strengths section h4 strong {
  padding: 0.2em 0.5em;
  margin: 0.4em 0;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.01em;
  text-indent: 0.01em;
  background-color: rgb(0, 0, 0);
}
@media screen and (min-width: 768px) {
  #strengths section h4 strong {
    font-size: 4.5rem;
  }
}
#strengths section .desc {
  padding: 0.28em 0;
  font-size: 1.6rem;
  line-height: 1.56;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  #strengths section .desc {
    font-size: 2rem;
  }
}
#strengths section .desc p {
  margin: 0;
}
#strengths section .desc p + p,
#strengths section .desc p + ul {
  margin-top: 1em;
}
#strengths section .desc ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#strengths section .desc li::before {
  content: "\30FB";
}
#strengths section .cmp_button {
  padding-top: 1.6rem;
}
@media screen and (min-width: 768px) {
  #strengths section .cmp_button {
    margin-top: auto;
    margin-right: auto;
  }
}

/* lab */
#lab {
  padding-top: 7.2rem;
}
@media screen and (min-width: 768px) {
  #lab {
    padding-top: 7rem;
    padding-bottom: 10rem;
  }
}
@media screen and (min-width: 768px) {
  #lab .container {
    padding-top: 2.2rem;
    display: flex;
    justify-content: space-between;
    -moz-column-gap: 8rem;
    column-gap: 8rem;
  }
  #lab .container > .photo {
    flex-basis: 98.2rem;
  }
  #lab .container > section {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
}
#lab .photo {
  padding: 1.8rem 0;
}
@media screen and (min-width: 768px) {
  #lab .photo {
    padding: 0;
  }
}
#lab .photo .image {
  width: 34rem;
}
@media screen and (min-width: 768px) {
  #lab .photo .image {
    width: 98.2rem;
  }
}
#lab .photo .image img {
  width: 100%;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  #lab .photo .image img {
    border-radius: 10px;
  }
}
#lab h3 {
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: 1fr auto auto 1fr;
  -moz-column-gap: calc(12 / 82 * 1em);
  column-gap: calc(12 / 82 * 1em);
  font-size: 4.2rem;
}
@media screen and (min-width: 768px) {
  #lab h3 {
    font-size: 8.2rem;
  }
}
#lab h3 .term {
  padding: 0.2em 0.5em;
  margin: 0.15em;
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  font-size: calc(33 / 82 * 1em);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.01em;
  text-indent: 0.01em;
  text-align: center;
  color: rgb(255, 255, 255);
  background-color: rgb(184, 28, 43);
}
#lab h3 em {
  padding-right: 0.025em;
  grid-column: 1 / 2;
  grid-row: 1 / 5;
  font-size: calc(214 / 82 * 1em);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.025em;
  font-style: normal;
}
#lab h3 .unit {
  grid-column: 2 / 3;
  grid-row: 3 / 4;
  font-size: inherit;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: calc(2.46 / 82 * 1em);
  text-indent: calc(2.46 / 82 * 1em);
}
#lab .desc {
  padding: 0.1em 0;
  font-size: 1.7rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  #lab .desc {
    padding: 0.28em 0;
    max-width: 66rem;
    box-sizing: border-box;
    font-size: 2rem;
    line-height: 1.56;
  }
}
#lab .desc p {
  margin: 0;
  font-weight: 500;
  letter-spacing: 0.01em;
}
#lab .cmp_button {
  padding: 1.6rem 0;
}
@media screen and (min-width: 768px) {
  #lab .cmp_button {
    padding: 0.8rem 0;
    margin-top: auto;
  }
}

/* news */
#news {
  padding: 4.3rem 0 3.8rem 0;
  border-top: 1px solid rgb(230, 230, 230);
}
@media screen and (min-width: 768px) {
  #news {
    padding: 8.7rem 0 10rem 0;
  }
}
@media screen and (min-width: 768px) {
  #news {
    display: grid;
    grid-template-columns: 1fr 129rem;
    grid-template-rows: auto 1fr;
  }
  #news > header {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }
  #news > .posts {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
  }
  #news > .cmp_button {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }
}

/* cmp_reveal */
#news:has(h2.outside) > header .cats,
#news:has(h2.outside) > .posts,
#news:has(h2.outside) > .cmp_button {
  opacity: 0;
  translate: 0 8rem;
}
#news:not(:has(h2.outside)) > header .cats,
#news:not(:has(h2.outside)) > .posts,
#news:not(:has(h2.outside)) > .cmp_button {
  transition:
    opacity 0.8s ease-in-out 0.4s,
    translate 0.8s ease-out 0.4s;
}

/* news header */
#news .cats {
  padding: 0.4rem 0;
  margin: 0.9rem 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
}
@media screen and (min-width: 768px) {
  #news .cats {
    padding: 1rem 0;
    margin: 2.4rem 0;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: normal;
    gap: 1rem;
    max-width: 28.6rem;
  }
}
#news .cats li {
  flex-basis: calc((100% - 0.4rem * 2) * 1 / 3);
}
@media screen and (min-width: 768px) {
  #news .cats li {
    flex-basis: auto;
  }
}
#news .cats a {
  padding: 0.2em 0.5em;
  min-height: 3.5rem;
  border-radius: 4px;
  border: solid 1px rgb(230, 230, 230);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.01em;
  text-indent: 0.01em;
  transition:
    0.2s background-color ease-out,
    0.2s border-color ease-out;
}
@media screen and (min-width: 768px) {
  #news .cats a {
    min-height: 5rem;
    border-radius: 8px;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
  }
}
#news .cats a.current,
#news .cats a:hover {
  border-color: rgb(183, 28, 43);
  color: rgb(255, 255, 255);
  background-color: rgb(184, 28, 43);
  opacity: 1;
}
#news .cats a.current {
  pointer-events: none;
}

/* news posts */
#news .posts {
  position: relative;
  z-index: 0;
}
#news .posts > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  background-color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  #news .posts > ul {
    min-height: 59.6rem;
  }
}
#news .posts > ul:not(.current) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -10;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  opacity: 0;
  pointer-events: none;
  transition:
    0.8s opacity ease-out,
    0s -webkit-clip-path linear 0.8s;
  transition:
    0.8s opacity ease-out,
    0s clip-path linear 0.8s;
  transition:
    0.8s opacity ease-out,
    0s clip-path linear 0.8s,
    0s -webkit-clip-path linear 0.8s;
}
#news .posts > ul.current {
  transition: 0.8s -webkit-clip-path ease-in;
  transition: 0.8s clip-path ease-in;
  transition: 0.8s clip-path ease-in, 0.8s -webkit-clip-path ease-in;
  transition:
    0.8s clip-path ease-in,
    0.8s -webkit-clip-path ease-in;
  transition:
    0.8s clip-path ease-in,
    0.8s -webkit-clip-path ease-in;
  transition:
    0.8s clip-path ease-in,
    0.8s -webkit-clip-path ease-in;
}

/* news article */
#news article a {
  padding: 2rem 0 1.1rem 0;
  border-bottom: 1px solid rgb(230, 230, 230);
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  /* sp only */
  #news article a {
    display: grid;
    grid-template-columns: 15rem 1fr;
    grid-template-rows: auto auto;
    -moz-column-gap: 2.7rem;
    column-gap: 2.7rem;
    row-gap: 1.1rem;
  }
  #news article a > h3 {
    grid-column: 1 / 3;
    grid-row: 2 / 3;
  }
  #news article a > .image {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }
  #news article a > .meta {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
  }
}
@media screen and (min-width: 768px) {
  #news article a {
    padding: 1.8rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 14.9rem;
  }
  #news article a > h3 {
    flex-grow: 1;
  }
  #news article a > .image {
    flex-basis: 17.6rem;
    flex-shrink: 0;
    order: -10;
  }
  #news article a > .meta {
    flex-basis: 15.8rem;
    flex-shrink: 0;
    order: -20;
  }
  #news article a::after {
    content: "";
    display: inline-block;
    width: 8rem;
    height: 1.5rem;
    background: url(../images/ico_arrow2.svg) no-repeat 50% 50% / contain;
  }
}
#news article h3 {
  padding: 0.4em 0;
  margin: 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: calc(1.4 / 20 * 1em);
}
@media screen and (min-width: 768px) {
  #news article h3 {
    padding: 0 0 0 3rem;
    font-size: 2rem;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
}
#news article .image {
  width: 15rem;
  aspect-ratio: 176 / 112;
}
@media screen and (min-width: 768px) {
  #news article .image {
    width: 17.6rem;
  }
}
#news article .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#news article .meta {
  padding-right: 2.7rem;
  margin: auto 0;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  #news article .meta {
    padding-right: 3rem;
    margin: 0;
  }
}
#news article .meta time {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.02em;
  text-indent: 0.02em;
  text-align: center;
  color: rgb(183, 28, 43);
}
@media screen and (min-width: 768px) {
  #news article .meta time {
    font-size: 2.4rem;
  }
}
#news article .meta .cat {
  padding: 0.8rem 0;
  margin: 0;
  list-style: none;
}
#news article .meta .cat li {
  padding: 0.2em 0.5em;
  min-height: 3.2rem;
  border-radius: 1.5rem;
  border: solid 1px rgb(76, 73, 72);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.01em;
  text-indent: 0.01em;
}
#news article .meta .cat li + li {
  margin-top: 0.8rem;
}

/* news button */
#news .cmp_button {
  padding: 2rem 0;
}
@media screen and (min-width: 768px) {
  #news .cmp_button {
    padding: 1.8rem 0;
  }
}

/* carrers */
#careers {
  padding: 0;
  margin: 0 calc(50% - 50vw);
  background-color: rgb(76, 73, 72);
}
@media screen and (min-width: 768px) {
  #careers {
    margin: 0;
    border-radius: 10px;
    display: flex;
    overflow: clip;
  }
  #careers > .container {
    flex-basis: 128.8rem;
    flex-shrink: 0;
  }
  #careers > .photos {
    flex-grow: 1;
  }
}

/* careers container */
#careers .container {
  padding: 4.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  aspect-ratio: 375 / 231;
  box-sizing: border-box;
  background: url(../images/ph_home_careers.webp) no-repeat 50% 50% / cover;
}
@media screen and (min-width: 768px) {
  #careers .container {
    padding: 9.6rem;
    flex-direction: row;
    aspect-ratio: 1288 / 462;
  }
}
#wrapper #careers h2 {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 1.4rem;
  line-height: 1;
  color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  #wrapper #careers h2 {
    flex-direction: row;
    -moz-column-gap: 3.8rem;
    column-gap: 3.8rem;
    row-gap: 0;
  }
}
#wrapper #careers h2 .ttl img {
  vertical-align: top;
}
#wrapper #careers h2 .dsc {
  display: block;
  line-height: 1;
}
#wrapper #careers h2 .dsc::before {
  content: none;
}

/* careers photos */
#careers .photos {
  display: flex;
  flex-wrap: wrap;
}
#careers .photos .image {
  flex-basis: calc(1 / 3 * 100%);
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  /* sp only */
  #careers .photos .image:nth-of-type(1) {
    order: -30;
  }
  #careers .photos .image:nth-of-type(2) {
    order: -20;
  }
  #careers .photos .image:nth-of-type(6) {
    order: -10;
  }
}
@media screen and (min-width: 768px) {
  #careers .photos .image {
    flex-basis: 25.6rem;
  }
}
#careers .photos .image img {
  width: 100%;
}

/* others */
main > .others {
  padding: 3rem 0 5.5rem 0;
}
@media screen and (min-width: 768px) {
  main > .others {
    padding: 3rem 0 11rem 0;
    display: flex;
    justify-content: space-between;
  }
}
main > .others > article {
  padding: 0;
  margin: 0 auto;
  max-width: 30rem;
  border-radius: 6px;
  position: relative;
  z-index: 0;
  overflow: clip;
}
@media screen and (min-width: 768px) {
  main > .others > article {
    margin: 0;
    max-width: none;
    border-radius: 10px;
    flex-basis: 57.9rem;
  }
}
main > .others > article + article {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  main > .others > article + article {
    margin-top: 0;
  }
}
main > .others > article .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: calc(310 / 579 * 100%);
}
main > .others > article h2 {
  padding: 5.3rem 0 3.2rem 0;
}
main > .others > article h2 .ttl {
  --width-img-sp: calc(var(--width-img) * 0.5);
  display: block;
  width: var(--width-img-sp, -webkit-fit-content);
  width: var(--width-img-sp, -moz-fit-content);
  width: var(--width-img-sp, fit-content);
}
@media screen and (min-width: 768px) {
  main > .others > article h2 .ttl {
    width: var(--width-img, -webkit-fit-content);
    width: var(--width-img, -moz-fit-content);
    width: var(--width-img, fit-content);
  }
}
main > .others > article h2 .ttl img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  /* sp only */
  main > .others > article h2 {
    padding: 3.3rem 0 2.3rem 0;
  }
  main > .others > article .cmp_button a {
    padding-left: 1em !important;
    min-width: 11.4rem !important;
    min-height: 2.5rem !important;
    border-radius: 1.25rem !important;
  }
  main > .others > article .cmp_button a::after {
    margin: 0 0.8rem;
    width: 1.2rem;
    height: 1.1rem;
  }
  main > .others > article .cmp_button a .image {
    width: 6rem !important;
    font-size: 0.8rem !important;
  }
}
main > .others > article .bg {
  position: relative;
  z-index: -10;
}
main > .others > article .bg img {
  width: 100%;
  aspect-ratio: 579 / 296;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.4s scale ease-out;
}
main > .others > article:has(a:hover) .bg img {
  scale: 1.1;
}

/* about */
#about .container {
  background-color: rgba(183, 28, 43, 0.9);
}

/* history */
#history .container {
  background-color: rgba(0, 67, 124, 0.9);
}

/* casestudies */
#casestudies .container {
  background-color: rgba(41, 37, 36, 0.6);
}
