@charset "utf-8";
/* ===============================================================
 common
=============================================================== */
#mainConts{
  padding: 0;
}
@media screen and (max-width: 767px) {
  .bgLgray.pdBox{
    margin-top: 20px;
    border-top: 1px solid #EAEAEA;
  }
  .bdrRadbox{
    padding-top: 30px;
  }
}
/* ===============================================================
 mv
=============================================================== */
.mvBgPic{
  background-image: url(/adviser/img/mv.jpg);
  background-size: auto;
  padding-top: 16px;
}


@media screen and (max-width: 767px) {
  .mvBgPic{
    background-image: url(/adviser/img/mv_sp.jpg);
    background-position: center center;
    background-size: cover;
  }
}
/* ===============================================================
 problem
=============================================================== */
#problem .dispFlex{
  padding: 40px 60px;
  align-items: center;
  justify-content: flex-start;
  background: #F9F9F9;
}
#problem .imgBox{
  width: 450px;
}
#problem .txtBox{
  margin-left: 35px;
}
#problem .listProblem{
  font-size: 20px;
  font-weight: bold;
}
#problem .listProblem .txtBlue{
  font-size: 24px;
}
#problem .listProblem .list{
  padding-left: 45px;
  background: url(/adviser/img/icon_check.svg) no-repeat left center;
  background-size: 28px 26px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  #problem .dispFlex{
    display: block;
    padding: 15px;
  }
  #problem .imgBox,
  #problem .txtBox{
    width: 100%;
  }
  #problem .txtBox{
    margin: 15px 0;
  }
  #problem .listProblem{
    font-size: 16px;
  }
  #problem .listProblem .txtBlue{
    font-size: 20px;
  }
  #problem .listProblem .list{
    padding-left:30px;
    background-size: 22px 22px;
  }
}
/* ===============================================================
 solution
=============================================================== */
#solution{
  background: url(/adviser/img/bg_solution.jpg) no-repeat;
  padding: 60px 158px 70px;
}
#solution .ttl{
  font-size: 32px;
  line-height: 1.4;
  margin-bottom: 20px;
}
#solution .dispFlex{
  width: 460px;
  font-weight: bold;
  align-items: center;
}
#solution .txtBlue{
  font-size: 53px;
  background: linear-gradient(transparent 75%, #FFF664 30%);
}
@media screen and (max-width: 767px) {
  #solution{
    background: none;
    padding: 0;
  }
  #solution .ttl{
    background: url(/adviser/img/bg_solution_sp.jpg) no-repeat right bottom;
    font-size: 18px;
    background-size: cover;
    min-height: 320px;
    padding: 20px 0 0 20px;
  }
  #solution .txtBlue{
    font-size: 32px;
  }
  #solution .btnAdviser{
    margin: 0;
  }
}

