@charset "utf-8";
#mainVisual {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-width: 1500px;
  background: #222
}
#mainVisual .controlbutton {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: end;
}
#mainVisual .controlbuttonbox {
  position: relative;
  z-index: 9999;
  width: 100%;
  margin-right: 90px;
  margin-bottom: 90px;
  display: flex;
  justify-content: flex-end;
}
#mainVisual .controlbuttonbox .prev {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 60px;
  height: 60px;
  border: rgba(255, 255, 255, 0.4) 1px solid;
  border-radius: 60px;
  cursor: pointer;
  transition: all .2s;
}
#mainVisual .controlbuttonbox .prev:hover {
  background: var(--primary)
}
#mainVisual .controlbuttonbox .next {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 60px;
  height: 60px;
  border: rgba(255, 255, 255, 0.4) 1px solid;
  border-radius: 60px;
  margin-left: 10px;
  cursor: pointer;
  transition: all .2s;
}
#mainVisual .controlbuttonbox .next:hover {
  background: var(--primary)
}
#mainVisual .main_txt {
  opacity: 0;
  display: flex;
  flex-flow: column;
  position: absolute;
  left: 6.5%;
  bottom: 110px;
  z-index: 101;
  color: #fff;
}
#mainVisual .main_txt p {
  white-space: pre-line;
  font-size: 50px;
  line-height: 1.3;
  font-weight: 600;
}
#mainVisual .main_txt .txt {
  margin-top: 35%;
  font-size: 17px;
  color: rgba(255, 255, 255, 1);
  white-space: pre-line;
  line-height: 1.8;
}
#mainVisual .controls {
  display: flex;
  align-items: center;
  margin-top: 50px
}
#mainVisual .controls a {
  width: 150px;
  height: 60px;
  margin-right: 25px;
  font-size: 15px;
  border: 1px solid rgba(255, 255, 255, .3);
  background: #none;
  border-radius: 30px;
  font-weight: 700;
  line-height: 58px;
  color: #fff;
  text-align: center;
  transition: all .2s;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 10px;
}
#mainVisual .controls a svg {
  height: 18px;
  margin-left: 10px;
  transition: all .2s;
}
#mainVisual .controls a:hover svg {
  /* border: 1px solid rgba(255, 255, 255, .3); */
  transform: rotate(45deg);
}
#mainVisual .controls a:hover {
  border: 1px solid rgba(255, 255, 255, .3);
  background: var(--primary)
}
#mainVisual .controls span {
  display: flex;
  align-items: center
}
#mainVisual .controls span svg {
  cursor: pointer
}
#mainVisual .controls span + span:before {
  content: "";
  width: 1px;
  height: 14px;
  margin: 0 15px;
  background: rgba(255, 255, 255, .2)
}
#mainVisual ul:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .35)
}
#mainVisual ul li {
  height: 100vh;
  min-height: 850px;
  overflow: hidden
}
#mainVisual ul li video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto
}
#mainVisual ul li .bg {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 120%;
  background: center no-repeat;
  background-size: cover;
  transition: all 1.2s cubic-bezier(0.165, 0.840, 0.440, 1)
}
#mainVisual ul li .bg01 {
  background-image: url(../../../images/banner1.jpg)
}
#mainVisual ul li .bg02 {
  background-image: url(../../../images/banner2.jpg)
}
#mainVisual ul li .bg03 {
  background-image: url(../../../images/banner3.jpg)
}
#mainVisual ul li.on .bg {
  width: 101%;
  height: 101%;
  opacity: 1
}
#inc01 {
  position: relative
}
#inc01 .tit {
  padding: 100px 90px;
  text-align: left;
  display: flex;
  justify-content: space-between;
}
#inc01 .tit .companyleftblock {
  width: 50%;
  text-align: left;
}
#inc01 .tit .companyleftblock .leftbox {
  width: 600px;
}
#inc01 .tit .companyleftblock .title {
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 10px;
}
#inc01 .tit .companyleftblock .content {
  line-height: 1.6;
}
#inc01 .tit .companyrightblock {
  width: 50%;
  /*border-left: #ccc 1px solid;*/
  padding-left: 60px;
}
#inc01 .tit .companyrightblock .rightbox {
  width: 96%;
}
#inc01 .tit .companyrightblock .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
#inc01 .tit .companyrightblock .content {
  letter-spacing: 0.4px;
  margin-bottom: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 1.6
}
#inc01 .tit .companyrightblock .compbutton {
  display: flex;
  justify-content: space-between;
}
#inc01 .tit .companyrightblock .compbutton .compleftbutton {
  padding: 10px 30px;
  border: #000 1px solid;
  width: 48%;
  text-align: center;
  font-weight: 600;
  /*border-radius: 40px;*/
}
#inc01 .tit .companyrightblock .compbutton .comprightbutton {
  padding: 10px 30px;
  background: #00182d;
  color: #fff;
  width: 48%;
  text-align: center;
  font-weight: 600;
  /*border-radius: 40px;*/
}
#inc01 .tit span {
  font-size: 16px;
  font-weight: 700;
  color: var(--primary);
}
#inc01 .tit p {
  margin: 15px 0 18px;
  font-size: 42px;
  letter-spacing: -.5px;
  color: #222;
}
#inc01 .bg {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  z-index: -1;
  transform: scale(.85);
  width: 100%;
  height: 750px
}
#inc01 .bg:before {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url("../../../images/brandbg.jpg") no-repeat bottom center;
  background-size: cover;
  /*background: rgba(0, 0, 0, .05)*/
}
#inc01 .bg img {
  position: relative;
  top: -30px;
  transition: all .8s
}
#inc01 .bg.aos-animate {
  transform: scale(1)
}
#inc01 ul {
  display: flex;
  position: relative;
  transform: scale(.85);
  height: 750px;
  justify-content: space-between;
  padding: 0 60px;
  box-sizing: border-box;
        max-width: 1400px;
    margin: 0 auto;
}
#inc01 ul.aos-animate {
  transform: scale(1)
}
#inc01 ul .choose {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
    width: max-content;
}
#inc01 ul .choosetit {
  position: relative;
  top: 180px;
}


