@charset 'utf-8';

body{
  background-image: url(img/背景.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;

}
/* slider */
ul{
  margin: 50px 0;
}
.slider img{
  width: 250px;
  height: auto;
  border-radius: 100px;
}
.slider .slick-slide{
  margin: 20px 10px;
}
/* header */
header{
  position: fixed;
  z-index: 1;
  margin-top: 0;
  height: 150px;
  width: 100%;
  justify-content: space-between;
}
.logo-img img{
  height: 120px;
  width: auto;
}
.saiyou{
  padding: 50px;
  background-color: rgb(68, 137, 177);
  height: 120px;
  width: auto;
}
.saiyou a{
  color:#fff
}
/* main */
main{
  text-align: center;
  padding-top: 200px;
}
.face-img img{
  width: 400px;
  height: auto;
}
main .name{
  width: 300px;
}
h1{
  text-align: center;
  background-color: bisque;
}
table{
  background-color: #fff;
}
th{
  text-align: right;
  font-weight: normal;
}
tr{
  text-align: center;
}
section .worker{
  display: block;
  text-align: center;
  margin: 20px auto;
  width: 80%;
}
section .coments{
  justify-content: center;
}
section .card{
  margin-right: 10px;
}
section .card:nth-child(3){
  margin: 0;
}
section h3{
  font-weight: bold;
}
footer{
  background-color: #fff;
  text-align: center;
}