@charset "UTF-8";

/*****************************
top common
*****************************/
.topsec {
  padding: 10rem 0;
}
.loadingactive1,
.loadingactive2{
  overflow: hidden;
  height: 100vh;
}

@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
}

/*****************************
topsec-fv
*****************************/
.topsec-fv {
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.topsec-fv .maskbox {
  aspect-ratio: 25/24;
  mask-image: url(../images/top/fvmask.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: bottom;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 95vh;
  width: auto;
}
.topsec-fv .maskbox .splide__slide img {
  aspect-ratio: 25/24;
  object-fit: cover;
  height: auto;
  width: 100%;
}
.topsec-fv .catchbox {
  position: absolute;
  top: 150px;
  left: 60px;
  transform: rotate(-7deg);
}
.topsec-fv .catchbox .ttl span {
  display: block;
  font-size: 6vw;
  font-weight: 600;
  letter-spacing: 5px;
  line-height: 1.3;
  text-shadow: 5px 5px #fff;
  /* background: linear-gradient(transparent 70%, rgba(0, 50, 70, .5) 70%); */
}
.topsec-fv .catchbox .ttl span:nth-of-type(2) {
  display: inline-block;
}
.topsec-fv .catchbox .txt {
  color: #B9B9B9;
  font-size: 2.3vw;
  font-weight: 600;
  text-shadow: 1px 1px #fff;
}
.topsec-fv .newsbox {
  background: #f5f5f5;
  padding: .5rem 3rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.topsec-fv .newsbox:has(a:hover) {
  background: #003246;
}
.topsec-fv .newsbox a {
  display: inline-block;
}
.topsec-fv .newsbox a:hover {
  color: #fff;
  opacity: 1;
}
.topsec-fv .newsbox .time {
  display: inline-block;
  margin-right: .5rem;
}

/* 背景アニメ */
.fvlineart {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: .4;
  width: 55%;
  z-index: -1;
}
.fvlineart path {
  fill: none;
  fill-opacity: 0;
}
.fvlineart .done path {
  fill-opacity: 1;
  stroke-opacity: 0;
  transition: fill-opacity 1.5s , stroke-opacity 1.5s;
}
.fvlineart .cls-1 {
  stroke: #0042ef;
}
.fvlineart .cls-2 {
  stroke: #f5b100;
}
.fvlineart .cls-3 {
  stroke: #d8d8d8;
}
.fvlineart .cls-4 {
  stroke: #a0a0a0;
}
.fvlineart .cls-5 {
  stroke: #c619cf;
}
.fvlineart .cls-6 {
  stroke: #fc0036;
}
.fvlineart .cls-7 {
  stroke: #009af1;
}
.fvlineart .done .cls-1 {
  fill: #0042ef;
}
.fvlineart .done .cls-2 {
  fill: #f5b100;
}
.fvlineart .done .cls-3 {
  fill: #d8d8d8;
}
.fvlineart .done .cls-4 {
  fill: #a0a0a0;
}
.fvlineart .done .cls-5 {
  fill: #c619cf;
}
.fvlineart .done .cls-6 {
  fill: #fc0036;
}
.fvlineart .done .cls-7 {
  fill: #009af1;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .topsec-fv {
    height: 50vh;
  }
  .topsec-fv .maskbox {
    height: 45vh;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .topsec-fv {
    height: 100vh;
  }
  .topsec-fv .maskbox {
    height: calc(100vh - 6rem);
  }
  .topsec-fv .catchbox {
    left: 10px;
  }
  .topsec-fv .catchbox .ttl span {
    font-size: 8.5vw;
    letter-spacing: 2px;
    line-height: 1.5;
    text-shadow: 2px 2px #fff;
  }
  .topsec-fv .catchbox .txt {
    font-size: 4.6vw;
  }
  .topsec-fv .newsbox {
    background: rgba(255,255,255,.9);
    bottom: 1rem;
    padding: 1rem;
    width: 90%;
  }
  .topsec-fv .newsbox a {
    display: block;
    overflow: hidden;
  }
  .topsec-fv .newsbox .ttl {
    animation: textloop 12s infinite linear;
    display: inline-block;
    white-space: nowrap;
    width: 100%;
  }
  .fvlineart {
    top: -20px;
    left: -10%;
    opacity: .2;
    width: 180%;
  }
}

/*****************************
topsec-about
*****************************/
.topsec-about {
  height: 120vh;
  overflow-x: clip;
}

.topsec-about .ob {
  opacity: .1;
  position: absolute;
  bottom: 10vh;
  right: 0;
  transform: perspective(630px) rotateY(-35deg) rotateX(15deg);
  width: 50vw;
}
.topsec-about .ob .st0  {
  fill: #848484;
}
.topsec-about .ob #circle3_num,
.topsec-about .ob #circle3_txt,
.topsec-about .ob #circle2_num,
.topsec-about .ob #circle2_txt,
.topsec-about .ob #circle1_num,
.topsec-about .ob #circle1_txt {
  animation: 20s infinite linear rotationAnime;
  transform-origin: center;
}
.topsec-about .ob #circle3_txt,
.topsec-about .ob #circle2_txt,
.topsec-about .ob #circle1_txt {
  animation-direction: reverse;
}
.topsec-about .ob #circle3_num {
  animation-duration: 10s;
}
.topsec-about .ob #circle3_txt {
  animation-duration: 15s;
}
.topsec-about .ob #circle2_num {
  animation-duration: 5s;
}
.topsec-about .ob #circle2_txt {
  animation-duration: 10s;
}
.topsec-about .ob #circle1_num {
  animation-duration: 14s;
}
.topsec-about .ob #circle1_txt {
  animation-duration: 20s;
}
@keyframes rotationAnime {
  0% {
    transform:rotate(0)
  }
  100% {
    transform:rotate(360deg);
  }
}