/* ===============================================================
 strong
=============================================================== */
#strong .bgBlue{
  padding: 40px 50px;
    position: relative;
}
#strong .bgBlue:after{
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -25px;
  border: 25px solid transparent;
  border-top: 25px solid #61b7d9;
}
#strong .ttlBtmBdr{
  color: #fff;
}
#strong .ttlBtmBdr:after{
  background: #fff;
}
#strong .listStrong .list{
  font-weight: bold;
  width: 25%;
  padding-top: 190px;
  text-align: center;
  color: #fff;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 178px 178px;
}
#strong .listStrong .list.icon01{
  background-image: url(/adviser/img/icon_strong01.svg);
}
#strong .listStrong .list.icon02{
  background-image: url(/adviser/img/icon_strong02.svg);
}
#strong .listStrong .list.icon03{
  background-image: url(/adviser/img/icon_strong03.svg);
}
#strong .listStrong .list.icon04{
  background-image: url(/adviser/img/icon_strong04.svg);
}
@media screen and (max-width: 767px) {
  #strong{
    margin-top: 40px;
  }
  #strong .bgBlue{
    padding: 20px 6%;
    margin-bottom: 30px;
  }
  #strong .listStrong{
    display: block;
  }
  #strong .listStrong .list{
    width: 100%;
    padding: 15px 0 15px 100px;
    margin-bottom: 10px;
    background-position: left center;
    text-align: left;
    background-size: 78px 78px;
  }
}
/* ===============================================================
 private
=============================================================== */
#private {
  background: #F9F9F9;
  margin: 50px 0 0;
  padding: 40px 50px;
}
#private .privateTtl .txtBlue {
  font-weight: bold;
  font-size: 30px;
  background: linear-gradient(transparent 75%, #FFF664 30%);
  text-align: center;
}
#private .privateTtl {
  color: #066E97;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  display: block;
  margin-bottom: 20px;
}
#private .privateTxt {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
#private .btnAdviser {
    margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
  #private {
    margin: 30px 0 0;
    padding: 15px 20px;
  }
  #private .privateTtl .txtBlue {
    font-size: 24px;
  }
  #private .privateTxt {
    text-align: left;
  }
}
/* ===============================================================
 voice
=============================================================== */
#voice{
  padding: 60px 0 0;
}
#voice .voiceBox{
  width: 480px;
  background: #fff;
  border: 1px solid #E5E5E5;
  padding: 30px 10px 20px 25px;
}
#voice .sumWrap{
  align-items: center;
  margin-bottom: 15px;
}
#voice .sumWrap .imgBox{
  width: 94px;
}
#voice .sumWrap .txtBox{
  width: 320px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  margin-right: 15px;
}
#voice .sumWrap .txtBox .txtBlue{
  font-size: 24px;
  margin-bottom: 5px; 
}
#voice .dtlWrap dl{
  border: 1px solid #E5E5E5;
  margin-bottom: 10px;
  text-align: center;
  width: 195px;
  font-weight: bold;
}
#voice .dtlWrap{
  align-items: center;
}
#voice .dtlWrap dt{
  color: #fff;
  padding: 5px;
}
#voice .dtlWrap dt.bgGray{
  background: #A4A4A4;
}
#voice .dtlWrap dd{
  padding: 5px;
}
#voice .dtlWrap dd .num{
  font-size: 20px;
}
#voice .dtlWrap .rightBox{
  width: 248px;
}
#voice .girl .rightBox{
  width: 228px;
}
@media screen and (max-width: 767px) {
  #voice{
    padding: 60px 0 0;
  }
  #voice .voiceBox{
    width: 100%;
    padding: 20px 4%;
  }
  #voice .voiceBox.girl{
    margin-top: 20px;
  }
  #voice .sumWrap .txtBox{
    width: calc(100% - 105px);
    margin-right: 0;
  }
  #voice .dtlWrap{
    display: block;
  }
  #voice .dtlWrap dl{
    width: 100%;
  }
  #voice .dtlWrap .rightBox,
  #voice .girl .rightBox{
    width: 100%;
  }
}
/* ===============================================================
 flow
=============================================================== */
#flow{
  padding: 60px 0 0;
}
#flow .lead{
  width: 880px;
  margin: auto;
  font-weight: bold;
}
#flow .listFlow{
  margin: 40px 0 30px;
}
#flow .listFlow .list{
  width: 16%;
}
#flow .listFlow .list:after{
  right: -45px;
}
#flow .listFlow .flow01 .dtl{
  background-image: url(/assets/common/img/icon_silhouette_note.svg);
  background-size: 76px 72px;
}
#flow .listFlow .flow02 .dtl{
  background-image: url(/assets/common/img/icon_silhouette_consult.svg);
  background-size: 106px 68px;
}
#flow .listFlow .flow03 .dtl{
  background-image: url(/assets/common/img/icon_silhouette_documents.svg);
  background-size: 78px 83px;
}
#flow .listFlow .flow04 .dtl{
  background-image: url(/assets/common/img/icon_silhouette_interview.svg);
  background-size: 86px 74px;
}
#flow .listFlow .flow05 .dtl{
  background-image: url(/assets/common/img/icon_silhouette_happy.svg);
  background-size: 82px 76px;
}
#flow .listFlow .flow06 .dtl{
  background-image: url(/assets/common/img/icon_silhouette_follow.svg);
  background-size: 72px 71px;
}
#flow .subTtl{
  margin-top: 45px;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}
#flow .subTtl .linkBlank{
  font-size: 20px;
  margin-left: 40px;
  display: inline-block;
}
#flow .subTtl .linkBlank:after{
  margin: -4px 0 0 6px;
  width: 14px;
  height: 12px;
}
#flow .btnAdviser{
  margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
  #flow{
    padding: 60px 0 0;
  }
  #flow .lead{
    width: 100%;
  }
  #flow .listFlow{
    margin: 30px auto 30px;
  }
  #flow .listFlow .list{
    width: 100%;
  }
  #flow .listFlow .dtl {
    padding-top: 88px;
  }
  #flow .subTtl{
    margin-top: 0;
    font-size: 22px;
  }
  #flow .subTtl .linkBlank{
    font-size: 18px;
    margin-left: 0;
    display: block;
  }
  #flow .btnAdviser{
    margin: 20px auto;
  }
}
  