@charset "UTF-8";
@font-face {
  font-family: GillSans;
  src: url(../font/GillSansMedium.otf) format("opentype");
}
@font-face {
  font-family: LINESeedJP_OTF-Bold;
  src: url(../font/LINESeedJP_A_OTF_Bd.otf) format("opentype");
}
@font-face {
  font-family: AvenirNext-Medium;
  src: url(../font/avenir-next-medium.ttf) format("truetype");
}
html {
  font-size: 1px;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #000;
  box-sizing: border-box;
  margin: 0;
  border: 0;
  line-height: 1.4;
  font-size: 16px;
  background: #fff;
}

* {
  box-sizing: border-box;
}

h1, h2, h3, h4, figure {
  margin: 0;
}

.d-flex {
  display: flex;
}

.flex-reserve {
  flex-direction: row-reverse;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.align-items-center {
  align-items: center;
}

.pc {
  display: flex !important;
}

.pc-block {
  display: block !important;
}

.font-mincho {
  font-family: "Hina Mincho", serif;
}

.sp {
  display: none !important;
}

.sp-block {
  display: none !important;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.justify-content-end {
  justify-content: flex-end;
}

.align-items-baseline {
  align-items: baseline;
}

.text-center {
  text-align: center !important;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.jusify-content-left {
  justify-content: left !important;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes scaled_x {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
@keyframes scaled_y {
  0% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
.anim {
  opacity: 0;
}
.anim.fadeInUp.is-animated {
  animation: fadeInUp 1s ease-in-out forwards;
}
.anim.fadeIn.is-animated {
  animation: fadeIn 1s ease-in-out forwards;
}
.anim.fadeInLeft.is-animated {
  animation: fadeInLeft 1s ease-in-out forwards;
}
.anim.fadeInRight.is-animated {
  animation: fadeInRight 1s ease-in-out forwards;
}
.anim.scaled_x.is-animated {
  transform-origin: left;
  animation: scaled_x 1s ease-in-out forwards;
}
.anim.scaled_y.is-animated {
  transform-origin: right;
  animation: scaled_y 1s ease-in-out forwards;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 0.133333vw;
  }
  .pc {
    display: none !important;
  }
  .pc-block {
    display: none !important;
  }
  .sp {
    display: flex !important;
  }
  .sp-block {
    display: block !important;
  }
}
header {
  width: 100%;
  padding: 40rem 40rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3;
  transition: 0.3s;
}
header.move {
  background: white;
  padding: 20rem 40rem;
}
header .w__logo {
  display: none;
}
header.sub ul li a {
  color: white;
}
header.sub .w__logo {
  display: flex;
}
header.sub .b__logo {
  display: none;
}
header.sub.move ul li a {
  color: #677284;
}
header.sub.move .logo .w__logo {
  display: none;
}
header.sub.move .logo .b__logo {
  display: flex;
}
header .logo {
  width: 183.65rem;
  display: flex;
  position: relative;
  z-index: 3;
}
header ul {
  display: flex;
  align-items: center;
}
header ul li {
  padding: 0 20rem;
}
header ul li a {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16rem;
  letter-spacing: 0.18em;
  line-height: 28rem;
  text-align: left;
  color: #677284;
  transition: 0.3s;
}

.video__wrapper {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  transition: 1s;
  z-index: 3;
}
.video__wrapper.disable {
  opacity: 0;
  z-index: -1;
}
.video__wrapper video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}

.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}

.scroll-infinity__list--left {
  animation: infinity-scroll-left 40s infinite linear 0.5s both;
}

.main__view {
  position: relative;
  padding-top: 50rem;
  margin-top: 100rem;
  transition: 2s;
  z-index: 2;
}
.main__view.disable {
  opacity: 0;
}
.main__view .bg {
  width: 100%;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.main__view .bg .mans {
  width: 620rem;
  display: flex;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
}
.main__view .char__images {
  width: 90.2125279642%;
  margin: auto;
  position: relative;
}
.main__view .char__images .art01 {
  width: 21.2647241166%;
  position: absolute;
  left: -2%;
  bottom: 10%;
  animation: fuwafuwa01 5s ease-in-out infinite alternate;
  animation-delay: 1s !important;
}
.main__view .char__images .art02 {
  width: 17.7309361438%;
  position: absolute;
  left: 15%;
  bottom: 38%;
  animation: fuwafuwa02 5s ease-in-out infinite alternate;
  animation-delay: 2s !important;
}
.main__view .char__images .art03 {
  width: 19.8388096714%;
  position: absolute;
  left: 21%;
  bottom: -2%;
  animation: fuwafuwa03 5s ease-in-out infinite alternate;
  animation-delay: 3s !important;
}
.main__view .char__images .art04 {
  width: 15.9950402976%;
  position: absolute;
  right: 39%;
  top: 8%;
  animation: fuwafuwa04 5s ease-in-out infinite alternate;
  animation-delay: 4s !important;
}
.main__view .char__images .art05 {
  width: 20.8927464352%;
  position: absolute;
  right: 32%;
  bottom: 16%;
  animation: fuwafuwa01 5s ease-in-out infinite alternate;
}
.main__view .char__images .art06 {
  width: 19.8388096714%;
  position: absolute;
  right: 15%;
  top: 14%;
  animation: fuwafuwa02 5s ease-in-out infinite alternate;
}
.main__view .char__images .art07 {
  width: 18.598884067%;
  position: absolute;
  right: 0;
  top: 60%;
  animation: fuwafuwa03 5s ease-in-out infinite alternate;
}
.main__view .sub-text__wrapper {
  position: relative;
  padding-bottom: 250rem;
  margin-top: 60rem;
}
.main__view .subtext01 {
  width: 100%;
  overflow: hidden;
  padding-bottom: 4rem;
  padding-left: 100rem;
}
.main__view .subtext01 .p__inner {
  display: flex;
  align-items: center;
}
.main__view .subtext01 .p__inner p {
  font-family: GillSans;
  font-weight: normal;
  font-size: 150rem;
  letter-spacing: 0.08em;
  line-height: 1;
  padding-right: 60rem;
  text-align: center;
  color: #fff;
  opacity: 0.2;
}
.main__view .scroll-infinity__item--text {
  width: 145vw;
  font-family: GillSans;
  font-weight: normal;
  font-size: 8vw;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
  color: #fff;
  opacity: 0.2;
}
.main__view .t-lbl {
  font-weight: 500;
  font-size: 36rem;
  letter-spacing: 0.14em;
  line-height: 43.2rem;
  margin-top: 135rem;
  text-align: center;
  color: #fff;
}
.main__view .c__txt {
  font-weight: 500;
  font-size: 20rem;
  letter-spacing: 0.06em;
  line-height: 76rem;
  text-align: center;
  margin-top: 77rem;
  color: #fff;
}

.line-version__wrapper {
  margin-top: 400rem;
  position: relative;
}
.line-version__wrapper .gap02 {
  width: 186.35rem;
  display: flex;
  position: absolute;
  top: -155rem;
  left: 30rem;
  z-index: 1;
}
.line-version__wrapper .gap03 {
  width: 118.59rem;
  display: flex;
  position: absolute;
  top: -55rem;
  left: 390rem;
  z-index: 1;
}
.line-version__wrapper .gap04 {
  width: 194.49rem;
  display: flex;
  position: absolute;
  top: 210rem;
  left: 350rem;
  z-index: 1;
}
.line-version__wrapper .gap05 {
  width: 214.49rem;
  display: flex;
  position: absolute;
  top: 530rem;
  left: 350rem;
  z-index: 1;
}
.line-version__wrapper .gap06 {
  width: 330rem;
  display: flex;
  position: absolute;
  top: -155rem;
  right: 300rem;
  z-index: 1;
}
.line-version__wrapper .gap07 {
  width: 170.3rem;
  display: flex;
  position: absolute;
  top: 0;
  right: 170rem;
  z-index: 1;
}
.line-version__wrapper .gap08 {
  width: 118.59rem;
  display: flex;
  position: absolute;
  top: 500rem;
  right: 190rem;
  z-index: 1;
}
.line-version__wrapper .gap09 {
  width: 170.59rem;
  display: flex;
  position: absolute;
  top: 282rem;
  right: 238rem;
  z-index: 1;
}
.line-version__wrapper .subtext02 {
  width: 100%;
  height: 350rem;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.line-version__wrapper .subtext02 .gap01 {
  width: 606.45rem;
  display: flex;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.line-version__wrapper .subtext02 .scroll-infinity__item--text {
  width: 93.3333333333vw;
  font-family: GillSans;
  font-weight: normal;
  font-size: 8vw;
  padding-right: 60rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-align: center;
  color: #c0ccd2;
}
.line-version__wrapper .subtext02 .text02 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 400rem;
}
.line-version__wrapper .subtext02 .text02 span {
  font-family: GillSans;
  font-weight: normal;
  font-size: 150rem;
  padding-right: 60rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-align: center;
  color: #c0ccd2;
}
.line-version__wrapper .detail__text {
  margin-top: 150rem;
  text-align: center;
}
.line-version__wrapper .detail__text p {
  font-size: 16rem;
  letter-spacing: 0.12em;
  line-height: 41.6rem;
  display: inline-flex;
  text-align: left;
  color: #677284;
  position: relative;
}
.line-version__wrapper .detail__text p a {
  width: 121.5rem;
  height: 121.5rem;
  border-radius: 40rem;
  background: #677284;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: -140rem;
}
.line-version__wrapper .detail__text p a span {
  font-family: GillSans;
  font-weight: normal;
  font-size: 20rem;
  letter-spacing: 0.18em;
  line-height: 25rem;
  text-align: center;
  color: #fff;
}

.project-work {
  width: 750rem;
  margin: auto;
  margin-top: 165rem;
  position: relative;
  z-index: 1;
}
.project-work .project__link {
  display: flex;
  align-items: center;
}
.project-work .project__link .icon {
  width: 58.48rem;
  margin-right: 18rem;
  display: flex;
}
.project-work .project__link .text__inner {
  width: 431.77rem;
  height: 104.34rem;
  background: url(../img/d_bg.png);
  background-size: 100% 100%;
  padding: 0 15rem 0 60rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.project-work .project__link .text__inner .lbl {
  font-size: 24rem;
  letter-spacing: 0.06em;
  line-height: 30rem;
  text-align: left;
  color: #fff;
}
.project-work .project__link .text__inner .link__btn {
  width: 75.9rem;
  height: 75.9rem;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin: auto;
  position: relative;
  right: auto;
  bottom: auto;
}
.project-work .project__link .text__inner .link__btn span {
  font-family: GillSans;
  font-weight: normal;
  font-size: 18rem;
  letter-spacing: 0.16em;
  line-height: 17.1rem;
  text-align: center;
  color: #677284;
}
.project-work .d__text {
  width: 643.06rem;
  height: auto;
  border-radius: 100rem;
  padding: 30rem 60rem;
  margin: -66rem 0 0 90rem;
  background: #fff;
  border: 1rem solid #677284;
  position: relative;
  z-index: -1;
}
.project-work .d__text span {
  font-size: 16rem;
  letter-spacing: 0.1em;
  line-height: 26rem;
  text-align: left;
  color: #677284;
}

.project__wrapper {
  width: 100%;
  height: auto;
  background: url(../img/p_bg.png);
  background-size: 100% 100%;
  padding: 240rem 0 140rem;
  margin-top: -180rem;
}
.project__wrapper .t__txt {
  font-family: GillSans;
  font-weight: normal;
  font-size: 88rem;
  letter-spacing: 0.12em;
  line-height: 90.29rem;
  text-align: center;
  color: #677284;
}
.project__wrapper .d__txt {
  font-size: 16rem;
  letter-spacing: 0.04em;
  line-height: 25.6rem;
  margin-top: 18rem;
  text-align: center;
  color: #677284;
}
.project__wrapper .project__items {
  width: 95%;
  margin: 60rem 0 0 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.project__wrapper .project__items .mark__inner {
  width: 20%;
  position: relative;
}
.project__wrapper .project__items .mark__inner .mark {
  width: 100%;
  display: flex;
  position: relative;
  top: -30rem;
}
.project__wrapper .project__items .mark__inner .read__link {
  width: 121.5rem;
  height: 121.5rem;
  margin: -70rem 0 0 auto;
  border-radius: 40rem;
  background: #677284;
  display: flex;
  justify-content: center;
  align-items: center;
}
.project__wrapper .project__items .mark__inner .read__link span {
  font-family: GillSans;
  font-weight: normal;
  font-size: 20rem;
  letter-spacing: 0.18em;
  line-height: 25rem;
  text-align: center;
  color: #fff;
}
.project__wrapper .project__items .p__items {
  width: 75%;
  overflow: hidden;
  padding-bottom: 50rem;
}
.project__wrapper .project__items .p__items .scroll-infinity {
  height: 100%;
}
.project__wrapper .project__items .p__items .scroll-infinity__wrap {
  height: 100%;
  display: flex;
  overflow: hidden;
  align-items: flex-start;
  padding-bottom: 52rem;
}
.project__wrapper .project__items .p__items .scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
  height: 100%;
}
.project__wrapper .project__items .p__items .scroll-infinity__list--left {
  animation: infinity-scroll-left 40s infinite linear 0.5s both;
}
.project__wrapper .project__items .p__items .p__items__inner {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
}
.project__wrapper .project__items .p__items .p__items__inner .p__item {
  width: 400rem;
  margin-right: 50rem;
  position: relative;
}
.project__wrapper .project__items .p__items .p__items__inner .p__item .image {
  width: 100%;
  height: 270rem;
  border-radius: 8rem;
  overflow: hidden;
}
.project__wrapper .project__items .p__items .p__items__inner .p__item .p__mark {
  width: 284.73rem;
  display: flex;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
}

footer {
  background: white;
  padding: 72rem 0 40rem;
  position: relative;
  border-top: 1rem solid #636E7F;
}
footer .lbl {
  font-family: GillSans;
  font-weight: bold;
  font-size: 30rem;
  letter-spacing: 0.18em;
  line-height: 52.5rem;
  text-align: center;
  color: #677284;
}
footer .contact__items {
  margin-top: 44rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .contact__items .c__item {
  padding: 5rem 30rem 10rem;
  border-right: 1rem solid #677284;
  text-align: center;
}
footer .contact__items .c__item:nth-child(3) {
  border-right: 0;
}
footer .contact__items .c__item .f__logo {
  width: 234.27rem;
  margin: auto;
  display: flex;
}
footer .contact__items .c__item .address__txt {
  font-size: 12rem;
  line-height: 14.4rem;
  margin-top: 13rem;
  text-align: center;
  color: #677284;
}
footer .contact__items .c__item .lbl__mark {
  font-weight: bold;
  font-size: 16rem;
  letter-spacing: 0.06em;
  line-height: 23.2rem;
  text-align: center;
  color: #677284;
  display: inline-flex;
  position: relative;
}
footer .contact__items .c__item .lbl__mark:before {
  content: "";
  width: 11.65rem;
  height: 11.65rem;
  background: url(../img/rect.png);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: -15rem;
  transform: translateY(-50%);
}
footer .contact__items .c__item .lbl__mark:after {
  content: "";
  width: 11.65rem;
  height: 11.65rem;
  background: url(../img/rect.png);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: -15rem;
  transform: translateY(-50%);
}
footer .contact__items .c__item .tel {
  font-family: GillSans;
  font-weight: bold;
  display: block;
  font-size: 38rem;
  margin-top: 8rem;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: center;
  color: #677284;
}
footer .contact__items .c__item .contact__btn {
  margin-top: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .contact__items .c__item .contact__btn .icon {
  width: 42.54rem;
  margin-right: 14rem;
}
footer .contact__items .c__item .contact__btn .lbl {
  font-weight: bold;
  font-size: 16rem;
  letter-spacing: 0.04em;
  line-height: 19rem;
  text-align: left;
  color: #677284;
}
footer .contact__items .f__mans {
  width: 190rem;
  display: flex;
  margin-left: 40rem;
}
footer .contact__items .f__mans.version {
  width: 216rem;
}
footer .contact__items .f__mans.project {
  width: 142rem;
}
footer .contact__items .f__mans.privacy {
  width: 170rem;
}
footer .contact__items .f__mans.contact {
  width: 200rem;
}
footer .contact__items .f__mans.company {
  width: 220rem;
}
footer .footer-menu {
  margin-top: 40rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .footer-menu li {
  padding: 0 15rem;
}
footer .footer-menu li a {
  font-family: GillSans;
  font-weight: bold;
  font-size: 16rem;
  letter-spacing: 0.18em;
  line-height: 28rem;
  text-align: center;
  color: #677284;
}
footer .copyright {
  font-weight: 500;
  font-size: 18rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: center;
  color: #677284;
  position: absolute;
  bottom: 40rem;
  right: 40rem;
}

.subview {
  width: 100%;
  height: 423.55rem;
  background: url(../img/subview.png);
  background-size: 100% 100%;
  position: absolute;
  z-index: -1;
  padding-top: 1px;
}
.subview .gap01 {
  width: 216rem;
  position: absolute;
  left: 180rem;
  bottom: 40rem;
}
.subview .gap02 {
  width: 214rem;
  position: absolute;
  right: 60rem;
  bottom: 60rem;
}
.subview .gap02.c06 {
  width: 320rem;
}

.subtitle__wrapper {
  padding-top: 140rem;
}
.subtitle__wrapper .en__txt {
  font-family: GillSans;
  font-weight: bold;
  font-size: 70rem;
  letter-spacing: 0.12em;
  line-height: 90.29rem;
  text-align: center;
  color: #fff;
}
.subtitle__wrapper .ja__txt {
  font-weight: 500;
  font-size: 24rem;
  letter-spacing: 0.24em;
  line-height: 28.8rem;
  margin-top: 5rem;
  text-align: center;
  color: #fff;
}

.contact__wrapper {
  width: 720rem;
  margin: auto;
  margin-top: 210rem;
  margin-bottom: 50rem;
}
.contact__wrapper .contact__steps {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact__wrapper .contact__steps .step {
  position: relative;
  width: 74rem;
  height: 43rem;
}
.contact__wrapper .contact__steps .step.active .icon {
  background: #636E7F;
}
.contact__wrapper .contact__steps .step .icon {
  width: 20rem;
  height: 20rem;
  margin: auto;
  display: block;
  border-radius: 50%;
  border: 1rem solid #636E7F;
}
.contact__wrapper .contact__steps .step .lbl {
  position: absolute;
  width: 100%;
  font-size: 16rem;
  margin-top: 5rem;
  line-height: 1;
  text-align: center;
  color: #636E7F;
  left: 50%;
  bottom: 0;
  transform: translate(-50%);
}
.contact__wrapper .contact__steps .dot__line {
  width: 277.72rem;
  position: relative;
  top: -11rem;
  height: 0rem;
  background: transparent;
  border-bottom: 1rem dashed #636E7F;
}
.contact__wrapper .contact__frame {
  width: 100%;
  margin-top: 50rem;
}
.contact__wrapper .contact__frame table {
  width: 100%;
  border-collapse: collapse;
}
.contact__wrapper .contact__frame table tr:first-child td {
  padding-bottom: 50rem;
}
.contact__wrapper .contact__frame table tr:nth-child(6) td:first-child {
  vertical-align: top;
}
.contact__wrapper .contact__frame table tr td {
  font-weight: 500;
  font-size: 18rem;
  padding: 15rem 0;
  line-height: 1.5;
  text-align: left;
  color: #636E7F;
}
.contact__wrapper .contact__frame table tr td label {
  display: inline-flex;
  align-items: center;
}
.contact__wrapper .contact__frame table tr td .check__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact__wrapper .contact__frame table tr td .check__wrapper label {
  font-size: 14rem;
  line-height: 1;
  text-align: left;
  color: #636E7F;
}
.contact__wrapper .contact__frame table tr td:first-child {
  width: 208rem;
  line-height: 1;
  align-items: center;
  vertical-align: middle;
}
.contact__wrapper .contact__frame table tr td span.required {
  font-size: 10rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  border-radius: 3rem;
  background: #636E7F;
  padding: 3rem 8rem;
  margin-left: 5rem;
  vertical-align: middle;
}
.contact__wrapper .contact__frame table tr td input[type=text], .contact__wrapper .contact__frame table tr td input[type=email], .contact__wrapper .contact__frame table tr td input[type=tel] {
  width: 100%;
  height: 40rem;
  border-radius: 10rem;
  font-size: 16rem;
  padding-left: 20rem;
  background: #fff;
  border: 1rem solid #636E7F;
}
.contact__wrapper .contact__frame table tr td textarea {
  width: 100%;
  height: 112.11rem;
  border-radius: 10rem;
  background: #fff;
  border: 1rem solid #636E7F;
  font-size: 16rem;
  padding: 20rem;
}
.contact__wrapper .contact__frame table tr td .submit__btn {
  width: 100%;
  height: 40rem;
  margin-top: 30rem;
  border-radius: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #636E7F;
  font-size: 16rem;
  line-height: 1;
  text-align: center;
  color: #fff;
}

.version__wrapper {
  margin-top: 300rem;
}
.version__wrapper .version__item {
  width: 100%;
  margin-bottom: 190rem;
  position: relative;
}
.version__wrapper .version__item .back__img {
  width: 36%;
  position: absolute;
  right: 0;
  top: 87rem;
}
.version__wrapper .version__item.reserve .item__inner .content__text {
  margin: 0 0 0 auto;
}
.version__wrapper .version__item .item__inner {
  width: 1080rem;
  margin: auto;
  position: relative;
}
.version__wrapper .version__item .item__inner .ver__gap01 {
  width: 186rem;
  display: flex;
  position: absolute;
  right: 200rem;
  top: -100rem;
}
.version__wrapper .version__item .item__inner .ver__gap02 {
  width: 270rem;
  display: flex;
  position: absolute;
  right: -120rem;
  top: -400rem;
}
.version__wrapper .version__item .item__inner .ver__gap03 {
  width: 220rem;
  display: flex;
  position: absolute;
  left: -120rem;
  top: -400rem;
}
.version__wrapper .version__item .item__inner .ver__gap04 {
  width: 184rem;
  display: flex;
  position: absolute;
  right: -216rem;
  top: -289rem;
}
.version__wrapper .version__item .item__inner .content__text {
  width: 686rem;
  position: relative;
}
.version__wrapper .version__item .item__inner .content__text .text__lbl {
  font-family: GillSans;
  font-weight: normal;
  font-size: 150rem;
  letter-spacing: 0.06em;
  line-height: 1;
  text-align: left;
  color: #e0eaef;
  position: absolute;
  left: -40rem;
  top: -75rem;
  z-index: -1;
}
.version__wrapper .version__item .item__inner .content__text p {
  font-size: 18rem;
  letter-spacing: 0em;
  line-height: 51rem;
  text-align: left;
  color: #636E7F;
}
.version__wrapper .version__item .item__inner .content__text .mark__lbl {
  font-weight: bold;
  font-size: 18rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
  padding: 8rem 46rem;
  margin: 40rem 0 18rem;
  display: inline-block;
  text-align: center;
  color: #fff;
  border-radius: 15rem;
  background: #636E7F;
}

.check__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.check__wrapper label {
  font-size: 14rem;
  line-height: 1;
  text-align: left;
  color: #636E7F;
}

.submit__btn {
  width: 400rem;
  margin: auto;
  margin-bottom: 100rem;
  height: 40rem;
  margin-top: 30rem;
  border-radius: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #636E7F;
  font-size: 16rem;
  line-height: 1;
  text-align: center;
  color: #fff;
}

.privacy__wrapper {
  width: 100%;
  margin: 30rem auto 40rem;
  padding: 40rem 0;
  background: #e4e6e7;
}
.privacy__wrapper .lbl {
  width: 720rem;
  margin: auto;
  font-size: 22rem;
  font-weight: 500;
  line-height: 32rem;
  margin-bottom: 14rem;
  text-align: left;
  color: #636E7F;
}
.privacy__wrapper .content__inner {
  width: 720rem;
  margin: auto;
  height: 300rem;
  overflow: auto;
}
.privacy__wrapper dl {
  width: 100%;
}
.privacy__wrapper dl dt {
  font-weight: bold;
  font-size: 18rem;
  line-height: 32rem;
  margin: 0;
  margin-bottom: 14rem;
  text-align: left;
  color: #636E7F;
}
.privacy__wrapper dl dd {
  font-size: 14rem;
  line-height: 28rem;
  margin: 0;
  margin-bottom: 30rem;
  text-align: left;
  color: #636E7F;
}
.privacy__wrapper dl dd span {
  display: block;
  padding-left: 20rem;
  text-indent: -20rem;
}

.company__wrapper {
  width: 700rem;
  margin: 220rem auto 100rem;
}
.company__wrapper .c__logo {
  width: 234.27rem;
  display: flex;
}
.company__wrapper .company__info {
  margin-top: 50rem;
}
.company__wrapper .company__info table {
  width: 100%;
  border-collapse: collapse;
}
.company__wrapper .company__info table tr td {
  font-size: 18rem;
  padding: 20rem 0;
  line-height: 1.6;
  text-align: left;
  color: #636E7F;
}
.company__wrapper .company__info table tr td:first-child {
  width: 130rem;
}
.company__wrapper .company__info table tr td a {
  color: #636E7F;
  pointer-events: none;
}
.company__wrapper .company__map {
  width: 100%;
  height: 500rem;
  margin-top: 100rem;
}
.company__wrapper .company__map iframe {
  width: 100%;
  height: 100%;
}

@keyframes fuwafuwa01 {
  0% {
    transform: translate(0, 0) rotate(-5deg);
  }
  50% {
    transform: translate(7rem, -7rem) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(5deg);
  }
}
@keyframes fuwafuwa02 {
  0% {
    transform: translate(0, 0) rotate(5deg);
  }
  50% {
    transform: translate(7rem, 7rem) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(-5deg);
  }
}
@keyframes fuwafuwa03 {
  0% {
    transform: translate(0, 0) rotate(5deg);
  }
  50% {
    transform: translate(-7rem, 7rem) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(-5deg);
  }
}
@keyframes fuwafuwa04 {
  0% {
    transform: translate(0, 0) rotate(-5deg);
  }
  50% {
    transform: translate(7rem, 7rem) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(5deg);
  }
}
body.project {
  background: #e2e6e9;
}

.link__btn {
  width: 500rem;
  height: 75rem;
  margin: 100rem auto;
  border-radius: 10rem;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  position: absolute;
  bottom: -50rem;
  right: 30rem;
}
.link__btn:hover {
  opacity: 0.7;
}
.link__btn .lbl {
  font-family: GillSans;
  font-weight: 500;
  font-size: 24rem;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #636E7F;
}
.link__btn .icon {
  width: 6.65rem;
  margin-left: 23rem;
  display: flex;
}

.subproject__wrapper {
  margin-top: 180rem;
}
.subproject__wrapper .submenu {
  margin-bottom: 100rem;
  display: flex;
  justify-content: center;
}
.subproject__wrapper .submenu li {
  padding: 0 120rem;
  border-right: 1rem solid #636E7F;
}
.subproject__wrapper .submenu li.action .sub__btn .t__txt {
  color: #636E7F;
}
.subproject__wrapper .submenu li.action .sub__btn .arrow svg path {
  stroke: #636E7F;
}
.subproject__wrapper .submenu li:last-child {
  border-right: 0;
}
.subproject__wrapper .submenu li .sub__btn {
  display: block;
  cursor: pointer;
}
.subproject__wrapper .submenu li .sub__btn .t__txt {
  font-family: GillSans;
  font-weight: bold;
  font-size: 40rem;
  letter-spacing: 0.06em;
  line-height: 1;
  text-align: center;
  color: #c0c9c7;
}
.subproject__wrapper .submenu li .sub__btn .lbl {
  font-family: GillSans;
  font-weight: bold;
  font-size: 20rem;
  letter-spacing: 0.22em;
  line-height: 1.6;
  margin: 5rem 0;
  text-align: center;
  color: #c0c9c7;
}
.subproject__wrapper .submenu li .sub__btn .arrow {
  width: 15.96rem;
  height: 7.98rem;
  display: block;
  margin: auto;
}
.subproject__wrapper .submenu li .sub__btn .arrow svg {
  width: 100%;
  height: 100%;
}
.subproject__wrapper .content__item {
  display: none;
}
.subproject__wrapper .content__item.action {
  display: block;
}
.subproject__wrapper .content__item .item__inner {
  transform: scale(0.8);
}
.subproject__wrapper .content__item .item__inner .gap {
  cursor: pointer;
}
.subproject__wrapper .content__item .item__inner span.gap:nth-child(2) {
  animation-delay: 1s !important;
}
.subproject__wrapper .content__item .item__inner span.gap:nth-child(3) {
  animation-delay: 2s !important;
}
.subproject__wrapper .content__item .item__inner span.gap:nth-child(4) {
  animation-delay: 3s !important;
}
.subproject__wrapper .content__item .item__inner span.gap:nth-child(5) {
  animation-delay: 4s !important;
}
.subproject__wrapper .content__item .item__inner span.gap:nth-child(6) {
  animation-delay: 1s !important;
}
.subproject__wrapper .content__item .item__inner span.gap:nth-child(7) {
  animation-delay: 2s !important;
}
.subproject__wrapper .content__item .item__inner span.gap:nth-child(8) {
  animation-delay: 3s !important;
}
.subproject__wrapper .content__item .item__inner span.gap:nth-child(9) {
  animation-delay: 4s !important;
}
.subproject__wrapper .content__item .item__inner span.gap:nth-child(10) {
  animation-delay: 5s !important;
}
.subproject__wrapper .content__item .item__inner span.gap:nth-child(11) {
  animation-delay: 1s !important;
}
.subproject__wrapper .content__item .item__inner span.gap:nth-child(12) {
  animation-delay: 2s !important;
}
.subproject__wrapper .content__item .item__inner span.gap:nth-child(13) {
  animation-delay: 3s !important;
}
.subproject__wrapper .content__item#item01 #box1 .item__inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.subproject__wrapper .content__item#item01 #box1 .item__inner .main__img {
  width: 28.9149888143%;
  display: flex;
  position: relative;
  z-index: 999999999;
}
.subproject__wrapper .content__item#item01 #box1 .item__inner .gap {
  position: absolute;
  display: flex;
}
.subproject__wrapper .content__item#item01 #box1 .item__inner .gap01 {
  width: 18.8478747204%;
  left: 15%;
  top: 5%;
  z-index: 1;
  animation: fuwafuwa01 3s ease-in-out infinite alternate;
}
.subproject__wrapper .content__item#item01 #box1 .item__inner .gap02 {
  width: 30.3691275168%;
  left: 24%;
  top: 9%;
  animation: fuwafuwa02 3s ease-in-out infinite alternate;
}
.subproject__wrapper .content__item#item01 #box1 .item__inner .gap03 {
  width: 22.3713646532%;
  right: 26%;
  top: 24%;
  z-index: 2;
  animation: fuwafuwa03 3s ease-in-out infinite alternate;
}
.subproject__wrapper .content__item#item01 #box1 .item__inner .gap04 {
  width: 16.7785234899%;
  right: 19%;
  top: 12%;
  z-index: 2;
  animation: fuwafuwa04 3s ease-in-out infinite alternate;
}
.subproject__wrapper .content__item#item01 #box1 .item__inner .gap05 {
  width: 21.5883668904%;
  left: 6%;
  top: 32%;
  z-index: 2;
  animation: fuwafuwa04 3s ease-in-out infinite alternate;
}
.subproject__wrapper .content__item#item01 #box1 .item__inner .gap06 {
  width: 27.4049217002%;
  left: 16%;
  top: 41%;
  z-index: 1;
  animation: fuwafuwa03 3s ease-in-out infinite alternate;
}
.subproject__wrapper .content__item#item01 #box1 .item__inner .gap07 {
  width: 27.1812080537%;
  right: 21%;
  top: 49%;
  animation: fuwafuwa02 3s ease-in-out infinite alternate;
}
.subproject__wrapper .content__item#item01 #box1 .item__inner .gap08 {
  width: 13.8143176734%;
  right: 16%;
  top: 36%;
  z-index: 2;
  animation: fuwafuwa01 3s ease-in-out infinite alternate;
}
.subproject__wrapper .content__item#item01 #box1 .item__inner .gap09 {
  width: 14.2617449664%;
  left: 10%;
  top: 68%;
  z-index: 2;
  animation: fuwafuwa02 3s ease-in-out infinite alternate;
}
.subproject__wrapper .content__item#item01 #box1 .item__inner .gap10 {
  width: 24.384787472%;
  left: 30%;
  top: 65%;
  z-index: 2;
  animation: fuwafuwa03 3s ease-in-out infinite alternate;
}
.subproject__wrapper .content__item#item01 #box1 .item__inner .gap11 {
  width: 16.3310961969%;
  right: 32%;
  top: 79%;
  z-index: 2;
  animation: fuwafuwa04 3s ease-in-out infinite alternate;
}
.subproject__wrapper .content__item#item01 #box1 .item__inner .gap12 {
  width: 22.3713646532%;
  right: 13%;
  top: 60%;
  animation: fuwafuwa01 3s ease-in-out infinite alternate;
}
.subproject__wrapper .content__item#item01 #box2 .item__inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.subproject__wrapper .content__item#item01 #box2 .item__inner .main__img {
  width: 29.9776286353%;
  display: flex;
  position: relative;
  z-index: 999999999;
}
.subproject__wrapper .content__item#item01 #box2 .item__inner .gap {
  position: absolute;
  display: flex;
}
.subproject__wrapper .content__item#item01 #box2 .item__inner .gap01 {
  width: 18.8478747204%;
  left: 15%;
  top: 5%;
  z-index: 1;
  animation: fuwafuwa01 3s ease-in-out infinite alternate;
}
.subproject__wrapper .content__item#item01 #box2 .item__inner .gap02 {
  width: 30.3691275168%;
  left: 24%;
  top: 9%;
  animation: fuwafuwa02 3s ease-in-out infinite alternate;
}
.subproject__wrapper .content__item#item01 #box2 .item__inner .gap03 {
  width: 22.3713646532%;
  right: 26%;
  top: 24%;
  z-index: 2;
  animation: fuwafuwa03 3s ease-in-out infinite alternate;
}
.subproject__wrapper .content__item#item01 #box2 .item__inner .gap04 {
  width: 16.7785234899%;
  right: 19%;
  top: 12%;
  z-index: 2;
  animation: fuwafuwa04 3s ease-in-out infinite alternate;
}
.subproject__wrapper .content__item#item01 #box2 .item__inner .gap05 {
  width: 21.5883668904%;
  left: 6%;
  top: 32%;
  z-index: 2;
  animation: fuwafuwa04 3s ease-in-out infinite alternate;
}
.subproject__wrapper .content__item#item01 #box2 .item__inner .gap06 {
  width: 27.4049217002%;
  left: 16%;
  top: 41%;
  z-index: 1;
  animation: fuwafuwa03 3s ease-in-out infinite alternate;
}
.subproject__wrapper .content__item#item01 #box2 .item__inner .gap07 {
  width: 27.1812080537%;
  right: 21%;
  top: 49%;
  animation: fuwafuwa02 3s ease-in-out infinite alternate;
}
.subproject__wrapper .content__item#item01 #box2 .item__inner .gap08 {
  width: 13.8143176734%;
  right: 16%;
  top: 36%;
  z-index: 2;
  animation: fuwafuwa01 3s ease-in-out infinite alternate;
}
.subproject__wrapper .content__item#item01 #box2 .item__inner .gap09 {
  width: 14.2617449664%;
  left: 10%;
  top: 68%;
  z-index: 2;
  animation: fuwafuwa02 3s ease-in-out infinite alternate;
}
.subproject__wrapper .content__item#item01 #box2 .item__inner .gap10 {
  width: 24.384787472%;
  left: 30%;
  top: 65%;
  z-index: 2;
  animation: fuwafuwa03 3s ease-in-out infinite alternate;
}
.subproject__wrapper .content__item#item01 #box2 .item__inner .gap11 {
  width: 16.3310961969%;
  right: 32%;
  top: 79%;
  z-index: 2;
  animation: fuwafuwa04 3s ease-in-out infinite alternate;
}
.subproject__wrapper .content__item#item01 #box2 .item__inner .gap12 {
  width: 22.3713646532%;
  right: 8%;
  top: 60%;
  animation: fuwafuwa01 3s ease-in-out infinite alternate;
}
.subproject__wrapper .content__item#item01 #box3 .item__inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.subproject__wrapper .content__item#item01 #box3 .item__inner .main__img {
  width: 20.8053691275%;
  display: flex;
  position: relative;
  z-index: 999999999;
}
.subproject__wrapper .content__item#item01 #box3 .item__inner .gap {
  position: absolute;
  display: flex;
}
.subproject__wrapper .content__item#item01 #box3 .item__inner .gap01 {
  width: 18.8478747204%;
  left: 15%;
  top: 5%;
  z-index: 1;
  animation: fuwafuwa01 3s ease-in-out infinite alternate;
}
.subproject__wrapper .content__item#item01 #box3 .item__inner .gap02 {
  width: 30.3691275168%;
  left: 24%;
  top: 9%;
  animation: fuwafuwa02 3s ease-in-out infinite alternate;
}
.subproject__wrapper .content__item#item01 #box3 .item__inner .gap03 {
  width: 22.3713646532%;
  right: 26%;
  top: 24%;
  z-index: 2;
  animation: fuwafuwa03 3s ease-in-out infinite alternate;
}
.subproject__wrapper .content__item#item01 #box3 .item__inner .gap04 {
  width: 16.7785234899%;
  right: 19%;
  top: 12%;
  z-index: 2;
  animation: fuwafuwa04 3s ease-in-out infinite alternate;
}
.subproject__wrapper .content__item#item01 #box3 .item__inner .gap05 {
  width: 21.5883668904%;
  left: 6%;
  top: 32%;
  z-index: 2;
  animation: fuwafuwa04 3s ease-in-out infinite alternate;
}
.subproject__wrapper .content__item#item01 #box3 .item__inner .gap06 {
  width: 27.4049217002%;
  left: 16%;
  top: 41%;
  z-index: 1;
  animation: fuwafuwa03 3s ease-in-out infinite alternate;
}
.subproject__wrapper .content__item#item01 #box3 .item__inner .gap07 {
  width: 27.1812080537%;
  right: 21%;
  top: 49%;
  animation: fuwafuwa02 3s ease-in-out infinite alternate;
}
.subproject__wrapper .content__item#item01 #box3 .item__inner .gap08 {
  width: 13.8143176734%;
  right: 16%;
  top: 36%;
  z-index: 2;
  animation: fuwafuwa01 3s ease-in-out infinite alternate;
}
.subproject__wrapper .content__item#item01 #box3 .item__inner .gap09 {
  width: 14.2617449664%;
  left: 10%;
  top: 68%;
  z-index: 2;
  animation: fuwafuwa02 3s ease-in-out infinite alternate;
}
.subproject__wrapper .content__item#item01 #box3 .item__inner .gap10 {
  width: 24.384787472%;
  left: 30%;
  top: 65%;
  z-index: 2;
  animation: fuwafuwa03 3s ease-in-out infinite alternate;
}
.subproject__wrapper .content__item#item01 #box3 .item__inner .gap11 {
  width: 16.3310961969%;
  right: 32%;
  top: 79%;
  z-index: 2;
  animation: fuwafuwa04 3s ease-in-out infinite alternate;
}
.subproject__wrapper .content__item#item01 #box3 .item__inner .gap12 {
  width: 22.3713646532%;
  right: 8%;
  top: 60%;
  animation: fuwafuwa01 3s ease-in-out infinite alternate;
}
.subproject__wrapper .content__item#item02 #box4 .item__inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -32rem;
}
.subproject__wrapper .content__item#item02 #box4 .item__inner .main__img {
  width: 22.7628635347%;
  display: flex;
  position: relative;
  z-index: 999999999;
}
.subproject__wrapper .content__item#item02 #box4 .item__inner .gap {
  position: absolute;
  display: flex;
}
.subproject__wrapper .content__item#item02 #box4 .item__inner .gap01 {
  width: 14.1498881432%;
  left: 19%;
  top: 33%;
  z-index: 1;
  animation: fuwafuwa01 3s ease-in-out infinite alternate;
}
.subproject__wrapper .content__item#item02 #box4 .item__inner .gap02 {
  width: 13.5346756152%;
  left: 29%;
  top: 20%;
  animation: fuwafuwa02 3s ease-in-out infinite alternate;
}
.subproject__wrapper .content__item#item02 #box4 .item__inner .gap03 {
  width: 17.7293064877%;
  right: 42%;
  top: 3%;
  z-index: 2;
  animation: fuwafuwa03 3s ease-in-out infinite alternate;
}
.subproject__wrapper .content__item#item02 #box4 .item__inner .gap04 {
  width: 17.7293064877%;
  right: 28%;
  top: 12%;
  z-index: 1;
  animation: fuwafuwa04 3s ease-in-out infinite alternate;
}
.subproject__wrapper .content__item#item02 #box4 .item__inner .gap05 {
  width: 12.8635346756%;
  right: 19%;
  top: 32%;
  z-index: 2;
  animation: fuwafuwa04 3s ease-in-out infinite alternate;
}
.subproject__wrapper .content__item#item02 #box4 .item__inner .gap06 {
  width: 15.8836689038%;
  left: 28%;
  top: 57%;
  z-index: 1;
  animation: fuwafuwa03 3s ease-in-out infinite alternate;
}
.subproject__wrapper .content__item#item02 #box4 .item__inner .gap07 {
  width: 17.1700223714%;
  right: 40%;
  top: 57%;
  animation: fuwafuwa02 3s ease-in-out infinite alternate;
}
.subproject__wrapper .content__item#item02 #box4 .item__inner .gap08 {
  width: 14.1498881432%;
  right: 30%;
  top: 61%;
  z-index: 1;
  animation: fuwafuwa01 3s ease-in-out infinite alternate;
}
.subproject__wrapper .content__item#item02 #box5 .item__inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -32rem;
}
.subproject__wrapper .content__item#item02 #box5 .item__inner .main__img {
  width: 25.5592841163%;
  display: flex;
  position: relative;
  z-index: 999999999;
}
.subproject__wrapper .content__item#item02 #box5 .item__inner .gap {
  position: absolute;
  display: flex;
}
.subproject__wrapper .content__item#item02 #box5 .item__inner .gap01 {
  width: 14.7091722595%;
  left: 19%;
  top: 33%;
  z-index: 1;
  animation: fuwafuwa01 3s ease-in-out infinite alternate;
}
.subproject__wrapper .content__item#item02 #box5 .item__inner .gap02 {
  width: 23.6577181208%;
  left: 29%;
  top: 20%;
  animation: fuwafuwa02 3s ease-in-out infinite alternate;
}
.subproject__wrapper .content__item#item02 #box5 .item__inner .gap03 {
  width: 17.7293064877%;
  right: 42%;
  top: 3%;
  z-index: 2;
  animation: fuwafuwa03 3s ease-in-out infinite alternate;
}
.subproject__wrapper .content__item#item02 #box5 .item__inner .gap04 {
  width: 17.7293064877%;
  right: 28%;
  top: 12%;
  z-index: 2;
  animation: fuwafuwa04 3s ease-in-out infinite alternate;
}
.subproject__wrapper .content__item#item02 #box5 .item__inner .gap05 {
  width: 20.6935123043%;
  right: 19%;
  top: 32%;
  z-index: 2;
  animation: fuwafuwa04 3s ease-in-out infinite alternate;
}
.subproject__wrapper .content__item#item02 #box5 .item__inner .gap06 {
  width: 15.8836689038%;
  left: 28%;
  top: 57%;
  z-index: 1;
  animation: fuwafuwa03 3s ease-in-out infinite alternate;
}
.subproject__wrapper .content__item#item02 #box5 .item__inner .gap07 {
  width: 17.1700223714%;
  right: 40%;
  top: 57%;
  animation: fuwafuwa02 3s ease-in-out infinite alternate;
}
.subproject__wrapper .content__item#item02 #box5 .item__inner .gap08 {
  width: 14.1498881432%;
  left: 18%;
  top: 83%;
  z-index: 2;
  animation: fuwafuwa01 3s ease-in-out infinite alternate;
}
.subproject__wrapper .content__item#item02 #box5 .item__inner .gap09 {
  width: 14.2617449664%;
  left: 10%;
  top: 68%;
  z-index: 2;
  animation: fuwafuwa02 3s ease-in-out infinite alternate;
}
.subproject__wrapper .content__item#item02 #box5 .item__inner .gap10 {
  width: 13.1991051454%;
  left: 60%;
  top: 65%;
  z-index: 2;
  animation: fuwafuwa03 3s ease-in-out infinite alternate;
}
.subproject__wrapper .content__item#item02 #box5 .item__inner .gap11 {
  width: 16.3310961969%;
  right: 28%;
  top: 79%;
  z-index: 2;
  animation: fuwafuwa04 3s ease-in-out infinite alternate;
}
.subproject__wrapper .content__item#item02 #box5 .item__inner .gap12 {
  width: 22.3713646532%;
  right: 8%;
  top: 60%;
  animation: fuwafuwa01 3s ease-in-out infinite alternate;
}
.subproject__wrapper .content__item#item02 #box5 .item__inner .gap13 {
  width: 11.1856823266%;
  right: 8%;
  top: 90%;
  animation: fuwafuwa01 3s ease-in-out infinite alternate;
}
.subproject__wrapper .content__item#item02 #box6 .item__inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -40rem;
}
.subproject__wrapper .content__item#item02 #box6 .item__inner .main__img {
  width: 29.4742729306%;
  display: flex;
  position: relative;
  z-index: 999999999;
}
.subproject__wrapper .content__item#item02 #box6 .item__inner .gap {
  position: absolute;
  display: flex;
}
.subproject__wrapper .content__item#item02 #box6 .item__inner .gap01 {
  width: 32.9977628635%;
  left: 15%;
  top: 19%;
  z-index: 1;
  animation: fuwafuwa01 3s ease-in-out infinite alternate;
}
.subproject__wrapper .content__item#item02 #box6 .item__inner .gap02 {
  width: 15.6599552573%;
  left: 41%;
  top: 3%;
  z-index: 3;
  animation: fuwafuwa02 3s ease-in-out infinite alternate;
}
.subproject__wrapper .content__item#item02 #box6 .item__inner .gap03 {
  width: 29.5302013423%;
  right: 16%;
  top: 13%;
  z-index: 2;
  animation: fuwafuwa03 3s ease-in-out infinite alternate;
}
.subproject__wrapper .content__item#item02 #box6 .item__inner .gap04 {
  width: 12.0246085011%;
  left: 19%;
  top: 40%;
  z-index: 3;
  animation: fuwafuwa04 3s ease-in-out infinite alternate;
}
.subproject__wrapper .content__item#item02 #box6 .item__inner .gap05 {
  width: 15.6599552573%;
  left: 29%;
  top: 32%;
  z-index: 2;
  animation: fuwafuwa04 3s ease-in-out infinite alternate;
}
.subproject__wrapper .content__item#item02 #box6 .item__inner .gap06 {
  width: 24.8881431767%;
  right: 20%;
  top: 46%;
  z-index: 3;
  animation: fuwafuwa03 3s ease-in-out infinite alternate;
}
.subproject__wrapper .content__item#item02 #box6 .item__inner .gap07 {
  width: 19.966442953%;
  left: 21%;
  top: 71%;
  z-index: 4;
  animation: fuwafuwa02 3s ease-in-out infinite alternate;
}
.subproject__wrapper .content__item#item02 #box6 .item__inner .gap08 {
  width: 32.774049217%;
  right: 34%;
  top: 60%;
  z-index: 1;
  animation: fuwafuwa01 3s ease-in-out infinite alternate;
}