.topsec-about .txtbox {
  margin-bottom: 3rem;
}
.topsec-about .txtbox p {
  line-height: 2.5;
}
.topsec-about .txtbox p:not(:last-of-type) {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .topsec-about {
    height: 800px;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .topsec-about .ob {
    bottom: -80px;
    right: -50px;
    width: 100vw;
  }
  .topsec-about .txtbox p {
    line-height: 2;
  }
}

/*****************************
topsec-service
*****************************/
.servicesplide {
  display: flex;
  align-items: center;
  position: relative;
}
/* メイン */
.servicesplide #main-carousel .splide__slide {
  display: block;
  position: relative;
  width: 70vw !important;
}
.servicesplide #main-carousel .splide__slide:hover {
  opacity: 1;
}
.servicesplide #main-carousel .splide__slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  border-radius: 0 50px 50px 0;
  opacity: .5;
  transition: .5s;
  height: 100%;
  width: 100%;
}

.servicesplide #main-carousel .splide__slide img {
  border-radius: 0 50px 50px 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.servicesplide #main-carousel .txtbox {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10vw;
  max-width: 700px;
}
.servicesplide #main-carousel .txtbox .ttlen {
  color: #fff;
  margin-bottom: 0;
}
.servicesplide #main-carousel .txtbox .ttl {
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
}
.servicesplide #main-carousel .txtbox .txt1 {
  color: #fff;
}
.servicesplide #main-carousel .txtbox .morebtn1 span {
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  min-width: 200px;
  padding: .5rem 2rem;
  position: relative;
  transition: .5s;
}
.servicesplide #main-carousel .txtbox .morebtn1 span:hover {
  background: #fff;
  color: #181818;
}
.servicesplide #main-carousel .splide__slide:has(.morebtn1 a:hover)::before {
  opacity: 0;
}


/* サムネイル */
.servicesplide #thumbnail-carousel {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 35vw;
}
.servicesplide #thumbnail-carousel .splide__slide {
  border: 0 !important;
  user-select: none;
}
.servicesplide #thumbnail-carousel .splide__slide .imgbox {
  height: 100%;
  position: relative;
}
.servicesplide #thumbnail-carousel .splide__slide:not(.is-active) .imgbox::before {
  background: #000;
  content: '';
  opacity: .5;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.servicesplide #thumbnail-carousel .splide__slide.is-active .imgbox::before {
  opacity: 1;
}
.servicesplide #thumbnail-carousel .splide__slide img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.servicesplide #thumbnail-carousel .splide__slide .txtbox {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2vw;
}
.servicesplide #thumbnail-carousel .splide__slide .txtbox p {
  color: #fff;
  line-height: 1;
}
.servicesplide #thumbnail-carousel .splide__slide .txtbox .txt2 {
  font-size: 2rem;
  font-weight: bold;
}
@media only screen and (max-width: 1300px) {
  .servicesplide #main-carousel .txtbox {
    left: 5vw;
    max-width: 400px;
  }
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .servicesplide {
    display: block;
  }
  .servicesplide #main-carousel {
    margin-bottom: 1rem;
  }
  .servicesplide #main-carousel .splide__slide {
    height: 400px;
    width: 100vw !important;
  }
  .servicesplide #main-carousel .splide__slide img {
    border-radius: 0;
  }
  .servicesplide #main-carousel .splide__slide::before {
    border-radius: 0;
  }
  .servicesplide #main-carousel .splide__slide:hover::before {
    opacity: .5;
  }
  .servicesplide #main-carousel .imgbox {
    height: 100%;
  }
  .servicesplide #main-carousel .txtbox {
    left: 0;
    padding: 0 2rem;
  }
  .servicesplide #main-carousel .txtbox .ttl {
    font-size: 1.8rem;
  }
  .servicesplide #thumbnail-carousel {
    position: static;
    transform: initial;
    width: 100vw;
  }
  .servicesplide #thumbnail-carousel .splide__slide .txtbox .txt1 {
    font-size: 1rem;
    font-weight: b0ld;
  }
  .servicesplide #thumbnail-carousel .splide__slide .txtbox .txt2 {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

/*****************************
topsec-news
*****************************/
.topsec-news {
  padding: 0 0 15rem;
}
.topsec-news .information::before {
  animation: textloop 15s infinite linear;
  content: "Information Information Information Information Information";
  font-size: 8vw;
  font-weight: bold;
  opacity: .03;
  position: absolute;
  bottom: 0;
  white-space: nowrap;
  width: 100%;
}
@keyframes textloop {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
.topsec-news .newsbox {
  gap: 2rem;
  margin-bottom: 5rem;
}
.topsec-news .ulnews {
  width: 65%;
}
.topsec-news .morebtn1 a {
  text-align: left;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .topsec-news {
    padding: 15rem 0;
  }
  .topsec-news .ulnews {
    width: 75%;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .topsec-news {
    padding: 0 0 10rem;
  }
  .topsec-news .ttlbox1 {
    margin: 0;
  }
  .topsec-news .ulnews {
    width: 100%;
  }
  .topsec-news .information::before {
    animation: textloop 10s infinite linear;
    font-size: 7rem;
    bottom: 20px;
  }
  .topsec-news .newsbox {
    gap: 1rem;
    margin-bottom: 3rem;
  }
}