#inc01 ul .choosetit .maintit {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
    line-height: 1;
}



#inc01 ul .choosetit .mintit {
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 15px;
}
#inc01 ul .choosetit .subtit {

  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: normal;
  text-transform: uppercase;
}


#inc01 ul .choosetit .digtaltxt {

  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
    line-height: 1.4;
    margin-top: 10px;
}


#inc01 ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 32.5%;
}
#inc01 ul li:before {
  opacity: 0;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(28, 40, 50, 0.5);
  transition: all .8s cubic-bezier(0.165, 0.840, 0.440, 1)
}
#inc01 ul li + li {}
#inc01 ul li .txt {
  display: flex;
  justify-content: space-between;
  position: relative;
  /*padding: 50px 50px;*/
  margin-top: 150px;
}
#inc01 ul li .txt p {
  font-size: 30px;
  line-height: 1.5;
  white-space: pre-line;
  /*text-align: center;*/
}
#inc01 ul li .txt span {
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
}
#inc01 ul li .txt p span {

}
#inc01 ul li .txt p span img {
  /*margin-bottom: 20px;
    width: 100px;
    */
margin-bottom: 20px;
    height: 50px;
  vertical-align: top;
}
#inc01 ul li .txt .rightbox {
  width: 100%;
        text-align: center;
}
#inc01 ul li .txt .rightbox .tita {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
    color: #fff;
}
#inc01 ul li .txt .rightbox .comcontent {
  font-size: 15px;
  /*letter-spacing: 0.7px;*/
    line-height: 1.3;
    font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
        color: #fff;
}
#inc01 ul li .txt .rightbox .brandbtn {
  margin-top: 30px;
  font-size: 15px;
  line-height: 1.6;
  float: right;
  display: flex;
  align-items: center;
        color: #fff;
}


#inc01 ul li .txt .rightbox .brandbtn svg{

    fill: #fff;
}



#inc01 ul li .txt div {
  /*white-space: pre-line;*/
  transition: all .4s
}
#inc01 ul li .txt a {
  opacity: 0;
  display: flex;
  position: absolute;
  left: 50%;
  bottom: 150px;
  transform: translateX(-50%);
  width: 68px;
  height: 68px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, .25);
  transition: all .6s cubic-bezier(0.165, 0.840, 0.440, 1)
}
#inc01 ul li .txt a svg {
  margin: auto;
  color: #fff
}
#inc02 {
  display: flex;
  height: 820px;
  background: #f6f6f6;
}
/*#inc02 > div {
  width: 50%
}*/
#inc02 .cont {
  padding: 0 90px;
  transition: all .2s;
  width: 25%;
  box-sizing: content-box;
  margin: auto;
  height: 100%;
  display: flex;
  align-items: center;
  /*background: #00182d url(../../../images/tebg.jpg) no-repeat top right;*/
  background-size: cover;
}
#inc02 .cont .control {
  color: #00182d;
  cursor: pointer;
  display: flex;
  align-items: center;
}
#inc02 .cont .control svg {
  width: 18px;
  height: 18px;
  opacity: 0.2;
}
#inc02 .cont .control .prev {
  margin-right: 10px;
}
#inc02 .cont .latest .subtit {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 10px;
  opacity: 0.8
}
#inc02 .cont .latest .tit {
  display: flex;
  align-items: center;
}
#inc02 .cont .latest .tit p {
  vertical-align: sub;
  margin-right: 16px;
  font-size: 30px;
  line-height: 1.4;
  font-weight: 700;
  word-wrap: break-word;
  white-space: pre-line;
  margin-bottom: 10px;
}
#inc02 .cont .latest .tit .control {
  display: flex;
  margin-left: auto;
  padding-top: 20px;
}
#inc02 .cont .latest .tit .control span {
  cursor: pointer
}
#inc02 .cont .latest .tit .control span + span:before {
  display: inline-block;
  vertical-align: 3px;
  content: "";
  width: 1px;
  height: 13px;
  margin: 0 17px;
  background: #ddd
}
#inc02 .cont .latest .tit .control svg {
  width: 20px;
  height: 20px
}
#inc02 .cont .latest .late_slide {
  /*border-top: 1px solid rgba(0, 24, 45, 0.2);*/
  width: 445px;
}
#inc02 .cont .bottombut {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  border-top: 1px solid rgba(0, 24, 45, 0.2);
}
#inc02 .cont .bottombut .button {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  /*
    margin-left: 2px;
    padding: 15px 40px;
    width: 210px;
    background: #362488;
    border-radius: 40px;
    border: 1px solid rgba(0, 24, 45, 0.5)
    */
}
#inc02 .cont .button svg {
  fill: #00182d;
}
#inc02 .cont .latest .late_slide:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  /*width: 1px;*/
  height: 100%;
  background: #fff
}
#inc02 .cont .latest ul li {
  position: relative;
  padding: 40px 0px 60px 0px
}
#inc02 .cont .latest ul li:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50px;
  /*width: 1px;*/
  height: 190px;
  /*background: #e1e1e1*/
}
#inc02 .cont .latest ul li a {
  display: flex;
  flex-flow: column;
  line-height: 1.6;
  /*word-break: keep-all*/
}
#inc02 .cont .latest ul li a svg {
  width: 9px;
  height: 9px;
  margin-left: 12px;
  fill: #aaa;
}
#inc02 .cont .latest ul li p {
  margin-bottom: 15px;
  font-size: 16px;
}
#inc02 .cont .latest ul li div {
  min-height: 72px;
  opacity: 0.8;
}
#inc02 .cont .latest ul li span {
  margin-top: 35px;
  font-size: 14px;
  color: #aaa
}
#inc02 .cont .latest ul li.empty {
  width: 100%;
  padding: 80px 0;
  text-align: center;
  color: #aaa
}
#inc02 .cont .links {
  display: flex;
  margin-top: 50px
}
#inc02 .cont .links li {
  width: 50%
}
#inc02 .cont .links li a {
  display: flex;
  padding-right: 10%;
  color: #777
}
#inc02 .cont .links li .icon {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  border: 1px solid #e1e1e1;
  border-radius: 20px;
  background: center no-repeat;
  transition: all .2s
}
#inc02 .cont .links li .icon01 {
  background-image: url(icon01.png)
}
#inc02 .cont .links li .icon02 {
  background-image: url(icon02.png)
}
#inc02 .cont .links li .txt {
  display: flex;
  flex-flow: column;
  padding: 5px 0 0 35px;
  line-height: 1.6;
  /*  word-break: keep-all*/
}
#inc02 .cont .links li .txt .contxt {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  word-break: break-all;
  -webkit-line-clamp: 4;
}
#inc02 .cont .links li .txt p {
  margin-bottom: 15px;
  font-size: 22px;
  color: #222;
}
#inc02 .cont .links li .txt span {
  margin-top: 30px;
  font-size: 14px;
  color: #aaa;
  transition: all .2s;
}
#inc02 .cont .links li .txt span svg {
  width: 9px;
  height: 9px;
  margin-left: 12px;
  fill: #aaa
}
#inc02 .cont .links li a:hover .icon {
  border-color: var(--primary-25)
}
#inc02 .cont .links li a:hover span {
  color: var(--primary)
}
#inc02 .cont .links li a:hover .icon01 {
  background-image: url(icon01_on.png)
}
#inc02 .cont .links li a:hover .icon02 {
  background-image: url(icon02_on.png)
}
#inc02 .img {
  display: flex;
  align-items: flex-end;
  background: url(../../../images/rd.jpg) center no-repeat;
  background-size: cover;
  width: 70%;
}
#inc02 .img .txt {
  padding: 0 0 80px 80px;
}
#inc02 .img .txt span {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
#inc02 .img .txt p {
  margin: 5px 0;
  font-size: 35px;
  font-weight: 700;
  color: #fff;
}
#inc02 .img .txt div {
  white-space: pre-line;
  line-height: 0.8;
  letter-spacing: 0.4px;
  margin-top: 20px;
  color: rgba(255, 255, 255, .8);
}
@media(max-width:1800px) {
  #inc02 .cont {
    padding: 5% 4.5%
  }
}
@media(max-width:1600px) {
  #inc02 .cont {
    padding: 0 70px;
  }
}












