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

.imgSlide{
  height: 100%;
}

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

#headWrap{
  width: 100%;
  height: 400px;
  padding: 100px;
  background-image: url(../img/headBack.jpg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.headTitle{
  max-width: 450px;
  width: 100%;
  height: 200px;
  padding: 50px;
  background-color: #fff;
}

.headTitle h2{
  letter-spacing: 3px;
  font-weight: bold;
}

.headTitle hr{
  margin: 15px 0 10px;
}

.headTitle li{
  display: inline-block;
}

.headTitle li::after{
  content: ">";
  margin-left: 10px;
}

.headTitle li:last-of-type::after{
  display: none;
}

.headTitle li a{
  color: #666;
  text-decoration: underline;
}

@media screen and (max-width: 1000px) {
  #headWrap{
    height: 250px;
    padding: 50px;
  }
  
  .headTitle{
    max-width: 400px;
    height: 150px;
    padding: 25px 50px;
  }
}

@media screen and (max-width: 600px) {
  #headWrap{
    height: 200px;
    padding: 30px;
  }
  
  .headTitle{
    max-width: 350px;
    height: 150px;
    padding: 20px 30px;
    background-color: rgba(255,255,255,.9);
  }
  
  .headTitle h2{
    font-size: 22px;
    letter-spacing: 3px;
  }
  
  .headTitle li a{
    font-size: 12px;
    letter-spacing: 1px;
  }
}

/*==============================
SPメニュー
==============================*/


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


#titleWrap{
  padding: 100px 15px 100px;
  border-bottom: 1px solid #ccc;
}

#titleWrap .titleBox{
  max-width: 800px;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

#titleWrap .titleBox hr{
  margin-left: 0;
}

.titleText{
  text-align: left;
}

#titleWrap .titleBox img{
  margin-left: 50px;
}

.titleText{
  text-align: center;
}

.titleText h2{
  font-weight: bold;
}

.titleText hr{
  width: 250px;
  margin: 30px auto 20px;
}

.titleText h3{
  font-size: 22px;
}

#firstWrap{
  padding: 100px 15px;
  background-image: url(../img/firstBack.jpg);
  background-size: cover;
  background-position: center;
}

#firstWrap h2,
#firstWrap h3,
#firstWrap p{
  color: #fff;
}

#firstWrap h3{
  margin-bottom: 20px;
}

#greetingWrap{
  padding: 100px 15px;
}

#greetingWrap h3{
  margin-bottom: 30px;
}

.greetingBox{
  width: 100%;
  max-width: 800px;
  margin: 0 auto 50px;
  display: flex;
  flex-wrap: nowrap;
  justify-content:space-between;
  align-items: center;
}

.greetingBox p{
  letter-spacing: 1px;
  font-size: 16px;
}

.greetingBox img{
  display: flex;
  align-self: center;
}

#greetingWrap > img{
  display: block;
  width: 100%;
  max-width: 548px;
  margin: 0 auto;
}

#companyWrap{
  padding: 0px 15px 100px;
}

#companyWrap table{
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

#companyWrap table th{
  text-align: left;
  width: 30%;
  border-top: 1px solid #555;
  padding: 30px;
  font-weight: bold;
  font-size: 18px;
}

#companyWrap table td{
  text-align: left;
  width: 70%;
  border-top: 1px solid #555;
  padding: 30px;
  font-size: 18px;
}

#companyWrap table tr:last-of-type th,
#companyWrap table tr:last-of-type td{
  border-bottom: 1px solid #555;  
}

/*==============================
共通部分
==============================*/
.titleBox{
  display: block;
  text-align: center;
  margin: 0 auto 100px;
}

.titleBox h3{
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 0;
}

.titleBox hr{
  width: 100%;
  max-width: 250px;
  margin: 20px auto;
}

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

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

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

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

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

@media screen and (max-width: 1000px) {
  #titleWrap .titleBox{
    flex-wrap: wrap-reverse;
  }
  
  #titleWrap .titleBox img{
    margin: 0 auto 30px;
  }
  
  .titleText{
    text-align: center;
    flex-basis: 100%;
  }
  
  #titleWrap .titleBox hr{
    margin: 20px auto;
  }
  
  #titleWrap .titleBox p{
    text-align: justify;
    text-justify: inter-ideograph;
  }
  
  .greetingBox{
    flex-wrap: wrap-reverse;
  }
  
  .greetingBox img{
    margin: 0 auto 30px;
  }
  
  #companyWrap table{
    max-width: 600px;
  }
}

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

@media screen and (max-width: 600px){
  .titleBox h2{
    letter-spacing: 2px;
  }
  
  #titleWrap .titleBox p{
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 22px;
  }
  
  #meritWrap h2{
    letter-spacing: 2px;
  }
  
  #strengthWrap h2{
    font-size: 22px;
    letter-spacing: 2px;
  }

  #companyWrap table th{
    width: 30%;
    padding: 10px 10px 10px 0;
    font-size: 16px;
  }

  #companyWrap table td{
    width: 70%;
    border-top: 1px solid #555;
    padding: 10px 10px 10px 0;
    font-size: 16px;
  }
  
}

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