@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&display=swap');

/* ==========================================================================
   at-a-glance
========================================================================== */
* {
  font-family: "Noto Sans JP", sans-serif;
  text-decoration: none;
}
.l-main {
  padding-bottom: 0;
}
img {
  width: auto;
  max-width: 100%;
}

/* -----------------------------------------------------------------------
   mv
----------------------------------------------------------------------- */
.mv .mv_inner {
  max-width: 1300px;
  width: 90vw;
  margin: 0 auto;
  padding-top: 13%;
  color: #062EB1;
  position: relative;
}
.mv .mv_inner .ttl-h1 {
  width: 34%;
  margin-bottom: 30px;
  display: inline-block;
}
.mv .mv_inner p {
  max-width: 410px;
  width: 30%;
}
.mv .mv_sub-img {
  position: absolute;
  top: 50%;
  left: -430px;
  z-index: -1;
}

/* -----------------------------------------------------------------------
   section common
----------------------------------------------------------------------- */
section {
  margin: 150px 0;
}
.sec_bg img {
  width: 100%;
  height: 100%;
}
.sec_inner {
  max-width: 1300px;
  width: 90vw;
  box-sizing: border-box;
  margin: 0 auto;
}
.ttl-h2 {
  font-weight: 600;
  display: inline-block;
  background-image: linear-gradient(30deg, rgba(109, 67, 237, 1), rgba(24, 162, 237, 1));
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  font-size: 28px;
  margin: 0 0 60px;
  padding-top: 7px;
  padding-left: 60px;
  position: relative;
}
.ttl-h2::before {
  content: "";
  background: url("/_assets/corporate/at-a-glance/img/icon_light-bulb.svg");
  background-size: cover;
  width: 47px;
  height: 47px;
  position: absolute;
  top: 0;
  left: 0;
}
.ttl-h3 {
  font-size: 24px;
  color: #2F495B;
  font-weight: 400;
  margin-top: 0;
}
.ttl-h3 span {
  font-weight: 900;
  font-size: 32px;
}
.sec_content+.sec_content {
  margin-top: 15%;
}
.sec_content.col-2 {
  display: grid;
  grid-template-columns: 1fr minmax(200px, clamp(300px, 35vw, 500px));
  gap: 6%;
}
.sec_content.col-2:nth-of-type(even) {
  grid-template-columns: minmax(200px, clamp(300px, 35vw, 500px)) 1fr;
}
.sec_content.col-2 img {
  width: 100%;
}
.ac-list {
  margin-top: 70px;
}
.link_list {
  margin-top: 20px;
}
.ac-list li+li,
.link_list li+li {
  margin-top: 8px;
}
.ac-list li a,
.link_list li a {
  position: relative;
  transition: color 0.3s ease;
}
.ac-list li a::after,
.link_list li a::after {
  content: "";
  background: url("/_assets/corporate/at-a-glance/img/icon_arrow.svg") no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 4px;
  right: -22px;
  transition: all 0.3s ease;
  transform: translate(0, 0);
}
.link_list li a::after {
  top: 5px;
  transform: rotate(-90deg) translate(0, 0);
}
.ac-list li a:hover,
.link_list li a:hover {
  text-decoration: underline;
}
*:not(.color_w) .ac-list li a:hover,
*:not(.color_w) .link_list li a:hover {
  color: #6D43ED;
}
*:not(.color_w) .ac-list li a:hover::after,
*:not(.color_w) .link_list li a:hover::after {
  filter: brightness(0) saturate(100%) invert(20%) sepia(73%) saturate(3983%) hue-rotate(251deg) brightness(100%) contrast(86%);
}
.ac-list li a:hover::after {
  transform: translateY(3px);
}
.link_list li a:hover::after {
  transform: rotate(-90deg) translateY(3px);
}
.color_w .sec_inner {
  color: #fff;
}
.color_w .ttl-h2 {
  background-image: linear-gradient(176deg, rgba(255, 255, 255, 1));
}
.color_w.color_w .ttl-h2::before,
.color_w.color_w .link_list li a::after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7487%) hue-rotate(79deg) brightness(108%) contrast(100%);
}
.color_w .ttl-h3,
.color_w .link_list li a {
  color: #fff;
  transition: color 0.3s ease;
}
.color_w .link_list li a:hover {
  color: #fff;
}
.over-hidden {
  overflow: hidden;
}

