/* -----------------------------------------------------
	RECRUIT PAGE
----------------------------------------------------- */
#kv_visual {
  overflow: hidden;
  background: #e66c2c;
  width: 100%;
  height: 49.702vw;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  #kv_visual {
    height: auto;
  }
}
#kv_visual .heading {
  width: 39%;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #kv_visual .heading {
    width: 90%;
    top: 27%;
  }
}
#kv_visual .heading.fade_in {
  animation: fadeIn 2s ease 1s 1 normal backwards;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translate(-50%, 40px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
#kv_visual .kv_illust {
  width: 132vw;
  position: absolute;
  top: -28%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #kv_visual .kv_illust {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
}
#kv_visual .kv_illust img {
  width: 100%;
}

#project {
  width: 100%;
  position: relative;
  z-index: 4;
  padding: 4rem 0 16rem;
  background: #e66c2c;
}
@media screen and (max-width: 768px) {
  #project {
    padding: 4rem 0 10vw;
  }
}
#project .accordion_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55px;
  margin-top: 0;
  border: 0;
  background: #fff;
}

#project .arrow_btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55px;
  margin-top: 0;
  margin-bottom: 20px;
  border: 0;
  background: #fff;
  border-radius: 3rem;
}

.arrow_btn .btn::after {
  content: "";
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  position: absolute;
  right: 2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/ic-s-arrow.svg) center/contain no-repeat;
}

.accordion_btn-ttl span{
  font-size: 1.5rem;
  line-height: 1;
}


@media screen and (max-width: 768px) {
  #project .accordion_btn {
    padding: 1.6rem;
    height: 13.4vw;
  }
  #project .arrow_btn{
    margin-bottom: 32px;
  }
}
#project .accordion_btn-ttl {
  text-align: center;
  width: 100%;
  display: block;
  font-size: 2.2rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #project .accordion_btn-ttl {
    font-size: 4.3vw;
  }
  #project .accordion_btn-ttl span{
    font-size: 3vw;

  }
}
@media screen and (max-width: 768px) {
  #project .accordion_btn .icon {
    width: 6vw;
    height: 6vw;
    right: 4vw;
  }
  #project .arrow_btn .btn::after{
    width: 6vw;
    height: 6vw;
    right: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #project .accordion_btn .icon:before {
    width: 3.8vw;
    height: 0.9vw;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
  }
}
@media screen and (max-width: 768px) {
  #project .accordion_btn .icon:after {
    width: 3.8vw;
    height: 0.9vw;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
  }
}
@media screen and (max-width: 768px) {
  #project .accordion_btn.open {
    animation: project_radius_sp 0.5s ease 0.4s forwards;
  }
}
@keyframes project_radius_sp {
  0% {
    border-radius: 5.7692307692vw 5.7692307692vw 0 0;
  }
  100% {
    border-radius: 7.6923076923vw;
  }
}
#project .accordion_box {
  border: none;
  padding: 3.7rem 4rem;
}
@media screen and (max-width: 768px) {
  #project .accordion_box {
    padding: 5vw;
  }
}
#project .accordion_box .project_btn-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #project .accordion_box .project_btn-list {
    display: block;
  }
}
#project .accordion_box .project_btn-list__item {
  width: calc((100% - 3rem) / 2);
}
@media screen and (max-width: 768px) {
  #project .accordion_box .project_btn-list__item {
    width: 100%;
  }
}
#project .accordion_box .project_btn-list__item:nth-child(n+3) {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  #project .accordion_box .project_btn-list__item:nth-child(n+3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  #project .accordion_box .project_btn-list__item:nth-child(n+2) {
    margin-top: 3.2vw;
  }
}
#project .accordion_box .project_btn-list__item a {
  display: block;
  position: relative;
  color: #fff;
  width: 100%;
  background-color: #000000;
  border-radius: 100vh;
  text-align: center;
  padding: 0.5em;
}
@media screen and (max-width: 768px) {
  #project .accordion_box .project_btn-list__item a {
    padding: 1.8vw;
    font-size: 3.58974vw;
  }
}
#project .accordion_box .project_btn-list__item a .icon {
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  position: absolute;
  right: 1.8rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #project .accordion_box .project_btn-list__item a .icon {
    width: 3.58974vw;
    right: 3.2vw;
  }
}
#project .accordion_box .project_btn-list__item a .icon:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/project/ic-s-arrow-wh.svg) center/contain no-repeat;
}
#project .project_lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  #project .project_lists {
    display: block;
  }
}
#project .project_lists__item {
  width: calc((100% - 5rem) / 2);
  margin-bottom: 5rem;
  background-color: #fff;
  border-radius: 2rem;
  overflow: hidden;
  display: flex;
}
@media screen and (max-width: 768px) {
  #project .project_lists__item {
    width: 100%;
    border-radius: 3.5vw;
    margin-bottom: 14vw;
  }
}
#project .project_lists__item a {
  display: flex;
  flex-direction: column;
}
#project .project_lists__item .ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 92px;
  font-size: 2.4rem;
  font-weight: 700;
  position: relative;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 1.2rem 0;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #project .project_lists__item .ttl {
    font-size: 5.2vw;
    min-height: 20vw;
  }
}
#project .project_lists__item .ttl small {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #project .project_lists__item .ttl small {
    font-size: 4.2vw;
  }
}
#project .project_lists__item .ttl .icon {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  right: 2rem;
  top: 1.7rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #project .project_lists__item .ttl .icon {
    width: 6vw;
    height: 6vw;
    position: absolute;
    right: 4vw;
    top: 4vw;
  }
}
#project .project_lists__item .ttl .icon:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/project/ic-s-arrow-or.svg) center/contain no-repeat;
}
#project .project_lists__item .content {
  background: #fff;
  padding: 1.8rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  #project .project_lists__item .content {
    padding: 4vw;
  }
}
#project .project_lists__item .content.delay_area {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
#project .project_lists__item .content img {
  width: 100%;
}
#project .project_lists__item .content .txt {
  margin-top: 1.4rem;
  text-align: center;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #project .project_lists__item .content .txt {
    font-size: 4.2vw;
  }
}

