@charset "utf-8";

/*
  File Name   : consul-se.css
  Description : コンサルSE
*/

@media screen and (min-width: 812px) {
  .header-nav .header-nav-consulse a {
    color: #193776;
  }

  .header-nav .header-nav-consulse a:after {
    left: 0;
    width: 100%;
  }
}

.article-kv {
  color: #fff;
  background: url(../img/consul-se/bg-kv-01.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.article-ttl span {
  color: #fff;
}

.consul-flow {
  margin: 0 0 90px;
  padding: 50px 0;
  background: linear-gradient(90deg, #fff 0%, #fff 10%, #f1f5f9 10%, #f1f5f9 100%);
}

.consul-flow ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}

.consul-flow li {
  position: relative;
  width: 30%;
}

.consul-flow li:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -12%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12.5px 0 12.5px 15px;
  border-color: transparent transparent transparent #193776;
  transform: translateY(-50%);
}

.consul-flow li:last-child:after {
  content: none;
}

.consul-flow dl {
  position: relative;
  margin: 0 0 40px;
  padding: 15px;
  border: 2px solid #193776;
  border-radius: 4px;
  color: #193776;
  text-align: center;
  background: #fff;
}

.consul-flow dl:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  border: 10px solid transparent;
  border-top: 10px solid #fff;
  transform: translateX(-50%);
  z-index: 2;
}

.consul-flow dl:after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  border: 12px solid transparent;
  border-top: 12px solid #193776;
  transform: translateX(-50%);
  z-index: 1;
}

.consul-flow dt {
  font-size: 18px;
  font-weight: bold;
}

.consul-flow dd {
  margin: 0;
  font-size: 14px;
}

.consul-flow figure {
  margin: 0 30px;
}

.consul-solutions {
  position: relative;
}

.consul-solutions:before {
  content: "";
  display: block;
  position: absolute;
  top: -120px;
  right: 35px;
  width: 248px;
  height: 212px;
  background: url(../img/consul-se/img-index-02.svg) no-repeat 0 0;
  background-size: 248px 212px;
}

.consul-solutions h2 {
  display: inline-block;
  margin: 0 0 30px;
  padding: 0 0 10px;
  font-size: 22px;
  border-bottom: 3px dotted #fff;
}

.consul-solutions dl {
  position: relative;
  margin: 0 0 10px;
  padding: 30px 40px;
  background: #fff;
}

.consul-solutions dl:last-child {
  margin: 0;
}

.consul-solutions dt {
  margin: 0 0 10px;
  color: #193776;
  font-size: 18px;
  font-weight: bold;
}

.consul-solutions dt span {
  display: block;
  color: #333;
  font-size: 14px;
}

.consul-solutions dd {
  margin: 0;
  color: #333;
}

.consul-every-direction {
  position: relative;
  padding: 30px 40px;
  background: #f1f5f9;
}

.consul-every-direction:before {
  content: "";
  position: absolute;
  top: -70px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: #193776 transparent transparent transparent;
  transform: translateX(-50%);
}

.consul-every-direction h3 {
  text-align: center;
}

.article-block-pdca {
  padding-bottom: 0;
}

.consul-pdca {
  overflow: hidden;
  background: url(../img/consul-se/bg-pdca-01.png) no-repeat 50% 35%;
  background-size: 80%;
}

.consul-pdca dl {
  position: relative;
  float: left;
  width: 22%;
  margin: 0 4% 40px 0;
  padding: 50px 20px 30px;
  border: 4px solid #193776;
  text-align: center;
  background: #fff;
  box-sizing: border-box;
}

.consul-pdca dl:nth-child(4) {
  margin-right: 0;
}

.consul-pdca dl:nth-child(n+5) {
  float: right;
  margin: 0 0 0 4%;
}

.consul-pdca dt {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: bold;
}

.consul-pdca dt span {
  display: block;
  position: absolute;
  top: -4px;
  left: -4px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background: #193776;
}

.consul-pdca dt img {
  display: block;
  width: 70px;
  margin: 0 auto 20px;
}

.consul-pdca dd {
  margin: 0;
  font-size: 14px;
}

.consul-pdca div {
  float: right;
  width: 22%;
}

.consul-pdca p {
  position: relative;
  line-height: 1.5;
  margin: 0;
  padding: 15px;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background: #193776;
}

.consul-pdca p:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  border: 10px solid transparent;
  border-top: 10px solid #193776;
  transform: translateX(-50%);
}

.consul-pdca div img {
  display: block;
  max-width: 120px;
  margin: 20px auto 0;
}

@media screen and (max-width: 811px) {
  .consul-flow {
    margin: 0 0 40px;
    padding: 20px 0;
    background: #f1f5f9;
  }

  .consul-flow ul {
    display: block;
  }

  .consul-flow li {
    width: auto;
    margin: 0 0 30px;
  }

  .consul-flow li:last-child {
    margin: 0;
  }

  .consul-flow li:after {
    top: auto;
    right: auto;
    bottom: -20px;
    left: 50%;
    border-width: 12.5px 12.5px 0 15px;
    border-color: #193776 transparent transparent transparent;
    transform: translateX(-50%);
  }

  .consul-flow dl {
    margin: 0 0 20px;
    padding: 10px;
  }

  .consul-flow dt {
    font-size: inherit;
  }

  .consul-flow dd {
    font-size: inherit;
  }

  .consul-flow figure {
    margin: 0 20%;
  }

  .consul-solutions {
    position: relative;
  }

  .consul-solutions:before {
    content: none;
  }

  .consul-solutions h2 {
    display: block;
    margin: 0 0 20px;
    font-size: 18px;
  }

  .consul-solutions dl {
    padding: 15px;
  }

  .consul-solutions dt {
    margin: 0 0 5px;
    font-size: inherit;
  }

  .consul-solutions dt span {
    font-size: 12px;
  }

  .consul-every-direction {
    padding: 20px 15px;
  }

  .consul-every-direction:before {
    top: -35px;
  }

  .consul-pdca {
    background: none;
  }

  .consul-pdca dl {
    width: 48%;
    margin: 0 4% 20px 0 !important;
    padding: 30px 15px 15px;
  }

  .consul-pdca dl:nth-child(2n) {
    margin-right: 0 !important;
  }

  .consul-pdca dl:nth-child(n+5) {
    float: left;
  }

  .consul-pdca dt {
    font-size: inherit;
  }

  .consul-pdca dt img {
    width: 50px;
  }

  .consul-pdca dd {
    font-size: inherit;
  }

  .consul-pdca dd br {
    display: none;
  }

  .consul-pdca div {
    clear: both;
    float: none;
    width: 48%;
    margin: 0 auto;
  }

  .consul-pdca p {
    line-height: inherit;
    padding: 10px;
    font-size: inherit;
  }

  .consul-pdca div img {
    max-width: 80px;
  }
}
