<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.mvWrap {
  position: relative;
}
.mv {
  /* height: 100vh; */
}
.mv .items{
  position: relative;
}
.mv .items .items_bg {
  max-width: 1920px;
  height: 960px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.mv .items .items_bg &gt; div{
  margin: 0 auto;
  transform: translate(-50%, -50%) scale(1.2);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  background-size: cover;
}
.mv .items .items_bg.on &gt; div {

  transform: translate(-50%, -50%) scale(1);
  transition: all linear 5s;
}
.mv .items .items_txt{
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
   transform: translate(-50%, 10%);
  font-family: 'Exo', sans-serif;
  font-weight: bold;
  font-size: 78px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  opacity: 0;
  
}

.mv .items .items_txt.on {
  transform: translate(-50%, -80%);
  opacity: 1;
  transition: all 0.5s linear;
}

.mv .items .items_txt span{
  color: #ddd;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -1px;
  display: block;
  margin-top: 38px;
  transform: translate(0%, 100%);
  transition: all 0.5s linear;
  transition-delay: 0.5s;
  opacity: 0;
}

.mv .items .items_txt.on span {
  opacity: 1;
  transform: translate(0%, 0%);
}


.progress___Wrap{
  position: absolute;
  left: 50%;
  top: 66%;
  transform: translate(-50%, 0);
  color: #fff;
  display: flex;
  align-items: center;
}
.progress__bar {
  width: 115px;
  height: 2px;
  background: #b6bdc2;
  z-index: 1;
  margin: 0 20px;
  position:relative;
}
 .bar {
   position: absolute;
   top: 0;
   left: 0;
   background-color: #ededed;
   height: 100%;
   width: 0%;
   
 }
 .bar.on{
   width: 100%;
   transition: all linear 5s;
 }
 .currentNum {
  font-size: 14px;
  font-family: 'Exo', sans-serif;
  font-weight: 200;

 }
 .controlBtn {
   display: flex;
   align-items: center;
   margin-left: 20px;

 }
 .control__Prev {
   width: 8px;
   height: 13px;
   background: url(/image/main/arrowLeft.png) no-repeat center ;
   cursor: pointer;
 }
  .control__next {
    width: 8px;
    height: 13px;
    background: url(/image/main/arrowRight.png) no-repeat center;
    cursor: pointer;
  }
  .control__play {
    width: 8px;
    height: 11px;
    background: url(/image/main/pasueIcon.png) no-repeat center;
    margin: 0 10px;
    cursor: pointer;
  }
  .Icon__Wrap {
    position: absolute;
    left: 50%;
    bottom: 5%;
    transform: translate(-50%, 0);
    font-family: 'Exo', sans-serif;
    color: #fff;
    font-size: 10px;
    text-align: center;
    animation: upDown 3s linear infinite;
  }
  .Icon__Wrap img{
    margin: 0 auto;
    
  }

  @keyframes upDown {
    0% { transform: translate(-50%,0%)}
    50% { transform: translate(-50%,30%)}
    100% { transform: translate(-50%,0%)}
  }

  /* business */
  .businessWrap .w_1320 {
    display: flex;
    padding: 120px 0;
  }
  .businessWrap .descOuter {
    flex: 1;
  }
  .businessWrap .imgOuter{
    width: 768px;
    height: 600px;
    overflow: hidden;
  }
  .businessWrap .imgOuter &gt; div{
    /* position: relative; */
  }
  .businessWrap .imgOuter img{
    /* position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%); */
  }

  .busi__tit {
    font-family: 'Exo', sans-serif;
    color: #111;
	font-size: 62px;
    line-height: 1.2;
    font-weight: 800;
    margin-bottom: 25px;
    margin-top: 40px;
    position: relative;
    z-index: 3;
  }
  .busi__tit::before{
    content: "";
    display: block;
    width: 225px;
    height: 178px;
    background: url(/image/common/logoShadow.png) no-repeat center;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-15%, 10%);
    z-index: -1;
    
  }
  .busi__sub{
    color: #666;
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 70px;
  }
  .busi__field {
    font-size: 40px;
	color: #222;
    line-height: 0.7;
    font-weight: bold;
    letter-spacing: -2px;
    margin-bottom: 20px;
  }
  .busi__fieldDesc{
    font-size: 18px;
	font-weight: 300;
    line-height: 1.8;
    color: #666;
    margin-bottom: 40px;
  }
  .moreBtn a{
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Exo', sans-serif;
    line-height: 1.8;
    border-bottom: 2px solid ;
    padding: 0 5px;
    transition: all 0.3s;
   
  }
  .moreBtn a:hover{
    color: #ff8b00 !important;
  }

  .busi_control {
    display: flex;
    justify-content: space-between;
    margin-top: 75px;
  }
  .busi__Btn {
    display: flex;
    align-items: flex-end;
  }
  .busi__prev {
    width: 61px;
    height: 60px;
    background: url(/image/main/arrowLeft02.png) no-repeat center;
    margin-right: 20px;
    cursor: pointer;
    transition: all linear 0.3s;
  }
   .busi__next {
     width: 61px;
     height: 60px;
     background: url(/image/main/arrowRight02.png) no-repeat center;
     cursor: pointer;
     transition: all linear 0.3s;
   }
   .busi__prev:hover{
       background: url(/image/main/arrowLeft02_on.png) no-repeat center;
   }
  .busi__next:hover {
    background: url(/image/main/arrowRight02_on.png) no-repeat center;
  }
  .busi__Num {
    display: flex;
    margin-right: 40px;
    align-items: flex-end;
  }
  .busi__currentNum{
    font-size: 85px;
    color: #ddd;
    font-family: 'Exo', sans-serif;
    font-weight: 800;
    margin-right: 35px;
    line-height: 0.7;
  }
  .busi__totalNum{
    font-size: 26px;
    color: #ddd;
    font-family: 'Exo', sans-serif;
    font-weight: bold;
    
  }

  /* rnd */
  .rndWrap {
    padding: 120px 0;
    background: url(/image/main/mainBg.png) no-repeat center;
    text-align: center;
  }
  .rnd__tit{
    font-size: 22px;
    font-family: 'Exo', sans-serif;
    font-weight: bold;
    margin-bottom: 45px;
    color: #fff;

  }
  .rnd__sub {
    font-size: 42px;
    line-height: 1.4;
    color: #fff;
    font-weight: 300;
    margin-bottom: 60px;

  }
  .rnd__desc {
    display: flex;
    justify-content: space-around;
    margin-bottom: 90px;

  }
  .rnd__desc .box {
    display: flex;
    flex-direction: column;
  }
  .rnd__desc .box p {
    font-size: 20px;
    color: #fff;
    line-height: 1.5;
  }
  .rnd__desc .box img{
    width: 163px;
    height: 163px;
    margin-bottom: 25px;
  }
  .rndWrap .moreBtn a{
    color: #fff;
  }
  .nesWrap{
    padding: 120px 0;
    
  }