#section5 {
  background: #c5c12a;
  position: relative;
  z-index: 3;
}
#section5::before {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  background-color: #00a3c1;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #section5::before {
    display: none;
  }
}
#section5 .inner_wide {
  display: flex;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #section5 .inner_wide {
    flex-direction: column;
    width: 100%;
  }
}
#section5 .jobs, #section5 .member {
  width: 50%;
  padding: 8rem 0;
}
@media screen and (max-width: 768px) {
  #section5 .jobs, #section5 .member {
    width: 100%;
  }
  #section5 .jobs .inner_wrap, #section5 .member .inner_wrap {
    padding: 15.3846153846vw 5.1282051282vw 17.9487179487vw;
  }
}
#section5 .jobs .btn, #section5 .member .btn {
  width: 100%;
}
#section5 .jobs .text, #section5 .member .text {
  font-size: 2rem;
  margin: 3rem auto 1.6rem;
  text-align: center;
}
#section5 .jobs {
  padding-right: 4.5rem;
}
@media screen and (max-width: 768px) {
  #section5 .jobs {
    padding: 0;
    background-color: #00a3c1;
    position: relative;
  }
  #section5 .jobs .inner_wrap {
    background-color: #00a3c1;
  }
}
#section5 .jobs h2 {
  width: 35rem;
  margin: 0 auto 7rem;
}
@media screen and (max-width: 768px) {
  #section5 .jobs h2 {
    width: 90%;
    margin: 0 auto 8vw;
  }
}
#section5 .jobs .img {
  display: flex;
  align-items: center;
  width: 85%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #section5 .jobs .img {
    width: 96%;
  }
}
#section5 .jobs .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 4px solid #000;
  border-radius: 50vw;
  padding: 1.2rem;
  line-height: 1;
  min-height: 5.7rem;
  width: 45.4rem;
  background-color: #c9ebef;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #section5 .jobs .btn {
    border-width: 2px;
    padding: 0;
    min-height: 10.2564102564vw;
    width: 100%;
  }
}
#section5 .jobs .btn img {
  width: 17.4rem;
}
@media screen and (max-width: 768px) {
  #section5 .jobs .btn img {
    width: 38vw;
  }
}
#section5 .jobs .btn::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/common/ic-s-arrow.svg) center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  #section5 .jobs .btn::after {
    width: 3.8461538462vw;
    height: 3.8461538462vw;
    right: 5.1282051282vw;
  }
}
#section5 .jobs .text {
  color: #fff;
}
@media screen and (max-width: 768px) {
  #section5 .jobs .text {
    font-size: 5vw;
  }
}
#section5 .member {
  padding-left: 4.5rem;
}
@media screen and (max-width: 768px) {
  #section5 .member {
    padding: 0;
    background-color: #c5c12a;
    position: relative;
  }
  #section5 .member .inner_wrap {
    background-color: #c5c12a;
  }
}