#inc05 {
  position: relative;
  /*background: #fff url("../../../images/contactbg1.jpg") no-repeat center center;*/
  background-size: cover;
}
#inc05 .contactblock {
  /*  display: flex;
  justify-content: space-between;*/
}
#inc05 .leftbox {
  /*width: 50%;*/
  padding: 120px 90px;
}
#inc05 .leftbox .title {
  font-size: 45px;
  /*  color: #fff;*/
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: center;
}
#inc05 .leftbox .tel p {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 2px;
  /*  color: #fff;*/
}
#inc05 .leftbox .tel {
  margin-bottom: 20px;
  font-size: 13px;
  letter-spacing: 1px;
  /*    color: #fff;*/
}
#inc05 .leftbox .other {
  margin-bottom: 50px;
}
#inc05 .leftbox .button {
  display: table;
  font-weight: 400;
  /*  
    padding: 12px 13px 6px 13px;
    color: #fff;
    border: rgba(255, 255, 255, 0.6) 1px solid;
    transition: all .3s;
    border-radius: 40px;
    */
  cursor: pointer;
  overflow: hidden;
}
#inc05 .leftbox .button:hover:before {
  opacity: 1;
  width: 250px;
  right: 0;
  transform-origin: left;
}
#inc05 .leftbox .button:before {
  position: absolute;
  opacity: 0;
  content: '';
  z-index: -1;
  top: 0;
  width: 0;
  height: 70px;
  background: var(--primary);
  transition: width .3s;
}
#inc05 .leftbox .button svg {
  transform: rotate(-45deg);
}
#inc05 .leftbox .other {
  display: flex;
  justify-content: space-between;
  /*flex-wrap: wrap;*/
  /*row-gap: 25px;*/
  column-gap: 5px;
  /*    color: #fff;*/
}
#inc05 .leftbox .other .contactinfo {
  letter-spacing: 1px;
  /*width: 50%;*/
  line-height: 1.2;
  background: #f6f6f6;
  padding: 30px 30px;
  flex-basis: auto;
  flex-grow: 1;
}
#inc05 .leftbox .other p {
  font-weight: 500;
  font-size: 16px;
  /*  color: #fff;*/
  margin-top: 5px;
}
#inc05 .leftbox {
  /*width: 50%;*/
  padding: 120px 90px;
  /*background: #bf1522 url("../../../images/cusbg.jpg") repeat center center;
  background-size: cover;*/
}
#inc05 .leftbox .title {
  font-size: 32px;
  /*  color: #fff;*/
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}
#inc05 .leftbox .description {
  font-size: 15px;
  /*  color: #fff;*/
  line-height: 1.5;
  margin-bottom: 50px;
  opacity: 0.7;
  text-align: center;
}
#inc05 .leftbox .prompt {
  font-size: 14px;
  letter-spacing: 0.3px;
  /*  color: #fff;*/
  line-height: 1.6;
  /*margin-bottom: 50px;*/
  margin-top: 30px;
  opacity: 0.6;
}
#inc05 .leftbox .button {
  display: table;
  padding: 15px 50px;
  font-weight: 700;
  height: 60px;
  color: #fff;
  background: #00182d;
  line-height: 1.6;
  /*border-radius: 40px;*/
}
#inc05 .leftbox .colbutton {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
#inc05 .leftbox .colbutton .txt {
  width: 1000px;
}
#inc05 .leftbox .labelfield {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  column-gap: 30px;
}
#inc05 .leftbox .labelfield input {
  width: 30%;
  display: block;
  height: 50px;
  line-height: 1.6;
  /* padding-left: 10px; */
  background: transparent;
  border: 0px;
  border-bottom: rgba(0, 24, 45, 0.5) 1px solid;
  color: #00182d;
  padding-bottom: 16px;
  /* color: #fff;*/
}
#inc05 .leftbox .labelfield input::placeholder {
  color: #00182d;
  opacity: 0.7;
}
#inc05 .leftbox .textfield__input {
  display: block;
  margin: 0;
  padding: 0.5em 0;
  width: 60%;
  min-height: 2.5rem;
  font-size: inherit;
  font-weight: 400;
  height: 50px;
  line-height: 1.2;
  /*line-height: inherit;*/
  text-align: left;
  color: #00182d;
  background: 0;
  border: 0;
  transition: color .25s cubic-bezier(0.75, 0.02, 0.5, 1);
  resize: none;
  outline: 0;
  border-radius: 0;
  border-bottom: rgba(0, 24, 45, 0.5) 1px solid;
  /*padding-left: 0.625em;
    padding-right: 0.625em;*/
}
#inc05 .leftbox .textfield__input::placeholder {
  color: #00182d;
  opacity: 0.7;
}
#inc05 .leftbox input::placeholder {
  /*  color: #fff;*/
  opacity: 1;
}
#inc05 .leftbox textarea::placeholder {
  /*  color: #fff;*/
  opacity: 1;
}
#inc05 .leftbox .mess {
  margin-bottom: 20px;
  /*    border-bottom: rgba(0, 24, 45, 0.5) 1px solid;*/
}
#inc06 {
  position: relative;
  /*  background: #f0f0f0 url("../../../images/supportbg.jpg") no-repeat center center;*/
  background-size: cover;
  padding: 100px 90px;
}
#inc06 .titblock {
  /*margin-bottom: 100px;*/
}
#inc06 .title {
  font-size: 40px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 700;
}
#inc06 .subtit {
  letter-spacing: 0.3px;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.5;
}
#inc06 .button {
  padding: 15px 30px;
  background: var(--primary);
  width: 320px;
  color: #fff;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 40px;
}
#inc06 .button svg {
  fill: #fff;
}
#inc06 .supportblock {
  display: flex;
  justify-content: space-between;
}
#inc06 .supportblock .box {
  width: 33.33333%;
  padding: 0px 40px;
}
#inc06 .supportblock .box:nth-child(4) {
  border-right: #d8d8d8 0px solid;
}
#inc06 .supportblock .box:nth-child(1) {
  padding-left: 0px;
}
#inc06 .supportblock .box .boximg {
  margin-bottom: 20px;
}
#inc06 .supportblock .box .boximg img {
  height: 45px;
}
#inc06 .supportblock .box .title {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
#inc06 .supportblock .box .title svg {
  fill: #bf1522;
  width: 18px;
  height: 18px;
}
#inc06 .supportblock .box .content {
  text-align: left;
  letter-spacing: 0.3px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