/* -----------------------------------------------------------------------
   sec01
----------------------------------------------------------------------- */
.sec01 {
  margin-top: clamp(20px, 10vw, 300px);
}
.sec01 .sec_content:first-of-type img,
.sec01 .sec_content:first-of-type .ac_img svg {
  top: -100px;
}
/* -----------------------------------------------------------------------
   sec02
----------------------------------------------------------------------- */
.sec02 {
  position: relative;
}
.sec02 .sec_bg {
  background: #18A2ED;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.sec02 .sec_bg::before {
  content: "";
  background: url(/_assets/corporate/at-a-glance/img/sec02_bg-01.png) no-repeat;
  background-size: contain;
  background-position: top;
  width: 100%;
  height: 600px;
  display: block;
  position: absolute;
  bottom: 60%;
}
.sec02 .sec_bg::after {
  content: "";
  background: url(/_assets/corporate/at-a-glance/img/sec02_bg-02.png) no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 600px;
  display: block;
  position: absolute;
  top: 75%;
}
.sec02 .sec_inner {
  padding: 10% 0;
}

/* -----------------------------------------------------------------------
   sec03
----------------------------------------------------------------------- */
.sec03 {
  margin: 12% 0 20%;
}
.sec03 .sec_content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.sec03 .sec_content .content_block {
  display: flex;
  justify-content: left;
  gap: 20px;
  align-items: center;
}
.sec03 .sec_content .content_block:nth-of-type(even) {
  flex-direction: row-reverse;
}
.sec03 .sec_content .content_block .txt_block {
  width: 50%;
}
.sec03 .sec_content .content_block img {
  max-width: 300px;
  width: 50%;
}
.sec03 .sec_content .content_block p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}
.sec03 .sec_content .content_block .share-num {
  font-weight: 900;
  font-size: 22px;
  display: inline-block;
  background-image: linear-gradient(30deg, rgba(109, 67, 237, 1), rgba(24, 162, 237, 1));
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  margin-top: 16px;
  font-family: "M PLUS 1", sans-serif;
}
.sec03 .sec_content .content_block .share-num span {
  font-size: clamp(50px, 8vw, 80px);
  display: block;
  font-family: "M PLUS 1", sans-serif;
}
.sec03 .sec_content .content_block .small {
  font-size: 13px;
  font-weight: 400;
}

/* -----------------------------------------------------------------------
   sec04
----------------------------------------------------------------------- */
.sec04 {
  position: relative;
  margin-bottom: 0;
}
.sec04 .sec_bg {
  background: #062EB1;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.sec04 .sec_bg::before {
  content: "";
  background: url(/_assets/corporate/at-a-glance/img/sec04_bg-01.png) no-repeat;
  background-size: contain;
  background-position: bottom right;
  width: 100%;
  height: 600px;
  display: block;
  position: absolute;
  bottom: 98%;
}
.sec04 .sec_bg::after {
  content: "";
  background: url(/_assets/corporate/at-a-glance/img/sec04_bg-02.png) no-repeat;
  background-size: 100%;
  width: 100%;
  height: 600px;
  display: block;
  position: absolute;
  top: 95%;
}
.sec04 .sec_inner {
  padding: 0 0 150px;
}
.sec04 .ttl-h3 {
  font-size: 32px;
}
.sec04 .sec_content.col-2 {
  grid-template-columns: minmax(200px, clamp(300px, 35vw, 600px)) 1fr;
  position: relative;
}
.sec04 .sec_content.col-2:nth-of-type(even) {
  grid-template-columns: 1fr minmax(200px, clamp(300px, 35vw, 600px));
}
.sec04 .list_ttl {
  font-size: 16px;
  position: relative;
  padding-left: 30px;
  margin: 30px 0 15px;
}
.sec04 .list_ttl::before {
  content: "";
  background: url("/_assets/corporate/at-a-glance/img/icon_light-bulb.svg");
  background-size: cover;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7487%) hue-rotate(79deg) brightness(108%) contrast(100%);
  width: 22px;
  height: 22px;
  position: absolute;
  top: 3px;
  left: 0;
}
.sec04 .accordion_list>li {
  border-top: 1px solid rgba(255, 255, 255, .4);
}
.sec04 .accordion_list .accordion_ttl {
  position: relative;
  z-index: 1;
  cursor: pointer;
  padding: 10px 0;
  transition: 0.2s;
}
.sec04 .accordion_list>li:hover .accordion_ttl {
  text-decoration: underline;
}
.sec04 .accordion_list .accordion_ttl::before,
.accordion_list .accordion_ttl::after {
  content: "";
  width: 16px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: 0.2s;
}
.sec04 .accordion_list .accordion_ttl::after {
  transform: translateY(-50%) rotate(90deg);
}
.sec04 .accordion_list .accordion_ttl.open::after {
  transform: translateY(-50%) rotate(0deg);
}
.sec04 .accordion_list .accordion_content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.sec04 .accordion_list .accordion_content li .product-block {
  display: grid;
  grid-template-columns: 1fr 180px;
  gap: 20px;
  margin-bottom: 60px
}
.sec04 .accordion_list .accordion_content li .product-block.no-img {
  display: block;
}
.sec04 .accordion_list .accordion_content li .product-name {
  font-weight: 700;
  margin: 5px 0;
}
.sec04 .accordion_list .accordion_content li .product-block img {
  max-width: 178px;
}
.sec04 .sec_content .sub01-img {
  position: absolute;
  width: 218px;
  top: 160px;
  left: -200px;
}
.sec04 .sec_content .sub01-img.side-r {
  left: auto;
  right: -200px;
  top: 60px;
}
.sec04 .sec_content .sub02-img {
  position: absolute;
  width: 300px;
  top: 0;
  right: -280px;
}
.sec04 .sec_content .sub02-img.side-l {
  right: auto;
  left: -260px;
  top: 100px;
}

