@-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: #0068b5;
  -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;
}

@media all and (max-width: 767px) {
  .section_title {
    margin-left: 0;
  }
}
.fixedbg {
  position: relative;
  min-height: 100vh;
}
.fixedbg_bg {
  position: absolute;
  background: center center no-repeat;
  background-size: cover;
  width: 100%;
  z-index: 1;
}
.fixedbg_bg video {
  width: 100%;
}
.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_bg {
    top: 60px;
    height: calc(100vh - 60px);
  }
  .fixedbg .__bg1::after {
    border-width: 15px;
  }
  .fixedbg .__bg3 {
    background-image: url("../img/index/index_bg_01_sp.jpg");
  }
  .fixedbg .__bg4 {
    background-image: url("../img/index/index_img_04_sp.jpg");
  }
}
@media screen and (min-width: 768px) {
  .fixedbg_bg {
    top: 80px;
    height: calc(100vh - 80px);
  }
  .fixedbg .__bg3 {
    background-image: url("../img/index/index_bg_01.jpg");
  }
  .fixedbg .__bg4 {
    background-image: url("../img/index/index_img_04.jpg");
  }
}

.spacer {
  background-color: #fff;
  height: 300px;
  position: relative;
  top: 80px;
  z-index: 10;
}
.spacer.__after_intersect::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: 0px;
  }
  .spacer.__after_whoweare {
    height: 310px;
  }
  .spacer.__after_intersect::after {
    border-width: 15px;
  }
}

.kv {
  min-height: 100svh;
}
.kv_copy {
  position: absolute;
  z-index: 10;
  color: #fff;
  letter-spacing: 0.02em;
  padding-right: 20px;
}
.kv_copy_01 {
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 53px;
  line-height: 1.2075471698;
}
.kv_copy_01 span,
.kv_copy_01 i {
  display: inline-block;
  font-style: normal;
}
.kv_copy_01 i {
  opacity: 0;
}
.kv_copy_01_el {
  font-weight: 200;
  font-size: 41px;
  display: inline-block;
}
.kv_copy_01_3 {
  margin-left: 10.5rem;
}
.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);
    min-height: 90svh;
  }
  .kv .fixedbg_bg {
    height: 300px !important;
  }
  .kv_copy {
    bottom: 15px;
    left: 20px;
    padding-right: 10px;
  }
  .kv_copy_01 {
    font-size: 25.5px;
  }
  .kv_copy_01_el {
    font-size: 19.55px;
  }
  .kv_copy_01_3 {
    margin-left: 5.5rem;
  }
  .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 all and (max-width: 767px) {
  .kv_copy {
    top: 85%;
  }
}
@media screen and (min-width: 768px) {
  .kv {
    width: calc(100% - 30px);
    min-height: 92svh;
  }
  .kv_copy {
    bottom: 96px;
    left: 5.8565153734vw;
  }
  .kv_copy_01_el {
    margin-left: 135px;
  }
}
@media screen and (min-width: 1441px) {
  .kv {
    min-height: 100svh;
  }
}

.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("../img/index/index_img_02.jpg") center center no-repeat;
  background-size: cover;
  height: 668px;
  top: 80px;
}
.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: 556px;
  }
}

.intersect {
  counter-reset: num 0;
  position: relative;
  background: url("../img/index/index_bg_01.jpg");
  width: 100% !important;
  margin-left: 0px !important;
  z-index: 10;
}
@media all and (max-width: 767px) {
  .intersect .b_intersect h2 img {
    width: 80%;
  }
}

