@charset "UTF-8";
@-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;
  }
}
.header:not(.has_shadow) .header_logo_img .a {
  fill: #fff;
  -webkit-transition: fill 0.5 ease-in-out;
  transition: fill 0.5 ease-in-out;
}
.header:not(.has_shadow) .gnav a {
  color: #fff;
  -webkit-transition: color 0.5 ease-in-out;
  transition: color 0.5 ease-in-out;
}
.header:not(.has_shadow) .link_border::after {
  background: #fff;
}
@media all and (max-width: 767px) {
  .header:not(.has_shadow) .drawer-toggle span {
    background: #fff;
  }
}

@media all and (max-width: 767px) {
  body.drawer-opened .header .header_logo_img .a {
    fill: #043871;
  }
  body.drawer-opened .header .drawer-toggle span {
    background: #043871;
  }
}
@media screen and (min-width: 768px) {
  .header:not(.has_shadow) .gnav_approach a::before {
    content: "";
    background-image: url("../../assets/img/common/gnav_current_white.svg");
  }
}
#approach {
  background-color: #043871;
}
#approach .section_title span {
  margin-bottom: 0;
}
#approach .b_kv {
  background-image: url("../../assets/img/approach/approach_img_01.jpg");
  margin-bottom: 20px;
}
#approach .b_kv_inner {
  background-color: #043871;
}
#approach .__angle_tr {
  border-top-color: #043871;
  border-right-color: #043871;
}
#approach .__angle_br {
  border-bottom-color: #043871;
  border-right-color: #043871;
}
@media all and (max-width: 767px) {
  #approach .b_kv {
    margin-bottom: 100px;
    background-image: url("../../assets/img/approach/approach_img_01_sp.jpg");
  }
  #approach .section_title {
    padding-right: 50px;
  }
  #approach .section_title img {
    width: 245px;
  }
}

.approach_inner {
  position: relative;
}
@media all and (max-width: 767px) {
  .approach_inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1259px) {
  .approach_inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1260px) {
  .approach_inner {
    max-width: 1260px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.approach_title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 103px;
  width: 224px;
}
.approach_title::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#74b8de), to(#bc8fe3));
  background: linear-gradient(90deg, #74b8de 0%, #bc8fe3 100%);
}
.approach_title .title_01 {
  position: relative;
  margin-bottom: 0;
  line-height: 1;
}
.approach_title .title_01 em {
  border-left-color: #043871;
}
@media all and (max-width: 767px) {
  .approach_title {
    padding-left: 20px;
    width: 135px;
    height: 100px;
  }
}
@media screen and (min-width: 768px) {
  .approach_title {
    padding-left: 80px;
  }
}

#approach_fusion {
  position: relative;
  background: url("../../assets/img/approach/approach_bg_01.png") center center no-repeat;
  background-size: contain;
}
#approach_fusion .fusion_wrap_forSP {
  width: 100%;
}
#approach_fusion .fusion_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#approach_fusion .fusion_wrap > div {
  width: 33.3%;
}
#approach_fusion .fusion_wrap h3 {
  padding-top: 4.39238653vw;
  margin-bottom: 2.9282576867vw;
  text-align: center;
  font-family: acumin-pro, sans-serif;
  font-weight: 200;
  background: center top no-repeat;
  font-size: 30px;
}
#approach_fusion .fusion_consul h3 {
  background-image: url("../../assets/img/approach/icon_consulting.svg");
}
#approach_fusion .fusion_creative h3 {
  background-image: url("../../assets/img/approach/icon_creative.svg");
}
@media all and (max-width: 767px) {
  #approach_fusion {
    padding-top: 100px;
    margin-bottom: 100px;
    background-image: url("../../assets/img/approach/approach_bg_02_sp.png");
    background-position: center 208px;
  }
  #approach_fusion .fusion_wrap_forSP {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: url("../../assets/img/approach/approach_bg_01_sp.svg") center center no-repeat;
    background-size: cover;
    height: 100vw;
  }
  #approach_fusion .fusion_wrap {
    width: 100vw;
    background-size: contain;
  }
  #approach_fusion .fusion_wrap > div {
    width: 35.2vw;
  }
  #approach_fusion .fusion_wrap h3 {
    font-size: 20px;
    padding-top: 40px;
    margin-bottom: 30px;
    background-size: 28px auto;
  }
  #approach_fusion .approach_title {
    margin-bottom: 235px;
  }
}
@media screen and (min-width: 768px) {
  #approach_fusion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100vw;
  }
  #approach_fusion .approach_title {
    position: absolute;
    left: 0;
    top: 19.7657393851vw;
  }
}

#approach_process .approach_title {
  margin-bottom: 60px;
}
@media all and (max-width: 767px) {
  #approach_process {
    padding-top: 100px;
    margin-bottom: 150px;
  }
  #approach_process .approach_title {
    margin-bottom: 40px;
  }
  #approach_process .process_read {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  #approach_process {
    margin-bottom: 200px;
    margin-top: -103px;
  }
  #approach_process .process_read {
    width: 420px;
    margin-bottom: 80px;
  }
}

.process_table_wrap {
  position: relative;
}
.process_table_wrap::before, .process_table_wrap::after {
  content: "";
  display: block;
  position: absolute;
}
.process_table_wrap::before {
  height: calc(100% - 50px);
  width: 1px;
  background-color: #fff;
  top: 50px;
  left: 50%;
}
.process_table_wrap::after {
  height: 0;
  width: 0;
  bottom: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-style: solid;
  border-width: 10px 3.5px 0 3.5px;
  border-color: #fff transparent transparent transparent;
}
.process_table .process_table_head {
  text-align: center;
  font-family: acumin-pro, sans-serif;
  font-weight: 200;
  font-size: 22px;
  padding-top: 38px;
  padding-bottom: 20px;
  line-height: 1;
  background: url("../../assets/img//approach/icon_consulting.svg") center top no-repeat;
  background-size: 27px auto;
}
.process_table .process_table_head.__creative {
  background-image: url("../../assets/img//approach/icon_creative.svg");
}
.process_table tbody td {
  width: 41%;
  border-top: 1px solid #385A9A;
  padding-top: 20px;
  padding-bottom: 20px;
}
.process_table tbody th {
  width: 18%;
  position: relative;
}
.process_table tbody tr:last-child td {
  height: auto;
  padding-bottom: 20px;
}
.process_table_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #fff;
  width: 144px;
  height: 144px;
  padding-bottom: 10px;
  margin: 0 auto;
  background: #043871;
  border-radius: 50%;
  font-size: 16px;
  font-family: acumin-pro, sans-serif;
  line-height: 1.375;
  text-align: center;
}
.process_table_title i {
  font-weight: 300;
  display: block;
  margin-bottom: 10px;
  line-height: 1;
}
.process_table h3 {
  font-size: 19px;
  color: #74B8DE;
  font-family: acumin-pro, sans-serif;
  font-style: italic;
  font-weight: 300;
  line-height: 1.6;
  text-indent: -30px;
  margin-left: 30px;
  margin-bottom: 36px;
}
.process_table h3 i {
  content: "";
  display: inline-block;
  background: url("../../assets/img/approach/dq_consulting.svg") 0 0 no-repeat;
  width: 30px;
  height: 1em;
}
.process_table h3 i:last-child {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-position: 0 bottom;
}
.process_table ul {
  font-size: 12px;
}
.process_table ul li {
  text-indent: -1.3em;
  margin-left: 1.3em;
}
.process_table ul li::before {
  content: "◯";
  margin-right: 0.3em;
}
.process_table .creative h3 {
  color: #BC8FE3;
}
.process_table .creative h3 i {
  background-image: url("../../assets/img//approach/dq_creative.svg");
}
@media all and (max-width: 767px) {
  .process_table {
    width: 100vw;
    margin-left: -20px;
  }
  .process_table .process_table_head {
    height: 85px;
    font-size: 17px;
    padding-top: 37px;
    padding-bottom: 0;
    background-size: 25px auto;
  }
  .process_table .process_table_head.__consulting {
    padding-right: 45px;
    background-position: calc(50% - 20px) top;
  }
  .process_table .process_table_head.__creative {
    padding-left: 45px;
    background-position: calc(50% + 20px) top;
  }
  .process_table_title {
    position: absolute;
    width: 90px;
    height: 90px;
    padding-bottom: 10px;
    top: 0;
    left: 0;
    -webkit-transform: translate(-50%, -100px);
            transform: translate(-50%, -100px);
    font-size: 11px;
  }
  .process_table_title i {
    font-size: 10px;
  }
  .process_table tbody td {
    padding: 20px 20px 110px;
    width: 50vw;
  }
  .process_table tbody th {
    width: 0;
  }
  .process_table h3 {
    font-size: 14px;
    text-indent: -19px;
    margin-left: 19px;
    margin-bottom: 20px;
  }
  .process_table h3 i {
    width: 19px;
    height: 12px;
    background-size: 15px auto;
  }
  .process_table ul {
    font-size: 10px;
  }
  .process_table ul li:not(:last-child) {
    margin-bottom: 7px;
  }
}
@media screen and (min-width: 768px) {
  .process_table tbody td {
    height: 224px;
  }
  .process_table ul {
    padding-left: 30px;
  }
  .process_table_title {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 767px) and (max-width: 978px) {
  .process_table_title {
    width: 14.4vw;
    height: 14.4vw;
  }
}
@media screen and (min-width: 980px) {
  .process_table ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .process_table ul li {
    width: 44.3%;
    margin-bottom: 10px;
  }
}

.approach_outro {
  border: 4px solid #385A9A;
  -o-border-image: linear-gradient(-90deg, #bc8fe3 0%, #74b8de 100%);
     border-image: -webkit-gradient(linear, right top, left top, from(#bc8fe3), to(#74b8de));
     border-image: linear-gradient(-90deg, #bc8fe3 0%, #74b8de 100%);
  border-image-slice: 1;
  padding: 60px;
  max-width: 1200px;
  margin: 0 auto 300px;
}
.approach_outro_inner {
  max-width: 400px;
  margin: 0 auto;
}
.approach_outro p {
  margin-bottom: 50px;
}
@media all and (max-width: 767px) {
  .approach_outro {
    padding: 40px 20px;
    margin: 0 20px 200px;
  }
  .approach_outro_logo {
    width: 246px;
    margin: 0 auto;
  }
  .approach_outro p {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1259px) {
  .approach_outro {
    margin-left: 30px;
    margin-right: 30px;
  }
}