@charset "UTF-8";

/*PC版ここから＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* 共通部分 */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 170px;
}

#dx_consul section {
  margin-bottom: 80px;
  color: #404040;
  padding: 0 30px;
}

#dx_consul h2 {
  font-size: 26px;
  color: #0A1835;
  font-weight: bold;
  width: fit-content;
  margin: 0 auto 30px;
}

#dx_consul p {
  margin-bottom: 15px;
}

#dx_consul h2::before {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(../img/middle/dx_consulting/ttl_before.svg);
  margin-right: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}

#dx_consul h2::after {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(../img/middle/dx_consulting/ttl_after.svg);
  margin-left: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}
#dx_consul .c-btn__contact:hover{
  opacity: 0.6;
  transition: 0.3s;
}

/* fv */
#dx_consul .dx_consul_fv {
  position: relative;
}

#dx_consul .dx_consul_fv .fv_bt {
  position: absolute;
  bottom: 10px;
  left: 32px;
  background-color: #0A1835;
  color: #fff;
  letter-spacing: 0.2em;
  line-height: 38px;
  width: 235px;
  text-align: center;
  box-shadow: 0px 6px 12px -11px #777777;
}

#dx_consul .dx_consul_fv .fv_bt:hover {
  opacity: 0.6;
  transition: 0.3s;
}

#dx_consul .dx_consul_fv .fv_bt a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  position: relative;
}

#dx_consul .dx_consul_fv .fv_bt a::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

/* ページ内ナビゲーション */
#dx_consul .dx_consul_nav ul {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0px 6px 12px -11px #777777;
}

#dx_consul .dx_consul_nav ul li {
  width: calc(100% /3);
  text-align: center;
  border-right: 1px solid #c4c4c4;
  margin: 5px 0;
}

#dx_consul .dx_consul_nav ul li:nth-child(3n) {
  border: none;
}

#dx_consul .dx_consul_nav ul li a {
  color: #404040;
  display: block;
  width: 100%;
  height: 100%;
}

#dx_consul .dx_consul_nav ul li a:hover {
  opacity: 0.6;
  transition: 0.3s;
}


/* 01.サービス概要 */
#dx_consul #dx_consul_service {
  margin-top: 50px;
}

#dx_consul_service h3,#dx_consul_flow h3 {
  font-size: 18px;
  border-left: 5px solid #0A1835;
  padding-left: 15px;
  margin-bottom: 30px;
}

/* 当社の強み */
.dx_consul_service_strengths {
  background-image: url(../img/middle/dx_consulting/01_strength.jpg);
  background-size: cover;
  position: relative;
  padding-bottom: 30px;
}

.dx_consul_service_strengths::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 1;
  transform: translateX(-50%);
  border: 80px solid transparent;
  border-top: 30px solid #ffffff;
  width: 0;
  height: 0;
}

.dx_consul_service_strengths h4 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding-top: 45px;
  margin-bottom: 40px;
}

.dx_consul_service_strengths ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 30px;
  width: 90%;
}

.dx_consul_service_strengths ul li {
  width: 200px;
  height: 200px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  padding-top: 60px;
  font-size: 16px;
}

.dx_consul_service_strengths ul li span {
  font-size: 12px;
  font-weight: normal;
  margin-bottom: -15px;
  display: block;
}

.dx_consul_service_strengths p {
  margin-bottom: 15px;
  text-align: center;
}

.dx_consul_service_strengths p a {
  position: relative;
  color: #404040;
  font-size: 12px;
  padding-right: 15px;
  border-bottom: 1px solid #404040;
}

.dx_consul_service_strengths p a:hover {
  opacity: 0.6;
  transition: 0.3s;
}

.dx_consul_service_strengths p a::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #404040;
  border-right: 1px solid #404040;
  transform: rotate(45deg);
}




/* 02.対象者 */
#dx_consul_target {
  margin-top: 80px;
}

#dx_consul_target img {
  display: block;
  margin: 0 auto;
}

#dx_consul_target ul {
  padding: 15px;
  background-color: #F7F8FA;
}

#dx_consul_target ul li::before {
  content: "・";
}
#dx_consul_target ul li{
   text-indent: -1em;
   padding-left: 1em;
}



/* 03. サービスのポイント */
#dx_consul_point ul li dl {
  display: flex;
  text-align: center;
  line-height: 1.2;
  align-items: end;
}

#dx_consul_point ul {
  width: fit-content;
  margin: 0 auto 30px;
}

#dx_consul_point ul li {
  margin-bottom: 15px;
}

#dx_consul_point ul li dl dt {
  font-size: 20px;
  font-weight: bold;
  color: #0A1835;
  margin-right: 25px;
}

#dx_consul_point ul li dl dt span {
  font-size: 10px;
  display: block;
}

#dx_consul_point ul li dl dd {
  font-size: 18px;
}


/* 04. サービスの全体像 */
#dx_consul_flow {
  margin-top: 80px;
}
#dx_consul_flow .cousion_pc{
  display: none;
}

#dx_consul_flow p b {
  color: #0A1835;
}

/*　フェーズ */
.dx_consul_phase {
  border: 1px solid #0A1835;
  position: relative;
  margin-top: 30px;
}

