@charset "UTF-8";

/*---------- Kv ----------*/
.Kv {
  background-color: #558EFF;
  box-sizing: border-box;
  overflow: hidden;
  position: relative; }
.Kv::after {
    content: "";
    background: transparent url(/assets/images/industry/marketing/img_data-driven_kv-bg.png) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    margin: auto;
}
.Kv__inner {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 60px;
  max-width: 1180px;
  padding: 80px 40px;
  margin: 0 auto;
  position: relative; }
@media only screen and (max-width: 980px) {
  .Kv__inner {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 60px 40px; }}
@media only screen and (max-width: 736px) {
  .Kv__inner {
    padding: 30px 20px 30px; }}

.Kv__content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1; }
@media only screen and (max-width: 980px) {
  .Kv__content {
    text-align: center;
    width: 100%; }}
@media only screen and (max-width: 736px) {
  .Kv__content {
    padding: 0; }}

.Kv__title {
  line-height: 1.95; }
.Kv__title b {
  background-color: #20243B;
  color: #FFF;
  font-size: 2.625rem;
  padding: .23em 0 .23em .5em;
  margin-bottom: .15em;
  white-space: nowrap; }
.Kv__title .color {
  color: #D73F00; }
.Kv__lead {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 2em; }
@media only screen and (max-width: 980px) {
  .Kv__title {
    margin-bottom: 1em; }}
@media only screen and (max-width: 736px) {
  .Kv__title b {
    font-size: 1.5rem;
    padding: .23em 0 .25em .23em; }
  .Kv__lead {
    font-size: 1rem;
    text-align: left;
    margin-top: 1em; }}

.Kv__text {
  margin-top: 20px;
  font-size: 16px;
  font-family: "sst-mid", sans-serif;
  color: #000; }
@media only screen and (max-width: 736px) {
  .Kv__text {
    margin-top: 10px;
    font-size: 0.875rem; }}

.Kv__images {
  width: 100%;
  max-width: 420px;
  margin: 0 auto; }
.Kv__images img {
  width: 100%;
  position: relative;
  z-index: 1; }
@media only screen and (max-width: 736px) {
  .Kv__images {
    width: 70%;}}



/*---------- 共通 ----------*/
@media only screen and (max-width: 980px) {
  .Contents {
    margin-top: 50px; }}

.page h2 + p {
  text-align: center;
  margin-bottom: 3rem; }
.btn {
  border-radius: 10px; }
.btn::before, .btn::after {
  z-index: 9; }
.btn.Contact_btn {
  background: linear-gradient(to right,#FFD564 0%, #FD9F4D 50%, #FFD564 100%);
  background-size: 200% 100%;
  border: none; }
.btn.Contact_btn::after {
  border-top: 2px solid #FD9F4D;
  border-right: 2px solid #FD9F4D; }
.btn.Contact_btn:hover {
  color: #20243B;
  background-position: 100% 0;
  border: none; }
.btn.Contact_btn:hover::before {
  background-color: #20243B; }
.btn.Contact_btn:hover::after {
  border-top: 2px solid #FFD564;
  border-right: 2px solid #FFD564; }

/* グラデーション */
.btn.Contact_btn span {
  border-radius: 10px;
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 3.75;
  background: transparent;
  overflow: hidden;
  position: relative;
  z-index: 0;
  transition: all 0.6s;
}
.btn.Contact_btn span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
          transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.btn.Contact_btn span::before {
  z-index: -1;
  background: linear-gradient(to right,#FFD564 0%, #FD9F4D 50%, #FFD564 100%);
  background-size: 200% 100%;
}
.btn.Contact_btn span:hover::before {
  background-position: 100% 0;
}

.ButtonArea .btn:hover {
  /*color: #FFF !important;*/
}
.Contact {
  z-index: 1;
  position: relative; }
@media only screen and (max-width: 736px) {
  .page .section__inner {
    padding: 80px 20px;
  }
}


/*---------- About ----------*/
.About {
  background: linear-gradient(to right, #FFD564 0%, #FD9F4D 100%);
  border-radius: 0 40px 40px 0;
  margin: 120px 20px 0 0; }

.About .section__title {
  text-align: left; }
.About h2 + p {
  text-align: left; }

.About__box {
  align-items: center;
  flex-wrap: nowrap;
  gap: 80px; }
.About__box .About__images {
  max-width: 400px;}
.About__box .About__images img {
  width: 100%; }

.About__solve {
  width: 100%;
  flex-wrap: wrap; }
.About__solve .box__item {
  background-color: #FFF;
  border-radius: 20px;
  width: calc(50% - 5px) !important;
  padding: 2.25em 1.25em;
  margin-bottom: 10px; }

.About__solve .About_txt {
  color: #20243B;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center; }
.About__solve .About_p {
  color: #000;
  text-align: center;
  margin-top: .5em; }
  @media only screen and (max-width: 1000px) {
    .About__box {
      gap: 20px;
      flex-direction: column-reverse; }
    .About__solve {
      flex-wrap: wrap;
      padding: 40px 20px;
      margin: 0 auto 0; }
    .About__solve.box .box__item {
      padding: 1.25em 1em; 
      margin: 0 auto 10px; }}
  @media only screen and (max-width: 736px) {
    .About {
      border-radius: 0 20px 20px 0;
      margin: 40px 20px 0 0; }
    .page .About .section__inner {
      padding: 60px 20px 40px; }
    .About__solve {
      padding: 0;
      margin: 0 auto; }
    .About__solve .About_p {
      font-size: .875rem;
      line-height: 1.6;
      text-align: left; }
    .About__solve .About_p br {
       display: none;   }
    .About__solve .About_txt {
      font-size: 1rem;
      line-height: 1.6; }
    .About__box .About__images {
      width: 50vw; }}


  @media only screen and (min-width: 737px) {}



/*---------- Case ----------*/
.Case {
  position: relative;
  z-index: 999; }


/*---------- Process ----------*/
.Process {
  background: linear-gradient(to bottom,#FFF 0%, #FFD564 100%);
  margin-top: 60px;
  position: relative;
  z-index: 1; }
.Process::before {
  content: "";
  background: transparent url(/assets/images/industry/marketing/img_data-driven_scene-bg01.png) no-repeat center center;
  background-size: contain;
  background-position: top;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -140px; }

.Process .Process__box {
  position: relative; }
.Process .Process__box::before {
  content: "";
  background: transparent url(/assets/images/industry/marketing/img_data-driven_process.png) no-repeat center center;
  background-size: contain;
  width: 221px;
  height: 212px;
  position: absolute;
  top: -160px;
  right:-20px;
  z-index: 1; }
.Process .Process__box .box__item {
  background-color: #FFF;
  border-radius: 20px;
  box-shadow: 0px 10px 40px rgba(32, 36, 59, 0.1);
  flex-direction: row;
  width: 100%;
  margin-bottom: 20px; }

.Process .Process__box .Process__num {
  background-color: #20243B;
  border-radius: 20px;
  box-sizing: border-box;
  color: #FFF;
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 100%;
  max-width: 120px;
  padding: 1.75em 1.25em;
  position: relative; }
.Process .Process__box .Process__num .num {
  background-color: #FFF;
  border-radius: 50%;
  box-sizing: border-box;
  color: #20243B;
  font-size: 1.375rem;
  font-weight: bold;
  text-align: center;
  line-height: 2.75;
  width: 60px;
  height: 60px;
  margin: 0 auto .75em; }
.Process .Process__box .Process__num h3 {
  color: #FFF;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 3.75;
  letter-spacing: .25em;
  writing-mode: vertical-rl;
  text-orientation: upright; }

.Process .Process__box .Process__text {
  box-sizing: border-box;
  width: 100%;
  padding: 40px 50px 50px; }
.Process .Process__box .Process__text strong {
  color: #20243B;
  display: block;
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 1.5;
  margin-bottom: .75em; }
.Process .Process__box .Process__text h4 {
  color: #20243B;
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: .5em; }
.Process .Process__box .Process__text .Process__data {
  display: grid;
  grid-template-rows: subgrid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  width: 100%;
  justify-content: space-between; }
.Process .Process__box .Process__text .Process__list {
  background-color: #DDE8FF;
  border-radius: 10px;
  box-sizing: border-box;
  width: 100%;
  padding: 1.25em;
  position: relative; }
.Process .Process__box .box__item:nth-child(1) .Process__text .Process__list::before {
  content: "";
  position:absolute;
  right: 0;
  left: 0;
  bottom: -28px;
  background-color: #20243B;
  width: 4px;
  height: 28px;
  margin: auto; }
.Process .Process__box .box__item:nth-child(1) .Process__text .Process__list::after {
  content: "";
  position:absolute;
  right: 0;
  left: 0;
  bottom: -50px;
  width: 0px;
  height: 10px;
  border: 9px solid transparent;
  border-top: 12px solid #20243B;
  margin: auto; }
.Process .Process__box .Process__text .Process__list .list li {
  text-indent: -15px;
  margin-left: 15px;
  margin-bottom: 0; }
.Process .Process__box .Process__text .Process__list .list li::before {
  width: 5px;
  height: 5px;
  background-color: #20243B;
  border-radius: 50%;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px); }
.Process .Process__box .Process__text .Process__border {
  border: 1px solid #20243B;
  border-radius: 10px;
  box-sizing: border-box;
  color: #20243B;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  width: 100%;
  padding: 1.25em 1.5em;
  margin-top: 30px;
  position: relative; }
.Process .Process__box .box__item:nth-child(1) .Process__text .Process__border::before {
  content: "";
  position:absolute;
  right: 0;
  left: 0;
  bottom: -210px;
  background-color: #20243B;
  width: 4px;
  height: 210px;
  margin: auto;
  z-index: 1; }
.Process .Process__box .box__item:nth-child(1) .Process__text .Process__border::after {
  content: "";
  position:absolute;
  right: 0;
  left: 0;
  bottom: -235px;
  width: 0px;
  height: 10px;
  border: 9px solid transparent;
  border-top: 12px solid #20243B;
  margin: auto;
  z-index: 1; }
.Process .Process__box .Process__text .Process__color {
  background: linear-gradient(to right,#FFD564 0%, #FD9F4D 100%);
  border-radius: 10px;
  box-sizing: border-box;
  color: #20243B;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  width: 100%;
  padding: 1.25em 1.5em;
  position: relative; }
.Process .Process__box .Process__text .Process__color:before {
  content: "";
  position:absolute;
  right: 0;
  left: 0;
  bottom: -28px;
  background-color: #20243B;
  width: 4px;
  height: 28px;
  margin: auto; }
.Process .Process__box .Process__text .Process__color::after {
  content: "";
  position:absolute;
  right: 0;
  left: 0;
  bottom: -50px;
  width: 0px;
  height: 10px;
  border: 9px solid transparent;
  border-top: 12px solid #20243B;
  margin: auto; }
.Process .Process__box .Process__text .Process__sub {
  background-color: #FFF;
  color: #000;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  width: fit-content;
  padding: .25em .5em;
  margin: auto auto .75em; }
.Process .Process__box .Process__text .Process__p {
  color: #20243B;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  text-align: center; }
.Process .Process__box .box__item:last-child .Process__data {
  grid-template-columns: repeat(2, 1fr);
  position: relative; }
.Process .Process__box .box__item:last-child .Process__border {
  text-align: left;
  margin-top: 0;
  position: relative; }
.Process .Process__box .box__item:last-child .Process__border .list li {
  color: #000;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6; }
.Process .Process__box .box__item:last-child .Process__border .list li.Process__sub {
  background-color: #DDE8FF;
  color: #000;
  display: inline-block;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  width: fit-content;
  padding: .5em .75em;
  margin: auto auto .75em;}
.Process .Process__box .box__item:last-child .Process__border .list li::before {
  width: 5px;
  height: 5px;
  background-color: #20243B;
  border-radius: 50%;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px); }
.Process .Process__box .box__item .Process__multiplied {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto; }
.Process .Process__box .box__item .Process__multiplied::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-right: 6px solid #20243B;
  top: 15px;
  left: -17px;
  position: relative;
  transform: rotate(-45deg); }
.Process .Process__box .box__item .Process__multiplied::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-right: 6px solid #20243B;
  bottom: 53px;
  right: 17px;
  position: relative;
  transform: rotate(45deg); }
  @media only screen and (min-width: 737px) {
    .Process .Process__box .box__item:nth-child(3) .Process__text .Process__border::before,
    .Process .Process__box .box__item:nth-child(3) .Process__text .Process__border::after {
      content: "";
      position:absolute;
      top: -216px;
      width: 4px;
      height: 210px;
      margin: auto;
      z-index: 1; }
    .Process .Process__box .box__item:nth-child(3) .Process__text .Process__border::after {
      top: -13px;
      width: 0px;
      height: 10px;
      border: 9px solid transparent;
      border-top: 12px solid #20243B; }
    .Process .Process__box .box__item:nth-child(3) .Process__text .Process__border:nth-child(1)::before {
      background-color: #20243B;
      right: 40px; }
    .Process .Process__box .box__item:nth-child(3) .Process__text .Process__border:last-child::before {
      background-color: #20243B;
      left: 40px; }
    .Process .Process__box .box__item:nth-child(3) .Process__text .Process__border:nth-child(1)::after {
      right: 33px; }
    .Process .Process__box .box__item:nth-child(3) .Process__text .Process__border:last-child::after {
      left: 33px; }}
  @media only screen and (max-width: 1000px) {
    .page .Process h2 + p {
      margin-bottom: 90px; }
    .Process .Process__box::before {
      width: 171px;
      height: 164px;
      top: -110px; }
    .Process .Process__box .Process__text strong {
      font-size: 1.5rem; }
    .Process .Process__box .box__item:nth-child(1) .Process__text .Process__border::before {
      bottom: -190px;
      height: 190px; }
    .Process .Process__box .box__item:nth-child(1) .Process__text .Process__border::after {
      bottom: -220px;}
    .Process .Process__box .box__item:nth-child(3) .Process__text .Process__border::before {
      top: -202px;
      height: 192px; }
    .Process .Process__box .box__item:nth-child(3) .Process__text .Process__border:nth-child(1)::before {
      background-color: #20243B;
      right: 20px; }
    .Process .Process__box .box__item:nth-child(3) .Process__text .Process__border:last-child::before {
      background-color: #20243B;
      left: 20px; }
    .Process .Process__box .box__item:nth-child(3) .Process__text .Process__border:nth-child(1)::after {
      right: 13px; }
    .Process .Process__box .box__item:nth-child(3) .Process__text .Process__border:last-child::after {
      left: 13px; }}
  @media only screen and (max-width: 736px) {
    .Process {
      margin-top: 0; }
    .Process::before {
      top: -20px; }
    .page .Process h2 + p {
      margin-bottom: 2rem; }
    .Process .Process__box {
      margin-top: 80px; }
    .Process .Process__box::before {
      width: 131px;
      height: 127px;
      top: -90px; }
    .Process .Process__box .box__item {
      border-radius: 10px;
      width: 100%;
      flex-wrap: wrap;
      align-items: center;
      margin-bottom: 40px; }
    .Process .Process__box .box__item:last-child {
      margin-bottom: 0; }
    .Process .Process__box .Process__num {
      border-radius: 10px;
      max-width: initial;
      padding: 1.25em .5em; }
    .Process .Process__box .Process__num .num {
      font-size: 1.125rem;
      line-height: 2.25;
      width: 40px;
      height: 40px;
      margin: 0 auto .25em; }
    .Process .Process__box .Process__text {
      padding: 20px 20px 20px; }
    .Process .Process__box .Process__num h3 {
      color: #FFF;
      font-size: 1.25rem;
      line-height: 1.5;
      letter-spacing: .1em;
      writing-mode: initial; }
    .Process .Process__box .Process__text strong {
      font-size: 1.375rem;
      line-height: 1.5;
      text-align: center; }
    .Process .Process__box .Process__text .Process__data {
      grid-template-columns: repeat(1, 1fr); }
    .Process .Process__box .box__item .Process__text .Process__data {
      row-gap: 8px; }
    .Process .Process__box .Process__text h4 {
      font-size: 1.125rem;
      line-height: 1.6; }
    .Process .Process__box .Process__text .Process__border {
      font-size: 1.125rem;
      line-height: 1.6;
      padding: .75em 1.25em;
      margin-top: 20px; }
    .Process .Process__box .Process__text .Process__color {
      font-size: 1.125rem;
      line-height: 1.6;
      padding: .75em .25em; }
    .Process .Process__box .Process__text .Process__list {
      padding: 1em 2em; }
    .Process .Process__box .box__item:last-child .Process__data {
      grid-template-columns: repeat(1, 1fr);
      row-gap: 10px; }
    .Process .Process__box .box__item .Process__multiplied {
      width: 30px;
      height: 30px;
      position: relative;
      margin: -8px auto; }
    .Process .Process__box .box__item .Process__multiplied::before {
      border-right: 5px solid #20243B;
      top: 11px;
      left: -14px; }
    .Process .Process__box .box__item .Process__multiplied::after {
      border-right: 5px solid #20243B;
      bottom: 40px;
      right: 14px; }
    .Process .Process__box .box__item:last-child .Process__border .list li.Process__sub {
      padding: .25em .75em;
      margin: auto auto .5em; }  
    .Process .Process__box .box__item:nth-child(1) .Process__text .Process__list::before {
      bottom: -18px;
      width: 4px;
      height: 18px; }
    .Process .Process__box .box__item:nth-child(1) .Process__text .Process__list::after {
      bottom: -26px;
      width: 0px;
      height: 0px;
      border: 6px solid transparent;
      border-top: 8px solid #20243B; }
    .Process .Process__box .box__item:nth-child(1) .Process__text .Process__border::before,
    .Process .Process__box .box__item:nth-child(2) .Process__text .Process__border::before {
      content: "";
      position: absolute;
      right: 0;
      left: 0;
      background-color: #20243B;
      width: 4px;
      margin: auto;
      z-index: 1;
      bottom: -56px;
      height: 56px; }
    .Process .Process__box .box__item:nth-child(1) .Process__text .Process__border::after,
    .Process .Process__box .box__item:nth-child(2) .Process__text .Process__border::after {
      content: "";
      position: absolute;
      right: 0;
      left: 0;
      width: 0;
      border: 9px solid transparent;
      border-top: 12px solid #20243B;
      margin: auto;
      z-index: 1;
      border: 6px solid transparent;
      border-top: 8px solid #20243B;
      bottom: -67px;
      height: 0; }
    .Process .Process__box .Process__text .Process__color::before {
      bottom: -18px;
      width: 4px;
      height: 18px; }
    .Process .Process__box .Process__text .Process__color::after {
      bottom: -26px;
      width: 0px;
      height: 0px;
      border: 6px solid transparent;
      border-top: 8px solid #20243B; }
    .Process .Process__box .box__item:nth-child(3) .Process__text .Process__border::before,
    .Process .Process__box .box__item:nth-child(3) .Process__text .Process__border::after {
      content: none;
    }}



/*---------- Scene ----------*/
.Scene {
  background: linear-gradient(to bottom,#FFF 0%, #CBDDFF 100%);
  margin-top: 80px  ;
  position: relative; }
.Scene::before {
  content: "";
  background: transparent url(/assets/images/industry/marketing/img_data-driven_scene-bg01.png) no-repeat center center;
  background-size: contain;
  background-position: top;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -120px; }

.Scene .table-wrap {
  position: relative;
  z-index: 1; }
.Scene .table {
  border-collapse: separate;
  border-radius: 20px;
  box-shadow: 0px 10px 40px rgba(32, 36, 59, 0.1);
  position: relative;
  z-index: 1; }
.Scene .table-image {
  position: relative;
  z-index: 1; }
.Scene .table-image::before {
  content: "";
  background: transparent url(/assets/images/industry/marketing/img_data-driven_scene01.png) no-repeat center center;
  background-size: contain;
  width: 231px;
  height: 167px;
  position: absolute;
  top: -150px;
  left: -30px;
  z-index: -1; }
.Scene .table thead th, .Scene .table thead td {
  background-color: #20243B;
  color: #FFF;
  font-size: 1.25rem;
  line-height: 1.5;
  padding: 1.25em .5em; }
.Scene .table thead th {
  border-left: 1px solid #FFF;
  width: 20%; }
.Scene .table tbody th {
  background-color: #20243B;
  border-top: 1px solid #FFF;
  color: #FFF;
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: left;
  vertical-align: baseline;
  padding: 1em 1em; }
.Scene .table tbody td {
  background-color: #FFF;
  border-top: 1px solid #DDD;
  vertical-align: baseline;
  padding: 1em 1em; }
.Scene .table tbody .border td {
  border-top: 1px solid #20243B; }
.Scene .table tbody td:first-of-type {
  background-color: #EDF3FF;
  font-weight: bold; }
.Scene .table thead td:first-child {
  border-radius: 20px 0 0 0; }
.Scene .table thead th:last-child {
  border-radius: 0 20px 0 0; }
.Scene .table tbody tr:last-child th {
  border-radius: 0 0 0 20px; }
.Scene .table tbody tr:last-child td:last-child {
  border-radius: 0 0 20px 0; }
  @media only screen and (max-width: 1000px) {
    .page .Scene h2 {
      margin-bottom: 110px; }
    .Scene .table-image::before {
      width: 201px;
      height: 145px;
      top: -120px; }}
  @media screen and (max-width: 767px) {
    .Scene {
      margin-top: 20px; }
    .Scene::before {
      top: -30px; }
    .page .Scene .section__inner {
      padding: 60px 20px 60px; }
    .Scene {
      margin-top: 20px; }
    .page .Scene h2 {
      margin-bottom: 80px; }
    .Scene .table-image::before {
      width: 151px;
      height: 109px;
      top: -95px; }
    .Scene .table-wrap {
      overflow-x: scroll;
      -webkit-overflow-scrolling: touch; }
    .Scene .table {
      width: 200vw; }
    .Scene .table thead th, .Scene .table thead td {
      background-color: #20243B;
      color: #FFF;
      font-size: 1rem;
      padding: .75em .25em; }
    .Scene .table tbody th {
      font-size: 1rem;
      width: 15%;
      padding: 1em 1em; }
    .Scene .table tbody td {
      font-size: .875rem;
      line-height: 1.6; }
    .Scene .table tbody td:nth-of-type(3) {
      width: 25%; }}

.Scene .Txt_strong {
  color: #20243B;
  text-align: center;
  font-size: 1.75rem;
  font-weight: bold;
  margin: 4em auto 1.5em;
  position: relative;
  z-index: 1; }
.Scene .Txt_strong b {
  background: linear-gradient(to right, #FFD564 0%, #FD9F4D 100%);
  color: #20243B;
  display: inline;
  padding: .15em .25em; }

.Scene .Scene__box {
  display: grid;
  grid-template-rows: subgrid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 60px;
  position: relative;
  z-index: 1; }
.Scene .Scene__box .box__item {
  background-color: #FFF;
  border-radius: 40px;
  box-sizing: border-box;
  box-shadow: 0px 10px 40px rgba(32, 36, 59, 0.1);
  color: #20243B;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 1rem;
  text-align: center;
  width: 100%;
  padding: 40px 20px 50px;
  margin-bottom: 1.25rem;
  position: relative; }
.Scene .Scene__box .box__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -62px;
  box-sizing: border-box;
  width: 40px;
  height: 20px;
  border: 20px solid transparent;
  border-left: 20px solid #20243B;
  margin: auto; }
.Scene .Scene__box .box__item img {
  width:100%;
  max-width:100px;
  margin: auto; }
.Scene .Scene__box .box__item h3 {
  color: #20243B;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: .5em; }
  @media only screen and (max-width: 1000px) {
    .Scene .Scene__box .box__item h3 {
      font-size: 1.375rem;
      line-height: 1.5; }}
  @media only screen and (max-width: 736px) {
    .Scene .Txt_strong {
      font-size: 1.25rem;
      line-height: 1.5;
      margin: 3em auto 1.5em; }
    .Scene .Txt_strong b {
      line-height: 1.75; }
    .Scene .Scene__box {
      grid-template-columns: repeat(1, 1fr);
      margin-bottom: 0; }
    .Scene .Scene__box .box__item {
      border-radius: 20px;
      gap: .25rem;
      width: 75vw;
      padding: 15px 10px 20px;
      margin: 0 auto 30px; }
    .Scene .Scene__box .box__item:not(:last-child)::after {
      bottom: -263px;
      left: 0;
      right: 0;
      width: 40px;
      height: 20px;
      border: 20px solid transparent;
      border-top: 16px solid #20243B; }
    .Scene .Scene__box .box__item img {
      max-width: 70px; }
    .Scene .Scene__box .box__item h3 {
      font-size: 1.25rem;
      line-height: 1.5;
    }}



/*---------- Support ----------*/
.Support {
  background-color: #CBDDFF;
  position: relative;
  z-index: 1; }
.Support::after {
  content: "";
  background: transparent url(/assets/images/industry/marketing/img_data-driven_scene-bg02.png) no-repeat center center;
  background-size: contain;
  background-position: bottom;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0; }
.Support .section__inner {
  padding: 0 20px 120px;
  position: relative;
  z-index: 1; }

.Support .Support__box {
  background-color: #FFF;
  border-radius: 40px;
  box-shadow: 0px 10px 40px rgba(32, 36, 59, 0.1);
  overflow: hidden;
  margin-bottom: 80px; }
.Support .Support__box .Support__images img {
  width: 100%; }
.Support .Support__text {
  padding: 60px 80px; }
.Support .Support__text .box__item {
  align-items: center;
  flex-direction: row;
  column-gap: 40px;
  row-gap: 1em;
  padding: 20px 0;
  margin: 0; }
.Support .Support__text .box__item + .box__item {
  border-top: 1px solid #DDD; }
.Support .Support__text .num {
  background-color: #20243B;
  border-radius: 20px;
  box-sizing: border-box;
  color: #FFF;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3;
  text-align: center;
  width: 100px;
  height: 100px; }
.Support .Support__text h3 {
  color: #20243B;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: .5em; }
  @media only screen and (max-width: 1000px) {
    .Support .Support__text .box__item {
      column-gap: 30px; }
    .Support .Support__text {
      padding: 50px 40px; }
    .Support .Support__text h3 {
      font-size: 1.25rem;
      line-height: 1.5;  }}
  @media only screen and (max-width: 736px) {
    .Support .section__inner {
      padding: 0 20px 80px; }
    .Support .Support__box {
      border-radius: 20px;
      margin-bottom: 0; }
    .Support .Support__text {
      padding: 10px 30px 20px; }
    .Support .Support__text .box__item {
      flex-direction: column;
      row-gap: 0;
      padding: 2em 0 1.5em; }
    .Support .Support__text .num {
      background-color: #20243B;
      border-radius: 10px;
      font-size: 1.25rem;
      line-height: 2.5;
      width: 50px;
      height: 50px; }
    .Support .Support__text h3 {
      font-size: 1.25rem;
      line-height: 1.5;
      padding: .75em 0 0; }}



/*---------- Cv ----------*/
.Cv {
  background: linear-gradient(to right, #FFD564 0%, #FD9F4D 100%);
  border-radius:  40px 0 0 40px;
  margin: 100px 0 120px 20px; }
.Cv .section__inner {
  padding: 60px 20px; }

.Cv .Cv__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 40px; }
.Cv .Cv__images {
  max-width: 480px; }
.Cv .Cv__images img {
  width: 100%; }
.Cv .Cv__box h2 {
  color: #20243B;
  text-align: left;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 1em; }
.Cv .Cv__box .btn {
  margin-left: 0; }
  @media only screen and (max-width: 736px) {
    .Cv {
      border-radius: 20px 0 0 20px;
      margin: 60px 0 60px 20px; }
    .Cv .Cv__box {
      flex-direction: column;
      row-gap: 20px; }
    .Cv .Cv__images {
      width: 60vw; }
    .Cv .Cv__box h2 {
      font-size: 1.5rem;
      text-align: center;
      line-height: 1.6;
      margin: 0 0 .5em; }
    .page h2 + p {
      margin-bottom: 2rem; }
    .Cv .Cv__box .btn {
      margin: 0 auto; }}


/*---------- Contact ----------*/
.Contact:last-child {
  flex-wrap: wrap;
  padding: 90px 15px; }
.Contact .Contact__text h2 {
  color: #FFF;
  font-size: 2rem;
  margin: 0 auto .5em; }
.Contact .Contact__text p {
  color: #FFF;
  margin-bottom: 1.5rem; }
.Contact .Contact__btn {
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
  row-gap: 16px; }
  @media only screen and (max-width: 736px) {
    .Contact:last-child {
      flex-wrap: wrap;
      padding: 60px 15px 60px; }
    .Contact .Contact__text h2 {
      font-size: 1.375rem; }
    .Contact .Contact__btn {
      flex-wrap: wrap;
    }}



