@-webkit-keyframes arrow_anim {
  0% {
    left: 0;
    opacity: 0;
  }
  30% {
    left: calc(50% - 2.5px);
    opacity: 1;
  }
  100% {
    left: calc(50% - 2.5px);
    opacity: 1;
  }
}
@keyframes arrow_anim {
  0% {
    left: 0;
    opacity: 0;
  }
  30% {
    left: calc(50% - 2.5px);
    opacity: 1;
  }
  100% {
    left: calc(50% - 2.5px);
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .gnav_independent a::before {
    content: "";
  }
}
#independent {
  counter-reset: num 0;
  color: #464646;
}
#independent h1 {
  text-align: center;
}
#independent h1 img {
  display: block;
  margin: 0 auto;
}
#independent h1 p {
  margin-top: 2rem;
  text-align: center;
  color: #000;
  font-weight: 700;
  margin-left: 0;
}
@media all and (max-width: 767px) {
  #independent .b_kv {
    margin-bottom: 200px;
    background-image: url("../img/independent/independent_img_01_sp.jpg");
  }
  #independent .b_kv_inner {
    margin: 0 auto;
  }
}
@media all and (max-width: 767px) {
  #independent h1 {
    padding-right: 5px;
  }
  #independent .b_kv {
    margin-bottom: 53.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  #independent .b_kv {
    margin-bottom: 150px;
    background-image: url("../img/independent/independent_img_01.jpg");
  }
}

.independent_block h2 {
  font-weight: 600;
  margin-bottom: 45px;
  letter-spacing: 0;
}
.independent_block h2 i {
  display: block;
  font-size: 34px;
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  line-height: 1;
  margin-bottom: 13px;
}
.independent_block h2 em {
  display: block;
  border-left: 1px solid #AAB6CB;
  padding-left: 1em;
  font-style: normal;
}
.independent_block h3 {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
}
.independent_block .i_txt {
  margin-bottom: 40px !important;
}
@media all and (max-width: 767px) {
  .independent_block h2 {
    margin-bottom: 18px;
  }
  .independent_block h2::before {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .independent_block h2 i {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .independent_block h2 em {
    font-size: 13px;
  }
  .independent_block h3 {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
@media all and (max-width: 767px) {
  .independent_block h3 {
    font-size: 13px;
  }
}

#independent_valueproposition .b_section_01_img {
  background-image: url("../img/independent/independent_img_02.jpg");
}

#independent_service .b_section_01_img {
  background-image: url("../img/independent/independent_img_03.jpg");
}

#independent_StructuralReorganization .b_section_01_img {
  background-image: url("../img/independent/independent_img_04.jpg");
}
@media screen and (min-width: 768px) {
  #independent_StructuralReorganization {
    margin-bottom: 150px;
  }
}

.service_btn {
  width: 365px;
  height: 57px;
  background-color: #464646;
  color: #fff;
  margin: 5rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.service_btn_btn {
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.service_btn_btn:hover {
  background-color: rgba(70, 70, 70, 0.75);
}