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



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


.titleBox h2{  
  font-size: 80px;
  line-height: 80px;
  font-weight: bold;
  letter-spacing: 10px;
  margin-bottom: 10px;
  color: #37386b;
}

.titleBox hr{
  display: block;
  border-bottom: none;
  width: 100px;
  height: 2px;
  margin-bottom: 10px;  
  background-color: #37386b;
}

.titleBox h3{
  font-weight: 400;  
  color: #37386b;
}

#headWrap{
  width: 100%;
  height: 400px;
  z-index: 1;
  background-image: url("../img/headBack.jpg");
  background-position: center center;
  background-size: cover;
  border: 10px solid #37386b;
}

#headWrap > .titleBox{
  padding-top: 120px;
  padding-left: 100px;
}

#headWrap > .titleBox h2{
  color: #fff;
}

#headWrap > .titleBox hr{
  background-color: #fff;
}

#headWrap > .titleBox h3{
  color: #fff;
}


@media screen and (max-width: 600px){  
  .titleBox h2{  
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 4px;
  }
  
  #headWrap{
    height: 250px;
  }
  
  #headWrap > .titleBox {
    padding-top: 70px;
    padding-left: 40px;
  }
}

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

#aboutWrap{
  padding: 100px 20px;
}

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

.conceptBox h2{
  font-size: 32px;
  line-height: 42px;
  font-weight: 500;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 4px;
  color: #37386b;
  margin-bottom: 30px;
}

.conceptBox h3{
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.conceptBox p{
  font-family: 'Noto Serif JP', serif;
}

.conceptBox > img{
  width: 50%;
  margin-left: 20px;
}

.valueBox{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px;
  text-align: center;
  border: 1px solid #37386b;
}

.valueBox .titleBox{
  margin-bottom: 30px;
}

.valueBox .titleBox hr{
  margin: 0 auto 10px;
}

.valueBox > ul{
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.valueBox > ul li{
  width: 32%;
  text-align: center;
}

.valueBox > ul li h4{
  font-family: 'Noto Serif JP', serif;
  font-size: 32px;
  letter-spacing: 4px;
  margin-bottom: 10px;
  font-weight: 600;
}

.valueBox > ul li:nth-of-type(1) h4{
  color: #c9384d;
}

.valueBox > ul li:nth-of-type(2) h4{
  color: #0086c1;
}

.valueBox > ul li:nth-of-type(3) h4{
  color: #00967b;
}

.valueBox > ul li p{
  font-family: 'Noto Serif JP', serif;  
}

.valueBox > p{
  text-align: right;
}

#logoWrap{
  width: calc(100% - 100px);
  padding: 100px 20px;
  margin: 0 auto;
  background-color: #f6f6f6;
  text-align: center; 
}

#logoWrap > h3{
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 2px;
  margin-bottom: 50px;
}

#logoWrap > ul{
  width: 100%;
  max-width: 600px;
  margin: 0 auto 50px;
  display: flex;
  justify-content: space-between;
}

#logoWrap > ul li{
  width: 25%;
}

#logoWrap > ul li img{
  width: 100%;
}

#logoWrap > img{
  width: 100%;
  max-width: 300px;
  margin: 0 auto 50px;
}

#logoWrap > p{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: justify;
}

#greetingWrap{
  padding: 50px 20px;
}

#greetingWrap > .titleBox{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 30px;
}

.greetingBox{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  border: 5px solid #37386b;
  padding: 50px;
}

.greetingBox p{
  margin-bottom: 20px;
}

.greetingBox > h3{
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 2px;
  text-align: right;
}

#philosophyWrap > .titleBox{
  width: 100%;
  padding: 80px 20px;
  margin-bottom: 30px;
  background-color: #37386b;
  text-align: center;
}

#philosophyWrap > .titleBox h2,
#philosophyWrap > .titleBox h3{
  color: #fff;
}

#philosophyWrap > .titleBox hr{
  background-color: #fff;
  margin: 0 auto 10px;
}

.philBox{
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 0 auto 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.philBox > div{
  background-color: #f6f6f6;
  box-shadow: 0 0 10px 0px rgba(0,0,0,.2);
  margin-bottom: 20px;
  padding: 50px;
}

.philBox > div h3{
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 30px;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 2px;
}

.philBox > div:nth-of-type(1),
.philBox > div:nth-of-type(2){
  width: 49%;
}

.philBox > div:nth-of-type(3){
  width: 100%;
}

.philBox > div p{
  font-family: 'Noto Serif JP', serif;  
}

.philBox > div ul{
  display: flex;
  flex-wrap: wrap;
}

.philBox > div ul li{
  width: 20%;
  text-align: left;
  margin-bottom: 10px;
}

.philBox > div ul li h4{
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 10px;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 2px;
  color: #37386b;
}

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

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

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

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

@media screen and (max-width: 1000px) {
  #logoWrap{
    width: calc(100% - 40px);
  }
}

@media screen and (max-width: 800px) {
  .conceptBox{
    display: block;
  }
  
  .conceptBox > div{
    margin-bottom: 20px;
  }
  
  .conceptBox > img{
    margin-left: 0;
    width: 100%;
  }
  
  .philBox > div:nth-of-type(1), .philBox > div:nth-of-type(2){
    width: 100%;
  }
}

@media screen and (max-width: 600px){
  #aboutWrap{
    padding: 50px 20px;
  }
  
  .valueBox{
    padding: 30px 20px;
  }
  .valueBox > ul{
    display: block;
  }
  
  .valueBox > ul li{
    width: 100%;
    margin-bottom: 20px;
  }
  
  #logoWrap{
    padding: 50px 20px;
  }
  
  #logoWrap > h3{
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 24px;
  }
  
  #logoWrap > ul{
    width: 80%;
  }
  
  #logoWrap > ul li{
    width: 30%;
  }
  
  #logoWrap > img{
    max-width: 180px;
  }
  
  .greetingBox{
    padding: 30px 20px;
  }
  
  #philosophyWrap > .titleBox{
    padding: 50px 20px;
  }
  
  .philBox > div{
    padding: 30px 20px;
  }
  
  .philBox > div ul li{
    width: 50%;
  }
}

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