@font-face {
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "futura-pt", sans-serif;
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
}

@media screen and (max-width: 768px) {
  .hidden {
    display: block;
  }

  .block {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .md\:block {
    display: none;
  }

  .md\:hidden {
    display: block;
  }
}

.mv {
  display: block;
  gap: 40px;
  padding-block: 40px 0;
  background: url('../images/bg-fv-sp.webp') no-repeat center top;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .mv {
    grid-template-columns: 960px;
    justify-content: center;
    align-items: center;
    background: url('../images/bg-fv.webp') no-repeat center top;
    background-size: cover;
    padding-block: 120px;
    padding-inline: 24px;
    gap: 80px;
  }
}

.pattern {
  position: absolute;
  top: 140px;
  left: 0;
  width: 200%;
  height: 100%;
  background-image: url("../images/bg_solution.png");
  background-size: 1052px 200px;
  background-repeat: repeat-x;

  animation: scrollPattern 30s linear infinite;
}

@media screen and (min-width: 768px) {
  .pattern {
    position: absolute;
    top: 270px;
    left: 0;
    width: 200%;
    height: 100%;
    background-image: url("../images/bg_solution.png");
    background-size: 2629px 500px;
    background-repeat: repeat-x;

    animation: scrollPattern 40s linear infinite;
  }
}

@keyframes scrollPattern {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.content {
  position: relative;
  z-index: 2;
}

.mv .mv_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 36px;
  text-align: center;
  color: #fff;
  text-shadow: 0px 10px 40px black;
}

@media screen and (min-width: 768px) {
  .mv .mv_title {
    font-size: clamp(60px, 7vw, 80px);
    margin-block-end: 80px;
    text-align: center;
  }
}

.mv .mv_title_first_1 {
  color: #fff;
  font-size: 14px;
  margin-block-end: 4px;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  padding: 0px 8px 4px;
}

@media screen and (min-width: 768px) {
  .mv .mv_title_first_1 {
    flex-direction: row;
    font-size: clamp(20px, 3vw, 32px);
    margin-block-end: 12px;
    text-align: center;
    padding: 0px 16px 6px;
  }
}

.mv .mv_title_first_2 {
  color: #fff;
  font-size: 14px;
  margin-block-end: 4px;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  padding: 6px 8px;
}

@media screen and (min-width: 768px) {
  .mv .mv_title_first_2 {
    flex-direction: row;
    font-size: clamp(20px, 3vw, 32px);
    margin-block-end: 12px;
    text-align: center;
    padding: 12px 16px;
  }
}

.mv .mv_title .big {
  font-size: 20px;
}

@media screen and (min-width: 768px) {
  .mv .mv_title .big {
    font-size: clamp(32px, 4vw, 48px);
  }
}

.mv .title {
  padding: 16px 0 0;
  font-weight: bolder;
}

@media screen and (min-width: 768px) {
  .mv .title {
    padding: 16px 0 0;
  }
}

.mv .dots {
  background: top left / 1em .5em repeat-x radial-gradient(circle, #c3314b 0.1em, rgba(0, 0, 0, 0) .1em);
  padding-top: .5em;
  font-size: 20px;
  display: block;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .mv .dots {
    font-size: 32px;
  }
}

.mv_service {
  padding: 0 24px 40px;
}

.mv_service .service-card {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border-radius: 8px;
  padding: 12px 8px;
  margin-bottom: 12px;
  text-align: left;
  position: relative;
  gap: 8px;
  box-shadow: 0px 2px 16px rgb(0 0 0 / 40%);
}

.mv_service .service-card h4 {
  font-size: 11px;
  margin-bottom: 2px;
}

.mv_service .service-card h3 {
  font-size: 18px;
  margin-bottom: 2px;
}

.mv_service .service-card p {
  font-size: 11px;
}

.mv_service .service-card .icon {
  width: 80px;
  height: 60px;
  margin-bottom: 0;
  padding: 5px 0 0 0;
}

.mv_service .service-card .icon img {
  width: 100%;
}

.mv_service .service-card .text-wrap {
  flex: 1;
  padding: 0;
}

.mv_service .service-card .arrow {
  position: absolute;
  right: 8px;
  bottom: 30px;
  width: 24px;
}

.service-card .data {
  color: #C23A7E;
}

.service-card .direct {
  color: #0084C8;
}

.service-card .ads {
  color: #00714B;
}

.service-card .data p,
.service-card .direct p,
.service-card .ads p {
  color: #191919;
}

@media screen and (min-width: 768px) {
  .mv_service {
    max-width: 960px;
    display: flex;
    gap: 24px;
    padding: 0;
    margin: 0 auto;
  }

  .mv_service .service-card {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex: 1 1 calc(33.333% - 24px);
    background: #fff;
    border-radius: 16px;
    padding: 24px 16px 32px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    text-align: center;
    position: relative;
  }

  .mv_service .service-card .text-wrap {
    padding: 12px 0 0;
  }

  .mv_service .service-card h4 {
    font-size: 16px;
    margin-bottom: 4px;
  }

  .mv_service .service-card h3 {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .mv_service .service-card p {
    font-size: 16px;
  }

  .mv_service .service-card .icon {
    width: 100%;
    padding: 0;
    display: contents;
  }

  .mv_service .service-card .icon img {
    width: 88%;
  }

  .mv_service .service-card .arrow {
    position: absolute;
    right: 8px;
    bottom: 140px;
    width: 32px;
  }

  .mv_service a,
  .selector,
  .cta a,
  .section-btn a {
    transition: 0.3s;
  }

  .mv_service a:hover,
  .selector:hover,
  .cta a:hover,
  .section-btn a:hover {
    opacity: 0.7;
    transition: 0.5s;
  }
}

.cta {
  width: 280px;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .cta {
    width: 100%;
  }
}

.cta a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  background: #c3314b;
  color: #fff;
  font-size: 18px;
  border-radius: 28px;
}

.cta.small a {
  height: 48px;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .cta.small a {
    max-width: 578px;
    margin-inline: auto;
    height: 72px;
    border-radius: 36px;
    font-size: 20px;
  }
}


.section-service {
  padding: 40px 24px;
  background: #ECE6E2;
}

@media screen and (min-width: 768px) {
  .section-service {
    padding: 80px 24px;
  }
}

.service-hero {
  display: flex;
  flex-direction: column-reverse;
  text-align: center;
}

.service-hero .image-box,
.service-hero .text-box {
  width: 100%;
}

.service-hero .image-box {
  margin-bottom: 40px;
}


.service-hero h2 {
  margin-block-end: 24px;
  font-family: 'futura-pt-bold', sans-serif;
  font-weight: 700;
  color: #00442d;
  font-size: 48px;
  text-align: center;
}

.service-hero h2 span {
  display: block;
  font-size: 14px;
  font-weight: bold;
}

.service-hero h3 {
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 40px;
}

.service-hero h3 span {
  font-size: 30px;
  line-height: 1.0;
}

.service-hero h3 span .big {
  font-size: 48px;
}

.service-hero p {
  font-size: 14px;
  line-height: 2.0;
  text-align: left;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .service-hero {
    max-width: 960px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    text-align: left;
    margin: 0 auto 80px;
  }

  .service-hero .image-box,
  .service-hero .text-box {
    width: 50%;
  }

  .service-hero .image-box {
    margin-bottom: 0;
  }

  .service-hero h2 {
    margin-block-end: 32px;
    font-size: 56px;
    text-align: left;
  }

  .service-hero h2 span {
  font-size: 16px;
  font-weight: bold;
}

  .service-hero h3 {
    font-size: clamp(20px, 3vw, 32px);
    line-height: 1.6;
    margin-bottom: 40px;
  }

  .service-hero h3 span {
    font-size: clamp(30px, 4vw, 40px);
    line-height: 1.0;
  }

  .service-hero h3 span .big {
    font-size: clamp(40px, 6vw, 64px);
  }

  .service-hero p {
    font-size: 14px;
    line-height: 2.0;
    margin-bottom: 0;
  }
}


.section-service-list {
  display: grid;
  margin-inline: 0;
  gap: 40px;
  margin-block-end: 20px;
}

@media screen and (min-width: 768px) {
  .section-service-list {
    max-width: 960px;
    margin-inline: auto;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-block-end: 56px;
  }
}


.section-service-list li {
  background: #fff;
}

.section-service-list h4 {
  color: #fff;
  font-size: 40px;
  text-align: center;
  line-height: 1.4;
  padding: 48px 0;
}

.section-service-list h4 span {
  display: block;
  font-size: 20px;
}

.service-list-data h4 {
  width: 100%;
  background: url('../images/bg_data.webp') no-repeat center top;
  background-size: cover;
}

.service-list-direct h4 {
  width: 100%;
  background: url('../images/bg_direct.webp') no-repeat center top;
  background-size: cover;
}

.service-list-ads h4 {
  width: 100%;
  background: url('../images/bg_ads.webp') no-repeat center top;
  background-size: cover;
}

.section-service-list h5 {
  font-size: 20px;
  text-align: center;
  padding: 20px 0 8px;
  line-height: 1.4;
}

.section-service-list h5 span {
  display: block;
  font-size: 24px;
}

.service-list-data h5 {
  color: #C23A7E;
}

.service-list-direct h5 {
  color: #0084C8;
}

.service-list-ads h5 {
  color: #00714B;
}

.section-service-list p {
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  margin: 0 auto 20px;
}

@media screen and (min-width: 768px) {
  .section-service-list h5 {
    font-size: clamp(14px, 2vw, 20px);
  }

  .section-service-list h5 span {
    font-size: clamp(18px, 3vw, 24px);
  }

  .section-service-list p {
    font-size: clamp(11px, 1vw, 14px);
  }
}

.service_cta .more {
  display: block;
  background: #969087;
  width: 80%;
  padding: 10px 0;
  margin: 0 auto 12px;
  border-radius: 28px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

.service_cta .download {
  display: block;
  background: #C3314B;
  width: 80%;
  padding: 10px 0;
  margin: 0 auto 32px;
  border-radius: 28px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}




.section_title {
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: center;
  align-items: center;
  margin-block-end: 24px;
  font-family: 'futura-pt-bold', sans-serif;
  font-weight: 700;
  color: #00442d;
  font-size: 48px;
}

@media screen and (min-width: 768px) {
  .section_title {
    margin-block-end: 40px;
    font-size: 56px;
  }
}

.section_title span {
  font-size: 14px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .section_title span {
    font-size: 16px;
  }
}


/*section-topics*/

.section-topics {
  padding: 40px 24px;
}

@media screen and (min-width: 768px) {
  .section-topics {
    padding: 80px 24px;
  }
}

@media screen and (min-width: 768px) {
  .topics_list_twocolumn {
    display: grid;
    column-gap: 24px;
    row-gap: 40px;
    max-width: 960px;
    margin: 0 auto;
    grid-template-columns: 1fr 1fr;
  }
}

.topics_list_threecolumn .topics-card-box {
  display: grid;
  grid-template-columns: 47% 1fr;
  gap: 15px;
}

@media screen and (min-width: 768px) {
  .topics_list_threecolumn .topics-card-box {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .topics_list_threecolumn {
    display: grid;
    column-gap: 24px;
    row-gap: 40px;
    max-width: 960px;
    margin: 0 auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.list_image {
  padding-block-end: 12px;
}

@media screen and (min-width: 768px) {
  .list_image {
    padding-block-end: 12px;
  }
}

.list_image figure {
  width: 100%;
}

.list_image figure img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .list_image figure img {
    width: 304px;
  }
}

.list_category {
  display: flex;
  column-gap: 8px;
  row-gap: 0;
  flex-wrap: wrap;
}

.list_category span {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  padding-block: 2px;
  padding-inline: 8px;
  margin-block-end: 8px;
}

.list_category .sub-category {
  display: inline-block;
  border: 1px solid #bbbbbb;
}

.list_category .research {
  display: inline-block;
  background: #0090D9;
  color: #fff;
}

.list_category .data {
  display: inline-block;
  background: #E0599C;
  color: #fff;
}

.list_category .tvads {
  display: inline-block;
  background: #389970;
  color: #fff;
}

.section-topics h4 {
  color: #191919;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.6;
  padding-block-end: 32px;
}

.threecolumn h4 {
  font-size: 13px;
  line-height: 1.6;
  padding-block-end: 24px;
}

.threecolumn .list_image {
  padding-block-end: 24px;
}

@media screen and (min-width: 768px) {
  .threecolumn h4 {
    font-size: 16px;
    line-height: 1.6;
    padding-block-end: 24px;
  }

  .threecolumn .list_image {
    padding-block-end: 12px;
  }
}



.section-articles {
  padding: 40px 24px;
}

@media screen and (min-width: 768px) {
  .section-articles {
    padding: 80px 24px;
  }
}


.usecase,
.column,
.interview {
  margin-bottom: 48px;
}

@media screen and (min-width: 768px) {

  .column,
  .interview {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 768px) {
  .usecase {
    max-width: 960px;
    margin: 0 auto 80px;
  }
}


@media screen and (min-width: 768px) {
  .usecase_list {
    display: grid;
    column-gap: 24px;
    row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }

}

.section-articles h4 {
  color: #191919;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.6;
  padding-block-end: 32px;
}


.column_interview_list .topics-card-box {
  display: grid;
  grid-template-columns: 47% 1fr;
  gap: 15px;
}

@media screen and (min-width: 768px) {
  .column_interview_list .topics-card-box {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .column_interview_list {
    display: grid;
    column-gap: 24px;
    row-gap: 40px;
    max-width: 960px;
    margin: 0 auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 768px) {
  .column_interview {
    display: grid;
    grid-template-columns: 47% 1fr;
    gap: 56px;
    max-width: 960px;
    margin: 0 auto;
  }
}

.articles_twocolumn h4 {
  font-size: 13px;
  line-height: 1.6;
  padding-block-end: 24px;
}

.articles_twocolumn .list_image {
  padding-block-end: 24px;
}

@media screen and (min-width: 768px) {
  .articles_twocolumn h4 {
    font-size: 16px;
    line-height: 1.6;
    padding-block-end: 24px;
  }

  .articles_twocolumn .list_image {
    padding-block-end: 12px;
  }
}

.viewmore {
  text-align: right;
}

.viewmore a {
  font-size: 14px;
  font-weight: bold;
  color: #16A085;
  border-bottom: #16A085 1px solid;
  background: url('../images/chevron-right-more.webp') no-repeat right top;
  background-size: 20px;
  padding: 0 20px 4px 4px;
}




.section-document {
  padding: 40px 24px;
  background: #00442d;
  text-align: center;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .section-document {
    padding: 48px 24px;
  }
}

.section-document_first p:first-of-type {
  margin-block-end: 24px;
  font-size: 22px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .section-document_first p:first-of-type {
    margin-block-end: 40px;
    font-size: 32px;
  }
}

.section-document_first p:first-of-type span {
  color: #f9c67f;
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .section-document_first p:first-of-type span {
    font-size: 24px;
  }
}

.section-document_first p:last-of-type {
  margin-block-end: 24px;
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .section-document_first p:last-of-type {
    margin-block-end: 40px;
    font-size: 16px;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .section-document .cta {
    max-width: 578px;
  }

  .section-document .cta a {
    height: 72px;
    border-radius: 40px;
    font-size: 20px;
  }
}

.section-btn {
  padding: 40px 24px 20px;
}

@media screen and (min-width: 768px) {
  .section-btn {
    padding: 48px 24px 0;
  }
}

.section-btn ul {
  display: grid;
  grid-template-columns: 272px;
  gap: 16px;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .section-btn ul {
    grid-template-columns: 240px 240px;
    gap: 24px;
  }
}

.section-btn li {
  max-width: 272px;
}

.section-btn li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  border-radius: 24px;
  color: #fff;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .section-btn li a {
    height: 56px;
    border-radius: 28px;
    font-size: 18px;
  }
}

.section-btn li:first-of-type a {
  background: #be9c6d;
}

.section-btn li:last-of-type a {
  background: #191919;
}



.section-price-card {
  max-width: 960px;
  margin-inline: auto;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
  padding: 24px;
  font-size: 14px;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .section-price-card {
    padding: 40px;
    text-align: center;
  }
}

.annotation,
.section-service_intro h3 .annotation {
  font-size: 11px !important;
  font-weight: bold;
  color: #16a085 !important;
}

.annotation-text {
  margin-block-start: 40px;
  text-align: left;
  font-size: 12px;
  color: #707070;
}

@media screen and (min-width: 768px) {
  .annotation-text {
    margin-block-start: 80px;
    text-align: center;
  }
}