/* -----------------------------------------------------
	COMPANY PAGE
----------------------------------------------------- */
.section {
  text-align: center;
}

#company_kv_visual {
  background: url(../img/company/kv.jpg) no-repeat center center;
  width: 100%;
  height: 52.92vw;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  background-size: 150%;
  -webkit-animation: block 8s forwards;
  animation: block 8s forwards;
}

@media screen and (max-width: 768px) {
  #company_kv_visual {
    background: url(../img/company/kv_sp.jpg) no-repeat center center;
    height: 190.76923vw;
  }
}

#company_kv_visual .lead_box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 5;
}

@media screen and (max-width: 768px) {
  #company_kv_visual .lead_box {
    width: 100%;
  }
}

#company_kv_visual .lead_box .ttl {
  font-size: 3.45238vw;
}

@media screen and (max-width: 768px) {
  #company_kv_visual .lead_box .ttl {
    font-size: 10.25641vw;
  }
}

#company_kv_visual .lead_box .text {
  font-size: 1.78571vw;
  line-height: 1.86667;
  font-weight: 700;
  margin-top: 1.8em;
}

@media screen and (max-width: 768px) {
  #company_kv_visual .lead_box .text {
    margin-top: 5.12821vw;
  }
}

#company_kv_visual .lead_box .text:last-of-type {
  margin-bottom: 2.4em;
}

@media screen and (max-width: 768px) {
  #company_kv_visual .lead_box .text:last-of-type {
    margin-bottom: 10.25641vw;
  }
}

@media screen and (max-width: 768px) {
  #company_kv_visual .lead_box .text {
    font-size: 4.87179vw;
  }
}

#company_kv_visual .lead_box .btn_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-animation-delay: 2.6s;
  animation-delay: 2.6s;
  gap: 30px;
}

@media screen and (max-width: 768px) {
  #company_kv_visual .lead_box .btn_col {
    gap: 5.12821vw;
  }
}

#company_kv_visual .lead_box .btn_col li {
  width: calc(66% / 2);
}

@media screen and (max-width: 768px) {
  #company_kv_visual .lead_box .btn_col li {
    width: 42.82051vw;
  }
}

#company_kv_visual .lead_box .btn_col li a {
  display: inline-block;
}

@-webkit-keyframes block {
  from {
    background-size: 150%;
  }
  to {
    background-size: 120%;
  }
}

@keyframes block {
  from {
    background-size: 150%;
  }
  to {
    background-size: 120%;
  }
}

.fade_in {
  -webkit-animation: fadeIn 2s ease 6s 1 normal backwards;
  animation: fadeIn 2s ease 6s 1 normal backwards;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

#sec_company1 {
  background: #8fcad2;
  border-radius: 8rem 8rem 0 0;
  padding: 8rem 0 14rem;
  margin-top: -3.6em;
  position: relative;
  z-index: 2;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #sec_company1 {
    border-radius: 15.38462vw 15.38462vw 0 0;
    padding: 10.25641vw 0 15.38462vw;
    margin-top: -15.38462vw;
  }
}

#sec_company1 .inner {
  letter-spacing: .06em;
}

#sec_company1 .inner .sec_logo {
  width: 29.7rem;
  margin: 0 auto 3.8rem;
}

@media screen and (max-width: 768px) {
  #sec_company1 .inner .sec_logo {
    width: 42.30769vw;
    margin: 0 auto 5.12821vw;
  }
}

#sec_company1 .inner .ttl {
  width: 55.7rem;
  margin: 0 auto 5rem;
}

@media screen and (max-width: 768px) {
  #sec_company1 .inner .ttl {
    width: 79.35897vw;
    margin: 0 auto 11.53846vw;
  }
}

#sec_company1 .inner .sub_sec {
  background: #fff;
  border-radius: 20px;
  padding: 40px 20px;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@media screen and (max-width: 768px) {
  #sec_company1 .inner .sub_sec {
    border-radius: 2.5641vw;
    padding: 7.69231vw 3.33333vw;
  }
}

#sec_company1 .inner .sub_sec + .sub_sec {
  margin-top: 5rem;
}

@media screen and (max-width: 768px) {
  #sec_company1 .inner .sub_sec + .sub_sec {
    margin-top: 17.94872vw;
  }
}

#sec_company1 .inner .sub_sec .delay_area {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

#sec_company1 .inner .sub_sec .delay_area .sub_sec_ttl {
  margin: 0 auto 2.6rem;
}