.independent {
  counter-reset: num 0;
  position: relative;
  z-index: 10;
}
@media all and (max-width: 767px) {
  .independent .pc {
    display: none;
  }
}
.independent_header {
  padding: 10rem 0;
  text-align: center;
}
.independent_header h2 {
  text-align: center;
}
@media all and (max-width: 767px) {
  .independent_header h2 {
    padding-right: 0;
    margin: 0 auto;
  }
}
.independent_header h2 img {
  display: block;
  margin: 0 auto;
}
@media all and (max-width: 767px) {
  .independent_header h2 img {
    width: 80%;
  }
}
.independent_header h2 p {
  margin-top: 2rem;
  text-align: center;
  color: #000;
  font-weight: 700;
  margin-left: -3rem;
}
@media all and (max-width: 767px) {
  .independent_header h2 p {
    margin-left: 0;
    margin: 1rem;
  }
}
.independent_header .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 767px) {
  .independent_header .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.independent_header .wrap > div {
  width: 50%;
  color: #464646;
}
@media all and (max-width: 767px) {
  .independent_header .wrap > div {
    width: 95%;
    margin: 0 auto !important;
  }
}
.independent_header .wrap .left-box {
  padding-top: 5rem;
  margin-left: 109px;
  text-align: left;
}
.independent_header .wrap .left-box .independent_btn {
  width: 375px;
}
.independent_header .wrap .left-box .btn_01 {
  margin-top: 5rem;
}
.independent_header .wrap .left-box .i-txt {
  text-align: left;
}
.independent_header .wrap .right-box {
  text-align: center;
  margin-right: 1rem;
}
.independent_header .wrap .right-box img {
  width: 100%;
}

.marketing {
  position: relative;
  z-index: 10;
  margin-bottom: 100px;
}
.marketing_header {
  padding: 0;
  text-align: center;
}
.marketing_header h2 {
  text-align: center;
}
.marketing_header h2 img {
  display: block;
  margin: 0 auto;
}
.marketing_header h2 p {
  margin-top: 2rem;
  text-align: center;
  color: #1f4166;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  margin-left: 0;
}
.marketing_header .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 87px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media all and (max-width: 767px) {
  .marketing_header .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
@media screen and (min-width: 768px) {
  .marketing_header .wrap {
    min-height: 672px;
  }
}
@media all and (max-width: 767px) {
  .marketing_header .wrap > div {
    width: 95%;
    margin: 0 auto !important;
  }
}
.marketing_header .wrap .right-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 0;
  margin: 0 73px 0 0;
  text-align: left;
}
.marketing_header .wrap .right-box p {
  color: #1f4166;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
}
.marketing_header .wrap .right-box .section_title {
  margin: 0 0 23px;
  text-align: left;
}
.marketing_header .wrap .right-box .section_title span {
  opacity: 100;
  font-weight: 700;
  font-size: 36px;
  line-height: 60px;
  height: 60px;
  color: #1f4166;
}
@media all and (max-width: 767px) {
  .marketing_header .wrap .right-box .section_title span {
    font-size: 24px;
  }
}
.marketing_header .wrap .right-box .section_title em {
  color: #1f4166;
  opacity: 100;
  font-weight: 500;
  font-size: 16px;
  border-left: 1px solid #1f4166;
}
@media all and (max-width: 767px) {
  .marketing_header .wrap .right-box .section_title em {
    font-size: 14px;
  }
}
.marketing_header .wrap .right-box .kv_list {
  width: min(559px, 100%);
}
.marketing_header .wrap .right-box .kv_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin: 23px 0;
  text-decoration: none;
  color: inherit;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.marketing_header .wrap .right-box .kv_list a::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #c5cddf;
  position: absolute;
  top: -10px;
}
.marketing_header .wrap .right-box .kv_list a:last-of-type::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #c5cddf;
  position: absolute;
  bottom: -10px;
}
.marketing_header .wrap .right-box .kv_list a p {
  text-align: left;
  margin-left: 35px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.1rem;
  margin-bottom: 0;
}
.marketing_header .wrap .right-box .kv_list a p.align_center {
  text-align: center;
}
@media all and (max-width: 767px) {
  .marketing_header .wrap .right-box .kv_list a p {
    font-size: 14px;
  }
}
.marketing_header .wrap .right-box .kv_list a .arrow {
  display: inline-block;
  height: 32px;
  width: 32px;
  background: #1f4166;
  border: 1px solid #1f4166;
  overflow: hidden;
  border-radius: 3px;
  position: relative;
  margin-right: 29px;
}
.marketing_header .wrap .right-box .kv_list a .arrow::after {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 2.5px);
  top: calc(50% - 4.5px);
  background: url("../../assets/img/common/arrow_01.svg") center center no-repeat;
  background-size: contain;
  width: 5px;
  height: 9px;
}
@media all and (max-width: 767px) {
  .marketing_header .wrap .right-box .kv_list a .arrow {
    height: 22px;
    width: 22px;
  }
}
@media screen and (min-width: 768px) {
  .marketing_header .wrap .right-box .kv_list a .arrow::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    width: 0;
    height: 100%;
    opacity: 0;
    -webkit-transition: width 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: width 0.3s ease-in-out, opacity 0.3s ease-in-out;
  }
  .marketing_header .wrap .right-box .kv_list a:hover .arrow::before {
    width: 100%;
    opacity: 1;
  }
  .marketing_header .wrap .right-box .kv_list a:hover .arrow::after {
    background-image: url("../../assets/img/common/arrow_02.svg");
    -webkit-animation-name: arrow_anim;
            animation-name: arrow_anim;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
  }
}
.marketing_header .wrap .right-box .btn_01 {
  margin-top: 50px;
  text-align: center;
}
@media all and (max-width: 767px) {
  .marketing_header .wrap .right-box .btn_01 {
    margin-top: 36px;
    margin-bottom: 36px;
  }
}
.marketing_header .wrap .right-box .i-txt {
  text-align: left;
}
.marketing_header .wrap .left-box {
  text-align: center;
  height: 672px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.marketing_header .wrap .left-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}