#inc07 {
  position: relative;
  background: #f0f0f0 url("../../../images/newsbg.jpg") repeat center center;
  background-size: cover;
  padding: 150px 90px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#inc07 .leftnewsblock {
  display: flex;
  flex-direction: column;
  width: 39%;
}
#inc07 .leftnewsblock .newssubtitle {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-top: 40px;
}
#inc07 .leftnewsblock .newstitle {
  font-size: 45px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 30px;
}
#inc07 .leftnewsblock .newsbox .newsheadline {
  font-size: 15px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 12px;
  float: right;
  font-weight: 400;
}
#inc07 .leftnewsblock .newsbox .newsheadline svg {
  color: #fff;
  fill: #fff;
}
#inc07 .leftnewsblock .newsbox .newstitle {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 15px;
}
#inc07 .leftnewsblock .newsbox .newscontent {
  color: #fff;
  width: calc(100% - 150px);
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 15px;
}
#inc07 .leftnewsblock .newsdescription {
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 80px;
  max-width: 440px;
}
#inc07 .leftnewsblock .newsbutton {
  padding: 15px 30px;
  background: #00182d;
  width: 190px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 40px;
    border: rgba(255, 255, 255, 0.4) 1px solid;
}
#inc07 .leftnewsblock .newsbutton svg {
  fill: #fff;
}
#inc07 .rightnewsblock {
  display: flex;
  flex-direction: column;
  width: 60%;
}
#inc07 .rightnewsblock .newsblock {
  width: 100%;
  display: flex;
  justify-content: space-between;
  /*
    margin-bottom: 30px;
    column-gap: 30px;*/
  flex-wrap: wrap;
  row-gap: 30px;
}
#inc07 .rightnewsblock .newsbox {
  /*background: rgba(0, 0, 0, 0.3); */
  width: 48.5%;
  padding: 54px 54px;
  box-sizing: border-box;
  /* filter: blur(10px); */
  backdrop-filter: blur(9px);
  border: rgba(255, 255, 255, 0.2) 1px solid;
  /*border-radius: 40px;*/
}
#inc07 .rightnewsblock .newsblock .newsheadline {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  color: #fff;
}
#inc07 .rightnewsblock .newsblock .newsheadline svg {
  margin-right: 7px;
  fill: #fff;
}
#inc07 .rightnewsblock .newsblock .newstitle {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #fff;
}
#inc07 .rightnewsblock .newsblock .newscontent {
  line-height: 1.5;
  margin-bottom: 25px;
  letter-spacing: 0.7px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #fff;
  font-size: 15px;
}
#inc07 .rightnewsblock .newsblock .newsdate {
  display: flex;
  justify-content: flex-end;
}
#inc07 .rightnewsblock .newsblock .dateinfo {
  line-height: 1.5;
}
#inc07 .rightnewsblock .newsblock .newsmore {
  line-height: 1.5;
  /*color: #bf1522;*/
  display: flex;
  align-items: flex-end;
  color: #fff;
  font-size: 15px;
}
#inc07 .rightnewsblock .newsblock .newsmore svg {
  fill: #bf1522;
  margin-left: 10px;
}
#inc08 {
  position: relative;
  background: #f0f0f0 url("../../../images/networkbg.jpg") repeat center center;
  background-size: cover;
  padding: 100px 90px;
  height: 700px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
