@charset "utf-8";

.top-fv{
  position: relative;
  width: 100%;
  margin-top: 0; 
  overflow: hidden;
}

.top-fv-back{
    width: 100%;
    object-fit: cover;
    -webkit-animation: zoomUp 5s ease;
    animation: zoomUp 5s linear 0s normal both;
    height: 100%;
 }


@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1); 
  }
}

.top-fv-text{
  position: absolute;
  bottom: 10%;
  left: 5%;
  color: #fff;
}

.top-fv-text img{
  width: 600px;
  height: auto;
}

.top-fv-text h1{
  font-size: 2rem;
  color: #fff;
}

.top-fv-text p{
  font-size: 1.25rem;
}

.top-concept img{
  width: 40%;
}

.top-concept{
  margin: 5rem auto 2rem;
  display: flex;
  gap: 4rem;
  width: 80%;
}

.top-concept-title{
  position: relative;
  margin-bottom: 3rem;
  width: fit-content;
}

.top-concept-title h2{
  font-size: 7rem;
  color: #fff;
  line-height: 1;
  width: fit-content;
}

.top-concept-title p{
  position: absolute;
  right: 0;
  bottom: 10%;
  left: 0;
  margin: 0 auto;
  font-size: 1.5rem;
  width: fit-content;
  height: fit-content;
  color: #0089A3;
}

.top-concept-text{
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.top-concept-img{
    display: flex;
    gap: 3rem;
    width: 90%;
    margin: 0 0 2rem 10%;
    height: 300px;    
    overflow: hidden;
}

.top-concept-img img:nth-child(1){
  width: auto;
  height: 100%;
}
.top-concept-img img:nth-child(2){
  width: auto;
  height: 100%;
  object-fit:cover;
}

.top-service{
  margin: 5rem auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 80%;
}

.top-service-item{
  width: 100%!important;
  margin: 0!important;
}

.top-service-item-link{
  width: 50%!important;
}

.top-flow{
  background-color: #526866!important;
  color: #fff;
  padding: 5rem 0;
  margin: 3rem auto;
}

.business-cta-right-link{
  color: #fff!important;
}

.business-cta-right-link::before {
	background: #fff!important;
}

.business-cta-right-link::after{
	background:#fff!important;
}

.top-flow-cont{
  width: 80%;
  margin: 3rem auto;
  padding-top: 3rem;
  border-top: 1px solid #fff;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.top-flow-cont h2{
  font-size: 7rem;
  color: #fff;
  line-height: 1;
  width: fit-content;
}

.top-flow-cont-img{
  display: block;
}

.top-flow-cont-img-sp{
  display: none;
}

.top-flow-text{
  color: #fff;
  display: flex;
  gap: 2rem;
  line-height: 1.5;
}

.top-flow-text h3{
  line-height: 1.5;
}

.top-company{
  position: relative;
  margin: 5rem auto;
  padding: 0 0 5rem 0;
  display: flex;
  gap: 5rem;
  width: 80%;
}

.top-company-img{
  position: relative;
  width: 100%;
}
.top-company-img img:nth-child(1){
  width: 80%;
}

.top-company-imgab{
  position: absolute;
  bottom: -2rem;;
  right: -2rem;
  width: 40%;
}

.top-company-text{
    display: flex;
    flex-direction: column;
    gap: 2rem;
    text-align: center;
}

.top-company-text h3{
    font-size: 1.5rem;
    text-align: center;
}

.top-company-link{
  margin: 2rem auto;
  display: flex;
  justify-content: space-around;
  gap: 2rem;
}
.top-company-link a{
  margin: 0;
}

.top-company-rec{
  position: absolute;
  right: -10%;
  bottom: -3rem;
  width: 30%;
}

.top-company-rec h2{
  font-size: 1.5rem;
}

.top-company-rec-item{
  display: flex;
  gap: 1rem;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
}

.top-company-rec-item img{
    width: 30%;
    height: 100%;
    object-fit: cover;
}

.top-company-rec-item-text{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}

.top-company-rec-item-link{
  margin: 0 0 0 auto!important;
}

.top-news{
  position: relative;
  margin: 5rem auto;
  padding: 3rem 0;
  display: flex;
  gap: 3rem;
  width: 80%;
}

.top-news-link a{
  margin: 0!important;
}


@media (max-width: 1024px) {
  .top-fv-back{
    width: auto;
    height: 100vh;
    object-position: 100% 100%;
 }
  .top-fv-text h1{
    font-size: 1.75rem;
    color: #fff;
  }
  .top-fv-text img{
    width: 240px;
    height: auto;
  }
  .top-fv-text p{
    font-size: 1rem;
  }
  .top-concept{
    margin: 3rem auto 2rem;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    width: 90%;
  }
  .top-concept-title{
    margin-bottom: 1rem;
  }
  .top-concept-text{
    align-items: center;
  }
  .top-concept-title h2{
    font-size: 7rem;
  }
  .top-concept-title p{
    font-size: 1.5rem;
  }
  .top-concept img{
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
  .top-concept-img{
    width: 90%;
    margin: 0 0 2rem 5%;
    height: 200px;    
  }
  .top-service{
    margin: 3rem auto;
    width: 90%;
    align-items: center;
  }
  .top-flow-cont h2{
    font-size: 4rem;
  }
  .top-flow-cont{
    width: 90%;
    margin: 2rem auto;
    padding-top: 2rem;
    gap: 1rem;
  }
  .top-flow-cont-img{
    display: none;
  }

  .top-flow-cont-img-sp{
    display: block;
  }
  .top-flow-text{
    flex-direction: column;
    gap: 1rem;
  }
  .top-company{
    margin: 2rem auto;
    padding: 0 0 5rem 0;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    width: 95%;
  }
  .top-company-img{
    width: 90%;
  }
  .top-company-link{
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  .top-news{
    margin: 3rem auto;
    padding: 2rem 0;
    flex-direction: column;
    gap: 2rem;
    width: 90%;
  }
  .top-news-title{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .top-company-rec{
    position: absolute;
    right: 0%;
    bottom: -3rem;
    width: 50%;
  }
}

@media (max-width: 768px) {
  .top-concept-title h2{
    font-size: 4rem;
  }
  .top-concept-title p{
    font-size: 1.25rem;
  }
  .top-concept-img{
    width: 90%;
    margin: 0 0 2rem 5%;
    height: 100px;  
    gap: 1rem;
  }
  .top-service-item-link{
    width: 100%!important;
  }
  .top-company-rec{
    position: absolute;
    right: 0%;
    bottom: -5rem;
    width: 100%;
  }
  .top-company-rec-item-text{
    justify-content: center;
  }

  .top-fv-back20260605{
  width: 100%;
  height: auto;
  }
   
}