@charset "utf-8";
.pageLead {
  margin-bottom: 0;
}

.secMission {
  position: relative;
  padding-bottom: 64px;
  margin-bottom: 20px;
  overflow: hidden;
}

.secMission:before {
  position: absolute;
  content: "";
  background: url(/images/about_us/mission_bg.svg) no-repeat;
  background-size: contain;
  width: 1366px;
  height: 294px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;

}

.secMission .secCatch {
  line-height: 2;
  font-size: 32px;
  margin-bottom: 0;
}

.secMission .secCatch span {
  font-size: 24px;
  margin-bottom: 8px;
  font-weight: 700;
  display: inline-block;
}

.secVision {
  position: relative;
  padding-bottom: 120px;
}

.secVision .videoWrap {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 316px;
  width: 100%;
  height: 720px;
}

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

.secVision .videoWrap video {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 50%;
  transform: translatex(-50%);
  width: 100%;
}

.secVision .secCatch {
  font-size: 24px;
  line-height: 2;
  margin-bottom: 43px;
}

.visionList {
  width: 700px;
  margin: 0 auto;
  text-align: center;
}

.visionList dt {
  position: relative;
  text-align: center;
  display: inline-block;
  padding: 45px 0 20px;
}

.visionList dt:before,
.visionList dt:after {
  content: '';
  position: absolute;
}

.visionList dt:before {
  background: linear-gradient(90deg, #0074CC 0%, #15B5FD 100%);
  height: 1px;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.visionList dt:after {
  background: #15B5FD;
  bottom: 0;
  right: 0;
}

.visionList dt.isShow:before {
  -webkit-animation: ttlLine 1s ease forwards;
          animation: ttlLine 1s ease forwards;
}
@-webkit-keyframes ttlLine {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.visionList dt.isShow:after {
  -webkit-animation: ttlSquare 0.1s ease forwards;
          animation: ttlSquare 0.1s ease forwards;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
@-webkit-keyframes ttlSquare {
  0% {
  width: 0px;
  height: 0px;
  }
  100% {
  width: 4px;
  height: 4px;
  }
}

.visionList dt .jp {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  z-index: 1;
  position: relative;
}

.visionList dt .en {
  position: absolute;
  bottom: -28px;
  left: 0;
  right: 0;
  margin: auto;
}

.visionList dt .en img {
  width: auto;
  height: 120px;
}

.visionList dd {
  text-align: left;
  font-size: 16px;
  line-height: 2;
  padding-top: 40px;
  margin-bottom: -7px;
}

.visionList dd + dt {
  margin-top: 48px;
}

.secBusiness {
  background: #F3F4F5;
}

.secBusiness .secCatch {
  font-size: 32px;
  line-height: 1.8;
  margin-bottom: 8px;
}

.secBusiness .block {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.secBusiness .blockImg {
  width: 278px;
  margin-right: 56px;
}

.secBusiness .blockTxt {
  font-size: 16px;
  line-height: 2;
  width: calc(100% - 334px);
}


@media screen and (max-width: 767px) {
  .secMission:before {
    width: 740px;
    height: 160px;
  }

  .secMission .inr {
    width: 94%;
  }

  .secMission .secTtl {
    padding-bottom: 56px;
  }

  .secMission .secCatch {
    font-size: 28px;
  }

  .secMission .secCatch span {
    font-size: 16px;
  }

  .secVision {
    padding-bottom: 80px;
  }

  .secVision .secCatch {
    font-size: 16px;
    margin: 0 -10% 80px;
  }

  .secVision .videoWrap {
    width: 200%;
  }

  .secVision .videoWrap:before {
    height: 50px;
  }

  .visionList {
    width: 100%;
  }

  .visionList dt {
    padding: 10px 0 16px;
  }

  .visionList dt .jp {
    font-size: 16px;
  }

  .visionList dt .en {
    bottom: -18px;
  }

  .visionList dd {
    padding-top: 32px;
  }

  .visionList dt .en img {
    height: 73px;
  }

  .visionList dd + dt {
    margin-top: 43px;
  }

  .secBusiness .secCatch {
    font-size: 20px;
    margin-bottom: 40px;
  }

  .secBusiness .block {
    display: block;
    margin-bottom: 56px;
  }

  .secBusiness .blockImg {
    width: 160px;
    margin: 0 auto 40px;
  }

  .secBusiness .blockImg img {
    width: 100%;
  }

  .secBusiness .blockTxt {
    width: 100%;
  }

}

@media screen and (max-width: 374px) {
  .secVision .secCatch {
    font-size: 4.8vw;
  }
}
