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

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

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

#headWrap{
  position: relative;
  background-color: #292e3a;
  margin-top: 80px;
}

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


#headWrap > h1{
  background-color: #fff;
  color: #000;
  font-size: 28px;
  letter-spacing: 8px;
  font-weight: 700;
  position: absolute;
  z-index: 3;
  top: 70px;
  padding: 15px;
  left: calc(15% - 50px);
}


#headWrap > p{
  position: absolute;
  z-index: 3;
  line-height: 32px;
  top: 170px;
  left: calc(15% + 20px);
}

.newsList{
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(41,46,58,.8);
  padding: 10px 20px;
}

.newsList > li a{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 20px;
}

.newsList > li a h4{
  color: #fff;
  font-weight: bold;
  margin-right: 15px;
}

.newsList > li a p{
  color: #fff;
  text-decoration: underline;
  font-weight: 400;
}

#aboutWrap{
  background-color: #292e3a;
  padding: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

#aboutWrap .titleBox hr{
  background-color: #4f5460;
}

#aboutWrap > div{
  margin-right: 50px;
}

#aboutWrap > div p{
  color: #fff;
}

#aboutWrap > div p span{
  text-decoration: underline;
}

#aboutWrap > img{
  max-width: 50%;
}

#meritWrap{
  background-color: #292e3a;
  padding: 0 20px 100px;
  text-align: center;
}

#meritWrap > h2:first-of-type{
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  border: 1px solid #4f5460;
  text-align: center;
  color: #fff;
  padding: 20px 20px;
  margin-bottom: 30px;
}

#meritWrap > table{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 30px;
}

#meritWrap > table td{
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  padding: 30px 20px;
}

#meritWrap > table td:nth-of-type(1){
  border-top: none;
  border-left: none;
  border-bottom: 1px solid #4f5460;
  border-right: 1px solid #4f5460;
}

#meritWrap > table td:nth-of-type(2){
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #4f5460;
  border-left: 1px solid #4f5460;
}

#meritWrap > table tr:last-of-type td{
  border-bottom: none;
}

#meritWrap > i{
  font-size: 50px;
  text-align: center;
  color: #4f5460;
  margin-bottom: 30px;
}

#meritWrap > h2:last-of-type{
  color: #fff;
  margin-bottom: 30px;
}

#meritWrap > ul{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#meritWrap > ul li{
  width: 48%;
  background-color: #fff;
  padding: 30px 20px;
  margin-bottom: 20px;
}

#meritWrap > ul li h3{
  display: inline;
  font-size: 20px;
  font-weight: bold;
  background:linear-gradient(transparent 60%, #fff158 60%);
}

#serviceWrap{
  padding: 100px 20px;
  text-align: center;
}

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

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

#serviceWrap > ul li{
  width: 24%;
  padding: 10px;
  border: 4px solid #292e3a;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#serviceWrap > ul li h3{
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
}

#kisokuWrap{
  display: flex;
}

#kisokuWrap > div{
  width: 50%;
}

#kisokuWrap > div:first-of-type{
  padding: 100px;
}

#kisokuWrap > div:first-of-type .titleBox h2{
  font-size: 18px;
  line-height: 28px;
}

#kisokuWrap > div:first-of-type > h2{
  display: inline-block;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 10px;
  background: linear-gradient(transparent 60%, #fff158 60%);
}

#kisokuWrap > div:first-of-type > h2:last-of-type{
  margin-bottom: 30px;
}

.kisokuBack{
  background-image: url("../img/serviceImg01.jpg");
  background-size: cover;
  background-position: center center;
}

#kyuyoWrap{
  display: flex;
  flex-flow: row-reverse;
}

#kyuyoWrap > div{
  width: 50%;
}

#kyuyoWrap > div:first-of-type{
  padding: 100px;
}

#kyuyoWrap > div:first-of-type .titleBox{
  margin-bottom: 0;
}

#kyuyoWrap > div:first-of-type .titleBox h2{
  font-size: 18px;
  line-height: 28px;
}

#kyuyoWrap > div:first-of-type > h2{
  display: inline-block;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 10px;
  background: linear-gradient(transparent 60%, #fff158 60%);
}

#kyuyoWrap > div:first-of-type > h2:last-of-type{
  margin-bottom: 30px;
}

#kyuyoWrap > div:first-of-type > p{
  margin-bottom: 30px;
}

.kyuyoFlow h3{
  font-weight: bold;
  padding-left: 30px;
  margin-bottom: 8px;
}

.kyuyoFlow ul li{
  position: relative;
  padding: 20px;
  border: 4px solid #292e3a;
  margin-bottom: 40px;
}