#inc08 .leftnewsblock {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 40%;
}
#inc08 .leftnewsblock .newssubtitle {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}
#inc08 .leftnewsblock .newstitle {
  font-size: 45px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 30px;
}
#inc08 .leftnewsblock .newsdescription {
  color: #fff;
  line-height: 1.6;
  margin-bottom: 100px;
}
#inc08 .leftnewsblock .newsadv {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
}
#inc08 .leftnewsblock .newsadv .newsadvbox {
  line-height: 1.5;
  /*  padding-left: 30px;
  border-left: #bf1522 2px solid;*/
  color: #fff;
  width: 46%;
  margin-right: 8%;
  margin-bottom: 6%;
}
#inc08 .leftnewsblock .newsadv .newsadvbox .digit {
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
}
#inc08 .leftnewsblock .newsadv .newsadvbox .digit .plus {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
}
#inc08 .leftnewsblock .newsadv .newsadvbox:nth-child(2n) {
  margin-right: 0%;
}
#inc08 .leftnewsblock .newsbutton {
  font-size: 14px;
  padding: 15px 30px;
  background: #bf1522;
  width: 300px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#inc08 .leftnewsblock .newsbutton svg {
  fill: #fff;
}
.homebox04 {
  position: relative;
  background: #f2f2f2;
}
.homebox04 .hd {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 70px;
  margin-left: 50px;
}
.homebox04 .hd .nam {
  font-size: 32px;
  line-height: 120%;
  text-transform: uppercase;
  color: rgb(22, 29, 39);
  font-weight: 800;
  margin-top: 10px;
  text-align: left;
}
.homebox04 .hd .txt {
  font-size: var(--fsize-txt);
  color: var(--color-9)
}
.homebox04 .hb04bg {
  position: relative
}
.homebox04 .hb04bg .swiper-slide {
  height: 820px
}
@media (max-width: 800px) {
  .homebox04 .hb04bg .swiper-slide {
    height: 80vw
  }
}
.homebox04 .hb04bg .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover
}
.homebox04 .hb04bg:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2
}
.homebox04 .hb04ma {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
}
.homebox04 .hb04ma .swiper-button-prev {
  z-index: 3;
  left: 0;
  padding: 15px;
  background: rgba(0, 0, 0, 0.5)
}
.homebox04 .hb04ma .swiper-button-prev:hover {
  background: var(--color-main)
}
.homebox04 .hb04ma .swiper-button-next {
  z-index: 3;
  right: 0;
  padding: 15px;
  background: rgba(0, 0, 0, 0.5)
}
.homebox04 .hb04ma .swiper-button-next:hover {
  background: var(--color-main)
}
.homebox04 .hb04ma .swiper-slide a.box {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 70px 40px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  text-decoration: none;
  border-right: 1px solid rgba(246, 242, 243, 0.4)
}



.homebox04 .hb04ma .swiper-slide a.box .con {
  /*transform: translateY(-420px)
	position:relative;
	top:-480px;*/
  transform: translateY(0px);
    height: 205px;
}
.homebox04 .hb04ma .swiper-slide a.box .con .nam {
  color: #fff;
  text-align: left;
  font-size: 1.5rem;
  margin-bottom: 20px;
  font-weight: 700;
}

.homebox04 .hb04ma .swiper-slide a.box .con .hrline {
    width:30px; 
    height:1px; 
    background:rgba(255,255,255,0.5); 
    margin-bottom:30px;
}




.homebox04 .hb04ma .swiper-slide a.box .con .adtxt {
  color: #ccc;
  text-align: left;
  margin-bottom: 50px;
  opacity: 0;
  transition: transform .25s;
  -webkit-transform: translateY(60%);
  transform: translateY(60%);
}
.homebox04 .hb04ma .swiper-slide:hover a.box .con .adtxt {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  font-size: 15px;
}
.homebox04 .hb04ma .swiper-slide a.box .con .namen {
  color: rgba(255,255,255,0.8);
  text-align: left;
  font-size: 16px;
    line-height: 1.5;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 40px;
}
@media (max-width: 800px) {
  .homebox04 .hb04ma .swiper-slide a.box .con .nam {
    font-size: var(--fsize-large);
    margin-bottom: 6vw
  }
}
.homebox04 .hb04ma .swiper-slide a.box .btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  opacity: 0.5;
  position: relative;
  top: 0px;
    padding: 0;
}
.homebox04 .hb04ma .swiper-slide:hover a.box .btn {
  opacity: 1;
  top: 0px;
}
.homebox04 .hb04ma .swiper-slide a.box .btn span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  color: #bf1522;
  border-radius: 50px;
  border: 2px solid #bf1522;
  font-size: 13px;
  font-weight: 900;
  box-sizing: border-box;
  padding-bottom: 0px;
}
.homebox04 .hb04ma .swiper-slide:hover a.box {
  background: rgba(0, 0, 0, 0.5)
}
.homebox04 .hb04ma .swiper-slide:hover a.box .con {
  /*transform: translateY(-340px);
	-webkit-transition: all .3s;
    transition: all .3s;*/
  top: -400px;
}
#adv_banner {
  position: relative;
  z-index: 10;
  width: 100%;
  letter-spacing: -.3px;
}
#adv_banner .tit_area {
  display: flex;
  justify-content: space-between;
  /*flex-flow: column;*/
  align-items: flex-start;
  padding: 90px 90px 90px 90px;
}


