@charset "UTF-8";

.top_fv{
  position: relative;
  width: 100%;
  margin-top: 100px; 
  overflow: hidden;
}

.top_fv-back{
    -webkit-animation: zoomUp 5s ease;
    animation: zoomOut 5s linear 0s normal both;
    height: 100%;
    //width: auto;
    min-height: 80vh;
    object-fit: cover;
    object-position: 50% 50%;
 }
@keyframes zoomOut {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1); 
  }
}

.top_fv-text{
  position: absolute;
  padding: 1rem;
  color: #2D2D2D;
  background-color: #fff;
  font-size: 3.5rem;
  bottom: 25%;
  left: 5%;
  margin-bottom: 1.5rem;
  z-index: 1;
}

.top_fv-text:nth-child(2){
  position: absolute;
  padding: 1rem;
  color: #2D2D2D;
  background-color: #fff;
  font-size: 3.5rem;
  bottom: 10%;
  left: 5%;
  margin-bottom: 1.5rem;
  z-index: 1;
}

.top_message{
  margin: 5rem auto;
  position: relative;
  padding: 5rem 0;
  display: flex;
  gap: 1rem;
}

.top_message-text{
  position: relative;
  margin: auto auto auto 15%;
  max-width: 40%;
}

.top_message-text-head{
  position: relative;
  padding: 0.75rem;
  color: #2D2D2D;
  background-color: #fff;
  font-size: 2.5rem;
  margin: 1.5rem 0;
  z-index: 1;
  width: fit-content;
}

.top_message-left{
  position: absolute;
  top: 0;
  left: 0;
  width: 8%;
  height: 100%;
  object-fit: cover;
}

.top_message-left img{
  height: 100%;
  object-fit: cover;
}


.top_message-img{
  position: absolute;
  width: 40%;
  height: 80%;
  right: 0;
}

.top_message-img01{
  position: absolute;
  width: 40%;
  height: 20%;
  top: 0;
  right: 0;
  object-fit: cover;
}

.top_message-img02{
  position: absolute;
  width: 40%;
  height: 75%;
  bottom: 0;
  right: 0;
  object-fit: cover;
  animation-delay: 300ms;
}

.top_message-img03{
  position: absolute;
  width: 55%;
  height: 30%;
  bottom: 0;
  left: 0;
  object-fit: cover;
  animation-delay: 600ms;
}

.top_message-img04{
  position: absolute;
  width: 25%;
  height: 65%;
  top: 0;
  left: 0;
  object-fit: cover;
  animation-delay: 900ms;
}

.top_message-img05{
  position: absolute;
  width: 25%;
  height: 20%;
  top: 0;
  left: 30%;
  object-fit: cover;
  animation-delay: 1200ms;
}

.top_message-img06{
  position: absolute;
  width: 25%;
  height: 40%;
  bottom: 35%;
  left: 30%;
  object-fit: cover;
}

.top_title{
  position: relative;
  margin: auto auto auto 20%;
  z-index: 1;
}

.top_title-blog{
  position: relative;
  margin: auto auto auto 2rem;
  z-index: 1;
}

.top_title-head{
  font-size: 2.5rem;
}

.top_service{
  position: relative;
  padding: 5rem 0;
}

.top_service-cont{
  position: relative;
  padding: 5rem 8%;
  display: flex;
  justify-content: center;
  background-color: #fff;
  width: 80%;
  margin: -2rem auto 3rem;
  gap: 2rem;
}

.top_service-item{
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  //justify-content: space-between;
}

.top_service-item img{
  width: 20vw;
  height: auto;
}

.top_service-item-num{
  font-size: 3.5rem;
  color: #59B3DC;
  line-height: 1.2;
  font-weight: bold;
}

.top_service-item-title{
  font-size: 1.5rem;
  font-weight: bold;
  padding: 1rem 0;
}

.top_service-item-link{
  display: block;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 0.75rem 1rem;
  width: 210px;
  height: fit-content;
  text-align: center;
  background-color: #1E3967;
  margin: 1rem 0 1rem auto;
}

.top_service-item-link-text{
  color: #fff;
}

.top_service-item-link:hover{
   background-color: #59B3DC;
}

.top_work{
  position: relative;
  padding: 5rem 0;
  display: flex;
  gap: 2rem;
}

.top_work-title{
  position: relative;
  margin: auto auto auto 10%;
  z-index: 1;
}
.top_work-title-head{
  font-size: 3.5rem;
  line-height: 1.2;
}

.top_work-link{
  margin: 2rem 0;
}

.top_work-cont{
  position: relative;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  width: 50%;
  margin-right: 8%;
  height: fit-content;
}

.top_work-item{
  position: relative;
  display: flex;
  flex-direction: column;
  width: 30%;
  height: 40%;
  min-height: 160px;
  padding: 1rem 0.25rem;
  gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  background-color: #fff;
  border-bottom: 4px solid #2D2D2D;
}