.kyuyoFlow ul li::before{
  content: "";
  display: block;
  position: absolute;
  height: 40px;
  width: 4px;
  background-color: #292e3a;
  top: -44px;
  left: 10px;
}

.kyuyoFlow ul li h4{
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: bold;
}

.kyuyoBack{
  background-image: url("../img/serviceImg02.jpg");
  background-size: cover;
  background-position: center bottom;
}

#etcWrap{
  padding: 100px 100px;
}

#etcWrap > div{
  width: 100%;
  background-color: #f1f1f1;
  display: flex;
  padding: 50px;
}

#etcWrap > div > div{
  width: 50%;
  display: flex;
  margin-right: 20px;
}

#etcWrap > div > div img{
  width: 40%;
  align-self: flex-start;
  margin-right: 20px;
}

#etcWrap > div > div > div h4{
  font-weight: bold;
}

#priceWrap{
  padding: 0 20px 100px;
  text-align: center;
}

#priceWrap > .titleBox hr{
  margin: 0 auto 10px;
}


#priceWrap > h3{
  font-weight: bold;
}
#priceWrap table{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
}

#priceWrap table th,
#priceWrap table td{
  border: 1px solid #292e3a;
  font-weight: normal;
  padding: 10px;
}

#priceWrap table th{
  font-weight: bold;
  background-color: #f1f1f1;
}

#priceWrap > p{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 20px;
  text-align: left;
}

.pricetext{
  margin-bottom: 20px;
}

.pricetext h4{
  color: #D32427;
  font-weight: bold;
}

#messageWrap{
  padding: 100px 20px;
  background-image: url("../img/messageBack.jpg");
  background-size: cover;
  background-position: center center;
}

#messageWrap > div{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#messageWrap > div > div:last-of-type{
  text-align: center;
}

#messageWrap > div > div:last-of-type h4{
  font-weight: normal;
}

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

@media screen and (max-width: 1600px) {
  #kisokuWrap > div:first-of-type,
  #kyuyoWrap > div:first-of-type{
    padding: 50px;
  }
}
@media screen and (max-width: 1400px) {
  #kisokuWrap > div:first-of-type > h2,
  #kyuyoWrap > div:first-of-type > h2{
    font-size: 18px;
    letter-spacing: 2px;
  }
}

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

@media screen and (max-width: 1200px) {
  #etcWrap > div{
    display: block;
  }
  
  #etcWrap > div > div{
    width: 100%;
    margin: 0 auto 20px;
  }
}

@media screen and (max-width: 1000px) {
  #headWrap{
    margin-top: 60px;
  }
  
  #headWrap > h1{
    left: 0;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 1px;
  }
  
  #headWrap > p{
    left: 20px;
  }
  
  #aboutWrap{
    display: block;
  }
  
  #aboutWrap > div{
    margin-right: 0;
    margin-bottom: 30px;
  }
  
  #aboutWrap > img{
    width: 100%;
    max-width: 300px;
  }
}

@media screen and (max-width: 800px) {
  #kisokuWrap,#kyuyoWrap{
    display: block;
  }
  
  #kisokuWrap > div,
  #kyuyoWrap > div{
    width: 100%;
  }
  
  .kisokuBack,.kyuyoBack{
    width: 100%;
    height: 400px;
  }
  
  #etcWrap{
    padding: 100px 20px;
  }
  
  #priceWrap > div:nth-of-type(2){
    overflow-x: scroll;
  }
  
  #priceWrap > div:nth-of-type(2) table{
    width: 800px;
  }
  
  #messageWrap > div{
    display: block;
  }
  
  #messageWrap > div > div:first-of-type{
    margin-bottom: 30px;
  }
  
  #messageWrap > div > div:last-of-type img{
    width: 200px;
  }
}

@media screen and (max-width: 600px){
  #headWrap > h1{
    left: 0px;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
  }
  
  #headWrap > p{
    display: none;
  }
  
  .newsList{
    width: 100%;
  }
  
  .newsList > li a{
    display: block;
    text-align: center;
    padding: 0;
  }
  
  #aboutWrap{
    padding-right: 20px;
    padding-left: 20px;
  }
  
  #meritWrap > ul li{
    width: 100%;
  }
  
  #serviceWrap > ul li{
    width: 49%;
    margin-bottom: 15px;
  }
  
  #etcWrap > div{
    padding: 50px 20px;
  }
  
  #etcWrap > div > div{
    display: block;
  }
  
  #etcWrap > div > div img{
    display: block;
    margin: 0 auto 10px;
  }
}

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