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

#aboutWrap h2{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 50px;
  font-size: 32px;
  line-height: 42px;
  font-weight: 500;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 4px;
  color: #9aca3b;
  margin-bottom: 30px;
}

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

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

#newsWrap{
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 50px 50px;
}

#newsWrap::after{
  content: "";
  position: absolute;
  display: block;
  width: 100vw;
  height: 80px;
  left: 0;
  top: 150px;
  background-color: #9aca3b;
  z-index: 1;
}

#newsWrap > div{
  position: relative;
  z-index: 2;
}

#newsWrap > div .titleBox{
  margin-bottom: 110px;
  margin-right: 50px;
}

#newsWrap > div .linkBtn{
}

#newsWrap > ul{
  position: relative;
  align-self: flex-start;
  display: flex;
  width: 80%;
  justify-content: space-between;
  z-index: 2;  
}

#newsWrap > ul li{
  width: 32%;
  background-color: #fff;
  box-shadow: 0 0 10px 0px rgba(0,0,0,.2);
}

#newsWrap > ul li a{
  position: relative;
  display: block;
  background-color: #fff;
  z-index: 2;
}

#newsWrap > ul li img{
  width: 100%;
  height: auto !important;
}

#newsWrap > ul li div{
  padding: 20px;
}

#newsWrap > ul li div h4{
  font-size: 14px;
  letter-spacing: 0;
  font-weight: bold;
}


#serviceWrap{
  text-align: center;
}

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

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

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

#serviceWrap > p{
  text-align: center;
  margin-bottom: 30px;
}

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

.serviceBox > div{
  text-align: left;
  background-color: #f6f6f6;
  box-shadow: 0 0 10px 0px rgba(0,0,0,.2);
  margin-bottom: 20px;
  padding: 30px 30px;
  width: 49%;
}

.serviceBox > div{
}

.serviceBox > div h3{
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: 2px;
}

#serviceWrap .linkBtn{
  margin: 0 auto 50px;
}

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

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

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

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

@media screen and (max-width: 1000px) {
  #newsWrap{
    display: block;
  }
  
  #newsWrap > div .titleBox{
    margin-right: 0;
    margin-bottom: 20px;
  }
  
  #newsWrap > div .linkBtn{
    margin-bottom: 20px;
  }
  
  #newsWrap::after{
    top: auto;
    bottom: 120px;
  }
  
  #newsWrap > ul{
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  .conceptBox{
    display: block;
  }
  
  .conceptBox > div{
    margin-bottom: 20px;
  }
  
  .conceptBox > img{
    margin-left: 0;
    width: 100%;
  }
  
  .serviceBox > div{
    width: 100%;
  }
}

@media screen and (max-width: 600px){
  #aboutWrap{
    padding: 50px 20px;
  }
  
  #aboutWrap h2{
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 2px;
    margin-bottom: 10px;
  }
  
  #aboutWrap h3{
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 1px;
  }
  
  #newsWrap{
    text-align: center;
  }
  
  #newsWrap::after{
    display: none;
  }
  
  #newsWrap > div .titleBox{
    text-align: center;
  }
  
  #newsWrap > div .titleBox hr{
    margin: 0 auto 10px; 
  }
  
  #newsWrap > ul{
    display: block;
  }
  
  #newsWrap > ul li{
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
    z-index: 2;
  }
  
  #newsWrap > ul li::after {
    content: "";
    position: absolute;
    display: block;
    width: 100vw;
    height: 80px;
    left: -50px;
    bottom: 50px;
    background-color: #00967b;
    z-index: 1;
  }
  
  .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;
  }
  
  #serviceWrap > .titleBox{
    padding: 50px 20px;
  }
  
  .serviceBox > div{
    padding: 30px 20px;
  }
  
  .serviceBox > div ul li{
    width: 50%;
  }
}

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