/*========= レイアウトのためのCSS ===============*/
.box01 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #e2e6e9;
  position: relative;
}

.box02 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #e2e6e9;
}

.pagination {
  position: fixed;
  right: 20rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1em;
  z-index: 10;
  list-style: none;
}

.pagination a {
  display: block;
  height: 20rem;
  margin-bottom: 5rem;
  color: #636E7F;
  position: relative;
  padding: 4rem;
}

.pagination a.active:after {
  box-shadow: inset 0 0 0 5rem;
}

/*現在地表示のテキストの設定*/
.pagination a .hover-text {
  position: absolute;
  right: 15rem;
  top: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
  padding-right: 15rem;
}

.pagination a:hover .hover-text {
  opacity: 1;
}

.pagination a:after {
  transition: box-shadow 0.5s ease;
  width: 10rem;
  height: 10rem;
  display: block;
  border: 1rem solid;
  border-radius: 50%;
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  right: 3rem;
  bottom: 0;
}

.pagination02 {
  position: fixed;
  right: 20rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1em;
  z-index: 10;
  list-style: none;
}

.pagination02 a {
  display: block;
  height: 20rem;
  margin-bottom: 5rem;
  color: #636E7F;
  position: relative;
  padding: 4rem;
}

.pagination02 a.active:after {
  box-shadow: inset 0 0 0 5rem;
}

