@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;
  }
}

#linkWrap{
  padding: 50px 20px 0;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#linkWrap > a{
  display: block;
  width: 49%;
  padding: 10px 20px;
  color: #000;
  font-size: 20px;
  border: 1px solid #000;
  text-decoration: underline;
  margin-bottom: 10px;
}

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

  #linkWrap > a{
    display: block;
    width: 100%;
    padding: 10px 20px;
    color: #000;
    font-size: 20px;
    border: 1px solid #000;
    text-decoration: underline;
    margin-bottom: 10px;
  }
}

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

.backImg{
  width: 100%;
  height: 300px;
  background-position: center center;
  background-size: cover;
  margin-bottom: 30px;
}

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

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

#techWrap > p{
  margin-bottom: 30px;
}

#techWrap > .backImg{
  background-image: url("../img/techBack.jpg");
}

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

.back01{
  background-image: url("../img/techImg01.jpg");
}

.back02{
  background-image: url("../img/techImg03.jpg");
}

.back03{
  background-image: url("../img/techImg05.jpg");
}

.back04{
  background-image: url("../img/mateImg01.jpg");
}

.back05{
  background-image: url("../img/mateImg03.jpg");
}

.back06{
  background-image: url("../img/mateImg05.jpg");
}

.conteBox > div:last-of-type{
  display: flex;
}

.conteBox > div:last-of-type > div{
  text-align: left;
  margin-right: 20px;
}

.conteBox > div:last-of-type > div h3{
  margin-bottom: 5px;
}

.conteBox > div:last-of-type > div p{
  text-align: justify;
}

.conteBox > div:last-of-type img{
  width: 50%;
  align-self: flex-start;
}

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

#mateWrap > p{
  margin-bottom: 30px;
}

#mateWrap > .backImg{
  background-image: url("../img/techBack.jpg");
}

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

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

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

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

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

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

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

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

@media screen and (max-width: 600px){
  .backImg{
    display: none;
  }
  
  .backImgS{
    height: 150px;
  }
  
  .conteBox > div:last-of-type{
    display: block;
  }
  
  .conteBox > div:last-of-type > div{
    margin-right: 0;
    margin-bottom: 10px;
  }
  
  .conteBox > div:last-of-type img{
    width: 65%;
    max-width: 300px;
  }
}

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