#top .banner_sec {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto 80px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}

#top .banner_sec .baner_box {
  width: 49%;
}

#top .banner_sec .baner_box img {
  width: 600px;
  height: auto;
}

#top .banner_sec .baner_box:nth-child(odd) {
  text-align: left;
}

#top .banner_sec .baner_box:nth-child(even) {
  text-align: right;
}

#top .about_sec {
  margin-bottom: 80px;
}

#top .about_sec .ttl_user_common {
  text-align: center;
}

#top .about_sec .txt_about_desc {
  font-size: 16px;
  text-align: center;
  line-height: 30px;
  color: #303030;
}

#top .job_bnr_sec .inner .job_banner {
  background: url("/storage/user/img/top/bg_job_banner.jpg") no-repeat center;
  background-size: cover;
  border: 2px solid #303030;
  padding: 50px 0;
  text-align: center;
  color: #fff;
  margin-bottom: 80px;
}

#top .job_bnr_sec .inner .job_banner .ttl_top_job_bnr {
  font-size: 40px;
  line-height: 1.5;
  position: relative;
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px 4px #303030;
  margin-bottom: 10px;
}

#top .job_bnr_sec .inner .job_banner .ttl_top_job_bnr:before {
  content: "";
  position: absolute;
  width: 425px;
  height: 2px;
  bottom: 0;
  background: #fff;
  left: 50%;
  margin-left: -213px;
}

#top .job_bnr_sec .inner .job_banner .txt_job_bnr {
  text-shadow: 2px 2px 4px #303030;
  margin-bottom: 25px;
}

#top .recent_news_sec {
  width: 100%;
  background: #f9f9f9;
  margin: 70px 0;
  padding: 80px 0;
}

#top .recent_news_sec .inner {
  text-align: center;
}

#top .recent_news_sec .inner .ttl_user_common {
  text-align: left;
}

#top .recent_news_sec .inner .news_list {
  width: 100%;
  margin-bottom: 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid #c2c2c2;
  display: flex;
  flex-wrap: wrap;
}

#top .recent_news_sec .inner .news_list .txt_recent_news {
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #22325f;
  text-align: left;
}

#top .recent_news_sec .inner .news_list .news_type {
  width: 118px;
  background: #262226;
  padding: 5px 0;
}

#top .recent_news_sec .inner .news_list .news_type .txt_type {
  color: #ffffff;
  text-align: center;
}

#top .recent_news_sec .inner .news_list .news_date {
  width: 130px;
  padding: 5px 0;
  border-right: 2px solid #303030;
}

#top .recent_news_sec .inner .news_list .news_date .txt_date {
  text-align: center;
}

#top .recent_news_sec .inner .news_list .news_desc {
  width: 710px;
  padding: 5px 0 5px 15px;
}

#top .recent_news_sec .inner .news_list.last {
  margin-bottom: 60px;
}

#top .recent_news_sec .inner .btn_link {
  border: 1px solid #909090;
  display: inline-block;
  background: #ffffff;
  color: #303030;
  padding: 10px 100px;
}

#top .recent_news_sec .inner .btn_link:hover,
#top .recent_news_sec .inner .btn_link:focus,
#top .recent_news_sec .inner .btn_link:active {
  border-radius: 5px;
  color: white;
}

#top .service_sec {
  margin-bottom: 50px;
}

#top .service_sec .inner .txt_com_p {
  margin-bottom: 50px;
}

#top .service_sec .inner .list_box {
  width: 900px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

#top .service_sec .inner .list_box .service_list {
  width: 47%;
}

#top .service_sec .inner .list_box .service_list img {
  width: 50px;
  height: auto;
  margin-bottom: 15px;
}

#top .service_sec .inner .list_box .service_list h3 {
  font-size: 22px;
  font-weight: normal;
  color: #303030;
  padding: 23px 0 23px 10px;
  display: inline-block;
  width: auto;
  margin-bottom: 15px;
  vertical-align: middle;
}

#top .service_sec .inner .list_box .service_list .txt_com_p {
  text-align: left;
  text-indent: -10px;
  padding-left: 10px;
  margin-bottom: 15px;
}

#top .service_sec .inner .list_box .service_list:nth-child(odd) {
  margin-right: 20px;
}

#top .service_sec .inner .list_box .service_list:nth-child(even) {
  margin-left: 20px;
}

#top .one_stop_sec {
  background: url("/storage/user/img/top/bg_one_stop_sec.jpg") no-repeat;
  background-size: cover;
  padding: 80px 0;
}

#top .one_stop_sec .inner .one_stop_box {
  border: 1px solid #ccc;
  margin: 0 auto;
  text-align: center;
  padding: 50px;
}

#top .one_stop_sec .inner .one_stop_box .ttl_user_common {
  color: #ffffff;
  position: relative;
  display: inline-block;
}

#top .one_stop_sec .inner .one_stop_box .ttl_user_common:before {
  position: absolute;
  content: "";
  width: 85px;
  height: 1px;
  bottom: 15px;
  background: white;
  left: -100px;
}

#top .one_stop_sec .inner .one_stop_box .ttl_user_common:after {
  position: absolute;
  content: "";
  width: 85px;
  height: 1px;
  bottom: 15px;
  background: white;
  right: -100px;
}

#top .one_stop_sec .inner .one_stop_box .txt_com_p {
  width: 610px;
  margin: 0 auto;
  color: #ffffff;
}

#top .recent_proj_sec {
  margin-bottom: 80px;
  padding: 80px 0;
  background: #f9f9f9;
}

#top .recent_proj_sec .inner {
  text-align: center;
}

#top .recent_proj_sec .inner .ttl_user_common {
  text-align: left;
}

#top .recent_proj_sec .inner ul {
  display: flex;
  flex-wrap: wrap;
  width: 925px;
  margin: 0 auto 50px;
}

#top .recent_proj_sec .inner ul li a {
  width: 410px;
  display: inline-block;
  text-align: center;
}

#top .recent_proj_sec .inner ul li a .project_img {
  width: 412px;
  height: 270px;
  overflow: hidden;
  border: 1px solid #c2c2c2;
  margin: 0 0 20px;
  border: 0px -1px 14px #c2c2c2;
  box-shadow: 0px -1px 14px #c2c2c2;
}

#top .recent_proj_sec .inner ul li:nth-child(2n+2) {
  text-align: right;
}

#top .recent_proj_sec .inner .btn_link {
  border: 1px solid #909090;
  display: inline-block;
  background: #ffffff;
  color: #303030;
  padding: 10px 100px;
}

#top .recent_proj_sec .inner .btn_link:hover,
#top .recent_proj_sec .inner .btn_link:focus,
#top .recent_proj_sec .inner .btn_link:active {
  border-radius: 5px;
  color: white;
}

#top .top_contact_sec {
  margin-bottom: 80px;
}

#top .top_contact_sec .inner {
  text-align: center;
}

#top .top_contact_sec .inner .txt_com_p {
  font-size: 20px;
  margin-bottom: 50px;
}

#top .top_contact_sec .inner .btn_link {
  border: 1px solid #909090;
  display: inline-block;
  background: #ffffff;
  color: #303030;
  padding: 10px 100px;
}

#top .top_contact_sec .inner .btn_link:hover,
#top .top_contact_sec .inner .btn_link:focus,
#top .top_contact_sec .inner .btn_link:active {
  border-radius: 5px;
  color: white;
}