@media screen and (max-width: 768px) {
  #sec_company1 .inner .sub_sec .delay_area .sub_sec_ttl {
    margin: 0 auto 3.84615vw;
  }
}

#sec_company1 .inner .sub_sec .delay_area .sub_sec_ttl img {
  height: 6.6rem;
}

@media screen and (max-width: 768px) {
  #sec_company1 .inner .sub_sec .delay_area .sub_sec_ttl img {
    height: 10vw;
  }
}

#sec_company1 .inner .sub_sec .delay_area .text {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.95652;
}

@media screen and (max-width: 768px) {
  #sec_company1 .inner .sub_sec .delay_area .text {
    font-size: 3.71795vw;
  }
}

#sec_company1 .inner .sub_sec .delay_area .text span {
  display: inline-block;
  color: #fff;
  padding: 0 2.4rem;
  margin: 0 1rem 0.8rem 0;
  background: #00a3c2;
}

@media screen and (max-width: 768px) {
  #sec_company1 .inner .sub_sec .delay_area .text span {
    padding: 0 4.61538vw;
    margin: 0 0 2.5641vw 0;
  }
  #sec_company1 .inner .sub_sec .delay_area .text span:last-of-type {
    margin: 0 2.30769vw 1.28205vw 0;
  }
}

@media screen and (min-width: 769px) {
  #sec_company1 .inner .sub_sec .delay_area .text span:first-of-type {
    margin-bottom: 1.5rem;
  }
  #sec_company1 .inner .sub_sec .delay_area .text span:nth-of-type(2) {
    padding: 0 0 0 24px;
    margin: 0;
  }
  #sec_company1 .inner .sub_sec .delay_area .text span:last-of-type {
    padding: 0 24px 0 0;
  }
}

#sec_company1 .inner .sub_sec .delay_area .bg_ttl {
  background: #e5e379;
  border-radius: 20px;
  padding: 10px 0;
  margin: 0 0 3rem;
  font-size: 3.2rem;
}

@media screen and (max-width: 768px) {
  #sec_company1 .inner .sub_sec .delay_area .bg_ttl {
    border-radius: 2.5641vw;
    padding: 2.5641vw 0;
    margin: 0 0 5.12821vw;
    font-size: 5.12821vw;
  }
}

#sec_company1 .inner .sub_sec .delay_area .bg_ttl img {
  vertical-align: sub;
}

@media screen and (max-width: 768px) {
  #sec_company1 .inner .sub_sec .delay_area .bg_ttl img {
    width: 47.82051vw;
    vertical-align: middle;
  }
}

#sec_company1 .inner .sub_sec .delay_area .mt {
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  #sec_company1 .inner .sub_sec .delay_area .mt {
    margin-bottom: 5.12821vw;
  }
}

@media screen and (min-width: 769px) {
  #sec_company1 .inner .sub_sec .delay_area .img_box.add_c {
    display: inline-block;
    width: 60%;
    margin: 0 auto;
  }
}

#sec_company1 .inner .sub_sec .delay_area .slider_area {
  margin: 4rem 0 0;
}

@media screen and (max-width: 768px) {
  #sec_company1 .inner .sub_sec .delay_area .slider_area {
    margin: 7.69231vw 0 0;
    padding: 0 2.5641vw;
  }
}

#sec_company1 .inner .sub_sec .delay_area .slider_area:last-of-type {
  margin: 6.6rem 0 2rem;
}

@media screen and (max-width: 768px) {
  #sec_company1 .inner .sub_sec .delay_area .slider_area:last-of-type {
    margin: 11.53846vw 0 2.5641vw;
  }
}

#sec_company1 .inner .sub_sec .delay_area .slider_area .slider_ttl {
  margin-bottom: 2.4rem;
}

@media screen and (max-width: 768px) {
  #sec_company1 .inner .sub_sec .delay_area .slider_area .slider_ttl {
    margin-bottom: 3.84615vw;
  }
}

#sec_company1 .inner .sub_sec .delay_area .slider_area .slider_ttl img {
  height: 40px;
}

@media screen and (max-width: 768px) {
  #sec_company1 .inner .sub_sec .delay_area .slider_area .slider_ttl img {
    height: 5.76923vw;
  }
}

#sec_company1 .inner .sub_sec .delay_area .slider_area .company_slider {
  width: 88%;
  height: min(45.33vw,476px);
  margin: 0 auto;
}

@media screen and (min-width: 1127px) {
  #sec_company1 .inner .sub_sec .delay_area .slider_area .company_slider {
    height: 476px;
  }
}