.news__tit {
  font-family: 'Exo', sans-serif;
  font-size: 62px;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 60px;
  text-align: center;
  
}
.news__board {
  display: flex;
  margin-bottom: 95px;
}
.news__board .contents {
  width: calc((100% - (30px *2)) / 3);
  margin-right: 30px;
  display: block;
  overflow: hidden;
  position: relative;
}

.news__board .contents::before{
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background: #ff8b00;
  /* margin-top: -3px; */
  transform: translateX(-100%);
  transition: all 0.5s ease;
  z-index: 999;
  position: absolute;
  
}
.news__board .contents::after {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background: #ddd;
  position: absolute;
  top: 0px;
  z-index: 0;
  transition: all 0.5s ease;


}
.news__board .contents:last-child{
  margin-right: 0;
}
.news__img{
  font-size: 0;
  /* padding-bottom: 56%; */
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
 
}
.news__img img {
  width: 100%;
  /* position: absolute;
  left: 50%;
  top: ;
  transform: translate(-50%,-50%); */
}
.news__img::after{
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  border: 5px solid #ff8b00;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  opacity: 0;
  transition:  all 0.5s;

}
.news__kind{
  margin: 30px 0 15px;
  font-size: 15px;
  font-weight: bold;
}
.news__kind.issue {
  color: #397acf;
}
.news__kind.notice {
  color: #26ac72;
}
.news__title{
  font-size: 24px;
  color: #303030;
  font-weight: bold;
  margin-bottom: 35px;

  white-space: normal;
  line-height: 1.5em;
  height: 3em;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;


}
.news__info{
  display: flex;
  justify-content: space-between;
}
.news__date{
  color: #999;
  font-size: 16px;
  font-family: 'Exo', sans-serif;

}
.news__arrow{
  opacity: 0;
  transition: all 0.5s ease;
}
.news__board .contents.hover .news__img::after {
  opacity: 1;
}

.news__board .contents.hover .news__arrow {opacity: 1;}
.nesWrap .moreBtn{
  text-align: center;
}
.news__board .contents.hover{
  border-color: transparent;
}
.news__board .contents.hover::before{
 transform: translateX(0%);
}
.news__board .contents.hover::after {
  /* opacity: 0; */
  display: none;
}

/* notice */
.noticeWrap{
  display: flex;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.noticeWrap &gt; a{
  /* padding: 115px 0 85px; */
  width: 50%;
  height: 320px;
  color: #fff;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.noticeWrap&gt;a:hover .notice__bg{
  transform: scale(1.1);
}

.recruitBox .notice__bg{
  background: url(/image/main/boardImage02.png) no-repeat center;
}
.contactBox .notice__bg{
   background: url(/image/main/boardImage03.png) no-repeat center;
}

.notice__bg{
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: all ease 1.5s;
  z-index: 1;
}


.notice__tit{
  font-size: 40px;
  font-family: 'Exo', sans-serif;
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1;
  position: relative;
  z-index: 2;
}
.notice__desc{
  font-size: 16px;
  margin-bottom: 35px;
  color: #eeeeee;
  position: relative;
  z-index: 2;
}
.notice__arrow {
  margin: 0 auto;
  display: inline-block;
  cursor: pointer;
  position: relative;
  z-index: 2;
}</pre></body></html>