/* ------------header------------*/
header {
  height: 70px;
}

.container {
  width: 1170px;
  margin: 0 auto;
}

header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-left {
  width: 50%;
}

.header-logo {
  height: 60px;
  float: left;
}

.header-left p {
  font-size: 15px;
  padding-top: 20px;
}

.header-right {
  display: flex;
  align-items: center;
  line-height: 70px;
}

header .nav-list {
  display: flex;
}

header .nav-list li {
  position: relative;
}

header .nav-list li a {
  font-size: 18px;
  padding: 0 30px 0;
}

.nav-btn a {
  display: block;
  background-color: #00b050;
  color: white;
}


/*------------top------------*/
.key-massage {
  position: absolute;
  top: 500px;
  left: 200px;
}

.top-wrapper {
  height: 980px;
  padding: 180 0 100px 0;
  background-image: url(../image/index_top.jpg);
  background-size: cover;
}

.bg-rgba {
  height: 100%;
  background-color: rgba(255,255,255,0.5);
}

.key-massage h1 {
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 40px;
  letter-spacing: 5px;
}

.key-massage h2 {
  font-size: 25px;
  margin-bottom: 60px;
  letter-spacing: 3px;
}

.key-massage a {
  padding: 15px;
  background-color: white;
  opacity: 0.8;
  font-size: 25px;
}

.key-massage span {
  color: #00b050;
}





/*------------news------------*/
.heading {
  padding: 80px;
  padding-bottom: 80px;
}

.heading h2 {
  font-size: 40px;
}

.heading p {
  font-size: 30px;
  color: #00b050;
}

.news-wrapper {
  text-align: center;
}

.news {
  text-align: left;
  margin-bottom: 120px;
}

.news li {
  font-size: 25px;
  margin-bottom: 20px;
  border-bottom: solid 2px black;
}

.news li a {
  display: flex;
  align-items: baseline;
}

.news li a .date {
  padding: 0 20px;
}


.news li a p {
  box-sizing: border-box;
  padding-left: 70px;
}



/*------------biz------------*/
.biz-wrapper {
  text-align: center;
}

.contents {
  display: flex;
  padding-bottom: 120px;
  justify-content: space-between;
}

.content {
  width: 370px;
  margin-bottom: 40px;
  border: solid 1px black;
}

.content img {
  width: 370px;
  border-bottom: solid 1px black;
}

.content h2 {
  font-size: 20px;
  margin: 15px auto
}

.content p  {
  font-size: 18px;
  padding: 20px;
}

.content-text p {
  font-size: 20px;
  text-align: left;
  padding: 30px;
}

.content-image {
  float: right;
  padding: 10px;
}


/*------------cv------------*/
.cv-wrapper {
  text-align: center;
  background-image: url(../image/index_under.jpg);
  background-size: cover;
}

.cv-wrapper .bg-rgba {
  padding: 40px 0;
  border-bottom: solid 1px black;
}

.cv-box {
  width: 100%;
  margin: auto;
  background-color: rgba(255,255,255,0.5);
  box-sizing: border-box;
  padding: 40px;
}

.cv-box h3 {
  font-size: 40px;
  line-height: 60px;
  margin-bottom: 20px;
}

.cv-box p {
  font-size: 18px;
  line-height: 37px;
  font-weight: bold;
}





/*------------footer------------*/
footer {
  padding-top: 80px;
}

footer .container {
  display: flex;
  justify-content: space-between;
  width: 1170px;
  margin: 0 auto 50px;
}

.footer-left {
  display: flex;
  text-align: left;
  font-size: 15px;
  line-height: 25px;
}

.footer-logo {
  margin-right: 10px;
}

.footer-logo img {
  height: 100px;
}

.footer-about {
  font-weight: bold;
  height: 100px;
}

.footer-right li {
  font-weight: bold;
  text-align: right;
  line-height: 30px;
}

.copy {
  padding: 20px;
  text-align: center;
  font-size: 15px;
  background-color: black;
  color: #fff;
}