@media screen and (max-width: 768px) {
  #sec_company1 .inner .sub_sec .delay_area .slider_area .company_slider {
    width: 100%;
    height: min(82.13vw,640px);
  }
}

#sec_company1 .inner .sub_sec .delay_area .slider_area .company_slider .slick-dots {
  z-index: 2;
  bottom: -1.4em;
}

@media screen and (max-width: 768px) {
  #sec_company1 .inner .sub_sec .delay_area .slider_area .company_slider .slick-dots {
    bottom: -3.84615vw;
  }
}

#sec_company1 .inner .sub_sec .delay_area .slider_area .company_slider .slick-dots li {
  width: auto;
  height: auto;
  display: inline-block;
  margin: 0 10px;
}

@media screen and (max-width: 768px) {
  #sec_company1 .inner .sub_sec .delay_area .slider_area .company_slider .slick-dots li {
    margin: 0 1.79487vw;
  }
}

#sec_company1 .inner .sub_sec .delay_area .slider_area .company_slider .slick-dots button {
  padding: 0;
  color: transparent;
  outline: none;
  width: 162px;
  border: unset;
  height: 6px;
  display: block;
  background: #d4ecea;
  cursor: pointer;
  border-radius: 20px;
}

@media screen and (max-width: 768px) {
  #sec_company1 .inner .sub_sec .delay_area .slider_area .company_slider .slick-dots button {
    width: 23.07692vw;
    height: 1.02564vw;
    border-radius: 5.12821vw;
  }
}

#sec_company1 .inner .sub_sec .delay_area .slider_area .company_slider .slick-dots button::before {
  content: none;
}

#sec_company1 .inner .sub_sec .delay_area .slider_area .company_slider .slick-dots .slick-active button {
  background: #00a3c2;
}

#sec_company1 .inner .sub_sec .delay_area .slider_area .link_box {
  margin-top: 5rem;
}

@media screen and (max-width: 768px) {
  #sec_company1 .inner .sub_sec .delay_area .slider_area .link_box {
    margin-top: 8.71795vw;
  }
}

#sec_company1 .inner .sub_sec .delay_area .slider_area .link_box .text_s {
  font-size: 2rem;
  margin-bottom: 1.6rem;
}

@media screen and (max-width: 768px) {
  #sec_company1 .inner .sub_sec .delay_area .slider_area .link_box .text_s {
    font-size: 3.20513vw;
    margin-bottom: 1.28205vw;
  }
}

#sec_company1 .inner .sub_sec .delay_area .slider_area .link_box .link_btn {
  display: inline-block;
}

#sec_company1 .inner .sub_sec .delay_area .slider_area .link_box .link_btn img {
  height: 68px;
}

@media screen and (max-width: 768px) {
  #sec_company1 .inner .sub_sec .delay_area .slider_area .link_box .link_btn img {
    height: 9.23077vw;
  }
}

#section6 {
  position: relative;
  padding: 0;
  overflow: hidden;
  background: #e4f1df;
  height: 68vw;
  visibility: hidden;
}

@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.20513vw;
    font-size: 8.33333vw;
  }
}

#section6 h2 span {
  display: block;
  margin-top: 1rem;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #section6 h2 span {
    margin-top: 3.84615vw;
  }
}

#section6 h2 span img {
  width: 25rem;
}

@media screen and (max-width: 768px) {
  #section6 h2 span img {
    width: 48.33333vw;
  }
}

@media screen and (max-width: 768px) {
  #section6 h2 {
    top: 7.69231vw;
  }
}

#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;
  -webkit-animation: anim1 2.5s steps(2) infinite;
  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 {
    -webkit-animation: anim1_sp 2.5s steps(2) infinite;
    animation: anim1_sp 2.5s steps(2) infinite;
  }
}

@-webkit-keyframes anim1 {
  to {
    -webkit-transform: translateX(-8vw);
    transform: translateX(-8vw);
  }
}

@keyframes anim1 {
  to {
    -webkit-transform: translateX(-8vw);
    transform: translateX(-8vw);
  }
}

@-webkit-keyframes anim1_sp {
  to {
    -webkit-transform: translateX(-12vw);
    transform: translateX(-12vw);
  }
}

@keyframes anim1_sp {
  to {
    -webkit-transform: translateX(-12vw);
    transform: translateX(-12vw);
  }
}

#section6 .anim2 {
  top: 34.2vw;
  left: 47.4vw;
  width: 9.3vw;
}

#section6 .anim2 img {
  width: 200%;
  max-width: inherit;
  -webkit-animation: anim2 2.5s steps(2) infinite;
  animation: anim2 2.5s steps(2) infinite;
}

@-webkit-keyframes anim2 {
  to {
    -webkit-transform: translateX(-18.6vw);
    transform: translateX(-18.6vw);
  }
}

@keyframes anim2 {
  to {
    -webkit-transform: translateX(-18.6vw);
    transform: translateX(-18.6vw);
  }
}

@media screen and (max-width: 768px) {
  #section6 .anim2 {
    top: 93.1vw;
    left: 50.3vw;
    width: 13.8vw;
  }
  #section6 .anim2 img {
    -webkit-animation: anim2_sp 2.5s steps(2) infinite;
    animation: anim2_sp 2.5s steps(2) infinite;
  }
  @-webkit-keyframes anim2_sp {
    to {
      -webkit-transform: translateX(-27.6vw);
      transform: translateX(-27.6vw);
    }
  }
  @keyframes anim2_sp {
    to {
      -webkit-transform: translateX(-27.6vw);
      transform: translateX(-27.6vw);
    }
  }
}

#section6 .anim3 {
  top: 39.4vw;
  left: 11.35vw;
  width: 11.1vw;
}

#section6 .anim3 img {
  width: 200%;
  max-width: inherit;
  -webkit-animation: anim3 2.5s steps(2) 2.5s infinite;
  animation: anim3 2.5s steps(2) 2.5s infinite;
}

@-webkit-keyframes anim3 {
  to {
    -webkit-transform: translateX(-22.2vw);
    transform: translateX(-22.2vw);
  }
}

@keyframes anim3 {
  to {
    -webkit-transform: translateX(-22.2vw);
    transform: translateX(-22.2vw);
  }
}

@media screen and (max-width: 768px) {
  #section6 .anim3 {
    top: 101.1vw;
    left: -4.2vw;
    width: 16.6vw;
  }
  #section6 .anim3 img {
    -webkit-animation: anim3_sp 2.5s steps(2) infinite;
    animation: anim3_sp 2.5s steps(2) infinite;
  }
  @-webkit-keyframes anim3_sp {
    to {
      -webkit-transform: translateX(-33.2vw);
      transform: translateX(-33.2vw);
    }
  }
  @keyframes anim3_sp {
    to {
      -webkit-transform: translateX(-33.2vw);
      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;
  -webkit-animation: anim3-2 2.5s steps(2) infinite;
  animation: anim3-2 2.5s steps(2) infinite;
}

@-webkit-keyframes anim3-2 {
  to {
    -webkit-transform: translateX(-33vw);
    transform: translateX(-33vw);
  }
}

@keyframes anim3-2 {
  to {
    -webkit-transform: translateX(-33vw);
    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 {
    -webkit-animation: anim3_2_sp 2.5s steps(2) infinite;
    animation: anim3_2_sp 2.5s steps(2) infinite;
  }
  @-webkit-keyframes anim3_2_sp {
    to {
      -webkit-transform: translateX(-47.2vw);
      transform: translateX(-47.2vw);
    }
  }
  @keyframes anim3_2_sp {
    to {
      -webkit-transform: translateX(-47.2vw);
      transform: translateX(-47.2vw);
    }
  }
}

#section6 .anim4 {
  width: 6.3vw;
  top: 44.4vw;
  left: 56.2vw;
}

#section6 .anim4 img {
  width: 200%;
  max-width: inherit;
  -webkit-animation: anim4 2.5s steps(2) infinite;
  animation: anim4 2.5s steps(2) infinite;
}

@-webkit-keyframes anim4 {
  to {
    -webkit-transform: translateX(-12.9vw);
    transform: translateX(-12.9vw);
  }
}

@keyframes anim4 {
  to {
    -webkit-transform: translateX(-12.9vw);
    transform: translateX(-12.9vw);
  }
}