/* -----------------------------------------------------------------------
   sec05
----------------------------------------------------------------------- */
.sec05 {
  margin: 15% 0 0;
}
.sec05 .ttl-h3 {
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 10px;
  line-height: 1;
  margin-bottom: 35px;
}
.sec05 .ttl-h3 span {
  font-weight: 400;
  font-size: 48px;
}
.sec05 .sec_inner p {
  width: 66%;
}


/* ==========================================================================
   SP
========================================================================== */
@media (max-width: 980px) {
  main {
    overflow: hidden;
  }
  /* -----------------------------------------------------------------------
		mv
	----------------------------------------------------------------------- */
  .mv .mv_inner {
    padding-top: 115%;
    margin: 0 5%;
  }
  .mv .mv_inner .ttl-h1 {
    width: 100%;
    width: 190px;
    margin-bottom: 20px;
  }
  .mv .mv_inner .ac-list {
    margin-top: 20px;
  }
  .mv .mv_inner p {
    width: 100%;
  }

  /* -----------------------------------------------------------------------
		section common
	----------------------------------------------------------------------- */
  .ttl-h2 {
    font-size: 18px;
    margin: 0 0 15px;
    padding-top: 0;
    padding-left: 40px;
    position: relative;
  }
  .ttl-h2::before {
    width: 29px;
    height: 29px;
    top: -4px;
  }
  .ttl-h3 {
    font-size: 20px;
  }
  .ttl-h3 span {
    font-size: 22px;
  }
  section {
    margin: 100px 0;
  }
  .sec_content+.sec_content {
    margin-top: 50px;
  }
  .sec_content.col-2 {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
  .sec_content.col-2:nth-of-type(even) {
    flex-direction: column;
  }
  .sec_content.col-2>* {
    width: 100%;
  }
  .ac_img {
    max-width: 400px;
    margin: 0 auto;
  }
  /* -----------------------------------------------------------------------
		sec01
	----------------------------------------------------------------------- */
  .sec01 {
    margin-top: 60px;
  }
  .sec01 .sec_content:first-of-type img,
  .sec01 .sec_content:first-of-type .ac_img svg {
    top: 0;
  }
  .sec01 .sec_content:first-of-type .ac_img {
    margin: 30px auto -40px;
  }
  .sec01 .sec_content:last-of-type .ac_img {
    margin: 0 auto 50px;
  }
  /* -----------------------------------------------------------------------
		sec02
	----------------------------------------------------------------------- */
  .sec02 .sec_bg::before {
    bottom: 90%;
    height: 300px;
    background-size: cover;
    background-position: bottom right;
  }
  .sec02 .sec_bg::after {
    top: 98%;
    height: 185px;
    background-size: cover;
  }
  .sec02 img {
    max-width: 400px;
    margin: 0 auto;
  }
  /* -----------------------------------------------------------------------
		sec03
	----------------------------------------------------------------------- */
  .sec03 {
    margin: 12% 0 25%;
  }
  .sec03 .sec_content {
    display: flex;
    flex-wrap: wrap;
  }
  .sec03 .sec_content .content_block,
  .sec03 .sec_content .content_block:nth-of-type(even) {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
    gap: 0;
  }
  .sec03 .sec_content .content_block .txt_block,
  .sec03 .sec_content .content_block img {
    width: 100%;
  }
  .sec03 .sec_content .content_block .share-num {
    margin-top: 3px;
  }
  .sec03 .sec_content .content_block .share-num span {
    display: inline;
    padding: 0 2px;
  }

  /* -----------------------------------------------------------------------
		sec04
	----------------------------------------------------------------------- */
  .sec04 {
    margin-bottom: 25%;
  }
  .sec04 .sec_bg::before {
    bottom: 99.9%;
  }
  .sec04 .sec_bg::after {
    top: 100%;
  }
  .sec04 .sec_inner {
    padding: 20px 0;
  }
  .sec04 .ttl-h2 {
    margin-bottom: 30px;
  }
  .sec04 .sec_content.col-2 {
    flex-direction: column;
  }
  .sec04 .sec_content.col-2:nth-of-type(even) {
    flex-direction: column-reverse;
  }
  .sec04 .accordion_list .accordion_content li .product-block {
    grid-template-columns: auto;
    margin-bottom: 40px;
  }
  .sec04 .accordion_list .accordion_content li .product-img {
    justify-content: flex-start;
  }
  .sec04 .sec_content.col-2>img {
    max-width: 400px;
    margin: 0 auto;
  }
  .sec04 .sec_content .sub01-img,
  .sec04 .sec_content .sub02-img {
    display: none;
  }

  /* -----------------------------------------------------------------------
		sec05
	----------------------------------------------------------------------- */
  .sec05 .ttl-h3 {
    font-size: 22px;
    letter-spacing: 2px;
    margin-top: 15px;
    margin-bottom: 23px;
  }
  .sec05 .ttl-h3 span {
    font-size: 32px;
  }
  .sec05 .sec_inner p {
    width: 100%;
  }

}

/* ==================================================================================
   animation
================================================================================== */
.mv {
  padding-bottom: clamp(20px, 10vw, 300px);
  height: 100%;
  position: relative;
}
.mv_bg {
  position: absolute;
  top: -2%;
  right: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 1500px) {
  .mv_bg {
    top: -4%;
  }
}
@media screen and (min-width: 1600px) {
  .mv_bg {
    top: -8%;
  }
}
@media screen and (min-width: 1800px) {
  .mv_bg {
    top: -10%;
  }
}

.mv_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mv_bg svg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 4;
}
.mv_bg svg {
  background: transparent;
  fill: none;
  position: absolute;
  /* pointer-events: none; */
}
.mv_bg_icon {
  z-index: 1;
  position: relative;
}
.mv_human {
  position: absolute;
  width: 10% !important;
  right: 9%;
  top: 16%;
  max-height: 110px;
}
.mv_spaceship {
  animation: mv_spaceship-2 7.5s ease-in-out;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
  margin-left: auto;
  margin-right: auto;
  opacity: 1;
}
.mv_spaceship-fire {
  animation: mv_spaceship-fire 4s 2s ease-out 0;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
  transform-origin: 50% 50%;
  transform-box: fill-box;
}
.mv_car {
  animation: none;
  /* animation: mv_car-2 8s ease infinite; */
  transform-box: fill-box;
  opacity: 0;
}
.mv_car-tire {
  /* animation: spin 4s ease infinite;
    transform-origin: 50% 50%;
    transform-box: fill-box;
    will-change: transform;
    perspective: 1000px; */
}
.mv_satellite {
  animation: float 8s ease-in-out infinite;
  transform-origin: 50% 50%;
  transform-box: fill-box;
}
.mv_human {
  animation: float-human 5s 1s ease-in-out infinite;
  transform-origin: 50% 50%;
  transform-box: fill-box;
}
.mv_plane {
  animation: none;
  transform-origin: 50% 50%;
  transform-box: fill-box;
  opacity: 0;
  /* animation: fly-first 4s ease-in-out 4s 1;
    animation-iteration-count: infinite; */
}
.ac05_spaceship {
  animation: mv_spaceship 4s ease-out;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
  margin-left: auto;
  margin-right: auto;
  /* max-width: 126px; */
  width: 8.13%;
  position: absolute;
  right: 16%;
  top: -10%;
}
.ac01_icon01 {
  transform: translate(-11px, 53px);
  animation: ac01_icon01 2.5s 1s ease-in-out infinite alternate;
}
.ac01_icon02 {
  scale: 1.2;
  transform: translateX(-25px) translateY(0px);
  animation: ac01_icon02 2.5s ease-in-out infinite alternate;
}
.ac01_icon03 {
  scale: 1.1;
  animation: ac01_icon03 2.1s 1.5s ease-in-out infinite alternate;
}
.ac04_spaceship {
  animation: mv_spaceship-2 7.5s 1s ease-in-out;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
.ac04_human {
  animation: float-human 5s 1s ease-in-out infinite;
  transform-origin: 50% 50%;
  transform-box: fill-box;
}
.ac04_satellite {
  animation: float 8s ease-in-out infinite;
  transform-origin: 50% 50%;
}
.ac05_satellite {
  /* max-width: 122px; */
  width: 7.8%;
  position: absolute;
  right: 7%;
  top: -21%;
  animation: float 8s ease-in-out infinite;
  transform-origin: 50% 50%;
  transform-box: fill-box;
}
.ac05_human {
  animation: float-human 5s 1s ease-in-out infinite;
  transform-origin: 50% 50%;
  transform-box: fill-box;
  transform-box: fill-box;
  /* max-width: 122px; */
  width: 6%;
  position: absolute;
  right: 22%;
  top: -21%;
}
.sec05 {
  position: relative;
}
.ac05_img {
  position: relative;
}
.ac_box {
  position: relative;
}
.ac_img {
  width: 100%;
  /* position: relative; */
}
.ac_box {
  height: fit-content;

}
.ac_img svg {
  z-index: 3;
  position: absolute;
  overflow: visible;
  /* bottom: 0; */
}
.ac_img--04 {
  top: 25%;
}
.ac_img-back {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 2;
  margin: 0 !important;
}
.star {
  animation: starAniMation 0.8s ease-in-out infinite alternate;
}
.star_01 {
  animation: starAniMation 1.2s ease-in-out infinite alternate;
}
.star_02 {
  animation: starAniMation 1s ease-in-out infinite alternate;
}
.ac01_frame-01 {
  animation: circleAniMation03 2.5s 1s ease-in-out infinite alternate;
}
.ac01_frame-02 {
  animation: circleAniMation03 2.5s ease-in-out infinite alternate;
}
.ac_img-back-svg {
  width: 23% !important;
  margin: 0 !important;
  position: absolute;
  right: 20%;
  z-index: 1;
}
.share-num {
  opacity: 0;
  transition: opacity 0.6s;
}
/* =============================== */
/* アニメーション */
/* =============================== */

@keyframes mv_spaceship {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes mv_spaceship-2 {
  0% {
    transform: translateY(0px);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  10% {
    transform: translateY(-5px);
  }
  20% {
    transform: translateY(-0px);
  }
  30% {
    transform: translateY(-15px);
  }
  40% {
    transform: translateY(0px);
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    transform: translateY(-550px);
    opacity: 0;
  }
}

@keyframes mv_spaceship-fire {
  0% {
    transform: scale(1) translate(0, 0);
  }
  50% {
    transform: scale(1.3) translate(0, 0);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}

@keyframes shake-up {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(15px);
  }
}

@keyframes mv_car {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translate(-15px, 15px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes mv_car-2 {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    transform: translate(-15px, 15px);
  }
  30% {
    transform: translate(-15px, 15px);
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translate(-350px, 350px);
  }
}
@keyframes mv_car-first {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    transform: translate(-15px, 15px);
  }
  30% {
    transform: translate(-15px, 15px);
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translate(-350px, 350px);
  }
}
@keyframes spin {
  0% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  50% {
    transform: rotate3d(0, 0, 1, -25deg);
  }
  100% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes float {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  25% {
    transform: translateY(-10px) rotate(5deg);
  }
  50% {
    transform: translateY(0) rotate(0deg);
  }
  75% {
    transform: translateY(10px) rotate(-5deg);
  }
  100% {
    transform: translateY(0) rotate(0deg);
  }
}

@keyframes float-human {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  25% {
    transform: translateY(-8px) rotate(2deg);
  }
  50% {
    transform: translateY(0) rotate(0deg);
  }
  75% {
    transform: translateY(8px) rotate(-2deg);
  }
  100% {
    transform: translateY(0) rotate(0deg);
  }
}

@keyframes fly {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  25% {
    transform: translateY(-5px) translateX(5px) rotate(2deg);
  }
  50% {
    transform: translateY(0) translateX(0) rotate(0deg);
  }
  75% {
    transform: translateY(5px) translateX(-5px) rotate(-2deg);
  }
  100% {
    transform: translateY(0) rotate(0deg);
  }
}
@keyframes fly-2 {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  30% {
    transform: translateY(4px) translateX(-4px) rotate(0deg);
  }
  45% {
    transform: translateY(0) translateX(0) rotate(0deg);
  }
  50% {
    opacity: 1;
    transform: translateY(0) translateX(0) rotate(0deg);
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 1;
    transform: translateY(0) translateX(0) rotate(0deg);
  }
  100% {
    transform: translateY(350px) translateX(-350px);
    opacity: 0;
  }
}
@keyframes fly-first {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  10% {
    opacity: 1;
  }
  30% {
    transform: translateY(4px) translateX(-4px) rotate(0deg);
  }
  45% {
    transform: translateY(0) translateX(0) rotate(0deg);
  }
  50% {
    opacity: 1;
    transform: translateY(0) translateX(0) rotate(0deg);
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 1;
    transform: translateY(0) translateX(0) rotate(0deg);
  }
  100% {
    transform: translateY(250px) translateX(-250px);
    opacity: 0;
  }
}
@keyframes fly-first-2 {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  10% {
    opacity: 1;
  }
  30% {
    transform: translateY(4px) translateX(-4px) rotate(0deg);
  }
  45% {
    transform: translateY(0) translateX(0) rotate(0deg);
  }
  50% {
    opacity: 1;
    transform: translateY(0) translateX(0) rotate(0deg);
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 1;
    transform: translateY(0) translateX(0) rotate(0deg);
  }
  100% {
    transform: translateY(250px) translateX(-250px);
    opacity: 0;
  }
}
@keyframes starAniMation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes circleAniMation03 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@keyframes ac01_icon01 {
  0% {

    transform: translate(-11px, 53px);
  }
  to {

    transform: translate(-11px, 47px);
  }
}
@keyframes ac01_icon02 {
  0% {
    transform: translateX(-25px) translateY(0px);
  }
  to {
    transform: translateX(-25px) translateY(-6px);
  }
}
@keyframes ac01_icon03 {
  0% {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-6px);
  }
}
/* =============================== */
/* エンディング */
/* =============================== */


.cls-1 {
  fill: url(#linear-gradient);
}
.cls-1,
.cls-2,
.cls-3,
.cls-4,
.cls-5,
.cls-6,
.cls-7,
.cls-8,
.cls-9,
.cls-10,
.cls-11 {
  stroke-width: 0px;
}

.cls-2 {
  fill: url(#radial-gradient);
}

.cls-3 {
  fill: url(#_新規グラデーションスウォッチ_1);
}

.cls-4 {
  fill: url(#_新規グラデーションスウォッチ_2);
}

.cls-5 {
  fill: url(#_新規グラデーションスウォッチ_2-2);
  mix-blend-mode: multiply;
}

.cls-6 {
  fill: #05418c;
}

.cls-7 {
  fill: url(#linear-gradient-4);
}

.cls-8 {
  fill: url(#linear-gradient-2);
}

.cls-9 {
  fill: url(#linear-gradient-3);
}

.cls-10 {
  fill: url(#linear-gradient-5);
}

.cls-11 {
  fill: url(#linear-gradient-6);
}

.cls-12 {
  isolation: isolate;
}

/* =============================== */
/* スマホ時 */
/* =============================== */
@media screen and (max-width: 980px) {
  .mv {
    overflow: hidden;
  }
  .mv_bg {
    position: absolute;
    top: 0;
    right: -25%;
    width: 180%;
    z-index: -1;
  }
  .ac05_img {
    padding-top: 80px;
  }
  .ac05_human {
    top: 5%;
    width: 12%;
    right: auto;
    left: 15%;
  }
  .ac05_spaceship {
    width: 15.5%;
    top: 10%;
    left: 30%;
    right: auto;
  }
  .ac05_satellite {
    width: 14.8%;
    top: 6%;
    left: 65%;
    right: auto;
  }
  .ac_img svg {
    position: relative;
  }
}