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



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

.titleBox{
  text-align: center;
  margin-bottom: 30px;
}

.titleBox h3{
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 26px;
  color: #ffe824;
}

.titleBox hr{
  display: block;
  width: 50px;
  margin: 15px auto;
  height: 2px;
  border: none;
  background-color: #fff;
}

.titleBox h2{
  font-size: 22px;
  letter-spacing: 3px;
  font-weight: bold;
  color: #fff;
}

@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{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 300px;
  z-index: 1;
  background-image: url("../img/headBack.jpg");
  background-position: center center;
  background-size: cover;
}

#headWrap > .titleBox{
  margin-bottom: 0;
}

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

#serviceWrap{
  padding: 50px 20px;
  background-color: #2e718d;
}

.linkList{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 50px;
  display: flex;
  justify-content: space-between;
}

.linkList li{
  width: 24%;
}

#serviceWrap > h2{
  font-size: 22px;
  letter-spacing: 2px;
  color: #fff;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 5px;
  padding-left: 10px;
}

.serviceBox{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 20px;
  background-color: #f1f6f8;
  padding: 50px;
  border-top: 3px solid #29abe2;
}

#service01 > ul{
  width: 100%;
}

#service01 > ul > li{
  width: 100%;
  padding: 30px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  margin-bottom: 20px;
}

#service01 > ul > li > div:first-of-type{
  width: 35%;
}

#service01 > ul > li > div:first-of-type img{
  width: 100%;
}

#service01 > ul > li > div:last-of-type{
  width: 63%;
}

#service01 > ul > li > div:last-of-type h3{
  width: 100%;
  border-bottom: 1px solid #ccc;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

#service01 > ul > li > div:last-of-type p{
  text-align: justify;
  line-height: 22px;
}

#service01 > ul > li > div:last-of-type span{
  padding: 2px 5px;
  font-size: 14px;
  letter-spacing: 0;
  background-color: #333333;
  color: #fff;
  font-weight: normal;
  border-radius: 3px;
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 3px;
}

#service01 > ul > li:nth-of-type(2) > div:last-of-type p:first-of-type{
  margin-bottom: 5px;
}

#service01 > ul > li:nth-of-type(2) > div:last-of-type p:last-of-type{
  margin-top: 5px;
}

#service01 > ul > li:last-of-type > div:last-of-type p{
  margin-bottom: 5px;
}

#service02 > ul{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#service02 > ul > li{
  width: 49%;
  padding: 20px 20px;
  background-color: #fff;
  margin-bottom: 20px;
}

#service02 > ul > li img{
  width: 100%;
  margin-bottom: 5px;
}

#service02 > ul > li h3{
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}

#service02 > ul > li p{
  text-align: justify;
}

#service02 > ul > li span{
  padding: 2px 5px;
  font-size: 14px;
  letter-spacing: 0;
  background-color: #333333;
  color: #fff;
  font-weight: normal;
  border-radius: 3px;
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 3px;
}

#service03 > p{
  text-align: justify;
  margin-bottom: 10px;
}

#service03 > ul{
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#service03 > ul > li{
  width: 32%;
  padding: 0;
  background-color: #fff;
}

#service03 > ul > li img{
  width: 100%;
  margin-bottom: 0px;
  vertical-align: bottom;
}

#service03 > ul > li p{
  width: 100%;
  text-align: left;
  background-color: #fff;
  padding: 10px;
}

#service04 > ul{
  width: 100%;
}

#service04 > ul > li{
  width: 100%;
  padding: 30px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  margin-bottom: 20px;
}

#service04 > ul > li > img:first-of-type{
  width: 35%;
}

#service04 > ul > li > div{
  width: 63%;
}

#service04 > ul > li > div h3{
  width: 100%;
  border-bottom: 1px solid #ccc;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

#service04 > ul > li > div p{
  text-align: justify;
  line-height: 22px;
}

#service04 > ul > li > div.leaseImg{
  width: 100%;
  margin-top: 10px;
}

#service04 > ul > li > div.leaseImg > img{
  width: 100%;
}


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

@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) {
  .linkList{
    flex-wrap: wrap;
    max-width: 600px;
  }
  
  .linkList li{
    width: 49%;
    margin-bottom: 10px;
  }
  
  .serviceBox{
    padding: 30px 20px;
  }
}

@media screen and (max-width: 600px){
  
  #headWrap{
    height: 200px;
  }
  .linkList{
    max-width: 300px;
  }
  
  .linkList li{
    width: 100%;
  }
  
  .serviceBox{
    padding: 20px 10px;
  }
  
  #service01 > ul > li{
    display: block;
  }
  
  #service01 > ul > li > div:first-of-type,
  #service01 > ul > li > div:last-of-type{
    width: 100%;
  }
  #service01 > ul > li > div:first-of-type img{
    margin-bottom: 5px;
  }
  
  #service02 > ul{
    display: block;
  }
  
  #service02 > ul > li{
    width: 100%;
  }
  
  #service03 > ul{
    display: block;
  }
  
  #service03 > ul > li{
    width: 100%;
    margin-bottom: 10px;
  }
  
  #service04 > ul > li{
    display: block;
  }
  
  #service04 > ul > li > img:first-of-type,
  #service04 > ul > li > div,
  .leaseImg{
    width: 100%;
  }
  
  #service04 > ul > li > img:first-of-type{
    margin-bottom: 10px;
  }
  
  .leaseImg{
    max-width: 100%;
    overflow-x: scroll;
  }
  
  .leaseImg > img{
    min-width: 600px;
  }
}

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