@media screen and (max-width: 768px) {
  #section6 .anim4 {
    top: 108.5vw;
    left: 63.1vw;
    width: 9.8vw;
  }
  #section6 .anim4 img {
    -webkit-animation: anim4_sp 2.5s steps(2) infinite;
    animation: anim4_sp 2.5s steps(2) infinite;
  }
  @-webkit-keyframes anim4_sp {
    to {
      -webkit-transform: translateX(-19.6vw);
      transform: translateX(-19.6vw);
    }
  }
  @keyframes anim4_sp {
    to {
      -webkit-transform: translateX(-19.6vw);
      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;
  -webkit-animation: anim5 4s steps(2) infinite;
  animation: anim5 4s steps(2) infinite;
}

@-webkit-keyframes anim5 {
  to {
    -webkit-transform: translateX(-9.8vw);
    transform: translateX(-9.8vw);
  }
}

@keyframes anim5 {
  to {
    -webkit-transform: translateX(-9.8vw);
    transform: translateX(-9.8vw);
  }
}

@media screen and (max-width: 768px) {
  #section6 .anim5 {
    width: 7.4vw;
    top: 127.4vw;
    left: 18.8vw;
  }
  #section6 .anim5 img {
    -webkit-animation: anim5_sp 2.5s steps(2) infinite;
    animation: anim5_sp 2.5s steps(2) infinite;
  }
  @-webkit-keyframes anim5_sp {
    to {
      -webkit-transform: translateX(-14.8vw);
      transform: translateX(-14.8vw);
    }
  }
  @keyframes anim5_sp {
    to {
      -webkit-transform: translateX(-14.8vw);
      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;
  -webkit-animation: anim6 2.5s steps(2) 2.5s infinite;
  animation: anim6 2.5s steps(2) 2.5s infinite;
}

@-webkit-keyframes anim6 {
  to {
    -webkit-transform: translateX(-7.2vw);
    transform: translateX(-7.2vw);
  }
}

@keyframes anim6 {
  to {
    -webkit-transform: translateX(-7.2vw);
    transform: translateX(-7.2vw);
  }
}

@media screen and (max-width: 768px) {
  #section6 .anim6 {
    width: 5.6vw;
    top: 131.8vw;
    left: 32vw;
  }
  #section6 .anim6 img {
    -webkit-animation: anim6_sp 2.5s steps(2) infinite;
    animation: anim6_sp 2.5s steps(2) infinite;
  }
  @-webkit-keyframes anim6_sp {
    to {
      -webkit-transform: translateX(-11.2vw);
      transform: translateX(-11.2vw);
    }
  }
  @keyframes anim6_sp {
    to {
      -webkit-transform: translateX(-11.2vw);
      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;
  -webkit-animation: anim7 2.5s steps(2) infinite;
  animation: anim7 2.5s steps(2) infinite;
}

@-webkit-keyframes anim7 {
  to {
    -webkit-transform: translateX(-7.4vw);
    transform: translateX(-7.4vw);
  }
}

@keyframes anim7 {
  to {
    -webkit-transform: translateX(-7.4vw);
    transform: translateX(-7.4vw);
  }
}

@media screen and (max-width: 768px) {
  #section6 .anim7 {
    width: 5.6vw;
    top: 135.3vw;
    left: 34.9vw;
  }
  #section6 .anim7 img {
    -webkit-animation: anim7_sp 2.5s steps(2) infinite;
    animation: anim7_sp 2.5s steps(2) infinite;
  }
  @-webkit-keyframes anim7_sp {
    to {
      -webkit-transform: translateX(-11.2vw);
      transform: translateX(-11.2vw);
    }
  }
  @keyframes anim7_sp {
    to {
      -webkit-transform: translateX(-11.2vw);
      transform: translateX(-11.2vw);
    }
  }
}

#section6 .anim8 {
  width: 10.7vw;
  top: 57.6vw;
  left: 51.6vw;
}

#section6 .anim8 img {
  width: 200%;
  max-width: inherit;
  -webkit-animation: anim8 3.5s steps(2) 2.5s infinite;
  animation: anim8 3.5s steps(2) 2.5s infinite;
}

@-webkit-keyframes anim8 {
  to {
    -webkit-transform: translateX(-21.4vw);
    transform: translateX(-21.4vw);
  }
}

@keyframes anim8 {
  to {
    -webkit-transform: translateX(-21.4vw);
    transform: translateX(-21.4vw);
  }
}

@media screen and (max-width: 768px) {
  #section6 .anim8 {
    width: 16vw;
    top: 128.7vw;
    left: 56.5vw;
  }
  #section6 .anim8 img {
    -webkit-animation: anim8_sp 2.5s steps(2) infinite;
    animation: anim8_sp 2.5s steps(2) infinite;
  }
  @-webkit-keyframes anim8_sp {
    to {
      -webkit-transform: translateX(-32vw);
      transform: translateX(-32vw);
    }
  }
  @keyframes anim8_sp {
    to {
      -webkit-transform: translateX(-32vw);
      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;
  -webkit-animation: anim9 4s steps(2) infinite;
  animation: anim9 4s steps(2) infinite;
}

@-webkit-keyframes anim9 {
  to {
    -webkit-transform: translateX(-9.4vw);
    transform: translateX(-9.4vw);
  }
}

@keyframes anim9 {
  to {
    -webkit-transform: translateX(-9.4vw);
    transform: translateX(-9.4vw);
  }
}

@media screen and (max-width: 768px) {
  #section6 .anim9 {
    width: 7.2vw;
    top: 130.8vw;
    left: 74.2vw;
  }
  #section6 .anim9 img {
    -webkit-animation: anim9_sp 2.5s steps(2) infinite;
    animation: anim9_sp 2.5s steps(2) infinite;
  }
  @-webkit-keyframes anim9_sp {
    to {
      -webkit-transform: translateX(-14.4vw);
      transform: translateX(-14.4vw);
    }
  }
  @keyframes anim9_sp {
    to {
      -webkit-transform: translateX(-14.4vw);
      transform: translateX(-14.4vw);
    }
  }
}