#adv_banner .tit_area .compbutton .compleftbutton{
    padding: 0px 0px 10px;
        margin-top: 5px;
    /*border-bottom: #1f2938 1px solid;
    text-align: center;
    opacity: 0.7;
    align-items: center;
    justify-content: space-between;
    */
    
    font-weight: 600;
    font-size: 15px;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
}


#adv_banner .tit_area .compbutton .compleftbutton svg {
    margin-left: 20px;
    width: 18px;
}








#adv_banner .tit_area .title {
  font-weight: 600;
    width: 315px;
    font-size: 30px;
    line-height: 1.3;
    margin-right: 80px;
}
#adv_banner .tit_area .txt {
  line-height: 1.6;
  margin-top: 5px;
        margin-right: auto;
}
#advVisual {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 900px;
  background-color: #222
}
#advVisual .mainSwiper {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1001;
  width: 100%;
  height: 100vh
}
#advVisual .slider li {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  height: 900px;
  text-align: center;
  background: url(../../../images/img1.jpg) center no-repeat;
  background-size: cover
}
#advVisual .slider li.img02 {
  background-image: url(../../../images/img2.jpg)
}
#advVisual .slider li.img03 {
  background-image: url(../../../images/img3.jpg)
}
#advVisual .slider li.img04 {
  background-image: url(../../../images/img4.jpg)
}
#advVisual .slider li.img05 {
  background-image: url(../../../images/img5.jpg)
}
#advVisual .slider li .txt {
  max-width: 1100px;
  margin-bottom: 90px;
}
#advVisual .slider li .txt p {
  margin-bottom: 40px;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff
}
#advVisual .slider li .txt p b {
  color: var(--primary)
}
#advVisual .slider li .txt span {
  font-size: 17px;
  font-weight: 500;
  color: rgba(255, 255, 255, 90%)
}
.progress {
  display: flex;  /*grid*/
  grid-template-columns: repeat(5, 1fr);
  position: absolute;
  left: 50%;
  bottom: 180px;
    width: 1000px;
  /*gap: 25px;*/
  transform: translate(-50%, 0);
  text-align: center
}
.progress li {
  position: relative;
  flex-grow: 1;
  cursor: pointer;
  padding: 0 15px;
        flex-basis: auto;
    flex-grow: 1;
}
.progress li:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, .3)
}
.progress li p {
  padding: 0px 20px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  color: rgba(255, 255, 255, 100%);
  opacity: 0.6;
  transition: all .3s
}
.progress li p img {
  height: 30px;
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
}
.progress li.active p {
  color: #fff;
  font-weight: 600;
  opacity: 1;
}
.progress li .bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #fff
}
.progress li.active .bar {
  background: var(--primary); /* #007aff */
  animation: countingBar 3s linear forwards
}
@keyframes countingBar {
  0% {
    width: 0
  }
  100% {
    width: 100%
  }
}
.homebox05 {
  position: relative;
  background: #fff;
}
.homebox05 .tita {
  padding: 100px 90px 60px 90px;
  text-align: left;
  display: flex;
  justify-content: flex-start;
    background: #f6f6f6;
}
.homebox05 .tita .companyleftblock {
    width: 170px;
    /* text-align: left; */
    margin-right: 80px;
}
.homebox05 .tita .companyleftblock .leftbox {
  width: 600px;
}
.homebox05 .tita .companyleftblock .title {
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 10px;
  line-height: 1.2;
}
.homebox05 .tita .companyleftblock .content {
  line-height: 1.6;
}
.homebox05 .tita .companycenterblock {
  margin-right: auto;
/*  
    padding-left: 60px;
    width: 100%;
    */
}
.homebox05 .tita .companycenterblock .rightbox {
  width: 869px;
}
.homebox05 .tita .companycenterblock .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.homebox05 .tita .companycenterblock .content {
  letter-spacing: 0.4px;
  margin-bottom: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 1.6;
  opacity: 0.9;
}
.homebox05 .tita .companycenterblock .compbutton {
  display: flex;
  justify-content: space-between;
}
.homebox05 .tita .companycenterblock .compbutton .compleftbutton {
  padding: 10px 30px;
  border: #000 1px solid;
  width: 48%;
  text-align: center;
  font-weight: 600;
}
.homebox05 .tita .companycenterblock .compbutton .comprightbutton {
  padding: 10px 30px;
  background: #26176c;
  color: #fff;
  width: 48%;
  text-align: center;
  font-weight: 600;
}
.homebox05 .tita .companyrightblock {}
.homebox05 .tita .companyrightblock {
  text-align: right;
}
.homebox05 .tita .companyrightblock .compbutton {}
.homebox05 .tita .companyrightblock .compbutton .compleftbutton {
padding: 0px 0px 10px;
    /* border-bottom: #1f2938 1px solid;
        display: contents;
    align-items: center;
        justify-content: space-between;
    */
    font-weight: 600;
    font-size: 15px;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
}
.homebox05 .tita .companyrightblock .compbutton .compleftbutton svg {
  margin-left: 20px;
  width: 18px;
}
.homebox05 .tita .companyrightblock .compbutton .comprightbutton {
  padding: 10px 30px;
  background: #26176c;
  color: #fff;
  width: 48%;
  text-align: center;
  font-weight: 600;
}
.homebox05 .tita span {
  font-size: 16px;
  font-weight: 700;
  color: var(--primary);
}
.homebox05 .tita p {
  margin: 15px 0 18px;
  font-size: 42px;
  letter-spacing: -.5px;
  color: #222;
}
#inc03 {
  position: relative
}
#inc03 .tita {
  padding: 100px 90px 60px 90px;
  text-align: left;
  display: flex;
  justify-content: flex-start;
}
#inc03 .tita .companyleftblock {
  width: 200px;
  text-align: left;
}
#inc03 .tita .companyleftblock .leftbox {
  width: 600px;
}
#inc03 .tita .companyleftblock .title {
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 10px;
  line-height: 1.2;
}
#inc03 .tita .companyleftblock .content {
  line-height: 1.6;
}
#inc03 .tita .companycenterblock {
  width: 100%;
  padding-left: 60px;
}
#inc03 .tita .companycenterblock .rightbox {
  width: 700px;
}
#inc03 .tita .companycenterblock .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
#inc03 .tita .companycenterblock .content {
  letter-spacing: 0.4px;
  margin-bottom: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 1.6;
  opacity: 0.7;
}
#inc03 .tita .companycenterblock .compbutton {
  display: flex;
  justify-content: space-between;
}
#inc03 .tita .companycenterblock .compbutton .compleftbutton {
  padding: 10px 30px;
  border: #000 1px solid;
  width: 48%;
  text-align: center;
  font-weight: 600;
}
#inc03 .tita .companycenterblock .compbutton .comprightbutton {
  padding: 10px 30px;
  background: #26176c;
  color: #fff;
  width: 48%;
  text-align: center;
  font-weight: 600;
}
#inc03 .tita .companyrightblock {}
#inc03 .tita .companyrightblock {
  text-align: right;
}
#inc03 .tita .companyrightblock .compbutton {}
#inc03 .tita .companyrightblock .compbutton .compleftbutton {
  padding: 0px 0px 10px;
  border-bottom: #1f2938 1px solid;
  text-align: center;
  opacity: 0.7;
  font-weight: 600;
  display: contents;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
}
#inc03 .tita .companyrightblock .compbutton .compleftbutton svg {
  margin-left: 20px;
  width: 18px;
}
#inc03 .tita .companyrightblock .compbutton .comprightbutton {
  padding: 10px 30px;
  background: #26176c;
  color: #fff;
  width: 48%;
  text-align: center;
  font-weight: 600;
}
#inc03 .tita span {
  font-size: 16px;
  font-weight: 700;
  color: var(--primary);
}
#inc03 .tita p {
  margin: 15px 0 18px;
  font-size: 42px;
  letter-spacing: -.5px;
  color: #222;
}
#inc03 .tit {
  padding: 0px 90px 240px 90px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  background: #fff url("../../../images/compbg.jpg") no-repeat center bottom;
  background-size: cover;
}
#inc03 .tit .companyleftblock {
  width: 23%;
  text-align: left;
  border: #e3effd 1px solid;
  padding: 60px 40px;
}
#inc03 .tit .companyleftblock .leftbox {
  width: 600px;
}
#inc03 .tit .companyleftblock .compimg {
  width: 80px;
  height: 80px;
  border: #e3effd 1px solid;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
