@charset "utf-8";

/******************************
 mv
*******************************/
.bgVideo {
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 1120px;
  z-index: -1;
}

.bgVideo .wave {
  position: relative;
  width: 100%;
  height: 720px;
}

.bgVideo .wave:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  z-index: 1;
  background: linear-gradient(rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .7) 60%, rgba(255, 255, 255, 1) 90%);
}

.bgVideo .wave video {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translatex(-50%);
  width: 100%;
}

.bgVideo .cube {
  width: 367px;
  position: absolute;
  left: calc(50% + 32px);
  top: 202px;
}

.bgVideo .cube video,
.bgVideo .cube img {
  width: 100%;
}

.spCube {
  display: none;
}

.mv {
  width: 100%;
  position: relative;
  margin-top: 188px;
  margin-bottom: 330px;
}

.mv .content h1 {
  margin-bottom: 40px;
}

.mv .content h1 .blue {
  font-weight: 700;
  color: #0078DC;
}

.mv .content h1 p {
  font-size: 48px;
  line-height: 1.8;
  font-weight: 700;
  overflow: hidden;
  transform: translate(-100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
  animation: fadeIn;
  animation-duration: 2.4s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  opacity: 0;
}

.mv .content h1 p:nth-child(1) {
  animation-delay: .5s;
} 

.mv .content h1 p:nth-child(2) {
  animation-delay: .8s;
} 

.mv .content h1 p:nth-child(3) {
  animation-delay: 1.2s;
} 

.mv .content h1 p .fade {
  font-weight: 700;
  display: block;
  transform: translate(100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
}

.mv .content h1 p.visible,
.mv .content h1 p .fade.visible {
  transform: translate(0, 0);
}

@keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}

.mv .partner {
  display: flex;
  align-items: flex-end;
}

.mv .partner .logo {
  width: 100px;
  margin-right: 16px;
  margin-bottom: 12px;
}

.mv .partner .logo img {
  width: 100%;
}

.mv .partner .txt {
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  position: relative;
  padding-bottom: 10px;
}

.mv .partner .counter {
  font-size: 48px;
  width: 118px;
  display: inline-block;
  padding: 0 12px;
  font-weight: 700;
  text-align: right;
  color: #ACB6E5;
  background: -webkit-linear-gradient(90deg, #0074CC 0%, #15B5FD 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mv .partner .txt:before,
.mv .partner .txt:after {
  content: '';
  position: absolute;
}

.mv .partner .txt:before {
  background: linear-gradient(90deg, #0074CC 0%, #15B5FD 100%);
  height: 2px;
  width: 108%;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.mv .partner .txt:after {
  background: #15B5FD;
  bottom: 0;
  right: -8%;
  width: 12px;
  height: 12px;
}


/******************************
 About
*******************************/
#home .sec {
  padding: 120px 0;
}

.secAbout {
  padding: 0!important;
  margin-bottom: 140px;
}

.secAbout .content {
  max-width: 440px;
}

.secAbout .content h2 {
  font-size: 24px;
  line-height: 1.8;
  font-weight: 700;
  margin-bottom: 40px;
}

.secAbout .content h2 span {
  font-weight: 700;
  color: #0078DC;
}

.secAbout .content p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 56px;
}

.secAbout .btnA {
  margin: 0;
}


/******************************
 Business
*******************************/
.secBusiness .inr {
  max-width: 100%;
  width: 100%;
}

.secBusiness .contentWrap {
  position: relative;
  margin-bottom: 80px;
}

.secBusiness .contentWrap .bgImg {
  position: absolute;
  width: 659px;
  right: calc(50% + 40px);
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

.secBusiness .contentWrap .bgImg img {
  width: 100%;
}

.secBusiness .content {
  padding: 64px;
  max-width: 80%;
  margin: 0 -60px 0 auto;
  background: #F3F4F5;
  width: 76%;
  max-width: 1200px;
  position: relative;
}

.secBusiness .content .block {
  background: #fff;
  padding: 40px;
  max-width: 674px;
}

.secBusiness .content .block:not(:last-child) {
  margin-bottom: 56px;
}

.secBusiness .content .blockSubTtl {
  color: #0178DC;
  font-size: 12px;
  line-height: 1.8;
  font-weight: 700;
  margin-bottom: 8px;
}

.secBusiness .content .blockTtl {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 700;
  margin-bottom: 16px;
}

.secBusiness .content .blockTxt {
  max-width: 448px;
  line-height: 2;
}

.secBusiness .content .linkWrap {
  text-align: right;
  margin-top: -24px;
}

/******************************
 Topics
*******************************/
.articleList {
  margin-bottom: 20px !important;
}


/******************************
 Members
*******************************/
.secMembers .secTtl {
  padding-bottom: 80px;
}


/******************************
 Client
*******************************/
.secClient {
  /*border-top: 1px solid #CFD3D6;
  border-bottom: 1px solid #CFD3D6;*/
  padding-bottom: 60px!important;
}

.blockClient {
  margin-bottom: 80px;
}

.secClient .col4x2List li {
  text-align: center;
}

.secClient .col4x2List img {
  width: 62.5%;
  height: auto;
}



/******************************
 Company
*******************************/
.secCompany .secTtl {
  padding-bottom: 80px;
}

.companyWrap {
  margin-top: -20px;
  position: relative;
  display: flex;
  max-height: 700px;
  background: rgba(55,64,71,0.9);
}

.companyInfo {
  width: 50%;
  color: #fff;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#home .secCompany {
  padding-bottom: 0 !important;
  overflow: hidden;
}

/*infoList*/
.infoList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  margin: 30px 0;
}

.infoList .ttl {
  width: 160px;
  font-weight: bold;
  position: relative;
}

.infoList .ttl:after {
  content: '';
  width: 50px;
  height: 1px;
  background: #CFD3D6;
  background: #fff;
  opacity: 0.2;
  position: absolute;
  top: 7px;
  right: 20px;
}

.infoList .txt {
  margin: -7px 0;
}

.infoList .txt.address span {
  display: block;
}

.infoList .txt.address span:not(:last-child) {
  margin-bottom: 16px;
}

.mapWrap {
  color: #fff;
  width: 50%;
  padding: 54px 36px;
}

.mapWrap > p {
  font-weight: 700;
  margin-bottom: 16px;
}

.map {
  max-width: 642px;
  margin-bottom: 40px;
  position: relative;
  width: 100%;
  height: 240px;
  padding-top: 240px;
  overflow: hidden;
}

.map iframe {
  position: absolute;
  top: -150px;
  left: 0;
  width: 100%;
  height: calc(100% + 150px + 150px);
}

.map iframe,
.map object,
.map embed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}


@media screen and (min-width: 1400px) {
  .map {
    /*padding-bottom: 90%;*/
  }
}



@media screen and (max-width: 767px) {

/******************************
 mv
*******************************/
.bgVideo {
  min-width: initial;
  top: -300px;
}

.bgVideo .wave {
  width: 1000px;
  left: 50%;
  transform: translateX(-50%);
}

.bgVideo .wave video {
  width: 100%;
}

.bgVideo .cube {
  display: none;
}

.spCube {
  display: block;
  width: 240px;
  margin: 0 auto 24px;
}

.spCube img {
  width: 100%;
}

.mv {
  margin-top: 100px;
  margin-bottom: 80px;
}

.mv .content h1 {
  margin-bottom: 40px;
}

.mv .content h1 p {
  font-size: 28px;
}

/******************************
 About
*******************************/
.secAbout {
  margin-bottom: 0;
}

.secAbout .content {
  max-width: initial;
}

.secAbout .btnA {
  margin: 0 auto;
}


/******************************
 Business
*******************************/
.secBusiness .secTtl {
  padding-bottom: 40px;
}

.secBusiness .secLead {
  margin-bottom: 40px;
}

.secBusiness .contentWrap .bgImg {
  position: static;
  width: 100%;
  transform: none;
}

.secBusiness .content {
  width: 84%;
  margin: 0 auto 32px;
  padding: 32px 24px;
}

.secBusiness .content .block {
  padding: 32px 20px;
}

.secBusiness .content .block:not(:last-child) {
  margin-bottom: 32px;
}

.secBusiness .content .linkWrap {
  margin-top: 12px;
}




/******************************
 Client
*******************************/
.secClient .col4x2List img {
  width: 100%;
}


/******************************
 Members
*******************************/
.secMembers .secTtl {
  padding-bottom: 56px;
}


/******************************
 Company
*******************************/
.secCompany .secTtl {
  padding-bottom: 56px;
}

.companyWrap {
  overflow: hidden;
  display: block;
  max-height: initial;
}

.companyInfo {
  width: 100%;
  height: auto;
}

/*infoList*/
.infoList {
  margin: 80px 30px 0;
}

.infoList li {
  margin: 25px 0;
}

.infoList .ttl {
  width: 90px;
}

.infoList .ttl:after {
  width: 0;
  height: 0;
}

.infoList .text {
  width: calc(100% - 90px);
}

.mapWrap {
  width: 100%;
  padding: 30px;
}

.map {
  max-width: 100%;
}



}


@media screen and (max-width: 480px) {
  .mv .partner {
    display: block;
  }

  .mv .partner .txt:before {
    width: 250px;
  }

  .mv .partner .txt:after {
    right: auto;
    left: 240px;
  }

  .secBusiness .secLead {
    width: 88%;
    margin: 0 auto 40px;
  }

  .secBusiness .content {
    width: 88%;
  }

  
}