#section6 .anim10 {
  width: 10.8vw;
  top: 42.9vw;
  left: 63.7vw;
}

#section6 .anim10 img {
  width: 200%;
  max-width: inherit;
  -webkit-animation: anim10 3s steps(2) infinite;
  animation: anim10 3s steps(2) infinite;
}

@-webkit-keyframes anim10 {
  to {
    -webkit-transform: translateX(-21.6vw);
    transform: translateX(-21.6vw);
  }
}

@keyframes anim10 {
  to {
    -webkit-transform: translateX(-21.6vw);
    transform: translateX(-21.6vw);
  }
}

@media screen and (max-width: 768px) {
  #section6 .anim10 {
    width: 16.4vw;
    top: 106.1vw;
    left: 74.8vw;
  }
  #section6 .anim10 img {
    -webkit-animation: anim10_sp 2.5s steps(2) infinite;
    animation: anim10_sp 2.5s steps(2) infinite;
  }
  @-webkit-keyframes anim10_sp {
    to {
      -webkit-transform: translateX(-32.8vw);
      transform: translateX(-32.8vw);
    }
  }
  @keyframes anim10_sp {
    to {
      -webkit-transform: translateX(-32.8vw);
      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;
  -webkit-animation: anim11 5s steps(2) infinite;
  animation: anim11 5s steps(2) infinite;
}

@-webkit-keyframes anim11 {
  to {
    -webkit-transform: translateX(-55.6vw);
    transform: translateX(-55.6vw);
  }
}

@keyframes anim11 {
  to {
    -webkit-transform: translateX(-55.6vw);
    transform: translateX(-55.6vw);
  }
}

@media screen and (max-width: 768px) {
  #section6 .anim11 {
    width: 43.8vw;
    left: 86.1vw;
    top: 91.4vw;
  }
  #section6 .anim11 img {
    -webkit-animation: anim11_sp 5s steps(2) infinite;
    animation: anim11_sp 5s steps(2) infinite;
  }
}

@-webkit-keyframes anim11_sp {
  to {
    -webkit-transform: translateX(-87.6vw);
    transform: translateX(-87.6vw);
  }
}

@keyframes anim11_sp {
  to {
    -webkit-transform: translateX(-87.6vw);
    transform: translateX(-87.6vw);
  }
}

#section6 .anim12 {
  width: 4vw;
  top: 35.2vw;
  left: 87.6vw;
}

#section6 .anim12 img {
  width: 200%;
  max-width: inherit;
  -webkit-animation: anim12 2.5s steps(2) 2.5s infinite;
  animation: anim12 2.5s steps(2) 2.5s infinite;
}

@-webkit-keyframes anim12 {
  to {
    -webkit-transform: translateX(-8vw);
    transform: translateX(-8vw);
  }
}

@keyframes anim12 {
  to {
    -webkit-transform: translateX(-8vw);
    transform: translateX(-8vw);
  }
}

@media screen and (max-width: 768px) {
  #section6 .anim12 {
    width: 4vw;
    top: 26.9vw;
    left: 86.9vw;
  }
  #section6 .anim12 img {
    -webkit-animation: anim12_sp 2.5s steps(2) infinite;
    animation: anim12_sp 2.5s steps(2) infinite;
  }
  @-webkit-keyframes anim12_sp {
    to {
      -webkit-transform: translateX(-8vw);
      transform: translateX(-8vw);
    }
  }
  @keyframes anim12_sp {
    to {
      -webkit-transform: translateX(-8vw);
      transform: translateX(-8vw);
    }
  }
}

#section6 .anim13 {
  width: 7.4vw;
  top: 47.8vw;
  left: 78vw;
}

