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



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

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

.titleBox h2{
  font-size: 16px;  
  font-family: 'Hannari';
  margin-bottom: 20px;
}

.titleBox hr{
  border: none;
  width: 50px;
  height: 1px;
  background-color: #666;
  margin: 0 auto;
  margin-bottom: 20px;
}

.titleBox h3{
  font-family: 'timeburner';
}
/*==============================
メイン
==============================*/

#mainSlide{
  padding: 80px;
}

#aboutWrap{
  padding: 50px 15px;
  background-color: #f9f9f9;
  text-align: center;
}

#consultantWrap{
  padding: 50px 15px;
  text-align: center;
}

#consultantWrap > p{
  margin-bottom: 50px;
}

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

.consulBox > div{
  width: 48%;
  text-align: left;
}

.consulBox > div > div span{
  position: relative;
  font-family: 'timeburner';
  color: #666;
  font-size: 15px;
}

.consulBox > div > div span::after{
  display: block;
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  background-color: #666;
  transform: rotate(-45deg);
  top: 15px;
  left: -10px;
}

.consulBox > div > div h4{  
  font-family: 'Hannari';
  font-size: 17px;
  letter-spacing: 0;
  font-weight: normal;
  position: relative;
  top: -13px;
  left: 25px;
  width: calc(100% - 25px);
}

.consulBox > img{
  width: 50%;
}

.consulBox:nth-of-type(2){
  flex-flow: row-reverse;
}

#flowWrap{
  padding: 50px 15px;
  background-color: #f9f9f9;
}

#flowWrap > ul{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#flowWrap > ul > li{
  position: relative;
  width: 33.3333%;
  padding: 20px;
  border-right: 1px solid #ccc;
  text-align: center;
}

#flowWrap > ul > li > div{
  display: flex;
  align-items: center;
}

#flowWrap > ul > li > div span{
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #ccc;
  font-family: 'timeburner';
  color: #666;
  text-align: center;
  padding-top: 10px;
  margin-right: 10px;
}

#flowWrap > ul > li > div h4{
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0;
  font-family: 'Hannari';
  margin-bottom: 5px;
}

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

#flowWrap > ul > li > a{
  display: block;
  width: 100%;
  padding: 5px 10px;
  background-color: #555;
  color: #fff;
  margin-top: 10px;
}

#flowWrap > ul > li::after{
  content: "→";
  position: absolute;
  font-size: 24px;
  top: 100px;
  right: -12px;
  color: #666;
  background-color: #f9f9f9;
}

#flowWrap > ul > li:nth-of-type(1),
#flowWrap > ul > li:nth-of-type(2),
#flowWrap > ul > li:nth-of-type(3){
  margin-bottom: 40px;
}

#flowWrap > ul > li:nth-of-type(3n){
  border-right: none;
}

#flowWrap > ul > li:nth-of-type(3n)::after{
  display: none;
}

#flowWrap > ul > li:nth-of-type(4)::before{
  content: "";
  display: block;
  width: calc(100vw - 30px);
  max-width: 1000px;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  top: -20px;
  left: 0;
}

#serviceWrap{
  padding: 50px 15px;
  border-bottom: 1px solid #ccc;
}

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

.serviceBox > div{
  width: 45%;
  text-align: center;
}

.serviceBox > div h4{
  text-align: center;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0;
  font-family: 'Hannari';
  margin-bottom: 10px;
}

.serviceBox > div img{
  width: 100%;
  vertical-align: bottom;
  margin-bottom: 10px;
}

.serviceBox > div p{
  text-align: justify;
  margin-bottom: 20px;
}

.serviceBox > div a{
  display: inline-block;
  padding: 8px 80px;
  text-align: center;
  border: 1px solid #ccc;
  font-family: 'timeburner';
  color: #666;
}

#contactWrap{
  padding: 50px 15px;
  text-align: center;
}

.contactTable{
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.contactTable th{
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0;
  font-family: 'Hannari';
  text-align: left;
  color: #666;
  width: 25%;
}

.contactTable td{
  width: 75%;
}

.contactTable tr:first-of-type td{
  display: flex;
  width: auto;
}

.contactTable label{
  display: flex;
  align-items: center;
  margin-right: 10px;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0;
  font-family: 'Hannari';
  color: #666;
  margin-bottom: 5px;
}

.contactTable input[type="radio"]{
  display: none;
}

.contactTable label::before{
  content: "✔";
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  border: 1px solid #ccc;
  color: #fff;
  margin-right: 5px;
}

.contactTable input[type="radio"].check01:checked ~ .label01::before{
  color: #666;
}

.contactTable input[type="radio"].check02:checked ~ .label02::before{
  color: #666;
}

.contactTable input[type="radio"].check03:checked ~ .label03::before{
  color: #666;
}

.contactTable input[type="text"],
.contactTable textarea{
  width: 100%;
  padding: 10px;
  margin-bottom: 5px;
}

input[type="submit"]{
  display: inline-block;
  padding: 10px 100px;
  border: none;
  background-color: #666;
  color: #fff;
  cursor: pointer;
  transition: .2s;
}

input[type="submit"]:hover{
  opacity: .7;
  transition: .2s;
}

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

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

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

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

@media screen and (max-width: 1000px) {
  #mainSlide{
    padding: 50px;
  }
}

@media screen and (max-width: 800px) {
  #mainSlide{
    padding: 25px;
  }
  
  #flowWrap > ul{
    max-width: 400px;
  }
  
  #flowWrap > ul > li{
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;
  }
  
  #flowWrap > ul > li:nth-of-type(1), #flowWrap > ul > li:nth-of-type(2), #flowWrap > ul > li:nth-of-type(3){
    margin-bottom: 0;
  }
  
  #flowWrap > ul > li:nth-of-type(4)::before{
    display: none;
  }
  
  #flowWrap > ul > li::after{
    display: none;
  }
}

@media screen and (max-width: 600px){
  .consulBox{
    display: block;
    margin-bottom: 0;
  }
  
  .consulBox > div{
    width: 100%;
    max-width: 330px;
    margin: 0 auto 20px;
  }
  .consulBox > img{
    width: 100%;
    margin: 0 auto 20px;
  }
  
  .serviceBox{
    max-width: 350px;
    flex-wrap: wrap;
  }
  
  .serviceBox > div{
    width: 100%;
    margin-bottom: 20px;
  }
  
  .contactTable tr{
    display: flex;
    flex-wrap: wrap;
  }
  
  .contactTable th,
  .contactTable td{
    width: 100%;
  }
  
  .contactTable th{
    padding-bottom: 10px;
  }
  .contactTable td{
    padding-bottom: 20px;
  }
}

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