@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;
  }
}
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  z-index: 2000;
  position: fixed;
  margin: auto;
  bottom: 100px;
  left: 80px;
  height: 1px;
  width: 166px;
  background: #043871;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  overflow: hidden;
}
.pace-progress {
  position: fixed;
  width: 100%;
  height: 1px;
  background: #e9ecf2;
}
.pace-inactive {
  display: none;
}
@media all and (max-width: 767px) {
  .pace {
    left: 36px;
    bottom: 45px;
    width: 116.2px;
  }
}

.loading_logo {
  position: fixed;
  left: 110px;
  bottom: 106px;
}
@media all and (max-width: 767px) {
  .loading_logo {
    left: 55px;
    bottom: 55px;
    width: 126.7px;
    height: 22.4px;
  }
}

#wrapper {
  opacity: 0;
}
#wrapper .breadcrumbs span {
  display: none;
}

@media all and (max-width: 767px) {
  .section_title {
    margin-left: 0;
  }
}
.fixedbg {
  position: relative;
  min-height: 100vh;
  padding-top: 72px;
}
.fixedbg_bg {
  position: absolute;
  background: center center no-repeat;
  background-size: cover;
  width: 100%;
  z-index: 1;
}
.fixedbg .bg_mask {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  z-index: 10;
}
.fixedbg .bg_mask.left {
  border-left-color: #fff;
  left: 0;
  bottom: 0;
}
.fixedbg .bg_mask.right {
  border-left-color: transparent;
  border-top-color: #fff;
  border-right-color: #fff;
  border-bottom-color: transparent;
  right: 0;
  top: 0;
  -webkit-transform: translate(25%, 70px);
          transform: translate(25%, 70px);
}
.fixedbg .__bg1::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  border: 20px solid transparent;
  border-top-color: #fff;
  border-right-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
}
@media all and (max-width: 767px) {
  .fixedbg {
    padding-top: 44px;
  }
  .fixedbg_bg {
    top: 44px;
    height: calc(100vh - 44px);
  }
  .fixedbg .bg_mask {
    border-width: 15px;
  }
  .fixedbg .bg_mask.left {
    left: -1px;
  }
  .fixedbg .bg_mask.right {
    right: -1px;
  }
  .fixedbg .__bg1 {
    background-image: url("../../assets/img/index/index_img_01_sp.jpg");
  }
  .fixedbg .__bg1::after {
    border-width: 15px;
  }
  .fixedbg .__bg2 {
    background-image: url("../../assets/img/index/index_img_03_sp.jpg");
  }
  .fixedbg .__bg3 {
    background-image: url("../../assets/img/cases/cases_img_01_sp.jpg");
  }
  .fixedbg .__bg4 {
    background-image: url("../../assets/img/index/index_img_04_sp.jpg");
  }
  .fixedbg .__bg5 {
    background-image: url("../../assets/img/index/index_img_04_sp.jpg");
  }
}
@media screen and (min-width: 768px) {
  .fixedbg_bg {
    top: 72px;
    height: calc(100vh - 72px);
  }
  .fixedbg .__bg1 {
    background-image: url("../../assets/img/index/index_img_01.jpg");
  }
  .fixedbg .__bg2 {
    background-image: url("../../assets/img/index/index_img_03.jpg");
  }
  .fixedbg .__bg3 {
    background-image: url("../../assets/img/cases/cases_img_01.jpg");
  }
  .fixedbg .__bg4 {
    background-image: url("../../assets/img/index/index_img_04.jpg");
  }
}

.spacer {
  background-color: #fff;
  height: 300px;
  position: relative;
  top: 72px;
  z-index: 10;
}
.spacer.__after_consulting::after {
  display: block;
  height: 0;
  width: 0;
  border: 20px solid transparent;
  border-bottom-color: #fff;
  border-left-color: #fff;
  position: absolute;
  top: -32 px;
  left: 30px;
}
.spacer.__after_feature::after {
  display: block;
  height: 0;
  width: 0;
  border: 20px solid transparent;
  border-bottom-color: #fff;
  border-left-color: #fff;
  position: absolute;
  top: -32 px;
  left: 30px;
}
@media all and (max-width: 767px) {
  .spacer {
    height: 100px;
  }
  .spacer.__after_whoweare {
    margin-bottom: 100px;
  }
  .spacer.__after_consulting {
    margin-bottom: 100px;
  }
  .spacer.__after_consulting::after {
    border-width: 15px;
  }
}