#section6 .anim13 img {
  width: 200%;
  max-width: inherit;
  -webkit-animation: anim13 2.5s steps(2) infinite;
  animation: anim13 2.5s steps(2) infinite;
}

@-webkit-keyframes anim13 {
  to {
    -webkit-transform: translateX(-14.8vw);
    transform: translateX(-14.8vw);
  }
}

@keyframes anim13 {
  to {
    -webkit-transform: translateX(-14.8vw);
    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;
  -webkit-animation: anim14 2.5s steps(2) infinite;
  animation: anim14 2.5s steps(2) infinite;
}

@-webkit-keyframes anim14 {
  to {
    -webkit-transform: translateX(-13.2vw);
    transform: translateX(-13.2vw);
  }
}

@keyframes anim14 {
  to {
    -webkit-transform: translateX(-13.2vw);
    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;
  -webkit-animation: anim15 6s steps(4) infinite;
  animation: anim15 6s steps(4) infinite;
}

@-webkit-keyframes anim15 {
  to {
    -webkit-transform: translateX(-40vw);
    transform: translateX(-40vw);
  }
}

@keyframes anim15 {
  to {
    -webkit-transform: translateX(-40vw);
    transform: translateX(-40vw);
  }
}

@media screen and (max-width: 768px) {
  #section6 .anim15 {
    top: 98.65vw;
    left: 51.7vw;
    width: 15.5vw;
  }
  #section6 .anim15 img {
    -webkit-animation: anim15_sp 2.5s steps(2) infinite;
    animation: anim15_sp 2.5s steps(2) infinite;
  }
  @-webkit-keyframes anim15_sp {
    to {
      -webkit-transform: translateX(-31vw);
      transform: translateX(-31vw);
    }
  }
  @keyframes anim15_sp {
    to {
      -webkit-transform: translateX(-31vw);
      transform: translateX(-31vw);
    }
  }
}

#section6 .anim16 {
  top: 74.5vw;
  left: 39.25vw;
  width: 4.3vw;
}

#section6 .anim16 img {
  width: 200%;
  max-width: inherit;
  -webkit-animation: anim16 2.5s steps(2) infinite;
  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 {
    -webkit-animation: anim16_sp 2.5s steps(2) infinite;
    animation: anim16_sp 2.5s steps(2) infinite;
  }
}

@-webkit-keyframes anim16 {
  to {
    -webkit-transform: translateX(-8.6vw);
    transform: translateX(-8.6vw);
  }
}

@keyframes anim16 {
  to {
    -webkit-transform: translateX(-8.6vw);
    transform: translateX(-8.6vw);
  }
}

@-webkit-keyframes anim16_sp {
  to {
    -webkit-transform: translateX(-14.6vw);
    transform: translateX(-14.6vw);
  }
}

@keyframes anim16_sp {
  to {
    -webkit-transform: translateX(-14.6vw);
    transform: translateX(-14.6vw);
  }
}

#section6 .anim17 {
  top: 178.5vw;
  left: 6.3vw;
  width: 6.6vw;
}

#section6 .anim17 img {
  width: 200%;
  max-width: inherit;
  -webkit-animation: anim17 2.5s steps(2) infinite;
  animation: anim17 2.5s steps(2) infinite;
}

@-webkit-keyframes anim17 {
  to {
    -webkit-transform: translateX(-13.2vw);
    transform: translateX(-13.2vw);
  }
}

@keyframes anim17 {
  to {
    -webkit-transform: translateX(-13.2vw);
    transform: translateX(-13.2vw);
  }
}

#section6 .anim20 {
  top: 70.9vw;
  left: 19.4vw;
  width: 5vw;
}

#section6 .anim20 img {
  width: 400%;
  max-width: inherit;
  -webkit-animation: anim20 4s steps(4) 1s infinite;
  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 {
    -webkit-animation: anim20_sp 4s steps(4) 1s infinite;
    animation: anim20_sp 4s steps(4) 1s infinite;
  }
}

@-webkit-keyframes anim20 {
  to {
    -webkit-transform: translateX(-20vw);
    transform: translateX(-20vw);
  }
}

@keyframes anim20 {
  to {
    -webkit-transform: translateX(-20vw);
    transform: translateX(-20vw);
  }
}

@-webkit-keyframes anim20_sp {
  to {
    -webkit-transform: translateX(-32vw);
    transform: translateX(-32vw);
  }
}

@keyframes anim20_sp {
  to {
    -webkit-transform: translateX(-32vw);
    transform: translateX(-32vw);
  }
}

#section6 .anim21 {
  top: 148.7vw;
  left: 59vw;
  width: 11vw;
  z-index: 30;
}