#section6 {
  position: relative;
  padding: 0;
  overflow: hidden;
  background: #e4f1df;
  height: 68vw;
}
@media screen and (max-width: 768px) {
  #section6 {
    height: 100vh;
  }
}
#section6 .bg_con {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: -11.2vw;
}
@media screen and (max-width: 768px) {
  #section6 .bg_con {
    top: 0;
  }
}
#section6 h2 {
  position: absolute;
  top: 4.76vw;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 20;
  width: 99rem;
  font-size: 4.8rem;
  font-weight: 900;
  text-align: center;
  border-radius: 2rem;
  padding-bottom: 1.25rem;
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 768px) {
  #section6 h2 {
    width: 90%;
    padding: 3.2051282051vw;
    font-size: 8.3333333333vw;
  }
}
#section6 h2 span {
  display: block;
  margin-top: 1rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #section6 h2 span {
    margin-top: 3.8461538462vw;
  }
}
#section6 h2 span img {
  width: 25rem;
}
@media screen and (max-width: 768px) {
  #section6 h2 span img {
    width: 48.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  #section6 h2 {
    top: 7.6923076923vw;
  }
}
#section6 .kumo1 {
  width: 265%;
  left: -18.8%;
  top: 13.2vw;
}
@media screen and (max-width: 768px) {
  #section6 .kumo1 {
    width: 365%;
    top: 60.2vw;
  }
}
#section6 .kumo2 {
  width: 234%;
  top: 17.2vw;
  left: 8.6%;
}
@media screen and (max-width: 768px) {
  #section6 .kumo2 {
    width: 334%;
    top: 66.8vw;
  }
}
#section6 .yama {
  position: absolute;
  top: 24vw;
  left: 0;
  width: 100%;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  #section6 .yama {
    top: 77.4vw;
    left: -23vw;
    width: 152%;
  }
}
#section6 .parts {
  position: absolute;
}
#section6 .parts1 {
  top: 33vw;
  left: 16.8vw;
  width: 82vw;
  z-index: 15;
}
@media screen and (max-width: 768px) {
  #section6 .parts1 {
    top: 91.3vw;
    left: -1.1vw;
    width: 101.4vw;
  }
}
#section6 .parts2 {
  top: 65.8vw;
  left: 16.8vw;
  width: 83.8vw;
}
@media screen and (max-width: 768px) {
  #section6 .parts2 {
    display: none;
  }
}
#section6 .parts7 {
  top: 31.2vw;
  left: 0;
  width: 24.8vw;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  #section6 .parts7 {
    display: none;
  }
}
#section6 .anim {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 10vw;
  z-index: 10;
}
#section6 .anim_area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#section6 .anim1 {
  width: 4vw;
  top: 34vw;
  left: 19.9vw;
}
#section6 .anim1 img {
  width: 200%;
  max-width: inherit;
  animation: anim1 2.5s steps(2) infinite;
}
@media screen and (max-width: 768px) {
  #section6 .anim1 {
    width: 6vw;
    top: 93vw;
    left: 8.3vw;
  }
  #section6 .anim1 img {
    animation: anim1_sp 2.5s steps(2) infinite;
  }
}
@keyframes anim1 {
  to {
    transform: translateX(-8vw);
  }
}
@keyframes anim1_sp {
  to {
    transform: translateX(-12vw);
  }
}
#section6 .anim2 {
  top: 34.2vw;
  left: 47.4vw;
  width: 9.3vw;
}
#section6 .anim2 img {
  width: 200%;
  max-width: inherit;
  animation: anim2 2.5s steps(2) infinite;
}
@keyframes anim2 {
  to {
    transform: translateX(-18.6vw);
  }
}
@media screen and (max-width: 768px) {
  #section6 .anim2 {
    top: 93.1vw;
    left: 50.3vw;
    width: 13.8vw;
  }
  #section6 .anim2 img {
    animation: anim2_sp 2.5s steps(2) infinite;
  }
  @keyframes anim2_sp {
    to {
      transform: translateX(-27.6vw);
    }
  }
}
#section6 .anim3 {
  top: 39.4vw;
  left: 11.35vw;
  width: 11.1vw;
}
#section6 .anim3 img {
  width: 200%;
  max-width: inherit;
  animation: anim3 2.5s steps(2) 2.5s infinite;
}
@keyframes anim3 {
  to {
    transform: translateX(-22.2vw);
  }
}
@media screen and (max-width: 768px) {
  #section6 .anim3 {
    top: 101.1vw;
    left: -4.2vw;
    width: 16.6vw;
  }
  #section6 .anim3 img {
    animation: anim3_sp 2.5s steps(2) infinite;
  }
  @keyframes anim3_sp {
    to {
      transform: translateX(-33.2vw);
    }
  }
}
#section6 .anim3_2 {
  top: 53.4vw;
  left: 68.7vw;
  width: 16.5vw;
  z-index: 15;
}
#section6 .anim3_2 img {
  width: 200%;
  max-width: inherit;
  animation: anim3-2 2.5s steps(2) infinite;
}
@keyframes anim3-2 {
  to {
    transform: translateX(-33vw);
  }
}
@media screen and (max-width: 768px) {
  #section6 .anim3_2 {
    top: 122.8vw;
    left: 82.3vw;
    width: 23.6vw;
  }
  #section6 .anim3_2 img {
    animation: anim3_2_sp 2.5s steps(2) infinite;
  }
  @keyframes anim3_2_sp {
    to {
      transform: translateX(-47.2vw);
    }
  }
}
#section6 .anim4 {
  width: 6.3vw;
  top: 44.4vw;
  left: 56.2vw;
}
#section6 .anim4 img {
  width: 200%;
  max-width: inherit;
  animation: anim4 2.5s steps(2) infinite;
}
@keyframes anim4 {
  to {
    transform: translateX(-12.9vw);
  }
}
@media screen and (max-width: 768px) {
  #section6 .anim4 {
    top: 108.5vw;
    left: 63.1vw;
    width: 9.8vw;
  }
  #section6 .anim4 img {
    animation: anim4_sp 2.5s steps(2) infinite;
  }
  @keyframes anim4_sp {
    to {
      transform: translateX(-19.6vw);
    }
  }
}
#section6 .anim5 {
  width: 4.9vw;
  top: 56.6vw;
  left: 26.9vw;
  z-index: 15;
}
#section6 .anim5 img {
  width: 200%;
  max-width: inherit;
  animation: anim5 4s steps(2) infinite;
}
@keyframes anim5 {
  to {
    transform: translateX(-9.8vw);
  }
}
@media screen and (max-width: 768px) {
  #section6 .anim5 {
    width: 7.4vw;
    top: 127.4vw;
    left: 18.8vw;
  }
  #section6 .anim5 img {
    animation: anim5_sp 2.5s steps(2) infinite;
  }
  @keyframes anim5_sp {
    to {
      transform: translateX(-14.8vw);
    }
  }
}
#section6 .anim6 {
  width: 3.6vw;
  top: 59.6vw;
  left: 35.7vw;
  z-index: 15;
}
#section6 .anim6 img {
  width: 200%;
  max-width: inherit;
  animation: anim6 2.5s steps(2) 2.5s infinite;
}
@keyframes anim6 {
  to {
    transform: translateX(-7.2vw);
  }
}
@media screen and (max-width: 768px) {
  #section6 .anim6 {
    width: 5.6vw;
    top: 131.8vw;
    left: 32vw;
  }
  #section6 .anim6 img {
    animation: anim6_sp 2.5s steps(2) infinite;
  }
  @keyframes anim6_sp {
    to {
      transform: translateX(-11.2vw);
    }
  }
}
#section6 .anim7 {
  width: 3.7vw;
  top: 62.1vw;
  left: 37.4vw;
  z-index: 15;
}
#section6 .anim7 img {
  width: 200%;
  max-width: inherit;
  animation: anim7 2.5s steps(2) infinite;
}
@keyframes anim7 {
  to {
    transform: translateX(-7.4vw);
  }
}
@media screen and (max-width: 768px) {
  #section6 .anim7 {
    width: 5.6vw;
    top: 135.3vw;
    left: 34.9vw;
  }
  #section6 .anim7 img {
    animation: anim7_sp 2.5s steps(2) infinite;
  }
  @keyframes anim7_sp {
    to {
      transform: translateX(-11.2vw);
    }
  }
}
#section6 .anim8 {
  width: 10.7vw;
  top: 57.6vw;
  left: 51.6vw;
}
#section6 .anim8 img {
  width: 200%;
  max-width: inherit;
  animation: anim8 3.5s steps(2) 2.5s infinite;
}
@keyframes anim8 {
  to {
    transform: translateX(-21.4vw);
  }
}
@media screen and (max-width: 768px) {
  #section6 .anim8 {
    width: 16vw;
    top: 128.7vw;
    left: 56.5vw;
  }
  #section6 .anim8 img {
    animation: anim8_sp 2.5s steps(2) infinite;
  }
  @keyframes anim8_sp {
    to {
      transform: translateX(-32vw);
    }
  }
}
#section6 .anim9 {
  width: 4.7vw;
  top: 59.1vw;
  left: 63.5vw;
  z-index: 20;
}
#section6 .anim9 img {
  width: 200%;
  max-width: inherit;
  animation: anim9 4s steps(2) infinite;
}
@keyframes anim9 {
  to {
    transform: translateX(-9.4vw);
  }
}
@media screen and (max-width: 768px) {
  #section6 .anim9 {
    width: 7.2vw;
    top: 130.8vw;
    left: 74.2vw;
  }
  #section6 .anim9 img {
    animation: anim9_sp 2.5s steps(2) infinite;
  }
  @keyframes anim9_sp {
    to {
      transform: translateX(-14.4vw);
    }
  }
}
#section6 .anim10 {
  width: 10.8vw;
  top: 42.9vw;
  left: 63.7vw;
}
#section6 .anim10 img {
  width: 200%;
  max-width: inherit;
  animation: anim10 3s steps(2) infinite;
}
@keyframes anim10 {
  to {
    transform: translateX(-21.6vw);
  }
}
@media screen and (max-width: 768px) {
  #section6 .anim10 {
    width: 16.4vw;
    top: 106.1vw;
    left: 74.8vw;
  }
  #section6 .anim10 img {
    animation: anim10_sp 2.5s steps(2) infinite;
  }
  @keyframes anim10_sp {
    to {
      transform: translateX(-32.8vw);
    }
  }
}
#section6 .anim11 {
  width: 27.8vw;
  top: 32.3vw;
  right: -1.2vw;
  left: auto;
}
#section6 .anim11 img {
  width: 200%;
  max-width: inherit;
  animation: anim11 5s steps(2) infinite;
}
@keyframes anim11 {
  to {
    transform: translateX(-55.6vw);
  }
}
@media screen and (max-width: 768px) {
  #section6 .anim11 {
    width: 43.8vw;
    left: 86.1vw;
    top: 91.4vw;
  }
  #section6 .anim11 img {
    animation: anim11_sp 5s steps(2) infinite;
  }
}
@keyframes anim11_sp {
  to {
    transform: translateX(-87.6vw);
  }
}
#section6 .anim12 {
  width: 4vw;
  top: 35.2vw;
  left: 87.6vw;
}
#section6 .anim12 img {
  width: 200%;
  max-width: inherit;
  animation: anim12 2.5s steps(2) 2.5s infinite;
}
@keyframes anim12 {
  to {
    transform: translateX(-8vw);
  }
}
@media screen and (max-width: 768px) {
  #section6 .anim12 {
    width: 4vw;
    top: 26.9vw;
    left: 86.9vw;
  }
  #section6 .anim12 img {
    animation: anim12_sp 2.5s steps(2) infinite;
  }
  @keyframes anim12_sp {
    to {
      transform: translateX(-8vw);
    }
  }
}
#section6 .anim13 {
  width: 7.4vw;
  top: 47.8vw;
  left: 78vw;
}
#section6 .anim13 img {
  width: 200%;
  max-width: inherit;
  animation: anim13 2.5s steps(2) infinite;
}
@keyframes anim13 {
  to {
    transform: translateX(-14.8vw);
  }
}
@media screen and (max-width: 768px) {
  #section6 .anim13 {
    display: none;
  }
}
#section6 .anim14 {
  width: 6.6vw;
  top: 46.7vw;
  left: 86.1vw;
}
#section6 .anim14 img {
  width: 200%;
  max-width: inherit;
  animation: anim14 2.5s steps(2) infinite;
}
@keyframes anim14 {
  to {
    transform: translateX(-13.2vw);
  }
}
@media screen and (max-width: 768px) {
  #section6 .anim14 {
    display: none;
  }
}
#section6 .anim15 {
  top: 38.28vw;
  left: 48.6vw;
  width: 10vw;
}
#section6 .anim15 img {
  width: 400%;
  max-width: inherit;
  animation: anim15 6s steps(4) infinite;
}
@keyframes anim15 {
  to {
    transform: translateX(-40vw);
  }
}
@media screen and (max-width: 768px) {
  #section6 .anim15 {
    top: 98.65vw;
    left: 51.7vw;
    width: 15.5vw;
  }
  #section6 .anim15 img {
    animation: anim15_sp 2.5s steps(2) infinite;
  }
  @keyframes anim15_sp {
    to {
      transform: translateX(-31vw);
    }
  }
}
#section6 .anim16 {
  top: 74.5vw;
  left: 39.25vw;
  width: 4.3vw;
}
#section6 .anim16 img {
  width: 200%;
  max-width: inherit;
  animation: anim16 2.5s steps(2) infinite;
}
@media screen and (max-width: 768px) {
  #section6 .anim16 {
    top: 153.5vw;
    left: 36.35vw;
    width: 7.3vw;
  }
  #section6 .anim16 img {
    animation: anim16_sp 2.5s steps(2) infinite;
  }
}
@keyframes anim16 {
  to {
    transform: translateX(-8.6vw);
  }
}
@keyframes anim16_sp {
  to {
    transform: translateX(-14.6vw);
  }
}
#section6 .anim17 {
  top: 178.5vw;
  left: 6.3vw;
  width: 6.6vw;
}
#section6 .anim17 img {
  width: 200%;
  max-width: inherit;
  animation: anim17 2.5s steps(2) infinite;
}
@keyframes anim17 {
  to {
    transform: translateX(-13.2vw);
  }
}
#section6 .anim20 {
  top: 70.9vw;
  left: 19.4vw;
  width: 5vw;
}
#section6 .anim20 img {
  width: 400%;
  max-width: inherit;
  animation: anim20 4s steps(4) 1s infinite;
}
@media screen and (max-width: 768px) {
  #section6 .anim20 {
    top: 158.9vw;
    left: 12.4vw;
    width: 8vw;
  }
  #section6 .anim20 img {
    animation: anim20_sp 4s steps(4) 1s infinite;
  }
}
@keyframes anim20 {
  to {
    transform: translateX(-20vw);
  }
}
@keyframes anim20_sp {
  to {
    transform: translateX(-32vw);
  }
}
#section6 .anim21 {
  top: 148.7vw;
  left: 59vw;
  width: 11vw;
  z-index: 30;
}
#section6 .anim21 img {
  width: 200%;
  max-width: inherit;
  animation: anim21 3s steps(2) 1s infinite;
}
@keyframes anim21 {
  to {
    transform: translateX(-22vw);
  }
}
#section6 .floor {
  position: absolute;
  top: 33.6vw;
  left: 11.2vw;
  width: 74.9vw;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  #section6 .floor {
    top: 92.1vw;
    left: -5vw;
    width: 113.9vw;
  }
}
#section6 .floor1 {
  width: 27.8vw;
  top: 45.6vw;
  left: 19.1vw;
  z-index: 12;
}
@media screen and (max-width: 768px) {
  #section6 .floor1 {
    width: 42.6vw;
    top: 110.2vw;
    left: 6.7vw;
  }
}
#section6 .floor2 {
  width: 10.2vw;
  top: 39vw;
  left: 30.5vw;
}
@media screen and (max-width: 768px) {
  #section6 .floor2 {
    width: 15.4vw;
    top: 100.5vw;
    left: 24.6vw;
  }
}
#section6 .floor3 {
  width: 9.25vw;
  top: 41.32vw;
  left: 43.8vw;
}
@media screen and (max-width: 768px) {
  #section6 .floor3 {
    width: 14vw;
    top: 104vw;
    left: 44.7vw;
  }
}
#section6 .floor4 {
  width: 10vw;
  top: 33.4vw;
  left: 56.7vw;
}
@media screen and (max-width: 768px) {
  #section6 .floor4 {
    width: 14.7vw;
    top: 92.1vw;
    left: 64.5vw;
  }
}
#section6 .floor5 {
  width: 14.05vw;
  top: 50vw;
  left: 55.85vw;
  z-index: 12;
}
@media screen and (max-width: 768px) {
  #section6 .floor5 {
    width: 21.6vw;
    top: 117vw;
    left: 62.5vw;
  }
}
#section6 .floor7 {
  width: 5.5vw;
  top: 46.2vw;
  left: 55.9vw;
}
@media screen and (max-width: 768px) {
  #section6 .floor7 {
    width: 7.9vw;
    top: 111.4vw;
    left: 63.5vw;
  }
}
#section6 .floor8 {
  width: 9.4vw;
  top: 35.9vw;
  left: 38.3vw;
}
@media screen and (max-width: 768px) {
  #section6 .floor8 {
    width: 14vw;
    top: 95.9vw;
    left: 36.4vw;
  }
}
#section6 .floor9 {
  width: 7.8vw;
  top: 45vw;
  left: 36.8vw;
}
@media screen and (max-width: 768px) {
  #section6 .floor9 {
    width: 12vw;
    top: 109.5vw;
    left: 34vw;
  }
}
#section6 .floor10 {
  width: 8.65vw;
  top: 39.8vw;
  left: 21.5vw;
}
@media screen and (max-width: 768px) {
  #section6 .floor10 {
    width: 13vw;
    top: 101.8vw;
    left: 11.1vw;
  }
}
#section6 .floor11 {
  width: 5vw;
  top: 52.2vw;
  left: 22.8vw;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  #section6 .floor11 {
    width: 7.8vw;
    top: 120.5vw;
    left: 12.5vw;
  }
}
#section6 .floor12 {
  width: 6.1vw;
  top: 51vw;
  left: 46.1vw;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  #section6 .floor12 {
    width: 9.4vw;
    top: 118.5vw;
    left: 48.1vw;
  }
}