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



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

.titleBox{
  text-align: center;
}

.titleBox h3{
  letter-spacing: 10px;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 10px;
}

.titleBox h2{
  font-size: 26px;
  letter-spacing: 4px;
}

@media screen and (max-width: 600px){
  .titleBox h3{
    font-size: 18px;
    letter-spacing: 2px;
  }
  
  .titleBox hr{
    margin: 10px auto;
  }
  
  .titleBox h2{
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 26px;
  }
}

#headWrap{
  position: relative;
  width: 100%;
  height: 300px;
  background-image: url("../img/headWrap.jpg");
  background-position: center center;
  background-size: cover;
  margin-top: 70px;
}

#headWrap > h1{
  position: absolute;
  display: inline-block;
  padding: 10px;
  padding-top: 20px;
  background-color: #fff;
  box-shadow:0 0 5px 0 rgba(0,0,0,.2);
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  left: 100px;
  top: 100px;
  height: 150px;
  z-index: 2;
}

@media screen and (max-width: 1000px){
  
  #headWrap{
    margin-top: 0;
  }
  #headWrap > h1{
    top: 100px;
    left: 20px;
  }
}

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


  #headWrap{
    height: 200px;
  }
  
}


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

#aboutWrap{
  width: 100%;
  padding: 100px 20px;
  position: relative;
}

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

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

@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){ 
}

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