.top_work-item:nth-child(2){
  animation-delay: 300ms;
}
.top_work-item:nth-child(3){
  animation-delay: 600ms;
}
.top_work-item:nth-child(4){
  animation-delay: 900ms;
}
.top_work-item:nth-child(5){
  animation-delay: 1200ms;
}
.top_work-item:nth-child(6){
  animation-delay: 1500ms;
}

.top_work-item-text{
  font-size: 1.25rem;
  text-align: center;
  line-height: 1.2;
}

.top_work-item-num{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  background-color: #2d2d2d;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #fff;
  line-height: 40px;
}

.top_news-cont{
  position: relative;
  padding: 5rem 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  width: 80%;
  margin: -2rem auto 3rem;
  gap: 1rem;
}

.top_news-link{
  margin: 2rem auto;
}


.top_company-cont{
  width: 60%;
  margin: 3rem auto 0;
}

.top_company-list{
  display: flex;
  width: 100%;
  margin: 2rem auto 0;
  gap: 3rem;
   justify-content: space-between;
}

.top_company-list:nth-child(2){
  margin: 1rem auto 2rem;
}

.top_company-list-item{
  display: grid;
  grid-template-columns: 1fr 4fr;
  gap: 2rem;
  padding: 1rem 0;
  width: 45%;
  border-bottom: 1px #2D2D2D solid; 
}

.top_company-map{
  margin: 3rem auto 2rem;
  width: 100%;
}

.c5026.fv-best100-logo.absolute {
  position: absolute;
  z-index: 1;
  right: 30px;
  top: 30px;
}

@media screen and (max-width: 1280px) {
  .top_work-item{
    width: 45%;
  }
}

@media screen and (max-width: 1024px) {
  .top_title{
    position: relative;
    margin: auto auto auto 10%;
    z-index: 1;
  }
   .top_service{
    position: relative;
    padding: 2rem 0;
  }
  .top_service-cont{
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90%;
  }
  .top_service-item img{
    width: 100%;
    height: auto;
  }
  .top_news-cont{
    position: relative;
    padding: 3rem 5%;
    width: 90%;
    gap: 1rem;
  }
  .top_company-cont{
    width: 90%;
    margin: 2rem auto 1rem;
  }
}

@media screen and (max-width: 768px) {
  .top_fv-back {
    width: 100%;
    height: calc(100vh - 80px);
    object-fit: cover;
    object-position: 20% 100%;
  }
  .top_fv{
    margin-top: 80px; 
  }
  .top_fv-text span{
    font-size: 2.5rem!important;
  }
  .top_fv-text{
    padding: 1rem 0.5rem;
    bottom: 45%;
    font-size: 2.5rem!important;
  }
  .top_fv-text:nth-child(2){
    padding: 1rem 0.5rem;
    bottom: 30%;
    font-size: 2.5rem!important;
  }

  .top_fv-text:nth-child(2) span{
    font-size: 2.5rem!important;
  }
  
  .top_message{
    position: relative;
    padding: 5rem 0;
    display: flex;
    flex-direction: column;
    gap: 3rem;
  }
  .top_message-text{
    position: relative;
    margin: 0 auto 0 15%;
    width: 80%;
    max-width: 90%;
  }
  .top_message-text-head{
  font-size: 2em;
  }
  .top_message-img{
    position: relative;
    width: 100%;
    height: 50vh;
  }
  .top_message-left{
    height: 50%;
  }
 
  .top_work{
    flex-direction: column;
  }
  .top_work-title{
    width: 90%;
    margin:  0 auto;
  }
  .top_work-title-head{
    font-size: 2rem;
  }
  .top_work-cont{
    position: relative;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
    height: fit-content;
  }

  .top_work-item{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 47%;
    height: 50%;
    min-height: 140px;
    padding: 0.5rem;
    gap: 1rem;
  }
  .top_news-cont{
    position: relative;
    padding: 3rem 5%;
    width: 90%;
    gap: 1rem;
  }
  .top_company-cont{
    width: 90%;
    margin: 2rem auto 1rem;
  }
  .top_company-list{
    flex-direction: column;
    gap: 1.5rem;
     justify-content: space-evenly;
  }
  .top_company-list-item{
    gap: 1rem;
    padding: 1rem 0;
    width: 100%;
    grid-template-columns: 1fr 3fr;
  }
  .top_title-head{
    font-size: 1.5rem;
  }
}
  
 @media screen and (max-width: 414px) {
  .top_fv-text{
    padding: 1rem 0.5rem;
    bottom: 45%;
    font-size: 1.5rem!important;
  }
   .top_fv-text span{
    font-size: 1.5rem!important;
  }
  .top_fv-text:nth-child(2){
    padding: 1rem 0.5rem;
    bottom: 30%;
    font-size: 1.5rem!important;
  }

  .top_fv-text:nth-child(2) span{
    font-size: 1.5rem!important;
  }
   .top_work-item-text{
    font-size: 1rem;
    text-align: center;
    line-height: 1.2;
  }
}