/*現在地表示のテキストの設定*/
.pagination02 a .hover-text {
  position: absolute;
  right: 15rem;
  top: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
  padding-right: 15rem;
}

.pagination02 a:hover .hover-text {
  opacity: 1;
}

.pagination02 a:after {
  transition: box-shadow 0.5s ease;
  width: 10rem;
  height: 10rem;
  display: block;
  border: 1rem solid;
  border-radius: 50%;
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  right: 3rem;
  bottom: 0;
}

.modal__wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  display: none;
}
.modal__wrapper.her .content__inner {
  width: 800rem;
  max-height: 80svh;
}
.modal__wrapper.her .content__inner img {
  height: auto;
}
.modal__wrapper.ver .content__inner {
  width: auto;
  height: 80svh;
}
.modal__wrapper.ver .content__inner > img {
  -o-object-fit: contain;
     object-fit: contain;
}
.modal__wrapper .overlay {
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.7;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.modal__wrapper .content__inner {
  width: 700rem;
  display: flex;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.modal__wrapper .content__inner .close__btn {
  width: 24rem;
  display: flex;
  position: absolute;
  right: -26rem;
  top: -26rem;
  cursor: pointer;
}

@media screen and (max-width: 1600px) {
  html {
    font-size: 0.8px;
  }
}
@media screen and (max-width: 1235px) {
  .version__wrapper .version__item .item__inner .ver__gap04 {
    width: 134rem;
    right: 0;
    top: -224rem;
  }
}
@media screen and (max-width: 1130px) {
  .version__wrapper .version__item .item__inner .ver__gap02 {
    right: 0;
  }
}
@media screen and (max-width: 1000px) {
  html {
    font-size: 0.7px;
  }
  .version__wrapper .version__item .item__inner .ver__gap03 {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 0.13333333vw;
  }
  header {
    padding: 0;
    height: 80rem;
  }
  header .logo .b__logo {
    display: flex;
  }
  header .logo .w__logo {
    display: none;
  }
  header.open.sub .logo .b__logo {
    display: none;
  }
  header.open.sub .logo .w__logo {
    display: flex;
  }
  header.open .logo .b__logo {
    display: none;
  }
  header.open .logo .w__logo {
    display: flex;
  }
  header .logo {
    margin-left: 25rem;
  }
  .sp-menu {
    width: 80rem;
    height: 80rem;
    background: #677284;
    position: relative;
    z-index: 2;
  }
  .sp-menu.open span:nth-child(1) {
    top: 40rem;
    transform: translate(-50%) rotate(45deg);
  }
  .sp-menu.open span:nth-child(2) {
    width: 0;
  }
  .sp-menu.open span:nth-child(3) {
    top: 40rem;
    transform: translate(-50%) rotate(-45deg);
  }
  .sp-menu span {
    width: 40rem;
    height: 0px;
    border-bottom: 2rem solid #fff;
    position: absolute;
    left: 50%;
    top: 27rem;
    transform: translate(-50%);
    transition: 0.3s;
  }
  .sp-menu span + span {
    top: 40rem;
  }
  .sp-menu span + span + span {
    top: 53rem;
  }
  .main__view {
    overflow: hidden;
  }
  .main__view .bg {
    width: 230%;
    left: 50%;
    top: 0;
    transform: translate(-50%);
  }
  .main__view .char__images {
    width: 100%;
  }
  .main__view .t-lbl {
    font-size: 36rem;
    letter-spacing: 0;
    margin-top: 53rem;
  }
  .main__view .c__txt {
    font-size: 24rem;
    letter-spacing: 0.06em;
    line-height: 50rem;
    margin-top: 40rem;
  }
  .main__view .sub-text__wrapper {
    position: relative;
    padding-bottom: 250rem;
  }
  .mans {
    width: 347.68rem;
    margin: auto;
    margin-top: -230rem;
    position: relative;
    z-index: 2;
  }
  .line-version__wrapper {
    margin-top: 300rem;
  }
  .line-version__wrapper .subtext02 {
    justify-content: left;
  }
  .line-version__wrapper .subtext02 .text02 {
    padding-left: 60rem;
  }
  .line-version__wrapper .gap02 {
    top: -113rem;
  }
  .line-version__wrapper .gap07 {
    top: -23rem;
    right: 144rem;
    z-index: 1;
  }
  .line-version__wrapper .gap04 {
    top: 254rem;
    left: 92rem;
  }
  .line-version__wrapper .gap06 {
    top: -132rem;
    right: 209rem;
  }
  .line-version__wrapper .gap08 {
    width: 140rem;
    top: 361rem;
    right: 122rem;
  }
  .line-version__wrapper .detail__text p {
    font-size: 20rem;
    letter-spacing: 0.12em;
    line-height: 36rem;
  }
  .line-version__wrapper .detail__text {
    width: 600rem;
    margin: auto;
    margin-top: 200rem;
  }
  .line-version__wrapper .detail__text p a {
    bottom: -145rem;
    right: 0;
  }
  .project-work {
    width: 640rem;
    margin: auto;
    margin-top: 200rem;
  }
  .project__link .icon {
    width: 76rem;
  }
  .project-work .project__link {
    align-items: flex-end;
  }
  .project-work .project__link .text__inner {
    width: 560rem;
    height: 135rem;
    padding: 0 25rem 0 80rem;
  }
  .project-work .project__link .text__inner .lbl {
    font-size: 31rem;
    line-height: 1.5;
  }
  .project-work .project__link .text__inner .link__btn {
    width: 98rem;
    height: 98rem;
  }
  .project-work .project__link .text__inner .link__btn span {
    font-size: 23rem;
    letter-spacing: 0.16em;
    line-height: 1;
  }
  .project-work .d__text {
    width: 643.06rem;
    height: auto;
    border-radius: 120rem;
    padding: 30rem 60rem;
    margin: -11rem 0 0 0;
  }
  .project-work .d__text span {
    font-size: 20rem;
    letter-spacing: 0.1em;
    line-height: 36rem;
  }
  .project__wrapper .d__txt {
    font-size: 20rem;
    letter-spacing: 0.04em;
    line-height: 36rem;
  }
  .project__wrapper .project__items {
    width: 95%;
    margin: 60rem 0 0 auto;
    display: block;
  }
  .project__wrapper .project__items .p__items {
    width: 100%;
  }
  .project__wrapper .project__items .mark__inner {
    width: 95%;
    margin: initial;
    margin-top: 60rem;
  }
  footer {
    background: white;
    padding: 60rem 0 50rem;
  }
  footer .lbl {
    font-size: 22rem;
    letter-spacing: 0.18em;
    line-height: 1.5;
  }
  footer .contact__items {
    width: 460rem;
    margin: auto;
    margin-top: 10rem;
    display: block;
  }
  footer .contact__items .c__item .f__logo {
    width: 304rem;
  }
  footer .contact__items .c__item .address__txt {
    font-size: 18rem;
    line-height: 21rem;
  }
  footer .contact__items .c__item {
    padding: 30rem 0 30rem;
    border-right: 0;
    border-bottom: 1rem solid #677284;
  }
  footer .contact__items .c__item:first-child {
    padding-top: 0;
    border-bottom: 0;
  }
  footer .contact__items .c__item:nth-child(3) {
    border-bottom: 0;
  }
  footer .contact__items .c__item .lbl__mark {
    font-size: 22rem;
    letter-spacing: 0.06em;
    line-height: 32rem;
  }
  footer .contact__items .c__item .lbl__mark:before {
    width: 16rem;
    height: 16rem;
    left: -25rem;
  }
  footer .contact__items .c__item .lbl__mark:after {
    width: 16rem;
    height: 16rem;
    right: -25rem;
  }
  footer .contact__items .c__item .tel {
    font-size: 53rem;
    margin-top: 10rem;
  }
  footer .contact__items .c__item .contact__btn .icon {
    width: 60rem;
  }
  footer .contact__items .c__item .contact__btn .lbl {
    font-weight: bold;
    font-size: 22rem;
  }
  footer .contact__items .c__item .contact__btn {
    margin-top: 15rem;
  }
  footer .contact__items .f__mans {
    width: 250rem;
    margin: auto;
  }
  footer .footer-menu {
    width: 600rem;
    margin: auto;
    margin-top: 60rem;
    flex-wrap: wrap;
    justify-content: left;
  }
  footer .footer-menu li {
    width: 33.3333333333%;
    margin-bottom: 14rem;
  }
  footer .footer-menu li:nth-child(3) {
    padding-left: 32rem;
  }
  footer .footer-menu li a {
    font-size: 27rem;
    letter-spacing: 0.18em;
    line-height: 1.5;
  }
  footer .copyright {
    font-weight: 500;
    font-size: 20rem;
    letter-spacing: 0.04em;
    line-height: 1.5;
    margin-top: 40rem;
    text-align: center;
    color: #677284;
    position: relative;
    bottom: auto;
    right: auto;
  }
  .main__view .subtext01 {
    padding-left: 186rem;
  }
  header ul {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    padding-top: 260rem;
    background: #677284;
    z-index: 2;
    display: none;
  }
  header ul li {
    text-align: center;
    padding: 30rem 0;
  }
  header ul li a {
    color: white;
    font-size: 28rem;
    letter-spacing: 0.18em;
    line-height: 1.5;
  }
  header.move {
    padding: 0;
  }
  .subview {
    width: 100%;
    height: 423.55rem;
    background: url(../img/subview_sp.png);
    background-size: 100% 100%;
  }
  .subtitle__wrapper {
    padding-top: 160rem;
  }
  .subview .gap01 {
    width: 216rem;
    position: absolute;
    left: 28rem;
    bottom: -53rem;
  }
  .subview .gap02 {
    width: 214rem;
    position: absolute;
    right: 49rem;
    bottom: -101rem;
  }
  header.sub .logo .b__logo {
    display: none;
  }
  header.sub .logo .w__logo {
    display: flex;
  }
  .company__wrapper .company__info {
    width: 620rem;
    margin: auto;
    margin-top: 30rem;
  }
  .company__wrapper .c__logo {
    margin-left: 44rem;
  }
  .company__wrapper .company__info table tr td {
    font-size: 24rem;
  }
  .company__wrapper .company__info table tr {
    display: grid;
  }
  .company__wrapper .company__info table tr td:first-child {
    width: 100%;
    padding-bottom: 0;
  }
  .company__wrapper .company__info table tr td:last-child {
    padding-top: 5rem;
  }
  .company__wrapper .company__map {
    height: 500rem;
    margin-top: 35rem;
  }
  header.open.sub.move ul li a {
    color: white;
  }
  .subview .gap02.c05 {
    width: 275rem;
    position: absolute;
    right: 49rem;
    bottom: -55rem;
  }
  .contact__wrapper {
    width: 620rem;
    margin: auto;
    margin-top: 250rem;
    margin-bottom: 50rem;
  }
  .contact__wrapper .contact__steps .step .icon {
    width: 27rem;
    height: 27rem;
  }
  .contact__wrapper .contact__steps .step .lbl {
    position: absolute;
    width: 100%;
    font-size: 24rem;
    margin-top: 11rem;
  }
  .contact__wrapper .contact__steps .step {
    position: relative;
    width: 80rem;
    height: 56rem;
  }
  .contact__wrapper .contact__steps .dot__line {
    width: 190.72rem;
    position: relative;
    top: -13rem;
  }
  .contact__wrapper .contact__frame table tr td {
    font-size: 24rem;
    padding: 25rem 0;
  }
  .contact__wrapper .contact__frame table tr {
    display: grid;
  }
  .contact__wrapper .contact__frame table tr:last-child td {
    padding: 0;
  }
  .contact__wrapper .contact__frame table tr td:first-child {
    width: 100%;
    padding-bottom: 0;
  }
  .contact__wrapper .contact__frame table tr td:last-child {
    padding-top: 15rem;
  }
  .contact__wrapper .contact__frame table tr:first-child td {
    padding-bottom: 30rem;
  }
  .contact__wrapper .contact__frame table tr td span.required {
    font-size: 13rem;
    border-radius: 7rem;
    padding: 4rem 13rem;
  }
  .contact__wrapper .contact__frame table tr td input[type=text], .contact__wrapper .contact__frame table tr td input[type=email], .contact__wrapper .contact__frame table tr td input[type=tel] {
    width: 100%;
    height: 80rem;
    border-radius: 10rem;
    font-size: 26rem;
  }
  .contact__wrapper .contact__frame table tr td textarea {
    width: 100%;
    height: 150rem;
  }
  .check__wrapper label {
    font-size: 24rem;
  }
  .submit__btn {
    width: 600rem;
    height: 70rem;
    margin-top: 40rem;
    border-radius: 10rem;
    font-size: 24rem;
  }
  .privacy__wrapper {
    margin: 0 auto 50rem;
  }
  .privacy__wrapper .content__inner {
    width: 620rem;
  }
  .privacy__wrapper dl dd {
    font-size: 20rem;
    line-height: 1.6;
    margin: 0;
    margin-bottom: 40rem;
  }
  .privacy__wrapper dl dt {
    font-size: 24rem;
  }
  .version__wrapper .version__item .item__inner {
    width: 620rem;
  }
  .version__wrapper .version__item .item__inner .content__text {
    width: 100%;
  }
  .version__wrapper .version__item .item__inner .content__text p {
    font-size: 24rem;
  }
  .version__wrapper .version__item .item__inner .ver__gap01 {
    margin-top: 70rem;
    position: relative;
    right: auto;
    top: auto;
  }
  .version__wrapper .version__item .item__inner .ver__gap02 {
    width: 270rem;
    top: -140rem;
    margin: 0 0 0 auto;
    right: auto;
    display: flex;
    position: relative;
  }
  .version__wrapper .version__item {
    margin-bottom: 100rem;
  }
  .version__wrapper .version__item .item__inner .ver__gap03 {
    width: 220rem;
    display: flex;
    position: relative;
    left: auto;
    top: auto;
    margin-bottom: 150rem;
  }
  .version__wrapper .version__item .item__inner .content__text .mark__lbl {
    font-size: 24rem;
    letter-spacing: 0.02em;
    line-height: 1.5;
    padding: 8rem 46rem;
    margin: 40rem 0 18rem;
    display: inline-block;
    text-align: center;
    color: #fff;
    border-radius: 23rem;
  }
  .version__wrapper .version__item .back__img {
    width: 600rem;
    position: relative;
    right: 0;
    top: auto;
    margin: 80rem 0 0 auto;
  }
  .subview .gap02.c06 {
    right: 40rem;
    bottom: -136rem;
  }
  .subproject__wrapper {
    margin-top: 320rem;
  }
  .subproject__wrapper .submenu li {
    padding: 0 90rem;
  }
  .subproject__wrapper .submenu li:first-child {
    padding-left: 0;
  }
  .subproject__wrapper .submenu li:last-child {
    padding-right: 0;
  }
  .subproject__wrapper .submenu {
    width: 600rem;
    margin: auto;
    margin-bottom: 150rem;
  }
  .subproject__wrapper .content__item section {
    overflow: hidden;
  }
  .subproject__wrapper .content__item .item__inner {
    transform: scale(1);
  }
  .subproject__wrapper .content__item#item01 #box1 .item__inner .main__img {
    width: 517rem;
  }
  .subproject__wrapper .content__item#item01 #box1 .item__inner .gap02 {
    width: 543rem;
    left: -17%;
    top: 16%;
  }
  .subproject__wrapper .content__item#item01 #box1 .item__inner .gap01 {
    width: 337rem;
    left: 11%;
    top: 7%;
  }
  .subproject__wrapper .content__item#item01 #box1 .item__inner .gap04 {
    width: 300rem;
    right: 19%;
    top: 16%;
  }
  .subproject__wrapper .content__item#item01 #box1 .item__inner .gap03 {
    width: 400rem;
    right: -9%;
    top: 29%;
  }
  .subproject__wrapper .content__item#item01 #box1 .item__inner .gap05 {
    width: 386rem;
    left: 4%;
    top: 78%;
  }
  .subproject__wrapper .content__item#item01 #box1 .item__inner .gap06 {
    width: 300rem;
    left: -3%;
    top: 42%;
  }
  .subproject__wrapper .content__item#item01 #box1 .item__inner .gap07 {
    width: 400rem;
    right: -16%;
    top: 47%;
  }
  .subproject__wrapper .content__item#item01 #box1 .item__inner .gap08 {
    width: 277rem;
    right: 2%;
    top: 65%;
  }
  .subproject__wrapper .content__item#item01 #box1 .item__inner .gap09 {
    width: 351rem;
    left: -9%;
    top: 55%;
  }
  .subproject__wrapper .content__item#item01 #box1 .item__inner .gap10 {
    width: 299rem;
    left: 30%;
    top: 63%;
  }
  .subproject__wrapper .content__item#item01 #box1 .item__inner .gap11 {
    width: 288rem;
  }
  .subproject__wrapper .content__item#item01 #box1 .item__inner .gap12 {
    width: 300rem;
    right: 60%;
    top: 70%;
    z-index: 2;
  }
  .subproject__wrapper .content__item#item01 #box2 .item__inner .main__img {
    width: 530rem;
  }
  .subproject__wrapper .content__item#item01 #box2 .item__inner .gap02 {
    width: 543rem;
    left: -17%;
    top: 16%;
  }
  .subproject__wrapper .content__item#item01 #box2 .item__inner .gap01 {
    width: 337rem;
    left: 11%;
    top: 7%;
  }
  .subproject__wrapper .content__item#item01 #box2 .item__inner .gap04 {
    width: 300rem;
    right: 19%;
    top: 16%;
  }
  .subproject__wrapper .content__item#item01 #box2 .item__inner .gap03 {
    width: 400rem;
    right: -9%;
    top: 29%;
  }
  .subproject__wrapper .content__item#item01 #box2 .item__inner .gap05 {
    width: 386rem;
    left: -6%;
    top: 70%;
  }
  .subproject__wrapper .content__item#item01 #box2 .item__inner .gap06 {
    width: 300rem;
    left: -3%;
    top: 42%;
  }
  .subproject__wrapper .content__item#item01 #box2 .item__inner .gap07 {
    width: 400rem;
    right: -16%;
    top: 47%;
  }
  .subproject__wrapper .content__item#item01 #box2 .item__inner .gap08 {
    width: 277rem;
    right: 2%;
    top: 65%;
  }
  .subproject__wrapper .content__item#item01 #box2 .item__inner .gap09 {
    width: 351rem;
    left: -9%;
    top: 55%;
  }
  .subproject__wrapper .content__item#item01 #box2 .item__inner .gap10 {
    width: 299rem;
    left: 30%;
    top: 63%;
  }
  .subproject__wrapper .content__item#item01 #box2 .item__inner .gap11 {
    width: 288rem;
  }
  .subproject__wrapper .content__item#item01 #box2 .item__inner .gap12 {
    width: 300rem;
    right: 6%;
    top: 74%;
    z-index: 2;
  }
  .subproject__wrapper .content__item#item01 #box3 .item__inner .main__img {
    width: 380rem;
  }
  .subproject__wrapper .content__item#item01 #box3 .item__inner .gap02 {
    width: 543rem;
    left: -17%;
    top: 16%;
  }
  .subproject__wrapper .content__item#item01 #box3 .item__inner .gap01 {
    width: 337rem;
    left: 11%;
    top: 7%;
  }
  .subproject__wrapper .content__item#item01 #box3 .item__inner .gap04 {
    width: 300rem;
    right: 19%;
    top: 16%;
  }
  .subproject__wrapper .content__item#item01 #box3 .item__inner .gap03 {
    width: 400rem;
    right: -9%;
    top: 29%;
  }
  .subproject__wrapper .content__item#item01 #box3 .item__inner .gap05 {
    width: 386rem;
    left: -6%;
    top: 70%;
  }
  .subproject__wrapper .content__item#item01 #box3 .item__inner .gap06 {
    width: 300rem;
    left: -3%;
    top: 42%;
  }
  .subproject__wrapper .content__item#item01 #box3 .item__inner .gap07 {
    width: 400rem;
    right: -16%;
    top: 47%;
  }
  .subproject__wrapper .content__item#item01 #box3 .item__inner .gap08 {
    width: 277rem;
    right: 2%;
    top: 65%;
  }
  .subproject__wrapper .content__item#item01 #box3 .item__inner .gap09 {
    width: 351rem;
    left: -9%;
    top: 55%;
  }
  .subproject__wrapper .content__item#item01 #box3 .item__inner .gap10 {
    width: 299rem;
    left: 30%;
    top: 63%;
  }
  .subproject__wrapper .content__item#item01 #box3 .item__inner .gap11 {
    width: 288rem;
    top: 76rem;
  }
  .subproject__wrapper .content__item#item01 #box3 .item__inner .gap12 {
    width: 300rem;
    right: 6%;
    top: 74%;
    z-index: 2;
  }
  .subproject__wrapper .content__item#item02 #box4 .item__inner .main__img {
    width: 407rem;
  }
  .subproject__wrapper .content__item#item02 #box4 .item__inner .gap03 {
    width: 317rem;
    right: 28%;
    top: 14%;
  }
  .subproject__wrapper .content__item#item02 #box4 .item__inner .gap01 {
    width: 250rem;
    left: 19%;
    top: 71%;
  }
  .subproject__wrapper .content__item#item02 #box4 .item__inner .gap05 {
    width: 230rem;
    right: 19%;
    top: 69%;
  }
  .subproject__wrapper .content__item#item02 #box4 .item__inner .gap02 {
    width: 242rem;
    left: -1%;
    top: 20%;
  }
  .subproject__wrapper .content__item#item02 #box4 .item__inner .gap06 {
    width: 284rem;
    left: -3%;
    top: 49%;
  }
  .subproject__wrapper .content__item#item02 #box4 .item__inner .gap07 {
    width: 276rem;
    right: 31%;
    top: 54%;
    z-index: 3;
  }
  .subproject__wrapper .content__item#item02 #box4 .item__inner .gap08 {
    width: 250rem;
    right: -2%;
    top: 45%;
  }
  .subproject__wrapper .content__item#item02 #box4 .item__inner .gap04 {
    width: 317rem;
    right: -3%;
    top: 18%;
  }
  .subproject__wrapper .content__item#item02 #box5 .item__inner .main__img {
    width: 407rem;
  }
  .subproject__wrapper .content__item#item02 #box5 .item__inner .gap03 {
    width: 317rem;
    right: 28%;
    top: 14%;
  }
  .subproject__wrapper .content__item#item02 #box5 .item__inner .gap01 {
    width: 250rem;
    left: 19%;
    top: 71%;
  }
  .subproject__wrapper .content__item#item02 #box5 .item__inner .gap05 {
    width: 275rem;
    right: -2%;
    top: 69%;
  }
  .subproject__wrapper .content__item#item02 #box5 .item__inner .gap02 {
    width: 242rem;
    left: -1%;
    top: 20%;
  }
  .subproject__wrapper .content__item#item02 #box5 .item__inner .gap06 {
    width: 284rem;
    left: -3%;
    top: 49%;
  }
  .subproject__wrapper .content__item#item02 #box5 .item__inner .gap07 {
    width: 276rem;
    right: 31%;
    top: 54%;
    z-index: 3;
  }
  .subproject__wrapper .content__item#item02 #box5 .item__inner .gap08 {
    width: 250rem;
    right: auto;
    left: -4%;
    top: 34%;
  }
  .subproject__wrapper .content__item#item02 #box5 .item__inner .gap04 {
    width: 317rem;
    right: -3%;
    top: 18%;
  }
  .subproject__wrapper .content__item#item02 #box5 .item__inner .gap12 {
    width: 342rem;
    right: -14%;
    top: 49%;
  }
  .subproject__wrapper .content__item#item02 #box5 .item__inner .gap10 {
    width: 312rem;
    left: 58%;
    top: 61%;
  }
  .subproject__wrapper .content__item#item02 #box5 .item__inner .gap13 {
    width: 310rem;
    right: 8%;
    top: 85%;
  }
  .subproject__wrapper .content__item#item02 #box5 .item__inner .gap11 {
    width: 250rem;
    right: 28%;
    top: 79%;
  }
  .subproject__wrapper .content__item#item02 #box6 .item__inner .main__img {
    width: 529rem;
  }
  .subproject__wrapper .content__item#item02 #box6 .item__inner .gap03 {
    width: 463rem;
    right: -16%;
    top: 14%;
  }
  .subproject__wrapper .content__item#item02 #box6 .item__inner .gap01 {
    width: 436rem;
    left: 53%;
    top: 44%;
    z-index: 3;
  }
  .subproject__wrapper .content__item#item02 #box6 .item__inner .gap05 {
    width: 275rem;
    right: -2%;
    top: 51%;
    z-index: 4;
  }
  .subproject__wrapper .content__item#item02 #box6 .item__inner .gap02 {
    width: 242rem;
    left: -1%;
    top: 20%;
  }
  .subproject__wrapper .content__item#item02 #box6 .item__inner .gap06 {
    width: 380rem;
    left: -3%;
    top: 62%;
  }
  .subproject__wrapper .content__item#item02 #box6 .item__inner .gap07 {
    width: 435rem;
    right: -3%;
    left: auto;
    top: 58%;
    z-index: 3;
  }
  .subproject__wrapper .content__item#item02 #box6 .item__inner .gap08 {
    width: 428rem;
    right: auto;
    left: -4%;
    top: 46%;
  }
  .subproject__wrapper .content__item#item02 #box6 .item__inner .gap04 {
    width: 317rem;
    right: 34%;
    left: auto;
    top: 4%;
  }
  .subproject__wrapper .content__item#item02 #box6 .item__inner .gap12 {
    width: 342rem;
    right: -14%;
    top: 49%;
  }
  .subproject__wrapper .content__item#item02 #box6 .item__inner .gap10 {
    width: 312rem;
    left: 58%;
    top: 61%;
  }
  .subproject__wrapper .content__item#item02 #box6 .item__inner .gap13 {
    width: 310rem;
    right: 8%;
    top: 85%;
  }
  .pagination {
    display: none;
  }
  .modal__wrapper.her .content__inner {
    width: 85%;
  }
  .modal__wrapper.ver .content__inner {
    width: 75%;
    height: auto;
  }
  .main__view .char__images .art04 {
    width: 245REM;
    right: 35%;
    top: 0;
  }
  .main__view .char__images .art02 {
    width: 263rem;
    position: absolute;
    left: -23rem;
    bottom: auto;
    top: 97rem;
  }
  .main__view .char__images .art06 {
    width: 282rem;
    position: absolute;
    right: -21rem;
    top: 10%;
  }
  .main__view .char__images .art01 {
    width: 320rem;
    position: absolute;
    left: -9%;
    bottom: 13%;
  }
  .main__view .char__images .art05 {
    width: 320rem;
    position: absolute;
    right: 28%;
    bottom: 30%;
  }
  .main__view .char__images .art03 {
    width: 300rem;
    position: absolute;
    left: 27%;
    bottom: -2%;
  }
  .main__view .scroll-infinity__item--text {
    width: 340vw;
    font-size: 18vw;
  }
  .line-version__wrapper .subtext02 .scroll-infinity__item--text {
    width: 214.333333vw;
    font-size: 18vw;
  }
  footer .contact__items .f__mans.version {
    width: 250rem;
  }
  footer .contact__items .f__mans.project {
    width: 200rem;
  }
  footer .contact__items .f__mans.privacy {
    width: 230rem;
  }
  footer .contact__items .f__mans.contact {
    width: 240rem;
  }
  footer .contact__items .f__mans.company {
    width: 290rem;
  }
  .main__view .char__images .art07 {
    width: 37.598884%;
    position: absolute;
    right: 0%;
    top: 52%;
  }
  .line-version__wrapper .gap09 {
    top: 409rem;
    right: 169rem;
  }
  .project__wrapper {
    padding: 302rem 0 140rem;
  }
  .project__wrapper .project__items .mark__inner .read__link {
    width: 121.5rem;
    height: 121.5rem;
    margin: -143rem 20rem 0 auto;
    position: relative;
    transform: scale(1.2);
  }
  .version__wrapper .version__item .item__inner .ver__gap04 {
    width: 197rem;
    right: 0;
    top: -65rem;
  }
  .contact__wrapper .contact__frame table tr td textarea {
    width: 100%;
    height: 260rem;
    font-size: 26rem;
  }
  .company__wrapper .company__info table tr td a {
    pointer-events: auto;
  }
  .privacy__wrapper .lbl {
    width: 620rem;
    font-size: 30rem;
  }
  .link__btn {
    transform: scale(0.8);
    bottom: -80rem;
    right: 0;
  }
  .subproject__wrapper .content__item#item02 #box5 .item__inner {
    top: -109rem;
  }
  .subproject__wrapper .content__item#item02 #box4 .item__inner {
    top: -86rem;
  }
}/*# sourceMappingURL=style.css.map */