.kv {
  min-height: 100svh;
  margin-top: -86px;
}
.kv_copy {
  position: absolute;
  z-index: 10;
  color: #fff;
  letter-spacing: 0.02em;
  padding-right: 20px;
}
.kv_copy_02 {
  margin-bottom: 70px;
  font-weight: 600;
  font-size: 16px;
  line-height: 2;
}
.kv_copy_02 em {
  display: inline-block;
  opacity: 0;
}
.kv_copy_01 {
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
  font-size: 53px;
  line-height: 1.2075471698;
}
.kv_copy_01 span,
.kv_copy_01 i {
  display: inline-block;
}
.kv_copy_01 i {
  opacity: 0;
}
.kv_copy_01_el {
  font-weight: 200;
  font-size: 41px;
  display: inline-block;
}
.kv_bar {
  position: absolute;
  bottom: -42px;
  z-index: 10;
  opacity: 0;
}
.kv_bar i {
  display: block;
  height: 166px;
  width: 10px;
  background-color: #fff;
  -webkit-filter: blur(0.1px);
          filter: blur(0.1px);
}
.kv_scroll {
  position: absolute;
  overflow: hidden;
  z-index: 10;
  bottom: 0;
  left: 5.8565153734vw;
  width: 1px;
  height: 60px;
  background: rgba(255, 255, 255, 0.3);
  opacity: 0;
}
.kv_scroll i {
  display: block;
  width: 1px;
  height: 15px;
  background: #fff;
}
@media all and (max-width: 767px) {
  .kv {
    width: calc(100% - 15px);
  }
  .kv .fixedbg_bg {
    height: calc(100svh - 44px);
  }
  .kv_copy {
    bottom: 60px;
    left: 20px;
    padding-right: 10px;
  }
  .kv_copy_02 {
    margin-bottom: 25px;
    font-size: 12px;
  }
  .kv_copy_01 {
    font-size: 25.5px;
  }
  .kv_copy_01_el {
    font-size: 19.55px;
  }
  .kv::after {
    border-width: 15px;
  }
  .kv_bar {
    bottom: -22.5px;
  }
  .kv_bar i {
    height: 90px;
    width: 6px;
  }
  .kv_scroll {
    height: 42px;
    left: 20px;
  }
  .kv_scroll i {
    height: 12px;
  }
}
@media screen and (min-width: 768px) {
  .kv {
    width: calc(100% - 30px);
  }
  .kv_copy {
    bottom: 96px;
    left: 5.8565153734vw;
  }
  .kv_copy_01_el {
    margin-left: 135px;
  }
}

.whoweare {
  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;
  position: relative;
  z-index: 10;
  background: url("../../assets/img/index/index_img_02.jpg") center center no-repeat;
  background-size: cover;
  height: 668px;
  top: 72px;
}
.whoweare_copy {
  margin-bottom: 40px;
  line-height: 2;
  letter-spacing: 0.08em;
  font-size: 16px;
  font-weight: 600;
}
@media all and (max-width: 767px) {
  .whoweare_inner {
    margin: 0 20px;
  }
  .whoweare_copy {
    margin-bottom: 25px;
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .whoweare_inner {
    margin-left: 80px;
    width: 650px;
  }
}

.consulting {
  counter-reset: num 0;
  position: relative;
}
.consulting .bg_mask {
  display: block;
  height: 0;
  width: 0;
  border: 20px solid transparent;
  border-bottom-color: #fff;
  border-left-color: #fff;
  position: absolute;
  top: calc(129vh - 38px);
  left: -1px;
  z-index: 10;
}
.consulting_header {
  position: relative;
  z-index: 10;
  background: #fff;
}
.consulting_service {
  position: relative;
  z-index: 10;
}
.consulting_service li {
  position: relative;
}
.consulting_service li:not(:last-child) {
  margin-bottom: 75px;
}
.consulting_service li::before {
  counter-increment: num 1;
  content: "0" counter(num);
  font-size: 24px;
  font-weight: 300;
  font-family: acumin-pro, sans-serif;
  line-height: 1;
}
.consulting_service li .arrow {
  position: absolute;
}
.consulting_service_link {
  color: #fff;
}
.consulting_service h3 {
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 18px;
  padding-bottom: 18px;
  letter-spacing: 0;
  font-family: acumin-pro, sans-serif;
}
.consulting_service h3 i {
  display: block;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 10px;
}
.consulting_service .case_btn {
  width: 152px;
  height: 39px;
  font-weight: 500;
  font-size: 14px;
  line-height: 39px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #ffffff;
  background: transparent;
  color: #fff;
  position: relative;
  overflow: visible;
}
.consulting_service .case_btn .arrow {
  width: 60px;
  height: 8px;
  background: url("../../assets/img/common/btn_arrow.png") no-repeat;
  background-size: contain;
  position: absolute;
  right: -30px;
}
@media all and (max-width: 767px) {
  .consulting {
    width: calc(100% - 15px);
    margin-left: 15px;
  }
  .consulting .bg_mask {
    border-width: 13px;
  }
  .consulting_header {
    padding: 0 30px 30px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: -85px;
  }
  .consulting_service {
    margin-top: 50px;
    margin-left: 30px;
    padding-bottom: 30px;
  }
  .consulting_service li::before {
    display: block;
    margin-bottom: 15px;
    font-size: 22px;
  }
  .consulting_service li .arrow {
    top: 46px;
    right: 20px;
  }
  .consulting_service h3 {
    font-size: 13px;
  }
  .consulting_service h3 i {
    font-size: 21px;
  }
  .consulting_service p {
    font-size: 11px;
  }
}
@media screen and (max-width: 374px) {
  .consulting_header {
    padding: 8vw;
    margin-left: 5.3333333333vw;
    margin-right: 5.3333333333vw;
  }
  .consulting_service {
    margin-top: 13.3333333333vw;
    margin-left: 8vw;
  }
  .consulting_service h3 {
    font-size: 3.4666666667vw;
  }
  .consulting_service h3 i {
    font-size: 5.6vw;
  }
}
@media screen and (min-width: 768px) {
  .consulting {
    width: calc(100% - 30px);
    margin-left: 30px;
  }
  .consulting_header {
    width: 525px;
    margin-left: 30px;
  }
  .consulting_service li::before {
    position: absolute;
    left: -4.39238653vw;
    top: 0;
    width: 60px;
  }
  .consulting_service li .arrow {
    left: 390px;
    top: 12px;
  }
  .consulting_service p {
    color: #AAB6CB;
    font-size: 12px;
  }
}
@media screen and (min-width: 767px) and (max-width: 978px) {
  .consulting_header {
    padding: 2.9282576867vw 3.6603221083vw;
  }
  .consulting_service {
    width: 430px;
    margin-left: auto;
    margin-top: 70px;
  }
}
@media screen and (min-width: 980px) {
  .consulting_header {
    width: 38.4333821376vw;
    max-width: 525px;
    min-width: 430px;
    top: -58px;
    left: 3.6603221083vw;
    padding: 2.9282576867vw 3.6603221083vw;
  }
  .consulting_service {
    margin-left: auto;
    width: 37.5549048316vw;
    min-width: 420px;
  }
}

.feature {
  counter-reset: num 0;
  position: relative;
}
.feature .bg_mask {
  display: block;
  height: 0;
  width: 0;
  border: 20px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  top: calc(117vh - 38px);
  right: -1px;
  z-index: 10;
}
.feature_header {
  position: relative;
  z-index: 10;
  background: #fff;
}
.feature_header .section_title_bar {
  background: #043871;
}
.feature_service {
  position: relative;
  z-index: 10;
}
.feature_service li {
  position: relative;
}
.feature_service li:not(:last-child) {
  margin-bottom: 75px;
}
.feature_service li::before {
  counter-increment: num 1;
  content: "0" counter(num);
  font-size: 24px;
  font-weight: 300;
  font-family: acumin-pro, sans-serif;
  line-height: 1;
}
.feature_service li .arrow {
  position: absolute;
}
.feature_service_link {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.feature_service_link h3 {
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid #fff;
  margin-bottom: 18px;
  padding-bottom: 18px;
  letter-spacing: 0;
}
.feature_service_link h3 i {
  display: block;
  font-size: 24px;
  font-family: acumin-pro, sans-serif;
  line-height: 1;
  margin-bottom: 10px;
}
.feature_service_link p {
  color: #fff;
}
@media all and (max-width: 767px) {
  .feature {
    width: calc(100% - 15px);
    margin-right: 15px;
    padding-bottom: 44px;
  }
  .feature .fixedbg_bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(31, 65, 102, 0.5); /* フィルターの色 */
    pointer-events: none; /* オーバーレイがクリックをブロックしないように */
  }
  .feature .bg_mask {
    display: none;
  }
  .feature_header {
    padding: 0 30px 30px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: -85px;
  }
  .feature_service {
    margin-top: 50px;
    margin-left: 30px;
    padding-bottom: 30px;
  }
  .feature_service li::before {
    display: block;
    margin-bottom: 15px;
    font-size: 22px;
  }
  .feature_service li .arrow {
    top: 46px;
    right: 20px;
  }
  .feature_service h3 {
    font-size: 13px;
  }
  .feature_service h3 i {
    font-size: 21px;
  }
  .feature_service p {
    font-size: 11px;
  }
}
@media screen and (max-width: 374px) {
  .feature_header {
    padding: 8vw;
    margin-left: 5.3333333333vw;
    margin-right: 5.3333333333vw;
  }
  .feature_service {
    margin-top: 13.3333333333vw;
    margin-left: 8vw;
  }
  .feature_service h3 {
    font-size: 3.4666666667vw;
  }
  .feature_service h3 i {
    font-size: 5.6vw;
  }
}
@media screen and (min-width: 768px) {
  .feature {
    width: calc(100% - 30px);
    margin-right: 30px;
  }
  .feature_header {
    width: 525px;
    margin-left: 30px;
  }
  .feature_service {
    background-color: rgba(31, 65, 102, 0.7);
    padding: 45px 0 45px 30px;
    margin-right: 15px;
    margin-left: auto;
    width: 52.9282576867vw;
    min-width: 420px;
  }
  .feature_service ol {
    margin-left: 80px;
  }
  .feature_service ol li::before {
    position: absolute;
    left: -4.39238653vw;
    top: 0;
    width: 60px;
  }
  .feature_service ol li .arrow {
    right: 0;
  }
  .feature_service ol h3 {
    font-size: 13px;
    margin-right: 3.5rem;
  }
  .feature_service ol h3 i {
    font-size: 18px;
  }
  .feature_service p {
    font-size: 14px;
    margin-top: 75px;
  }
}
@media screen and (min-width: 767px) and (max-width: 978px) {
  .feature_header {
    padding: 2.9282576867vw 3.6603221083vw;
  }
  .feature_service {
    width: 430px;
    margin-left: auto;
    margin-top: 70px;
  }
}
@media screen and (min-width: 980px) {
  .feature_header {
    width: 38.4333821376vw;
    max-width: 525px;
    min-width: 430px;
    top: -58px;
    left: 3.6603221083vw;
    padding: 2.9282576867vw 3.6603221083vw;
  }
}

.marketing_service {
  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;
  position: relative;
  z-index: 10;
  background: url("../../assets/img/marketing_service/marketing_img_01.jpg") center center no-repeat;
  background-size: cover;
  top: 72px;
}
.marketing_service_inner {
  background-color: rgba(31, 65, 102, 0.8);
}
.marketing_service_inner .section_title {
  padding-right: 30px;
  text-align: center;
  margin: 0 auto 70px;
  width: 100%;
}
.marketing_service_inner .section_title .section_title_bar {
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.marketing_service_inner .section_title span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.marketing_service_copy {
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0%;
  text-align: center;
}
@media all and (max-width: 767px) {
  .marketing_service_inner {
    margin: 0 auto;
    padding: 20px;
    height: 480px;
  }
  .marketing_service_inner .section_title {
    margin-bottom: 20px;
  }
  .marketing_service_inner .section_title .section_title_bar {
    top: 30px;
  }
  .marketing_service_inner .section_title span {
    margin-top: 75px;
  }
  .marketing_service_inner .section_title span.hide_sp {
    display: none;
  }
  .marketing_service_inner .section_title span p {
    text-align: right;
  }
  .marketing_service_inner p {
    text-align: center;
  }
  .marketing_service_inner p.fadeinUp {
    padding-bottom: 30px;
  }
  .marketing_service_copy {
    margin-bottom: 25px;
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .marketing_service_inner {
    margin: 150px auto;
    width: 828px;
    padding: 70px;
    height: 474px;
  }
  .marketing_service_inner p {
    width: 79%;
    margin: auto;
    font-weight: 700;
  }
  .marketing_service_inner p.fadeinUp {
    padding-bottom: 30px;
  }
  .marketing_service_inner p a {
    font-weight: normal;
  }
  .marketing_service_inner .section_title {
    padding-right: 30px;
    text-align: center;
    margin: 0 auto 32px;
    width: 100%;
  }
  .marketing_service_inner .section_title span {
    margin-top: 60px;
  }
  .marketing_service_inner .section_title span.hide_pc {
    display: none;
  }
}