/* ************************************************************************
   ************************************************************************

    COMMON SETTINGS

   ************************************************************************
   ************************************************************************ */
/* ------------------------------
    RESPONSIVE SETTINGS
  ------------------------------ */
/* ------------------------------
    FONT
  ------------------------------ */
@font-face {
  font-family: "Quentin";
  src: url("../fonts/quentin.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.t__min {
  font-family: cormorant-garamond, shippori-mincho, sans-serif !important;
}

/* ------------------------------
    COLOR SETTINGS
  ------------------------------ */
/* ------------------------------
    MIXIN
  ------------------------------ */
/* ------------------------------
    TRANSITION TIMING
  ------------------------------ */
/* ------------------------------
    KEYFRAME
  ------------------------------ */
@-webkit-keyframes scrollDown {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  45% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  55% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
}
@keyframes scrollDown {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  45% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  55% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
}
@-webkit-keyframes loopCl {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loopCl {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loopClRv {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes loopClRv {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes floatAnim {
  0% {
    -webkit-transform: scale(1) translatey(0);
            transform: scale(1) translatey(0);
  }
  20% {
    -webkit-transform: scale(1.025) translatey(2rem);
            transform: scale(1.025) translatey(2rem);
  }
  40% {
    -webkit-transform: scale(1) translatey(0);
            transform: scale(1) translatey(0);
  }
  60% {
    -webkit-transform: scale(1.025) translatey(2rem);
            transform: scale(1.025) translatey(2rem);
  }
  80% {
    -webkit-transform: scale(1) translatey(0);
            transform: scale(1) translatey(0);
  }
  100% {
    -webkit-transform: scale(1.025) translatey(2rem);
            transform: scale(1.025) translatey(2rem);
  }
}
@keyframes floatAnim {
  0% {
    -webkit-transform: scale(1) translatey(0);
            transform: scale(1) translatey(0);
  }
  20% {
    -webkit-transform: scale(1.025) translatey(2rem);
            transform: scale(1.025) translatey(2rem);
  }
  40% {
    -webkit-transform: scale(1) translatey(0);
            transform: scale(1) translatey(0);
  }
  60% {
    -webkit-transform: scale(1.025) translatey(2rem);
            transform: scale(1.025) translatey(2rem);
  }
  80% {
    -webkit-transform: scale(1) translatey(0);
            transform: scale(1) translatey(0);
  }
  100% {
    -webkit-transform: scale(1.025) translatey(2rem);
            transform: scale(1.025) translatey(2rem);
  }
}
@-webkit-keyframes BoudingMarker {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
  }
  5% {
    opacity: 1;
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
  }
  85% {
    opacity: 1;
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes BoudingMarker {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
  }
  5% {
    opacity: 1;
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
  }
  85% {
    opacity: 1;
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-webkit-keyframes rotateLoop {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotateLoop {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateCircle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}
@keyframes rotateCircle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}
.topHero {
  position: relative;
}
.topHero__inner {
  position: relative;
  width: 100%;
}
.topHero__mv {
  position: absolute;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}
.topHero__mvCircle {
  position: relative;
  border-radius: 50%;
}
@media screen and (min-width: 320px) {
  .topHero__mvCircle {
    width: 200vw;
    height: 200vw;
    inset: -36vw auto auto -50vw;
  }
}
@media screen and (min-width: 600px) {
  .topHero__mvCircle {
    width: 140vw;
    height: 140vw;
    inset: -2vw auto auto -20vw;
  }
}
.topHero__mvCircle::before {
  content: "";
  display: block;
  position: absolute;
  inset: -2% auto auto -2%;
  width: 104%;
  height: 104%;
  border: dotted 4px var(--color-main);
  border-radius: 50%;
  -webkit-animation: rotateCircle 100000ms linear infinite both;
          animation: rotateCircle 100000ms linear infinite both;
}
.topHero__mvCircle .img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--color-main);
  overflow: hidden;
}
.topHero__mvCircle .imgWrapper {
  height: 100%;
  padding: 0;
}
.topHero__mvCircle video {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: brightness(0.8) contrast(1.56) opacity(0.8);
          filter: brightness(0.8) contrast(1.56) opacity(0.8);
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgb(0, 0, 0)), color-stop(68%, rgba(0, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0) 68%);
          mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgb(0, 0, 0)), color-stop(68%, rgba(0, 0, 0, 0)));
          mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0) 68%);
}
@media screen and (min-width: 320px) {
  .topHero__mvCircle video {
    width: 200vw;
    height: 200vw;
    -webkit-transform: translate(50vw, 20vw);
            transform: translate(50vw, 20vw);
  }
}
@media screen and (min-width: 600px) {
  .topHero__mvCircle video {
    width: 100vw;
    height: 100vw;
    -webkit-transform: translate(20vw, -6vw);
            transform: translate(20vw, -6vw);
  }
}
.topHero__copy {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100vh;
  height: 100svh;
  color: var(--color-white);
}
@media screen and (min-width: 320px) {
  .topHero__copy {
    padding: 0 0 25.5vw;
  }
}
@media screen and (min-width: 600px) {
  .topHero__copy {
    padding: 0 0 12.5vw;
  }
}
.topHero__copyMain {
  width: 100%;
  text-align: center;
}
.topHero__copyMainJa {
  font-family: var(--font-copy);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.04em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 320px) {
  .topHero__copyMainJa {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 6.4rem;
    padding: 0 5vw;
  }
}
@media screen and (min-width: 600px) {
  .topHero__copyMainJa {
    display: block;
    font-size: 15rem;
    padding: 0;
  }
}
@media screen and (min-width: 320px) {
  .topHero__copyMainJa span {
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  .topHero__copyMainJa span {
    width: auto;
  }
}
@media screen and (min-width: 320px) {
  .topHero__copyMainJa span:first-child {
    text-align: left;
  }
}
@media screen and (min-width: 600px) {
  .topHero__copyMainJa span:first-child {
    text-align: center;
  }
}
@media screen and (min-width: 320px) {
  .topHero__copyMainJa span:last-child {
    text-align: right;
  }
}
@media screen and (min-width: 600px) {
  .topHero__copyMainJa span:last-child {
    text-align: center;
  }
}
.topHero__copyMainJa rt {
  font-size: 32%;
}
.topHero__copyMainJa i {
  font-style: normal;
}
@media screen and (min-width: 320px) {
  .topHero__copyMainJa i {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  .topHero__copyMainJa i {
    display: inline;
  }
}
.topHero__copyMainEn {
  font-weight: 700;
}
@media screen and (min-width: 320px) {
  .topHero__copyMainEn {
    font-size: 1.4rem;
    margin: 8px 0 32px;
  }
}
@media screen and (min-width: 600px) {
  .topHero__copyMainEn {
    font-size: 4rem;
    margin: 8px 0 32px;
  }
}
.topHero__copyFooter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 320px) {
  .topHero__copyFooter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
    padding: 0 5vw;
    -webkit-transform: translateY(11rem);
            transform: translateY(11rem);
  }
}
@media screen and (min-width: 600px) {
  .topHero__copyFooter {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 48px;
    padding: 0;
    -webkit-transform: unset;
            transform: unset;
  }
}
@media screen and (min-width: 320px) {
  .topHero__copySub {
    text-align: center;
  }
}
@media screen and (min-width: 600px) {
  .topHero__copySub {
    text-align: left;
  }
}
.topHero__copySubTop {
  font-weight: 700;
}
@media screen and (min-width: 320px) {
  .topHero__copySubTop {
    font-size: 1.6rem;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 600px) {
  .topHero__copySubTop {
    font-size: 3.2rem;
    margin-bottom: 4px;
  }
}
@media screen and (min-width: 320px) {
  .topHero__copySubTop br {
    display: block;
  }
}
@media screen and (min-width: 600px) {
  .topHero__copySubTop br {
    display: none;
  }
}
@media screen and (min-width: 320px) {
  .topHero__copySubBottom {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 600px) {
  .topHero__copySubBottom {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 320px) {
  .topHero__copySubBottom br {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  .topHero__copySubBottom br {
    display: block;
  }
}
@media screen and (min-width: 320px) {
  .topHero__copyNews {
    -webkit-transform: translateY(6rem);
            transform: translateY(6rem);
  }
}
@media screen and (min-width: 600px) {
  .topHero__copyNews {
    -webkit-transform: unset;
            transform: unset;
  }
}
.topHero__articleInner {
  display: block;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.16);
}
@media screen and (min-width: 320px) {
  .topHero__articleInner {
    padding: 12px 18px 16px;
    font-size: 1.24rem;
    color: var(--color-main);
    border: solid 1px var(--color-main);
  }
}
@media screen and (min-width: 600px) {
  .topHero__articleInner {
    padding: 16px 24px 20px;
    font-size: 1.8rem;
    color: var(--color-white);
    border: solid 1px rgba(255, 255, 255, 0.32);
    backdrop-filter: blur(16px) saturate(140%) brightness(0.8);
  }
}
.topHero__articleInner:hover .topHero__articleTitle {
  text-decoration: none;
}
.topHero__articleHeader {
  font-size: 80%;
  margin-bottom: 4px;
}
@media screen and (min-width: 320px) {
  .topHero__articleHeader {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  .topHero__articleHeader {
    display: block;
  }
}
.topHero__articleMain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
@media screen and (min-width: 320px) {
  .topHero__articleMain {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (min-width: 600px) {
  .topHero__articleMain {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.topHero__articleTime {
  font-size: 88%;
}
.topHero__articleTitle {
  text-decoration: underline;
}

.topAbout {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (min-width: 320px) {
  .topAbout {
    margin-top: -0.8rem;
    color: var(--color-main);
  }
}
@media screen and (min-width: 600px) {
  .topAbout {
    margin-top: -18rem;
    color: var(--color-white);
  }
}
.topAbout__gal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.topAbout__galWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-animation: loopCl 40000ms linear infinite both;
          animation: loopCl 40000ms linear infinite both;
}
.topAbout__galItem {
  background: var(--color-main);
  overflow: hidden;
}
@media screen and (min-width: 320px) {
  .topAbout__galItem {
    width: 20rem;
    margin-right: 16px;
    border-radius: 8px;
  }
}
@media screen and (min-width: 600px) {
  .topAbout__galItem {
    width: 48rem;
    margin-right: 24px;
    border-radius: 16px;
  }
}
@media screen and (min-width: 320px) {
  .topAbout__galItem:nth-child(even) {
    margin-top: 16px;
  }
}
@media screen and (min-width: 600px) {
  .topAbout__galItem:nth-child(even) {
    margin-top: 24px;
  }
}
.topAbout__textgal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 320px) {
  .topAbout__textgal {
    margin: 2rem 0 -42rem;
    opacity: 1;
  }
}
@media screen and (min-width: 600px) {
  .topAbout__textgal {
    margin: 18rem 0 -42rem;
    opacity: 0.16;
  }
}
.topAbout__textgalWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: loopCl 60000ms linear infinite both;
          animation: loopCl 60000ms linear infinite both;
}
.topAbout__textgalItem {
  color: var(--color-gray);
  font-weight: 900;
}
@media screen and (min-width: 320px) {
  .topAbout__textgalItem {
    font-size: 30rem;
    width: 208rem;
  }
}
@media screen and (min-width: 600px) {
  .topAbout__textgalItem {
    font-size: 30rem;
    width: 208rem;
  }
}
.topAbout__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 320px) {
  .topAbout__main {
    padding: 0 5vw;
  }
}
@media screen and (min-width: 600px) {
  .topAbout__main {
    padding: 0 5vw;
  }
}
.topAbout__copy, .topAbout__mission {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 320px) {
  .topAbout__copy {
    width: 100%;
    padding: 0 5vw;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 600px) {
  .topAbout__copy {
    width: 32.5%;
    padding: 0 0 0 5vw;
    margin-bottom: 72px;
  }
}
.topAbout__copyEn {
  font-weight: 900;
}
@media screen and (min-width: 320px) {
  .topAbout__copyEn {
    font-size: 2.4rem;
    line-height: 1.48;
  }
}
@media screen and (min-width: 600px) {
  .topAbout__copyEn {
    font-size: 6.4rem;
    line-height: 1.32;
  }
}
.topAbout__copyJa {
  font-weight: 700;
}
@media screen and (min-width: 320px) {
  .topAbout__copyJa {
    font-size: 4rem;
    margin: 24px 0 48px;
  }
}
@media screen and (min-width: 600px) {
  .topAbout__copyJa {
    font-size: 3rem;
    margin: 24px 0 48px;
  }
}
@media screen and (min-width: 320px) {
  .topAbout__copyPara {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 600px) {
  .topAbout__copyPara {
    font-size: 1.8rem;
  }
}
.topAbout__mv {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 320px) {
  .topAbout__mv {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 600px) {
  .topAbout__mv {
    width: 35%;
    display: block;
  }
}
.topAbout__mission {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 320px) {
  .topAbout__mission {
    width: 100%;
    padding: 0 5vw;
  }
}
@media screen and (min-width: 600px) {
  .topAbout__mission {
    width: 32.5%;
    padding: 0 0 0 5vw;
  }
}
.topAbout__dl {
  padding-left: 24px;
  border-left: solid 3px;
}
@media screen and (min-width: 320px) {
  .topAbout__dl {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 600px) {
  .topAbout__dl {
    margin-bottom: 48px;
  }
}
.topAbout__dl:last-child {
  margin-bottom: 0;
}
.topAbout__dl dt {
  font-weight: 700;
  margin-bottom: 16px;
}
@media screen and (min-width: 320px) {
  .topAbout__dl dt {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 600px) {
  .topAbout__dl dt {
    font-size: 2.2rem;
  }
}
.topAbout__dl dd p:first-child {
  margin-bottom: 8px;
}
@media screen and (min-width: 320px) {
  .topAbout__dl dd p:first-child {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 600px) {
  .topAbout__dl dd p:first-child {
    font-size: 2rem;
  }
}
@media screen and (min-width: 320px) {
  .topAbout__dl dd p:last-child {
    font-size: 1.24rem;
  }
}
@media screen and (min-width: 600px) {
  .topAbout__dl dd p:last-child {
    font-size: 1.6rem;
  }
}

.planetCanvasWrap {
  position: relative;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 320px) {
  .planetCanvasWrap {
    width: min(80vw, 480px);
  }
}
@media screen and (min-width: 600px) {
  .planetCanvasWrap {
    width: min(50vw, 480px);
  }
}

#planetCanvas {
  width: 100%;
  height: 100%;
  display: block;
}

.topService {
  overflow: hidden;
}
.topService_articleNum {
  position: absolute;
  font-weight: 700;
}
@media screen and (min-width: 320px) {
  .topService_articleNum {
    font-size: 1.4rem;
    inset: auto auto 3vw 3vw;
  }
}
@media screen and (min-width: 600px) {
  .topService_articleNum {
    font-size: 2.4rem;
    inset: 18rem 2.5vw auto auto;
  }
}
.topService_articleBg {
  position: absolute;
  inset: 0;
  mix-blend-mode: soft-light;
}
.topService_articleBg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: blur(12px) saturate(116%);
          filter: blur(12px) saturate(116%);
  -webkit-transform: scale(1.24);
          transform: scale(1.24);
}
.topService_articleMain {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 320px) {
  .topService_articleInfo {
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  .topService_articleInfo {
    width: 60%;
  }
}
.topService_articleImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 320px) {
  .topService_articleImg {
    width: 40%;
    height: auto;
    position: absolute;
    inset: 7rem -2rem auto auto;
  }
}
@media screen and (min-width: 600px) {
  .topService_articleImg {
    width: 40%;
    height: 100%;
    position: relative;
    inset: auto;
  }
}
.topService_articleEn {
  font-weight: 700;
  line-height: 1.24;
}
@media screen and (min-width: 320px) {
  .topService_articleEn {
    font-size: 1rem;
    margin: 8rem 0 8px;
  }
}
@media screen and (min-width: 600px) {
  .topService_articleEn {
    font-size: 7.2rem;
    margin: 48px 0 8px;
  }
}
.topService_articleJa {
  font-weight: 700;
}
@media screen and (min-width: 320px) {
  .topService_articleJa {
    font-size: 2.6rem;
    padding-right: 35%;
  }
}
@media screen and (min-width: 600px) {
  .topService_articleJa {
    font-size: 3.2rem;
    padding-right: 0;
  }
}
.topService_articleCatch {
  font-weight: 700;
}
@media screen and (min-width: 320px) {
  .topService_articleCatch {
    font-size: 1.72rem;
    margin: 20px 0 8px;
    padding-top: 20px;
    border-top: solid 1px rgba(255, 255, 255, 0.16);
  }
}
@media screen and (min-width: 600px) {
  .topService_articleCatch {
    font-size: 4rem;
    margin: 48px 0 8px;
    padding-top: 0;
    border-top: none;
  }
}
@media screen and (min-width: 320px) {
  .topService_articleCatch br {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  .topService_articleCatch br {
    display: block;
  }
}
@media screen and (min-width: 320px) {
  .topService_articleDesc {
    font-size: 1.3rem;
    padding: 0;
    margin: 0 0 32px;
  }
}
@media screen and (min-width: 600px) {
  .topService_articleDesc {
    font-size: 1.8rem;
    padding: 0 30% 0 0;
    margin: 0 0 32px;
  }
}
.topService_articleList {
  display: grid;
}
@media screen and (min-width: 320px) {
  .topService_articleList {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 600px) {
  .topService_articleList {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    font-size: 1.8rem;
  }
}
.topService_articleList dt {
  font-weight: 700;
  margin-bottom: 8px;
}
@media screen and (min-width: 320px) {
  .topService_articleList ul {
    font-size: 1.3rem;
    padding: 0 0 0 3rem;
  }
}
@media screen and (min-width: 600px) {
  .topService_articleList ul {
    font-size: 1.8rem;
    padding: 0 0 0 3rem;
  }
}
.topService_articleList li {
  list-style-type: disc;
  margin-bottom: 6px;
}
.topService_articlePhoto {
  width: min(30vw, 460px);
  aspect-ratio: 4/5;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask-image: url("../images/top/service-ellipse.svg");
  mask-image: url("../images/top/service-ellipse.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.topService_articlePhoto.plant {
  background-image: url("../images/top/about1.webp");
}
.topService_articlePhoto.mobile {
  background-image: url("../images/top/about3.webp");
}

.serviceStack {
  position: relative;
  height: 100vh;
  overflow: visible;
}

.serviceStack_inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.serviceCard {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: min(6vw, 80px);
  background: var(--color-main);
  color: var(--color-white);
  -webkit-box-shadow: 0 40px 80px rgba(0, 0, 0, 0.24);
          box-shadow: 0 40px 80px rgba(0, 0, 0, 0.24);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.serviceStack_pager {
  position: absolute;
  right: min(4vw, 40px);
  bottom: min(3vw, 32px);
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.4em;
  color: var(--color-white);
  pointer-events: none;
  mix-blend-mode: screen;
}

.serviceStack_pagerCurrent {
  font-size: 1.1rem;
  letter-spacing: 0.12em;
}

.serviceStack_pagerSlash {
  opacity: 0.6;
}

.serviceStack_pagerTotal {
  font-size: 0.9rem;
  opacity: 0.75;
}

@media screen and (min-width: 320px) {
  .topCompany {
    margin: 176px 0 128px;
  }
}
@media screen and (min-width: 600px) {
  .topCompany {
    margin: 176px 0 128px;
  }
}
.topCompany__inner {
  padding: 0 10vw;
}
@media screen and (min-width: 320px) {
  .topCompany__outline {
    width: 100%;
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 600px) {
  .topCompany__outline {
    width: 50%;
    margin-bottom: 128px;
  }
}
.topCompany__outlineHead {
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (min-width: 320px) {
  .topCompany__outlineHead {
    font-size: 2rem;
  }
}
@media screen and (min-width: 600px) {
  .topCompany__outlineHead {
    font-size: 2.4rem;
  }
}
.topCompany__outlineDl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: solid 1px;
}
@media screen and (min-width: 320px) {
  .topCompany__outlineDl {
    padding: 24px 12px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 600px) {
  .topCompany__outlineDl {
    padding: 24px 0;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 320px) {
  .topCompany__outlineDl dt {
    width: 100%;
    font-weight: 700;
    padding: 0 0 8px;
  }
}
@media screen and (min-width: 600px) {
  .topCompany__outlineDl dt {
    width: 35%;
    font-weight: 400;
    padding: 0 0 0 24px;
  }
}
@media screen and (min-width: 320px) {
  .topCompany__outlineDl dd {
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  .topCompany__outlineDl dd {
    width: 65%;
  }
}
.topCompany__outlineMap {
  padding-top: 16px;
  margin-top: 16px;
  border-top: solid 1px;
}
.topCompany__outlineMap iframe {
  display: block;
  width: 100%;
  height: 32rem;
}
@media screen and (min-width: 320px) {
  .topCompany__outlineMap iframe {
    height: 32rem;
  }
}
@media screen and (min-width: 600px) {
  .topCompany__outlineMap iframe {
    height: 32rem;
  }
}

.orbitSlider {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  padding-block: 40px;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
@media screen and (min-width: 320px) {
  .orbitSlider {
    margin: -38rem 0 28rem;
  }
}
@media screen and (min-width: 600px) {
  .orbitSlider {
    margin: -16rem 0 12rem;
  }
}

.orbitSlider_track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 320px) {
  .orbitSlider_track {
    gap: 16px;
  }
}
@media screen and (min-width: 600px) {
  .orbitSlider_track {
    gap: 32px;
  }
}

.orbitItem {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  will-change: transform, filter;
}
@media screen and (min-width: 320px) {
  .orbitItem {
    width: 40vw;
  }
}
@media screen and (min-width: 600px) {
  .orbitItem {
    width: 260px;
  }
}

.orbitItem img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 320px) {
  .orbitItem img {
    border-radius: 8px;
  }
}
@media screen and (min-width: 600px) {
  .orbitItem img {
    border-radius: 12px;
  }
}

@media screen and (min-width: 320px) {
  .topNews__article {
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  .topNews__article {
    width: 200%;
  }
}
.topNews__article:first-child {
  border-top: solid 1px;
}
.topNews__articleInner:hover .topNews__articleMain::after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center right;
          transform-origin: center right;
}
.topNews__articleInner:hover .topNews__articleIcon svg {
  -webkit-transform: translate(25%);
          transform: translate(25%);
}
.topNews__articleMain {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 320px) {
  .topNews__articleMain {
    font-size: 1.3rem;
    padding: 18px 0;
  }
}
@media screen and (min-width: 600px) {
  .topNews__articleMain {
    font-size: 2.2rem;
    padding: 24px 0;
  }
}
.topNews__articleMain::after {
  content: "";
  display: block;
  position: absolute;
  inset: auto auto 0 0;
  width: 100%;
  height: 1px;
  background: var(--color-main);
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: center left;
          transform-origin: center left;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}
.topNews__articleTime {
  font-size: 80%;
}
@media screen and (min-width: 320px) {
  .topNews__articleTime {
    width: 100%;
    padding: 0 0 0 24px;
  }
}
@media screen and (min-width: 600px) {
  .topNews__articleTime {
    width: 25%;
    padding: 0 0 0 32px;
  }
}
@media screen and (min-width: 320px) {
  .topNews__articleTitle {
    width: 100%;
    padding: 0 5rem 0 24px;
  }
}
@media screen and (min-width: 600px) {
  .topNews__articleTitle {
    width: 70%;
    padding: 0 5rem 0 0;
  }
}
.topNews__articleIcon {
  position: absolute;
}
@media screen and (min-width: 320px) {
  .topNews__articleIcon {
    inset: auto 16px auto auto;
  }
}
@media screen and (min-width: 600px) {
  .topNews__articleIcon {
    inset: auto 32px auto auto;
  }
}
.topNews__articleIcon svg {
  stroke: var(--color-main);
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}
@media screen and (min-width: 320px) {
  .topNews__articleIcon svg {
    width: 2rem;
    height: 2rem;
  }
}
@media screen and (min-width: 600px) {
  .topNews__articleIcon svg {
    width: 4.2rem;
    height: 4.2rem;
  }
}

.colored .topNews__articleMain::after {
  background: var(--color-white);
}
.colored .topNews__articleIcon svg {
  stroke: var(--color-white);
}/*# sourceMappingURL=top.css.map */