.dx_consul_phase_ttl {
  position: absolute;
  top: -15px;
  left: -1px;
  padding: 5px 20px;
  background-image: url(../img/middle/dx_consulting/bg_ph.png);
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-position: center;
}

.dx_consul_phase_ttl span {
  font-size: larger;
  font-weight: bold;
}

.phase_list_parent {
  display: flex;
  justify-content: space-between;
}

.phase_list_parent {
  position: relative;
}

.phase_list_parent::after {
  content: "";
  width: 100%;
  height: 25px;
  background-image: url(../img/middle/dx_consulting/04_ph_line.png);
  position: absolute;
  bottom: 0;
  background-size: contain;
  background-repeat-x: inherit;
}

.phase_list_parent>li:first-child {
  margin-right: 30px;
  padding-bottom: 30px;
  padding-top: 10px;
  width: 20%;
  margin-left: 10px;
}

.phase_list_parent .cousion {
  font-weight: bold;
  margin-top: -35px;
  margin-bottom: 15px;
}

.phase_list_parent .cousion::before {
  display: none;
}

.phase_list_parent .cousion span {
  font-size: smaller;
  font-weight: normal;
  display: block;
}

.phase_list_parent li:nth-child(2) {
  width: 85%;
  padding-bottom: 30px;
}

.phase_list_parent li:nth-child(2) ul li::before {
  content: "●";
  margin-right: 3px;
}

.phase_list_parent>li:nth-child(3) {
  background-color: #F7F8FA;
  border-left: 1px dashed #777777;
  width: 45%;
  font-size: smaller;
  color: #0A1835;
  padding-left: 5px;
  padding-bottom: 30px;
  padding-top: 10px;
}

.phase_list_parent li:nth-child(3)>ul li {
  border: none;
  padding: 0;
}

.phase_list_parent li:nth-child(3) ul li::before {
  content: "・";
}

.phase_list_parent_last::after {
  display: none;
}

.phase_list_parent_last>li:nth-child(-n+3) {
  padding-bottom: 10px;
}

.phase_list_parent_first>li:nth-child(-n+3) {
  padding-top: 40px;
}

.dx_consul_phase_cosion{
  font-size: smaller;
  margin-top: 10px;
}


/* 05. よくあるご質問 */
#dx_consul #dx_consul_faq dl {
  margin-bottom: 30px;
}

#dx_consul #dx_consul_faq dl dt {
  background-color: #F7F8FA;
  padding: 5px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}

#dx_consul #dx_consul_faq dl dd {
  padding: 0 15px;
}

#dx_consul #dx_consul_faq dl dt::before {
  content: "Q.";
  color: #0A1835;
  margin-right: 10px;
}

/* 06. お問合せ */
#dx_consul_contact p{
   width: fit-content;
   margin: 0 auto;
}
#dx_consul_contact .c-btn__contact{
   margin-top : 15px;
}

/* 関連ページ */
#dx_consul_connection h4 {
  font-size: 20px;
  position: relative;
  width: fit-content;
  padding-right: 20px;
}

#dx_consul_connection h4::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #404040;
  border-right: 2px solid #404040;
  transform: rotate(45deg);
}

#dx_consul_connection ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#dx_consul_connection ul li {
  width: calc(100% / 2.2);
  border-bottom: 1px solid #dbdbdb;
  margin: 10px;
  padding-bottom: 5px;
}

#dx_consul_connection ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #404040;
}

#dx_consul_connection ul li a:hover {
  opacity: 0.6;
  transition: 0.3s;
}

#dx_consul_connection ul li:nth-last-child(-n+2) {
  border: none;
}

/*PC版ここまで＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/*レスポンシブここから＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
@media screen and (max-width: 768px) {

  /* 共通部分 */
  html {
    scroll-behavior: smooth;
    scroll-padding-top: 170px;
  }

  #dx_consul section {
    margin-bottom: 80px;
    color: #404040;
    padding: 0 30px;
  }

  #dx_consul h2 {
    font-size: 20px;
    color: #0A1835;
    font-weight: bold;
    width: fit-content;
    margin: 0 auto 30px;
  }

  #dx_consul p {
    margin-bottom: 15px;
    font-size: 16px;
  }

  #dx_consul .fv_bt {
    display: none;
  }

  .dx_consul_nav {
    display: none;
  }

  /* 01. サービス概要  */
  #dx_consul_service h3 {
    font-size: 18px;
  }

  #dx_consul_service h3 br {
    display: none;
  }

  /* 当社の強み */
  .dx_consul_service_strengths ul {
    display: block;
    width: fit-content;
  }

  .dx_consul_service_strengths ul li {
    margin-bottom: 15px;
    font-size: initial;
  }

  .dx_consul_service_strengths p a {
    font-size: 14px;
  }

  #dx_consul_point ul li dl dd {
    text-align: left;
    font-size: 16px;
  }

  #dx_consul_connection ul li {
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
  }

  #dx_consul_connection ul li:nth-last-child(-n+2) {
    border-bottom: 1px solid #dbdbdb;
  }

  #dx_consul_connection ul li:last-child {
    border: none;
  }
  .dx_consul_phase_scroll{
    overflow-x: scroll;
  }
  .dx_consul_phase{
    width: 670px;
  }
  #dx_consul_flow .cousion_pc{
    font-size: 12px;
    margin-bottom: 0;
    display: block;
  }
}

/*レスポンシブここまで＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */