/*
#mainVisualLower
---------------------------*/
#mainVisualLower {
  background-image: url(../img/vision/mv.jpg);
  background-size: cover;
  background-position: center top;
}
.main {
  padding: 30px 0 100px;
}
.main .read {
  text-align: center;
  font-weight: 600;
  line-height: 1.4;
  font-size: 20px;
  padding-bottom: 20px;
}
.main .read > * {
  font-weight: 600;
}
.main .textBase + .textBase {
  padding-top: 2em;
}
@media (min-width: 1000px) {
  .main {
    padding: 60px 0 184px;
  }
  .main .read {
    font-size: 28px;
    padding-bottom: 40px;
  }
}

.ourCommitment {
  position: relative;
  text-align: center;
  padding: 100px 0 30px;
}
.ourCommitment .titleBlock {
  width: 120px;
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  margin: auto;
}
.ourCommitment .commitmentBlock {
  position: relative;
  background-color: #fff;
  padding: 40px 6%;
}
.ourCommitment .commitmentBlock + .commitmentBlock {
  margin-top: 30px;
}
.ourCommitment .commitmentBlock:after {
  content: "";
  display: block;
  width: 120px;
  height: 5px;
  background-color: #357FB2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.ourCommitment .commitmentBlock .textBase {
  text-align: left;
}
.ourCommitment .commitmentTitle {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ourCommitment .commitmentTitle p {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #357FB2;
}
.ourCommitment .commitmentTitle .no {
  position: relative;
  padding-left: 22px;
  margin-left: 22px;
}
.ourCommitment .commitmentTitle .no:after {
  content: "";
  display: block;
  width: 1px;
  height: 80%;
  background-color: #357FB2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.ourCommitment .commitmentTitle .no p {
  font-size: 40px;
  font-weight: 400;
  margin-top: 0;
}
.ourCommitment .commitmentInnerTitle {
  padding: 10px 0;
}
.ourCommitment .commitmentInnerTitle h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  color: #357FB2;
  font-size: 42px;
}
.ourCommitment .commitmentInnerTitle .read {
  font-weight: 600;
  line-height: 1.45;
  font-size: 18px;
  padding-top: 10px;
}
.ourCommitment .commitmentInnerTitle .read > * {
  font-weight: 600;
}
@media (min-width: 1000px) {
  .ourCommitment {
    padding: 186px 0 60px;
  }
  .ourCommitment .titleBlock {
    width: 250px;
    top: -125px;
  }
  .ourCommitment .commitmentBlock {
    padding: 70px 112px 80px;
  }
  .ourCommitment .commitmentBlock + .commitmentBlock {
    margin-top: 60px;
  }
  .ourCommitment .commitmentBlock:after {
    width: 250px;
    height: 10px;
  }
  .ourCommitment .commitmentTitle p {
    font-size: 20px;
  }
  .ourCommitment .commitmentTitle .no {
    padding-left: 20px;
    margin-left: 20px;
  }
  .ourCommitment .commitmentTitle .no:after {
    width: 1px;
    height: 60%;
  }
  .ourCommitment .commitmentTitle .no p {
    font-size: 80px;
  }
  .ourCommitment .commitmentInnerTitle {
    padding: 25px 0 15px;
  }
  .ourCommitment .commitmentInnerTitle h3 {
    font-size: 70px;
  }
  .ourCommitment .commitmentInnerTitle .read {
    font-size: 22px;
    padding-top: 15px;
  }
}

#support {
  border-bottom: 1px solid #DBDCDD;
}
#support .supportDetail .supportDetailTop {
  text-align: center;
  background-color: #F8F8F8;
  padding: 30px 0;
  border-top: 2px solid #357FB2;
}
#support .supportDetail .supportDetailTop h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.45;
  color: #357FB2;
}
#support .supportDetail .supportDetailTop h4 > * {
  font-weight: 600;
}
#support .supportDetail .supportDetailBottom {
  padding: 30px 6%;
}
@media (min-width: 1000px) {
  #support {
    padding: 60px 0 50px;
  }
  #support .supportDetail .supportDetailTop {
    padding: 30px 0 40px;
    border-top: 5px solid #357FB2;
  }
  #support .supportDetail .supportDetailTop h4 {
    font-size: 38px;
  }
  #support .supportDetail .supportDetailBottom {
    padding: 40px 112px 0;
  }
}

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