#inc03 .tit .companyleftblock .compimg svg {
  fill: #5c6775;
}
#inc03 .tit .companyleftblock .title {
  font-size: 24px;
  margin-bottom: 10px;
}
#inc03 .tit .companyleftblock .content {
  line-height: 1.6;
  opacity: 0.6;
  margin-bottom: 120px;
}
#inc03 .tit .companyleftblock .compdata {
  font-size: 40px;
  color: #e3effd;
}
#inc03 .tit .companyrightblock {
  width: 50%;
  border-left: #ccc 1px solid;
  padding-left: 60px;
}
#inc03 .tit .companyrightblock .rightbox {
  width: 700px;
}
#inc03 .tit .companyrightblock .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
#inc03 .tit .companyrightblock .content {
  letter-spacing: 0.4px;
  margin-bottom: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 1.6
}
#inc03 .tit .companyrightblock .compbutton {
  display: flex;
  justify-content: space-between;
}
#inc03 .tit .companyrightblock .compbutton .compleftbutton {
  padding: 10px 30px;
  border: #000 1px solid;
  width: 48%;
  text-align: center;
  font-weight: 600;
}
#inc03 .tit .companyrightblock .compbutton .comprightbutton {
  padding: 10px 30px;
  background: #26176c;
  color: #fff;
  width: 48%;
  text-align: center;
  font-weight: 600;
}
#inc03 .tit span {
  font-size: 16px;
  font-weight: 700;
  color: var(--primary);
}
#inc03 .tit p {
  margin: 15px 0 18px;
  font-size: 42px;
  letter-spacing: -.5px;
  color: #222;
}
#inc03 .bg {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  z-index: -1;
  transform: scale(.85);
  width: 100%;
  height: 400px
}
#inc03 .bg:before {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .05)
}
#inc03 .bg img {
  position: relative;
  top: -30px;
  transition: all .8s
}
#inc03 .bg.aos-animate {
  transform: scale(1)
}
#inc03 ul {
  display: flex;
  position: relative;
  transform: scale(.85);
  height: 400px;
  justify-content: space-between;
  padding: 0 60px;
  box-sizing: border-box;
}
#inc03 ul.aos-animate {
  transform: scale(1)
}
#inc03 ul .choose {
  position: absolute;
  width: 100%;
}
#inc03 ul .choosetit {
  position: relative;
  top: 60px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
