@charset "utf-8";
/* CSS Document */
.under_mv{
  background: url("/company/img/mv.png")no-repeat center top;
  -webkit-background-size: cover;
  background-size: cover;
}
main{
  padding-bottom: 90px;
}
.container {
  margin-top: 100px;
}
.int_textbox {
  margin-top: 48px;
}
.num_box {
  margin-top: 48px;
}
.nm_title {
  color: var(--main-color);
  font-size: 2.4rem;
  font-weight: 700;
}
.nm_text {
  margin-top: 20px;
}
.indent_txt {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}
.indent_2 {
  display: inline-block;
  padding-left: 2em;
  text-indent: -2em;
}
@media screen and ( max-width: 767px ) {
}