#section6 .anim21 img {
  width: 200%;
  max-width: inherit;
  -webkit-animation: anim21 3s steps(2) 1s infinite;
  animation: anim21 3s steps(2) 1s infinite;
}

@-webkit-keyframes anim21 {
  to {
    -webkit-transform: translateX(-22vw);
    transform: translateX(-22vw);
  }
}

@keyframes anim21 {
  to {
    -webkit-transform: translateX(-22vw);
    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: 45.0vw;
  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;
  }
}

#sec_company2 {
  background: #e5e379;
  border-radius: 8rem 8rem 0 0;
  padding: 8rem 0 20rem;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #sec_company2 {
    border-radius: 15.38462vw 15.38462vw 0 0;
    padding: 10.25641vw 0 32.05128vw;
  }
}

#sec_company2 .inner .ttl {
  width: 45rem;
  padding: 1rem 0 0;
  margin: 0 auto 4rem;
}

@media screen and (max-width: 768px) {
  #sec_company2 .inner .ttl {
    width: 71.79487vw;
    margin: 0 auto 7.69231vw;
  }
}

#sec_company2 .inner .sec_illust {
  width: 35rem;
  margin: 0 auto 4rem;
}

@media screen and (max-width: 768px) {
  #sec_company2 .inner .sec_illust {
    width: 57.69231vw;
    margin: 0 auto 8.71795vw;
  }
}

#sec_company2 .inner .sub_sec {
  background: #fff;
  border-radius: 20px;
  padding: 18px 20px 40px;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@media screen and (max-width: 768px) {
  #sec_company2 .inner .sub_sec {
    border-radius: 2.5641vw;
    padding: 3.84615vw 3.33333vw 7.69231vw;
  }
}

#sec_company2 .inner .sub_sec + .sub_sec {
  margin-top: 5rem;
}

@media screen and (max-width: 768px) {
  #sec_company2 .inner .sub_sec + .sub_sec {
    margin-top: 17.94872vw;
  }
}

#sec_company2 .inner .sub_sec .delay_area {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

#sec_company2 .inner .sub_sec .delay_area .bg_ttl {
  background: #8fcad2;
  border-radius: 14px;
  padding: 10px 0;
  margin: 0 0 3rem;
  font-size: 2.8rem;
  letter-spacing: .06em;
}

@media screen and (max-width: 768px) {
  #sec_company2 .inner .sub_sec .delay_area .bg_ttl {
    border-radius: 2.5641vw;
    padding: 1.28205vw 0;
    margin: 0 0 3.84615vw;
    font-size: 6.41026vw;
  }
}

#sec_company2 .inner .sub_sec .delay_area .bg_ttl span {
  display: block;
  font-size: 1.9rem;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  #sec_company2 .inner .sub_sec .delay_area .bg_ttl span {
    font-size: 2.82051vw;
    padding-bottom: 1.02564vw;
  }
}

#sec_company2 .inner .sub_sec .delay_area .mt {
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  #sec_company2 .inner .sub_sec .delay_area .mt {
    margin-bottom: 5.12821vw;
  }
}

#sec_company2 .inner .sub_sec .delay_area .item {
  padding: 0 1.4rem;
}

@media screen and (max-width: 768px) {
  #sec_company2 .inner .sub_sec .delay_area .item {
    padding: 0 6.41026vw;
  }
}

#sec_company2 .inner .sub_sec .delay_area .item .text {
  font-size: 2.2rem;
  line-height: 1.54545;
  margin-bottom: 1.2rem;
}

@media screen and (max-width: 768px) {
  #sec_company2 .inner .sub_sec .delay_area .item .text {
    font-size: 3.58974vw;
    margin-bottom: 2.5641vw;
  }
}

#sec_company2 .inner .sub_sec .delay_area .item .text:last-of-type {
  margin-bottom: 0;
}

#sec_company2 .inner .sub_sec .delay_area .item .text span {
  display: block;
  color: #fff;
  text-align: center;
  padding: 1rem 0;
  background: #00a3c2;
}

@media screen and (max-width: 768px) {
  #sec_company2 .inner .sub_sec .delay_area .item .text span {
    padding: 1.53846vw 0;
  }
}

#sec_company2 .inner .sub_sec .delay_area .item .img_box {
  width: 52.2rem;
  margin: 3rem auto 4rem;
}

@media screen and (max-width: 768px) {
  #sec_company2 .inner .sub_sec .delay_area .item .img_box {
    width: 100%;
    margin: 3.84615vw auto;
  }
}