#inc03 ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 24%;
}
#inc03 ul li:before {
  opacity: 0;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(28, 40, 50, 0.5);
  transition: all .8s cubic-bezier(0.165, 0.840, 0.440, 1)
}
#inc03 ul li + li {}
#inc03 ul li .txt {
  display: flex;
  justify-content: space-between;
  position: relative;
  background: #fff;
  padding: 40px 20px;
  margin-top: 60px;
}
#inc03 ul li .txt p {
  font-size: 30px;
  line-height: 1.5;
  white-space: pre-line;
  width: 30%;
  text-align: center;
}
#inc03 ul li .txt span {
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
}
#inc03 ul li .txt p span {
  font-size: 60px;
  font-weight: 900;
}
#inc03 ul li .txt p span img {
  /*margin-bottom: 20px;*/
  height: 40px;
}
#inc03 ul li .txt .rightbox {
  width: 70%;
}
#inc03 ul li .txt .rightbox .tita {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 10px;
}
#inc03 ul li .txt .rightbox .comcontent {
  font-size: 12px;
  letter-spacing: 0.7px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
#inc03 ul li .txt div {
  /*white-space: pre-line;*/
  transition: all .4s
}
#inc03 ul li .txt a {
  opacity: 0;
  display: flex;
  position: absolute;
  left: 50%;
  bottom: 150px;
  transform: translateX(-50%);
  width: 68px;
  height: 68px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, .25);
  transition: all .6s cubic-bezier(0.165, 0.840, 0.440, 1)
}
#inc03 ul li .txt a svg {
  margin: auto;
  color: #fff
}

@media screen and (max-width:1400px) {
  #inc01 .tit{padding: 50px;}
  #inc01 .tit .companyleftblock .leftbox{width: 100%;}
  #atc03 .cont{width:100% !important;}
  #adv_banner .tit_area{padding:90px 20px;}
  #inc06{padding: 60px 20px;}
  .homebox05 .tita{padding: 90px 30px;}
  .homebox05 .tita .companycenterblock .rightbox{width: 80%;}
  .homebox04 .hb04ma .swiper-slide a.box .con .namen{display: none;}
  .homebox04 .hb04ma .swiper-slide a.box .con .nam{font-size: 1.2em;}
  #inc05 .leftbox{padding: 100px 30px;}
  #inc07 .leftnewsblock{width: 50%;}
  #atc09 .inc09_main ul li img{height: 100%;}
}

@media screen and (max-width:768px) {
  #inc01 .tit .companyleftblock .title{line-height: 1.2; font-size: 25px;}
  #mainVisual{min-width: 100%;}
  #mainVisual .main_txt p{font-size: 25px;}
  #mainVisual .main_txt a{color: #fff; text-decoration: none;}
  #mainVisual .controls{margin-top: 15px; display: none;}
  #mainVisual ul li{height: 400px; min-height:400px}
  #mainVisual ul li video{height: 400px; object-fit: fill;}
  #mainVisual .main_txt{bottom: 100px;}
  #mainVisual .main_txt .txt{margin-top: 5%; display: none;}
  #mainVisual .controlbuttonbox{margin-bottom: 30px;}
#mainVisual .controlbuttonbox .prev{width: 30px; height: 30px;}
#mainVisual .controlbuttonbox .next{width: 30px; height: 30px;}
#inc01 .tit{display: block; padding:40px 20px;}
#inc01 .tit .companyleftblock{width: 100%;}
#inc01 .tit .companyrightblock{width: 100%; padding-left: 0; margin-top: 50px;}
#inc01 .tit .companyrightblock .compbutton .compleftbutton{padding: 10px 0; font-size: 13px;}
#inc01 .tit .companyrightblock .compbutton .comprightbutton{padding: 10px 0; font-size: 13px;}
#inc01 ul{max-width: 100%; padding: 0;}
#inc01 ul .choose{transform: translate(0,0); left: 0; width: auto;}
#inc01 ul .choosetit{padding: 0 30px; top: 80px;}
#inc01 ul .choosetit .maintit{font-size: 25px;}
#inc01 ul .choosetit .subtit{font-size: 20px; line-height: 1.2; margin-top: 20px;}
#inc01 ul li{width: 48%;}
#inc01 ul li .txt p span img{height: 30px;}
#inc01 ul li .txt .rightbox .tita{font-size: 20px;}
#inc01 ul li .txt .rightbox .comcontent{font-size: 12px;}

#inc07 .rightnewsblock{display: none;}

#inc08{height: 400px;}
#inc06{padding: 20px;}
#inc06 .supportblock{display: block;}
#inc06 .supportblock .box{width: 100%; padding: 10px 0;}
.homebox05 .tita{padding: 20px;}
.homebox05 .tita .companycenterblock .rightbox{display: none;}
.homebox05 .tita .companyrightblock{width: 50%;}
.homebox04 .hb04ma .swiper-slide a.box{padding: 50px 20px;}

#inc07{display: block; padding: 30px;}
#inc07 .leftnewsblock{width: 100%;}
#inc07 .leftnewsblock .newstitle{font-size: 30px;}
#inc07 .rightnewsblock{display: none; width: 100%;}

#inc05 .leftbox .other{display: block;}
#inc05 .leftbox .labelfield{flex-wrap: wrap;}
#inc05 .leftbox .labelfield input{width: 45%;}
#inc05 .leftbox .colbutton{display: block;}
#inc05 .leftbox .colbutton .txt{width: 100%; margin-bottom: 10px;}
}
