@charset "UTF-8";

.wrap {
  padding: 0 100px;
  box-sizing: border-box;
}

.subVisulal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 430px;
  padding-left: 50px;
  color: #fff;
  box-sizing: border-box;
}

.subVisulal h1 {
  font-size: 74px;
  font-weight: 700;
}

.subVisulal h2 {
  margin-top: 15px;
  font-size: 20px;
  font-weight: 300;
}

.top_line {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0 30px;
}

.top_line .sub_menu {
  flex: 0 0 auto;
}

.top_line .sub_menu a {
  margin: 0 30px;
  font-size: 16px;
  font-weight: 300;
  color: #8b8b8b;
}

.top_line .sub_menu a.on {
  font-size: 18px;
  font-weight: 400;
  color: #558141;
}

.top_line .sub_wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.top_line .breadcrumb {
  flex: 0 0 auto;
  font-size: 16px;
  font-weight: 300;
  color: #929292;
}

.paragraph {
  padding-bottom: 300px;
}

.paragraph h1 {
  margin-bottom: 120px;
  font-size: 50px;
  font-weight: 400;
  color: #558141;
  text-align: center;
}

.paragraph h1:after {
  content: '';
  display: block;
  width: 70px;
  height: 1px;
  margin: 25px auto 0;
  background: #558141;
}

.para_cont p {
  margin: 24px 0;
  font-size: 18px;
  color: #707070;
  line-height: 1.5;
}

.para_cont p:first-child {
  margin-top: 0;
}

.para_cont p:last-child {
  margin-bottom: 0;
}



@media screen and (max-width: 1023px) {
  .cont {
    background: none;
  }

  .wrap {
    padding: 0;
  }

  .subVisulal {
    height: auto;
    padding: 40px 20px;
  }

  .subVisulal h1 {
    font-size: 34px;
  }

  .subVisulal h2 {
    font-size: 16px;
  }

  .top_line {
    overflow-x: auto;
  }

  .top_line .sub_menu a {
    margin: 0 15px;
  }

  .top_line .breadcrumb {
    display: none;
  }

  .paragraph h1 {
    margin: 30px 0 60px;
    font-size: 40px;
  }


}