@-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_marketing a::before {
    content: "";
  }
}
.pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none;
}
@media all and (max-width: 767px) {
  .sp {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.textblock p:not(:last-child),
.textblock ul:not(:last-child),
.textblock ol:not(:last-child) {
  margin-bottom: 0;
}

#marketing {
  letter-spacing: 0;
  line-height: 1;
  color: #1f4166;
}
@media all and (max-width: 767px) {
  #marketing .contents {
    margin-top: 20px;
  }
}
#marketing .contents .b_kv {
  width: 100%;
  position: relative;
  top: 0;
  background-image: url("../img/marketing/marketing_img_01.jpg");
  height: 858px;
}
@media all and (max-width: 767px) {
  #marketing .contents .b_kv {
    height: auto;
    background-image: none;
  }
}
#marketing .contents .b_kv .b_kv_inner {
  top: 0;
  padding: 0 17px 17px 43px;
  width: 619px;
  margin-left: 83px;
}
@media all and (max-width: 767px) {
  #marketing .contents .b_kv .b_kv_inner {
    margin: 0px auto 0;
    width: 100%;
    padding: 15px;
    margin-left: 0;
  }
  #marketing .contents .b_kv .b_kv_inner figure {
    width: 100vw;
    height: 279px;
    margin-left: -40px;
  }
  #marketing .contents .b_kv .b_kv_inner figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#marketing .contents .b_kv .b_kv_inner .section_title {
  margin: 0;
}
@media all and (max-width: 767px) {
  #marketing .contents .b_kv .b_kv_inner .section_title {
    margin-bottom: 20px;
  }
}
#marketing .contents .b_kv .b_kv_inner .section_title span {
  font-weight: 700;
  font-size: 36px;
  line-height: 60px;
  height: 60px;
}
@media all and (max-width: 767px) {
  #marketing .contents .b_kv .b_kv_inner .section_title span {
    font-size: 24px;
  }
}
#marketing .contents .b_kv .b_kv_inner .section_title em {
  font-weight: 500;
  font-size: 16px;
}
@media all and (max-width: 767px) {
  #marketing .contents .b_kv .b_kv_inner .section_title em {
    font-size: 14px;
  }
}
#marketing .contents .b_kv .b_kv_inner p {
  margin: 37px 0 25px;
  text-align: left;
  color: #3b648f;
  margin-left: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
}
@media all and (max-width: 767px) {
  #marketing .contents .b_kv .b_kv_inner p {
    font-size: 14px;
    margin-top: 20px;
  }
}
#marketing .contents .b_kv .b_kv_inner p.kv_list {
  margin: 14px 0 0;
  font-size: 16px;
}
@media all and (max-width: 767px) {
  #marketing .contents .b_kv .b_kv_inner p.kv_list {
    margin: 10px 0;
    font-size: 14px;
  }
}
#marketing .contents .list_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: -40px;
}
#marketing .contents .list_link a {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}
#marketing .contents .section_wrap section {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 1441px) {
  #marketing .contents .section_wrap section {
    width: min(1440px, 100%);
    margin: auto;
  }
}
#marketing .contents .section_wrap section.b_section_01 {
  padding-top: 100px;
  padding-bottom: 100px;
}
#marketing .contents .section_wrap section#feature {
  margin: auto;
  width: min(1180px, 100%);
}
#marketing .contents .section_wrap section#feature .marketing_block {
  width: 100%;
}
#marketing .contents .section_wrap section#feature .f_item_wrap {
  width: 100%;
  height: 119px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  letter-spacing: -0.8px;
}
@media all and (max-width: 767px) {
  #marketing .contents .section_wrap section#feature .f_item_wrap {
    min-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 220px;
    gap: 5px;
    padding: 10px;
  }
}
#marketing .contents .section_wrap section#feature .f_item_wrap::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #c5cddf;
  position: absolute;
  top: 0;
}
#marketing .contents .section_wrap section#feature .f_item_wrap._03::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #c5cddf;
  position: absolute;
  bottom: 0;
}
#marketing .contents .section_wrap section#feature .f_item_wrap img {
  width: 72px;
  margin-right: 26px;
  padding-left: 20px;
}
#marketing .contents .section_wrap section#feature .f_item_wrap .item_title {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #1f4166;
  white-space: nowrap;
}
#marketing .contents .section_wrap section#feature .f_item_wrap .item_txt {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #3b648f;
  margin-left: auto;
  width: min(570px, 100%);
  padding-right: 20px;
}
@media all and (max-width: 767px) {
  #marketing .contents .section_wrap section#feature .f_item_wrap .item_txt {
    font-size: 14px;
    padding-right: 0px;
  }
}
@media all and (max-width: 767px) {
  #marketing .contents .section_wrap section {
    margin-right: 0;
    margin-left: 0;
    padding-bottom: 100px;
  }
}
#marketing .contents .section_wrap section .marketing_block {
  width: min(657px, 100%);
  padding: 0 34px;
}
#marketing .contents .section_wrap section .marketing_block h2 {
  margin: 57px 0 45px;
  letter-spacing: 0;
}
#marketing .contents .section_wrap section .marketing_block h2::before {
  display: block;
  font-size: 26px;
  font-weight: 300;
  font-family: acumin-pro, sans-serif;
  margin-bottom: 30px;
}
@media all and (max-width: 767px) {
  #marketing .contents .section_wrap section .marketing_block h2::before {
    font-size: 22px;
  }
}
#marketing .contents .section_wrap section .marketing_block h2 i {
  font-weight: 700;
  display: block;
  font-size: 32px;
  margin-bottom: 20px;
  font-family: acumin-pro, sans-serif;
  font-style: normal;
}
@media all and (max-width: 767px) {
  #marketing .contents .section_wrap section .marketing_block h2 i {
    font-size: 26px;
  }
}
#marketing .contents .section_wrap section .marketing_block h2 em {
  display: block;
  border-left: 1px solid #3b648f;
  padding-left: 1em;
  color: #3b648f;
  font-weight: 500;
  font-size: 16px;
  font-style: normal;
}
@media all and (max-width: 767px) {
  #marketing .contents .section_wrap section .marketing_block h2 em {
    font-size: 14px;
  }
}
#marketing .contents .section_wrap section .marketing_block h3 {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
@media all and (max-width: 767px) {
  #marketing .contents .section_wrap section .marketing_block h3 {
    font-size: 18px;
  }
}
#marketing .contents .section_wrap section .marketing_block p {
  color: #3b648f;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 30px;
}
@media all and (max-width: 767px) {
  #marketing .contents .section_wrap section .marketing_block p {
    font-size: 14px;
  }
}
#marketing .contents .section_wrap section .marketing_block .tag_wrap {
  margin-bottom: 50px;
  margin-left: 2rem;
}
@media all and (max-width: 767px) {
  #marketing .contents .section_wrap section .marketing_block .tag_wrap {
    margin-left: 0;
  }
}
#marketing .contents .section_wrap section .marketing_block .tag_wrap .tag_list {
  padding: 0 10px;
  list-style: disc;
}
@media all and (max-width: 767px) {
  #marketing .contents .section_wrap section .marketing_block .tag_wrap .tag_list {
    width: 390px;
    margin-left: 0;
    gap: 0 20px;
  }
}
#marketing .contents .section_wrap section .marketing_block .tag_wrap .tag_list li {
  color: #3b648f;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
}
@media all and (max-width: 767px) {
  #marketing .contents .section_wrap section .marketing_block .tag_wrap .tag_list li {
    font-size: 14px;
  }
}
#marketing .contents .section_wrap #customer-dev .b_section_01_img {
  background-image: url("../../assets/img/marketing/marketing_img_02.jpg");
  max-height: 618px;
  max-width: 688px;
}
@media all and (max-width: 767px) {
  #marketing .contents .section_wrap #customer-dev .b_section_01_img {
    width: 100vw;
    left: 0;
  }
}
#marketing .contents .section_wrap #needs-expl .b_section_01_img {
  background-image: url("../../assets/img/marketing/marketing_img_05.jpg");
  max-height: 625px;
  max-width: 688px;
}
@media all and (max-width: 767px) {
  #marketing .contents .section_wrap #needs-expl .b_section_01_img {
    width: 100vw;
    left: 0;
  }
}
#marketing .contents .section_wrap #web-marketing .b_section_01_img {
  background-image: url("../../assets/img/marketing/marketing_img_06.jpg");
  max-height: 626px;
  max-width: 688px;
}
@media all and (max-width: 767px) {
  #marketing .contents .section_wrap #web-marketing .b_section_01_img {
    width: 100vw;
    left: 0;
  }
}
#marketing .contents .section_wrap #owned-media .b_section_01_img {
  background-image: url("../../assets/img/marketing/marketing_img_03.jpg");
  max-height: 625px;
  max-width: 688px;
}
@media all and (max-width: 767px) {
  #marketing .contents .section_wrap #owned-media .b_section_01_img {
    width: 100vw;
    left: 0;
  }
}
#marketing .contents .section_wrap #seo-article .b_section_01_img {
  background-image: url("../../assets/img/marketing/marketing_img_04.jpg");
  max-height: 626px;
  max-width: 688px;
}
@media all and (max-width: 767px) {
  #marketing .contents .section_wrap #seo-article .b_section_01_img {
    width: 100vw;
    left: 0;
  }
}