#top.top_v2 #mainvisual .slick-next {
  z-index: 5;
  right: 40px;
  z-index: 5;
  width: 24px;
  height: auto;
  aspect-ratio: 47/83;
}
@media only screen and (max-width: 1280px) {
  #top.top_v2 #mainvisual .slick-next {
    right: 16px;
  }
}
@media only screen and (max-width: 768px) {
  #top.top_v2 #mainvisual .slick-next {
    right: 8px;
    width: 16px;
  }
}
#top.top_v2 #mainvisual .slick-next:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/mav_arrow.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
#top.top_v2 #mainvisual .slick-prev {
  z-index: 5;
  left: 40px;
  width: 24px;
  height: auto;
  aspect-ratio: 47/83;
}
@media only screen and (max-width: 1280px) {
  #top.top_v2 #mainvisual .slick-prev {
    left: 16px;
  }
}
@media only screen and (max-width: 768px) {
  #top.top_v2 #mainvisual .slick-prev {
    left: 8px;
    width: 16px;
  }
}
#top.top_v2 #mainvisual .slick-prev:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/mav_arrow.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  transform: rotate(180deg);
}
#top.top_v2 #mainvisual .slide {
  position: relative;
}
#top.top_v2 #mainvisual .slide .slide_inner {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #top.top_v2 #mainvisual .slide .slide_inner {
    flex-direction: column;
  }
}
#top.top_v2 #mainvisual .slide .slide_inner .text_block {
  width: 70%;
}
@media only screen and (max-width: 768px) {
  #top.top_v2 #mainvisual .slide .slide_inner .text_block {
    width: 100%;
  }
}
#top.top_v2 #mainvisual .slide .slide_inner .text_block h1 {
  padding-right: 15%;
}
@media only screen and (max-width: 768px) {
  #top.top_v2 #mainvisual .slide .slide_inner .text_block h1 {
    padding-right: 0;
  }
}
#top.top_v2 #mainvisual .slide .slide_inner .text_block p {
  width: auto;
  font-size: 20px;
  padding-right: 15%;
}
@media only screen and (max-width: 768px) {
  #top.top_v2 #mainvisual .slide .slide_inner .text_block p {
    padding-right: 0;
  }
}
#top.top_v2 #mainvisual .slide .slide_inner .btn_block {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-left: 4em;
}
@media only screen and (max-width: 768px) {
  #top.top_v2 #mainvisual .slide .slide_inner .btn_block {
    margin-left: 0;
    flex-direction: row;
  }
}
#top.top_v2 #mainvisual .slide .slide_inner .btn_block a {
  margin: 1em 0 0 0;
}
@media only screen and (max-width: 768px) {
  #top.top_v2 #mainvisual .slide .slide_inner .btn_block a {
    margin: 1em 0 0 1em;
  }
}
#top.top_v2 #mainvisual .slide figure {
  position: absolute;
  font-size: 12px;
  color: #fff;
  bottom: 20px;
  right: 20px;
  z-index: 2;
}
#top.top_v2 #data {
  margin: 0;
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
  height: 600px;
  padding: 0 calc(var(--fluidPx) * 60);
  background: #fcfcfc;
}
@media only screen and (max-width: 480px) {
  #top.top_v2 #data {
    height: 600px;
    padding: 0;
  }
}
#top.top_v2 #data .data_inner {
  max-width: 1100px;
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 480px) {
  #top.top_v2 #data .data_inner {
    flex-direction: column;
    justify-content: flex-start;
  }
}
#top.top_v2 #data .data_inner .text_block {
  position: relative;
  background: #fcfcfc;
  width: 40%;
  display: flex;
  align-items: flex-start;
  padding-top: 100px;
}
@media only screen and (max-width: 480px) {
  #top.top_v2 #data .data_inner .text_block {
    width: 100%;
    padding: 40px calc(var(--fluidPx) * 18) calc(var(--fluidPx) * 18);
    box-sizing: border-box;
  }
}
#top.top_v2 #data .data_inner .text_block:after {
  position: absolute;
  top: 0;
  right: -200px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 600px 200px 0 0;
  border-color: #fcfcfc transparent transparent transparent;
}
@media only screen and (max-width: 480px) {
  #top.top_v2 #data .data_inner .text_block:after {
    display: none;
  }
}
#top.top_v2 #data .data_inner .text_block .text_block_inner {
  opacity: 0;
  transform: translateX(-100%);
}
#top.top_v2 #data .data_inner .btn_block {
  width: 60%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-bottom: 100px;
}
@media only screen and (max-width: 480px) {
  #top.top_v2 #data .data_inner .btn_block {
    width: 100%;
    padding-bottom: 0px;
    position: relative;
    background: #fff;
    box-sizing: border-box;
  }
  #top.top_v2 #data .data_inner .btn_block:after {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    right: auto;
    top: auto;
    bottom: -79px;
    border-width: 0 100vw 80px 0;
    border-color: transparent #fff transparent transparent;
    z-index: 1;
  }
}
#top.top_v2 #data .data_inner .btn_block .btn_block_inner {
  display: flex;
  align-items: flex-end;
  opacity: 0;
  transform: translateX(100%);
}
@media only screen and (max-width: 480px) {
  #top.top_v2 #data .data_inner .btn_block .btn_block_inner {
    position: relative;
    z-index: 2;
    padding: 0px calc(var(--fluidPx) * 18);
  }
}
#top.top_v2 #data .data_bg {
  position: absolute;
  width: 60%;
  height: 600px;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 480px) {
  #top.top_v2 #data .data_bg {
    width: 100%;
    height: 100vw;
    top: auto;
    bottom: 0;
  }
}
#top.top_v2 #data .data_bg .slick-slide {
  height: 600px;
}
#top.top_v2 #data .data_bg .slick-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
#top.top_v2 #solutions {
  display: flex;
  justify-content: center;
  padding: calc(var(--fluidPx) * 60);
  box-sizing: border-box;
  margin: 0;
  position: relative;
}
@media only screen and (max-width: 480px) {
  #top.top_v2 #solutions {
    padding: 40px calc(var(--fluidPx) * 18);
  }
}
#top.top_v2 #solutions .solutions_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#top.top_v2 #solutions .solutions_bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s;
}
#top.top_v2 #solutions .solutions_bg img.active {
  z-index: 5;
  opacity: 1;
}
#top.top_v2 #solutions .solutions_bg img.current {
  z-index: 4;
  opacity: 1;
}
#top.top_v2 #solutions .solutions_inner {
  position: relative;
  z-index: 10;
}
#top.top_v2 #solutions .solutions_inner .solutions_links {
  max-width: 1100px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media only screen and (max-width: 480px) {
  #top.top_v2 #solutions .solutions_inner .solutions_links {
    padding: 40px 0;
    flex-wrap: wrap;
  }
}
#top.top_v2 #solutions .solutions_inner .solutions_links .solutions_block {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 480px) {
  #top.top_v2 #solutions .solutions_inner .solutions_links .solutions_block {
    width: 50%;
  }
}
#top.top_v2 #solutions .solutions_inner .solutions_links .solutions_block a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 0 1em;
  box-sizing: border-box;
  opacity: 0.5;
  transition: opacity 0.3s;
}
#top.top_v2 #solutions .solutions_inner .solutions_links .solutions_block a:hover {
  opacity: 1;
}
#top.top_v2 #solutions .solutions_inner .solutions_links .solutions_block a .icon {
  width: 100%;
  text-align: center;
  aspect-ratio: 4/3;
  display: flex;
  align-items: center;
  justify-content: center;
}
#top.top_v2 #solutions .solutions_inner .solutions_links .solutions_block a .icon img {
  width: 50%;
  height: auto;
}
#top.top_v2 #solutions .solutions_inner .solutions_links .solutions_block a .icon.arrow img {
  width: 25%;
}
#top.top_v2 #solutions .solutions_inner .solutions_links .solutions_block a p {
  text-align: center;
}
#top.top_v2 #satellite {
  margin: 0;
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
  height: 600px;
  padding: 0 calc(var(--fluidPx) * 60);
  background: #fcfcfc;
}
@media only screen and (max-width: 480px) {
  #top.top_v2 #satellite {
    height: 600px;
    padding: 0;
  }
}
#top.top_v2 #satellite .satellite_inner {
  max-width: 1100px;
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 480px) {
  #top.top_v2 #satellite .satellite_inner {
    flex-direction: column;
    justify-content: flex-start;
  }
}
#top.top_v2 #satellite .satellite_inner .text_block {
  position: relative;
  background: #fcfcfc;
  width: 40%;
  display: flex;
  align-items: flex-start;
  padding-top: 100px;
}
@media only screen and (max-width: 480px) {
  #top.top_v2 #satellite .satellite_inner .text_block {
    width: 100%;
    padding: 40px calc(var(--fluidPx) * 18) calc(var(--fluidPx) * 18);
    box-sizing: border-box;
  }
}
#top.top_v2 #satellite .satellite_inner .text_block:after {
  position: absolute;
  top: 0;
  right: -200px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 600px 200px 0 0;
  border-color: #fcfcfc transparent transparent transparent;
}
@media only screen and (max-width: 480px) {
  #top.top_v2 #satellite .satellite_inner .text_block:after {
    display: none;
  }
}
#top.top_v2 #satellite .satellite_inner .text_block .text_block_inner {
  opacity: 0;
  transform: translateX(-100%);
}
#top.top_v2 #satellite .satellite_inner .btn_block {
  width: 60%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-bottom: 100px;
}
@media only screen and (max-width: 480px) {
  #top.top_v2 #satellite .satellite_inner .btn_block {
    width: 100%;
    padding-bottom: 0px;
    position: relative;
    background: #fff;
    box-sizing: border-box;
  }
  #top.top_v2 #satellite .satellite_inner .btn_block:after {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    right: auto;
    top: auto;
    bottom: -79px;
    border-width: 0 100vw 80px 0;
    border-color: transparent #fff transparent transparent;
    z-index: 1;
  }
}
#top.top_v2 #satellite .satellite_inner .btn_block .btn_block_inner {
  display: flex;
  align-items: flex-end;
  opacity: 0;
  transform: translateX(100%);
}
@media only screen and (max-width: 480px) {
  #top.top_v2 #satellite .satellite_inner .btn_block .btn_block_inner {
    position: relative;
    z-index: 2;
    padding: 0px calc(var(--fluidPx) * 18);
  }
}
#top.top_v2 #satellite .satellite_bg {
  position: absolute;
  width: 60%;
  height: 600px;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 480px) {
  #top.top_v2 #satellite .satellite_bg {
    width: 100%;
    height: 100vw;
    top: auto;
    bottom: 0;
  }
}
#top.top_v2 #satellite .satellite_bg img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.home #top.top_v2 #featured, .home #top.top_v2 #latest {
  background: #f2f2f2;
  max-width: inherit;
  margin: 0 auto;
  padding: calc(var(--fluidPx) * 60) calc(var(--fluidPx) * 60) 0 calc(var(--fluidPx) * 60);
}
@media only screen and (max-width: 480px) {
  .home #top.top_v2 #featured, .home #top.top_v2 #latest {
    padding: calc(var(--fluidPx) * 60) calc(var(--fluidPx) * 18);
  }
}
.home #top.top_v2 #featured .featured_inner, .home #top.top_v2 #latest .featured_inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.home #top.top_v2 #featured .col, .home #top.top_v2 #latest .col {
  width: 100%;
  text-align: right;
}
.home #top.top_v2 #featured .col h2, .home #top.top_v2 #latest .col h2 {
  text-align: left;
}
.home #top.top_v2 #featured .col3, .home #top.top_v2 #latest .col3 {
  width: 100%;
  padding: 0;
}
@media only screen and (max-width: 480px) {
  .home #top.top_v2 #featured .col3 .thumb, .home #top.top_v2 #latest .col3 .thumb {
    display: none;
    margin-bottom: 0;
  }
  .home #top.top_v2 #featured .col3 .thumb:first-child, .home #top.top_v2 #latest .col3 .thumb:first-child {
    display: block;
  }
  .home #top.top_v2 #featured .col3 .thumb .img, .home #top.top_v2 #latest .col3 .thumb .img {
    height: auto;
  }
}
.home #top.top_v2 #featured .col3 .thumb p.meta, .home #top.top_v2 #latest .col3 .thumb p.meta {
  margin-bottom: 0;
}
.home #top.top_v2 #latest {
  padding: calc(var(--fluidPx) * 60);
}
@media only screen and (max-width: 800px) {
  .home #top.top_v2 #latest .col {
    padding: 0;
  }
}
@media only screen and (max-width: 480px) {
  .home #top.top_v2 #latest {
    padding: calc(var(--fluidPx) * 60) calc(var(--fluidPx) * 18);
  }
}
.home #top.top_v2 #latest .thumb .img {
  aspect-ratio: 19/12;
}
.home #top.top_v2 #latest .thumb .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home #top.top_v2 #companies {
  margin-top: calc(var(--fluidPx) * 60);
}
@media only screen and (max-width: 480px) {
  .home #top.top_v2 #companies {
    margin-top: calc(var(--fluidPx) * 60);
  }
}
.home #top.top_v2 #companies .col div {
  border: none;
  padding-bottom: 0;
}
.home #top.top_v2 #companies .slick-slider {
  width: calc(100% - 50px);
  margin: calc(var(--fluidPx) * 40) auto 0;
}
.home #top.top_v2 #companies .slick-slider .slick-prev, .home #top.top_v2 #companies .slick-slider .slick-next {
  width: 24px;
  height: 42px;
}
.home #top.top_v2 #companies .slick-slider .slick-prev:before {
  content: "";
  color: #1B1F53;
  width: 24px;
  height: 42px;
  display: block;
  background: url("../images/c_arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.home #top.top_v2 #companies .slick-slider .slick-next:before {
  content: "";
  color: #1B1F53;
  width: 24px;
  height: 42px;
  display: block;
  background: url("../images/c_arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}
.home #top.top_v2 #contact_us {
  background: #1B1F53;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: calc(var(--fluidPx) * 60);
}
@media only screen and (max-width: 480px) {
  .home #top.top_v2 #contact_us {
    padding: calc(var(--fluidPx) * 60) calc(var(--fluidPx) * 18);
  }
}
.home #top.top_v2 #contact_us .contact_us_inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1100px;
  width: 100%;
}
.home #top.top_v2 #contact_us .contact_us_inner p {
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 480px) {
  .home #top.top_v2 #contact_us .contact_us_inner p br {
    display: none;
  }
}
.home #top.top_v2 #contact_us .contact_us_inner a {
  margin-right: 0;
  max-width: 300px;
  width: calc(100% - 16px);
  justify-content: center;
}
.home #top.top_v2 #contact_us .contact_us_inner a:after {
  display: none;
}

.jp #top.top_v2 section h2 {
  font-size: calc(var(--fluidPx) * 36);
}