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



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

.titleBox{
  margin-bottom: 30px;
}
.titleBox h3{
  font-weight: bold;
  margin-bottom: 10px;
}

.titleBox hr{
  border: none;
  width: 40px;
  height: 3px;
  background-color: #292e3a;
  margin-bottom: 10px;
}
.titleBox h2{
  font-weight: bold;
}

#headWrap{
  position: relative;
  background-color: #fff;
  background-image: url("../img/headBack.jpg");
  background-size: cover;
  background-position: center center;
  border: 100px solid #fff;
  border-bottom: none;
  height: 400px;
}

#headWrap > .slider-pro{
  margin-right: 0;
}

#headWrap > h1{
  position: absolute;
  font-size: 28px;
  letter-spacing: 8px;
  font-weight: 500;
  top: 50px;
  left: -100px;
  padding: 15px;
  padding-left: 115px;
  z-index: 11;
  background-color: rgba(45,54,121,.5);
  color: #fff;
}

@media screen and (max-width: 1000px){
  #headWrap{
    border: none;
    height: 300px;
  }

  #headWrap > h1{
    top: 80px;
    left: 0px;
    padding-left: 30px;
  }
}

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

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



#serviceWrap{
  position: relative;
  text-align: center;
  width: 100%;
  padding: 100px 20px;
}

#serviceWrap h2{
  color: #2d3679;
  margin-bottom: 10px;  
}

#serviceWrap h3,
#serviceWrap p{
  margin-bottom: 30px;
}

#serviceWrap ul{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#serviceWrap ul li{
  width: 48%;
  margin-bottom: 20px;
}

#serviceWrap ul li img{
  width: 100%;
}

#serviceWrap ul li h4{
  background-color: #2d3679;
  padding: 10px 20px;
  color: #fff;
  font-weight: 500;
  text-align: left;
}

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

#infoWrap h2{
  color: #2d3679;
  margin-bottom: 10px;  
}

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

#infoWrap > div{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

#infoWrap > div img{
  width: 45%;
}

#infoWrap > div table{
  width: 53%;
  margin-left: 2%;
  border-collapse: collapse;
  border-spacing: 0;
}

#infoWrap > div table th,
#infoWrap > div table td{
  border: 1px solid #ccc;
  padding: 15px;
}

#infoWrap > div table tr:first-of-type th{
  border-top: none;
}

#infoWrap > div table tr:first-of-type th:first-of-type{
  color: #2d3679;
}

#infoWrap > div table tr th:first-of-type{
  border-left: none;
}

#infoWrap > div table tr th:last-of-type,
#infoWrap > div table tr td:last-of-type{
  border-right: none;
}

#infoWrap > div table tr:last-of-type th,
#infoWrap > div table tr:last-of-type td{
  border-bottom: none;
}
/*==============================
レスポンシブ
==============================*/

@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) {
  #infoWrap{
    width: calc(100% - 40px);
  }
}

@media screen and (max-width: 800px) {  
  #infoWrap > div{
    display: block;
  }
  
  #infoWrap > div img{
    width: 100%;
    max-width: 400px;
    margin: 0 auto 30px;
  }
  
  #infoWrap > div table{
    width: 100%;
    margin-left: 0;
  }
}

@media screen and (max-width: 600px){
  #serviceWrap ul li{
    width: 100%;
  }
}

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