@charset "utf-8";
/* CSS Document */



/*==============================
共通
==============================*/

.linkBar{
  display: inline-block;
  font-size: 22px;
  letter-spacing: 3px;
  color: #000;
  border-bottom: 1px solid #000;
}

.titleH3{
  display: inline-block;
  color: #000;
  font-size: 16px;
  letter-spacing: 2px;
  padding: 10px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
}

#headWrap{
  width: 100%;
  height: 300px;
  background-image: url("../img/headBack.jpg");
  background-position: center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

#headWrap > div{
  position: relative;
  text-align: center;
}

#headWrap > div img{
  margin-bottom: 5px;
}

#headWrap > div h1{
  writing-mode: vertical-rl;
  font-size: 16px;
  letter-spacing: 6px;
  color: #fff;
  margin: 0 auto;
}

@media screen and (max-width: 600px){
  #headWrap{
    height: 200px;
  }

  #headWrap > div h1{
    writing-mode: horizontal-tb;
  }
}

/*==============================
メイン
==============================*/

#aboutWrap{
  padding: 50px 20px;
  text-align: center;
}

#aboutWrap > h2{
  margin-bottom: 30px;
}

#histryWrap{
  padding: 50px 20px;
  position: relative;
  overflow-x: hidden;
}

#histryWrap > img{
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
}

#histryWrap > div{
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  z-index: 2;
  text-align: center;
}

#histryWrap > div h2{
  margin-bottom: 30px;
}

#histryWrap > div p{
  text-align: justify;
}

#techWrap{
  padding: 50px 20px;
  text-align: center;
}

.copyBox{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 30px;
  text-align: center;
}

.copyBox > h2{
  margin-bottom: 10px;
}

.copyBox > div{
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
  background-position: center center;
  background-size: cover;
}

.copyBox > img{
  width: 100%;
  margin-bottom: 10px;
}

.copyBox > p{
  text-align: justify;
}

#materialWrap{
  padding: 50px 20px;
  text-align: center;
}

#staffWrap{
  padding: 50px 20px;
  text-align: center;
}

.backImg{
  width: 100%;
  height: 300px;
  background-image: url("../img/staffBack.jpg");
  background-position: center center;
  background-size: cover;
  margin-bottom: 30px;
}

.staffList{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.staffList li{
  display: flex;
  margin-bottom: 30px;
}

.staffList li img,
.staffList li > div{
  width: 50%;
}

.staffList li > div{
  text-align: left;
  padding: 20px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  display: flex;
  align-items: center;
}

.staffList li > div > div > div{
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
}

.staffList li > div > div > div h2{
  font-size: 22px;
  margin-right: 5px;
}

.staffList li > div > div > div span{
  font-weight: normal;
  color: #888888;
}

.dokurituBox{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  border: 1px solid #000;
  padding: 50px 50px;
}

.dokurituBox h2{
  margin-bottom: 20px;
}

.dokurituBox p{
  text-align: center;
}

.dokurituBox p span{
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 14px;
}

/*==============================
レスポンシブ
==============================*/

@media screen and (max-width: 1400px) {
}

@media screen and (max-width: 1300px) {
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 1000px) {
  .backImg{
    height: 200px;
  }
  
  .staffList{
    max-width: 600px;
  }
  
  .staffList li{
    display: block;
  }
  
  .staffList li img{
    width: 100%;
    max-width: 500px;
    margin-bottom: 10px;
  }
  
  .staffList li > div{
    width: 100%;
    display: block;
    text-align: center;
  }
  
  .staffList li > div > div > div{
    justify-content: center;
  }
}

@media screen and (max-width: 800px) {
}

@media screen and (max-width: 600px){
  .copyBox > div{
    height: 150px;
  }
  .backImg{
    display: none;
    height: 150px;
  }
  
  .staffList li > div{
    padding: 20px 0px;
    text-align: left;
  }
  
  .staffList li > div > div > div{
    display: block;
    text-align: left;
  }

  .dokurituBox{
    padding: 30px 20px;
  }
}

@media screen and (max-width: 414px){
}