@charset "utf-8";


/*------------------------------------------------------------
  トップページ
------------------------------------------------------------*/
#main .pageTitle {
  margin-bottom: 64px;
}


#main .headLine01 {
  margin-bottom: 33px;
  letter-spacing: -5px;
  padding: 0 5px 6px;
}


#main .comBox:not(:last-of-type) {
  margin-bottom: 80px;
}


#main .comTxtUl {
  margin-bottom: 184px;
  position: relative;
}


#main .comTxtUl:before {
  position: absolute;
  left: 50%;
  bottom: -164px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background: url(../img/business/consultation/arrowdown.png) no-repeat center center;
  width: 700px;
  height: 164px;
  content: "";
}


#main .comTxtUl li {
  width: 470px;
}
#main .comTxtUl li .comBtn {
  width: 100%;
}
#main .comTxtUl li .comBtn a {
  padding: 13px 10px 15px;
  font-size: 20px;
  line-height: 1.36;
  background-image: none;
  background:linear-gradient(to bottom, #006896, #006896);
  border-radius: 10px;
  box-shadow: 5px 5px 0 rgba(0, 104, 150, 0.47);
}


#main .comTxtUl li .textBox {
  padding: 25px 20px 150px;
  background-size: contain;
}


#main .comTxtUl li:first-child .textBox {
  background-image: url(../img/business/consultation/bg02.png);
}


#main .comTxtUl li:last-child .textBox {
  background-image: url(../img/business/consultation/bg03.png);
}


#main .comTxtUl li .textBox .ttl {
  margin-bottom: 15px;1
}
#main .comTxtUl li .textBox .ttl span {
  font-size: 1.4em;
}
#main .companyList {
  margin-bottom: 98px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}


#main .companyList li {
  padding: 20px;
  width: 470px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  background-color: #ededed;
  box-sizing: border-box;
}




#main .companyList .imgBox {
/*  margin-bottom: 22px;*/
}


#main .companyList .photoBox {
/*  width: 75px;*/

/*  float: left;*/
  text-align: center;
  width: 120px;
}
#main .companyList .imgBox .textBox > p {
  width: 120px;
}
#main .companyList .textBox {
/*  width: 150px;*/
/*  float: left;*/
  text-align: center;
}


#main .companyList .textBox p {
/*  padding: 9px 0 9px 21px;*/
  color: #333;
/*  text-align: left;*/
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.3;
}


#main .companyList li>p {
  font-size: 1.6em;
  text-align: left;
  line-height: 1.75;
  width: calc(100% - 140px);
}




@media screen and (max-width: 767px) {
  #main .headLine01 {
    font-size: 6.7vw;
    letter-spacing: -1px;
  }
  #main .comTxtUl {
    margin-bottom: 130px;
    position: relative;
  }


  #main .comTxtUl:before {
    width: 100%;
    background-size: contain;
    margin-bottom: 45px;
  }


  #main .comTxtUl li {
    width: 100%;
    margin-bottom: 50px;
  }
  #main .comTxtUl li .comBtn {
    width: 100%;
  }


  #main .comTxtUl li .textBox {
    padding: 25px 20px 150px;
    background-size: contain;
  }


  #main .comTxtUl li:first-child .textBox {
    background-image: url(../img/business/consultation/bg02.png);
  }


  #main .comTxtUl li:last-child .textBox {
    background-image: url(../img/business/consultation/bg03.png);
  }


  #main .comTxtUl li .textBox .ttl {
    margin-bottom: 15px;
  }
  #main .comTxtUl li .textBox .ttl span {
/*    font-size: 1.2em;*/
    font-size: 5vw;
  }
  #main .companyList {
    margin-bottom: 98px;
    display: inherit;
    width: 100%;
  }


  #main .companyList li {
    width: 100%;
    margin-bottom: 50px;
    display: inherit;
  }


  #main .companyList .imgBox {
    /*  margin-bottom: 22px;*/
  }


  #main .companyList .photoBox {
    margin: auto;
  }
  #main .companyList .imgBox .textBox > p {
    width: 100%;
    margin-bottom: 15px;
  }


  #main .companyList li>p {
    width: 100%;
  }
}






.worksList,
.worksList * {
  box-sizing: border-box;
}


.worksList {
  display: flex;

  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 150px;
  padding: 0 50px;
}


.worksList li {
  width: 250px;
  margin-bottom: 30px;
}


.worksList h3 {
  display: flex;
  align-items: center;
  justify-content: center;

  position: relative;
  height: 50px;
  margin-bottom: 30px;
  padding-top: 135px;
  color: #91004f;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
}


.worksList h3::before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: calc(50% - 50px);
  width: 100px;
  height: 100px;
  color: #fff;
  font-size: 40px;
  border-radius: 50%;
  background-color: #91004f;
}


.worksList li:nth-of-type(1) h3::before {
  content: "1";
}


.worksList li:nth-of-type(2) h3::before {
  content: "2";
}


.worksList li:nth-of-type(3) h3::before {
  content: "3";
}


.worksList li:nth-of-type(4) h3::before {
  content: "4";
}


.worksList li:nth-of-type(5) h3::before {
  content: "5";
}


.worksList li:nth-of-type(6) h3::before {
  content: "6";
}


.worksList li:nth-of-type(7) h3::before {
  content: "7";
}


.worksList li:nth-of-type(8) h3::before {
  content: "8";
}


.worksList li:nth-of-type(9) h3::before {
  content: "9";
}


.worksList p {
  font-size: 16px;
  text-align: justify;
}


@media screen and (max-width: 767px) {
  .worksList h3 {
    height: auto;
  }
  .worksList li {
    width: 100%;
    max-width: 500px;
    margin-bottom: 30px;
  }
}


.catch {
  font-family: "游明朝", "YuMincho", "Hiragino Mincho Pro", "MS PMincho", "ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W6", serif;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}


.catch span {
  color: #91004f;
}


.bg {
  margin-bottom: 100px;
  background-image: url(../img/business/consultation/bg04.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
}


.comBtn a, .comBtn span {
  font-size: 18px;
}


@media screen and (max-width: 767px) {
  .comBtnList {
    width: 100%;
  }
  .comBtnList li,
  .comBtnList li:nth-child(2n) {
    float: inherit;
    margin: 15px auto;
  }
}
