main {
  margin-top: 120px;
}
@media screen and (max-width: 991px) {
  main {
    margin-top: 0;
  }
}

.subvisual {
  background: url("../../images/certificate/h1-bg.png") no-repeat center top;
  height: 400px;
  padding: 0;
  position: relative;
  overflow: hidden;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 991px) {
  .subvisual {
    background: url("../../images/certificate/h1-bg-sp.png") no-repeat center top;
    background-size: cover;
    height: 450px;
    height: 120vw;
  }
}
.subvisual h1 {
  font-size: 60px;
  font-weight: 900;
  text-align: center;
  padding-top: 40px;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .subvisual h1 {
    display: none;
  }
}
.subvisual h1 br {
  display: none;
}
@media screen and (max-width: 991px) {
  .subvisual h1 br {
    display: block;
  }
}

.sec-flow {
  background: url("../../images/certificate/sec2-bg.png") repeat-y center top;
}
.sec-flow .wrapper {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .sec-flow .box-wrap .box .box-contents .box-inner {
    grid-template-columns: 1fr 395px;
  }
}
@media screen and (min-width: 576px) {
  .sec-flow figure.t-l {
    text-align: left;
  }
}

/*# sourceMappingURL=certificate.css.map */
