@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : products_dsp.css
 style info : GENIEE RMP, GENIEE DATACONNECT
=================================================================== */

@media only screen and (max-width: 1024px) {
  body .view_pc {
    display: block !important;
  }
}

@media only screen and (max-width: 767px) {
  body .view_pc {
    display: none !important;
  }
}

@media only screen and (min-width: 1350px) {
  body .view_placement_sp {
    display: none !important;
  }
}

@media only screen and (max-width: 1350px) {
  body .view_placement_tablet {
    display: none !important;
  }
}


/* ===================================================================
CSS information
=================================================================== */

#contents {
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Meiryo", "Yu Gothic", sans-serif;
  color: #222;
}

.gothic {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Meiryo", "Yu Gothic", sans-serif;
}

#header {
  height: 101px;
}

#header .top_header,
#header .navigator {
  background: none;
  border: 0;
  color: #fff;
  font-weight: bold;
}

#header .top_header {
  position: absolute;
  top: 0;
  width: 100%;
  height: 32px;
}

#header .navigator {
  position: absolute;
  top: 32px;
}

#header .navigator:not(.active) .main_menu ul.view_pc-tab li a {
  color: #fff;
}

#header .navigator .main_menu ul.view_pc-tab li a:before {
  content: none;
}

.con_title .inner {
  max-width: 1140px;
  /* width: calc((1140 / 1440) * 100vw); */
  margin: 0px auto 0;
  position: relative;
  padding: 0 20px;
  color: #fff;
}
@media (min-width: 3840px) {
  .con_title .inner {
      width: calc((1300 / 1440) * 100vw);
      max-width: 90vw;
      margin: 0 auto;
  }
}

#header .navigator:not(.active) .logo a {
  background: url("../images/header/logo_white.svg") center center / 100% auto no-repeat;
  display: inline-block;
}

#header .navigator:not(.active) .logo a img {
  opacity: 0;
}

#header .navigator:not(.active) .main_menu ul.view_pc-tab li:last-of-type a {
  background: url("../images/header/search_white@2x.png") calc(1.5em + 10px) .5em / 16px 18px no-repeat;
  display: inline-block;
}

#header .navigator:not(.active) .main_menu ul.view_pc-tab li:last-of-type a img {
  opacity: 0;
}

#header .navigator:not(.active) .main_menu ul.view_pc-tab .mega_menu li:last-of-type a {
  background: none;
}

html.lower #contents .con_title {
  text-align: left;
}

html.lower #contents .con_title h2 {
  /* top: 87px; */
  /* left: 0; */
  transform: none;
  /* margin: 5em 0 0 0; */
  /* margin-top: calc((58.5 / 1440) * 100vw); */
  margin-top: calc((38.5 / 1440) * 100vw);
  position: static;
  left: auto;
  top: auto;
}

html.lower #contents .con_title h2 .jp {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Meiryo", "Yu Gothic", sans-serif;
  font-size: calc((50 / 1440) * 100vw);
  font-weight: 600;
  line-height: calc((75 / 1440) * 100vw);
  text-align: left;
  letter-spacing: normal;
}


/* text animation */

.txt_lead {
  text-align: left;
  line-height: calc((27 / 1440) * 100vw);
  font-size: calc((18 / 1440) * 100vw);
  /* margin: 30px 0 0 5px; */
  margin-top: calc((30 / 1440) * 100vw);
  margin-bottom: calc((5 / 1440) * 100vw);
}

.con_title .btn_area {
  line-height: 1.5;
  column-gap: 24px;
  margin-top: calc((36 / 1440) * 100vw);
}

.con_title .btn {
  font-size: calc((16 / 1440) * 100vw);

  border-radius: calc((4 / 1440) * 100vw);


  padding: calc((16 / 1440) * 100vw) 0;
  display: block;
  cursor: pointer;
  transition: all .3s;

  width: calc((255 / 1440) * 100vw);
  border: 1px solid #fff;
  text-decoration: none;
  text-align: center;
}

body a.light_blue_btn {
  color: #fff;
  background: #2476D8;
  border: 1px solid #fff;
  margin: 0 0 13px;
}

body a.light_blue_btn:hover {
  color: #2476D8;
  background: #fff;

}

body a.dark_blue_btn {
  color: #fff;
  background: #003164;
  border: 1px solid #fff;
  margin: 0 0 13px;
}

body a.dark_blue_btn:hover {
  color: #2476d8;
  background: #fff;
}

body a.trans_btn {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  margin: 0 0 13px;
}

body a.trans_btn:hover {
  color: #fff;
  background: #2476D8;

}

.con_main {
  margin: 0 auto;
}

/* body a:link, body a:visited, body a:active */

@media screen and (max-width: 767px) {
  :root {
    font-size: calc(100vw / 390);
  }



  #header {
    height: 56px;
  }

  #header .navigator .logo {
    padding: 17px 0;
  }

  [id^='js-menu'] {
    width: 30px;
    height: 30px;
  }

  #header .box_lang {
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
  }

  #header .box_lang li a#js-search {
    background: #FFF;
    padding: 5px;
    margin-right: 10px;
  }

  #header .box_lang li a {
    padding: 4.5px 9px;
    font-size: 14px;
  }

  #header .navigator {
    top: 0;
    background: rgba(255, 255, 255, .30);
  }


  #contents .con_title h2,
  #contents .con_title .catchcopy {
    margin: 40rem 0 0;
  }

  #contents .con_title h2 .jp {
    font-size: 3.47vw;
  }

  .txt_lead {
    margin: 37rem 0 0 calc((2 / 425) * 100vw);
    font-size: calc((18 / 425) * 100vw);
    line-height: calc((27 / 425) * 100vw);
  }

  .con_title .btn {
    margin: 0 auto 13px;
    width: calc((255 / 425) *100vw);
    height: calc((50 / 425) *100vw);
    border-radius: calc((5 / 425) * 100vw);
    font-size: calc((16 / 425) * 100vw);
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  @media (max-width:767px) {
    .con_title .btn {
      margin: 0 auto 13px;

    }
  }

  #footer {
    font-size: 12px;
  }
}

@keyframes motion_01 {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes motion_01_01 {
  0% {
    opacity: 0;
    filter: blur(10px);
  }

  100% {
    opacity: 1;
    filter: blur(0);
  }
}

@keyframes motion_01_02 {
  0% {
    left: -100%;
  }

  60% {
    left: 0;
  }

  100% {
    left: 0;
  }
}

@keyframes motion_02_01 {
  0% {
    opacity: 0;
    filter: blur(10px);
  }

  100% {
    opacity: 1;
    filter: blur(0);
  }
}

@keyframes motion_02_02 {
  0% {
    opacity: 0;
    transform: translate(0, -10px);
    pointer-events: none;
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
    pointer-events: auto;
  }
}

@keyframes motion_02_03 {
  0% {
    opacity: 0;
    top: 8px;
  }

  5% {
    opacity: 1;
    top: 8px;
  }

  70% {
    opacity: 1;
    top: 32px;
  }

  80% {
    opacity: 0;
    top: 32px;
  }

  100% {
    opacity: 0;
    top: 32px;
  }
}

@keyframes header_menu {
  0% {
    opacity: 0;
    pointer-events: none;
  }

  100% {
    opacity: 1;
    pointer-events: auto;
  }
}

@keyframes header_menu2 {
  0% {
    opacity: 0;
    pointer-events: none;
    filter: blur(10px);
  }

  100% {
    opacity: 1;
    pointer-events: auto;
    filter: blur(0);
  }
}

#homepage #header {
  opacity: 1;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  img[src*="svg"] {
    max-width: 100%;
    height: auto;
  }
}

.blue_btn {
  background: #003164;
  color: #fff;
  border: 1px solid #003164;
  margin: 0 0 13px;
}

.blue_btn svg {
  fill: #fff;
  transition: all .2s;
}

.blue_btn:hover {
  background: #fff;
  color: #003164;
}

.blue_btn:hover svg {
  /* fill: #003164; */
  fill: #fff;
}



.link {
  margin: 0 30px 0 0;
  font-weight: bold;
}

.link a {
  color: #1356A0;
  align-items: center;
  display: flex;
}

.link img {
  margin-right: 7px;
}

/* contact */
#contact {
  background: rgba(204, 204, 204, 0.25);
  padding: 38px 0 40px;
  text-align: center;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Meiryo", "Yu Gothic", sans-serif;
}

#contact .request-link,
.globalMenuSp .request-link {
  background: #196FCB;
  color: #fff;
  border: 1px solid #196FCB;
  border-radius: 4px;
  font-size: 20px;
  font-weight: bold;
  width: 383px;
  display: none !important;
}

#contact .request-link svg,
.globalMenuSp .request-link svg {
  width: 23px;
  fill: #fff;
  margin-right: 15px;
}

#contact .request-link:hover,
.globalMenuSp .request-link:hover {
  color: #196FCB;
  background: #fff;
}

#contact .request-link:hover svg,
.globalMenuSp .request-link:hover svg {
  fill: #196FCB;
}

#contact .inquiry-link,
.globalMenuSp .inquiry-link {
  background: #003164;
  color: #fff;
  border: 1px solid #003164;
  border-radius: 4px;
  font-size: 20px;
  font-weight: bold;
  width: 383px;
}

#contact .inquiry-link svg,
.globalMenuSp .inquiry-link svg {
  width: 28px;
  fill: #fff;
  margin-right: 15px;
}

#contact .inquiry-link:hover,
.globalMenuSp .inquiry-link:hover {
  color: #003164;
  background: #fff;
}

#contact .inquiry-link:hover svg,
.globalMenuSp .inquery-link:hover svg {
  fill: #003164;
}

#contact .h2sub {
  font-size: 16px;
  color: #1356A0;
  font-weight: bold;
  margin-bottom: 8px;
  display: inline-block;
}

#contact h2 {
  font-size: 28px;
  margin-bottom: 25px;
  font-weight: bold;
}

.contact-btn-area {
  margin-bottom: 25px;
  gap: 0 20px;
}

.contact-btn-area>a {
  text-align: center;
  height: 70px;
}

body a:link,
body a:visited,
body a:active {
  text-decoration: none;
}

footer a:hover {
  color: #fff;
}

.tel-title {
  color: #000;
  font-size: 18px;
  font-weight: bold;
}

#contact .tel-area {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

#contact .tel-area>div:nth-of-type(1) {
  width: 80%;
}

#contact .tel-area>a:nth-of-type(1) {
  width: 20%;
}

.tel-area .agency-link {
  font-weight: bold;
  /* padding-left: 22px; */
  color: #1356A0;
  display: inline-block;
  font-size: 16px;
}

#contact .tel-area .tel-wrap {
  border-right: 1px solid #CCCCCC;
  padding-right: 15px;
  line-height: 1;
}

.telnum {
  color: #000000;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.1;
  display: flex;
  align-items: center;
  letter-spacing: 2px;
}

.telnum:hover {
  color: #000000;
}

.telnum img {
  margin: 1px 7px 0 0;
  width: 16px;
}

.tel-area .biz-hours {
  font-size: 14px;
  margin: 3px 0px 0 5px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  html.lower #contents .con_title h2 {
    margin: 30rem 0 0;
  }

  html.lower #contents .con_title h2 .jp {
    font-size: calc((43 / 425) * 100vw);
    ;
    line-height: calc((64.5 / 425) * 100vw);
    margin-left: calc((2 / 425) * 100vw);
  }

  .con_h2head {
    color: #1957A0;
    text-align: center;
    font-size: 12rem;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .con_h2explain {
    color: #313131;
    text-align: left;
    font-size: 11rem;
    line-height: 1.8;
    margin-bottom: 44px;
  }

  .form_link {
    flex-direction: column;
  }

  .product_needs {
    font-size: 20rem;
    text-align: center;
    margin-bottom: 20px;
  }

  body a.form_btn {
    width: 90%;
    justify-content: center;
  }

  #contact .tel-area .tel-wrap {
    border-right: none;
    border-bottom: 1px solid #CCCCCC;
    margin: 0 auto 20px;
    padding: 0 0 20px;
  }

  #contact .h2sub {
    font-size: 14px;
  }

  #contact h2 {
    font-size: 24rem;
  }

  #contact .inquiry-link,
  .globalMenuSp .inquiry-link {
    max-width: 90%;
  }

  .contact-btn-area {
    margin-bottom: 40px;
    gap: 20px 0;
  }

  .tel-title {
    margin-bottom: 10px;
    display: inline-block;
  }

  .telnum {
    margin-bottom: 5px;
  }

  #contact .tel-area>a:nth-of-type(1) {
    width: 100%;
  }
}

/* title */
html #products_dsp #contents .con_title {
  height: calc((578 / 1440) * 100vw);
  background: 
    url(../products/images/dsp/fv_pc.png) center / cover no-repeat,
    radial-gradient(104.48% 300.79% at 0.71% 1.71%, #005793 0%, #0F4086 32%, #001F5E 100%);
  position: relative;
  margin-bottom: 0;

  .graphic {
    position: absolute;
    left: calc((873/ 1440) * 100vw);
    /* top: -50%; */
    top: -64%;
    height: 110%;
    overflow: hidden;
    .js-loop{
      display: flex;
      flex-direction: column;
    }
    img {
      width: calc((258.59 / 1440) * 100vw);
      animation: slideIn 10s forwards linear;
    }
  }
}



h2 .jp .dots {
  background: top left / 1em 1em repeat-x radial-gradient(circle, #2E9DD6 .125em, rgba(0, 0, 0, 0) .15em);
  padding-top: 1em;
}

/* dsp about*/
section.con_dsp .con_main.dsp_about {
  background: linear-gradient(135deg,  rgb(244,251,255) 0%,rgb(187,201,224) 100%);
  padding-bottom: calc((125 / 1440) * 100vw);
  /* height:calc((1850 / 1440) * 100vw); */
}
@media (max-width:767px) {
  section.con_dsp .con_main.dsp_about {
    background: linear-gradient(120deg,  rgb(244,251,255) 0%,rgb(187,201,224) 100%);
    padding-bottom: calc((5 / 425) * 100vw);
  }
}

section.con_dsp .con_main.dsp_about .con_inner{
  /* padding-top: calc((120 /1440) * 100vw); */
  padding-top: calc((111 /1440) * 100vw);
}
section.con_dsp .con_main.dsp_creative .con_inner{
  padding-top: calc((90 /1440) * 100vw);
}
@media only screen and (max-width: 767px) {
  section.con_dsp .con_main.dsp_about .con_inner{
    padding-top: calc((60 /425) * 100vw);
  }
  section.con_dsp .con_main.dsp_creative .con_inner {
    padding-top: calc((60 /425) * 100vw);
  }
}

section.con_dsp .con_main.dsp_about .con_inner .about_header,
section.con_dsp .con_main.dsp_feature .con_inner .feature_header {
  gap: calc((26 / 1440) * 100vw);
}
section.con_dsp .con_main.dsp_about .con_inner .about_header img,
section.con_dsp .con_main.dsp_feature .con_inner .feature_header img{
  width: calc((444 / 1440) * 100vw);
}

section.con_dsp .con_main.dsp_about .con_inner .about_dsp_info {
  margin-top: calc((45 / 1440) * 100vw);
  margin-bottom:calc((60/ 1440) * 100vw);
  text-align: center;
  
}
section.con_dsp .con_main.dsp_about .con_inner .about_dsp_info img {
  width: calc((1123 / 1440) * 100vw); 
}

@media (max-width:767px) {
  section.con_dsp .con_main.dsp_about .con_inner .about_header,
  section.con_dsp .con_main.dsp_feature .con_inner .feature_header {
    gap: calc((26 / 425) * 100vw);
  }

  section.con_dsp .con_main.dsp_about .con_inner .about_header img,
  section.con_dsp .con_main.dsp_feature .con_inner .feature_header img{
    /* width: calc((300 / 425) * 100vw); */
    width: calc((288 / 425) * 100vw);
  }

  section.con_dsp .con_main.dsp_about .con_inner .about_dsp_info {
    margin-top: calc((45 / 425) * 100vw);
    margin-bottom:calc((40/ 425) * 100vw);
    text-align: center;
  }
  section.con_dsp .con_main.dsp_about .con_inner .about_dsp_info img {
    width: calc((390 / 425) * 100vw);
    margin-left: -0.5rem;
  }
}

/* about dsp info clickable setting */
.about_dsp_info {
  position: relative;
  display: inline-block;
  width: 100%;

}

.clickable-area {
  position: absolute;
  cursor: pointer;
}

@media (min-width: 768px) {
  .pc-clickable {
    display: block;
    top: 54.0%;
    left: 59.2%;
    width: 9%;
    height: 6%;
  }
  .sp-clickable {
    display: none;
  }
}

@media (max-width: 767px) {
  .sp-clickable {
    display: block;
    top: 51.5%;
    left: 51%;
    width: 19%;
    height: 8%;
  }
  .pc-clickable {
    display: none;
  }
}
/* about dsp info clickable setting */

/* dsp feature */
section.con_dsp .con_main.dsp_feature {
  background: linear-gradient(135deg,  rgb(0,87,147) 0%,rgb(15,64,134) 32%,rgb(0,31,94) 100%);
  padding-top: calc((111 /1440) * 100vw);
  padding-bottom: calc((111 /1440) * 100vw);
}

section.con_dsp .con_main.dsp_feature .con_inner .issue_header {
  margin-top: calc((93 / 1440)* 100vw);
  font-weight: 800;

  p {
    text-align: center;
    color: #fff;
    font-size: calc((70 / 1440) * 100vw);
    line-height: calc((105 / 1440) * 100vw);
  }

  p:first-child {
    font-size: calc((50 / 1440) * 100vw);
    line-height: calc((75 / 1440) * 100vw);
  }

}

section.con_dsp .con_main.dsp_feature .con_inner .issues {
  margin-top: calc((70 / 1440) * 100vw);
  gap: calc((35 / 1440) * 100vw);

  img {
    width: calc((346 / 1440) * 100vw);
  }
}

@media (max-width:767px) {
  section.con_dsp .con_main.dsp_feature {
    background: linear-gradient(80deg,  rgb(0,87,147) 0%,rgb(15,64,134) 32%,rgb(0,31,94) 100%);
    padding-top: calc((60 /425) * 100vw);
    padding-bottom: calc((65 / 425) * 100vw);
  }

  section.con_dsp .con_main.dsp_feature .con_inner .issue_header {
    /* margin-top: calc((93 / 425)* 100vw); */
    margin-top: calc((60 / 425)* 100vw);
    font-weight: 800;

    p {
      text-align: center;
      color: #fff;
      font-size: calc((30 / 425) * 100vw);
      line-height: calc((45 / 425) * 100vw);
    }

    p:first-child {
      font-size: calc((26 / 425) * 100vw);
      line-height: calc((39 / 425) * 100vw);
    }
  }

  section.con_dsp .con_main.dsp_feature .con_inner .issues {
    margin-top: calc((56 / 425) * 100vw);
    gap: calc((52 / 425) * 100vw);

    img {
      width: calc((384 / 425) * 100vw);
    }
  }
}

/* dsp creative*/
section.con_dsp .con_main.dsp_creative {
  background: linear-gradient(135deg,  rgb(244,251,255) 0%,rgb(187,201,224) 100%);
  padding-bottom: calc((109 / 1440) * 100vw);
}

section.con_dsp .con_main.dsp_creative .con_inner {
  .creative_header {
  }
  .creative_header .dsp_creative_header{
    text-align: center;
    color: #002060;
    font-size: calc((70 / 1440) * 100vw);
    line-height: calc((105 / 1440) * 100vw);
    font-weight: 800;
  }
}
  section.con_dsp .con_main.dsp_creative .con_inner .dsp_creative_info {
    margin-top: calc((40 / 1440) * 100vw);
    margin-bottom:calc((30/ 1440) * 100vw);
    img {
      width: calc((1123 / 1440) * 100vw);
      text-align: center;
    }
  }
  .creative_info_space_user_recommend{
    padding-top: calc((90 / 1440) * 100vw);
  }
  .creative_info_space_cost_per_view{
    padding-top: calc((90 / 1440) * 100vw);
  }

@media (max-width:767px) {
  section.con_dsp .con_main.dsp_creative {
    background: linear-gradient(135deg,  rgb(244,251,255) 0%,rgb(187,201,224) 100%);
    padding-bottom: calc((0 / 425) * 100vw);
  }

  section.con_dsp .con_main.dsp_creative .con_inner {
    .creative_header .dsp_creative_header{
      text-align: center;
      /* margin-top: calc((55 / 425)* 100vw); */
      color: #002060;
      font-size: calc((31 / 425) * 100vw);
      line-height: calc((46.5 / 425) * 100vw);
      font-weight: 800;
      margin-bottom: calc((35 / 425) * 100vw);
    }
    .con_inner .inquiry-white-btn {
      margin-top: calc((20 / 425) * 100vw);
    }
  }
  section.con_dsp .con_main.dsp_creative .con_inner .dsp_creative_info.creative_info_space_full_funnel {
    margin-top: calc((10 / 425) * 100vw);
    margin-bottom:calc((25 / 425) * 100vw);
  }
  section.con_dsp .con_main.dsp_creative .con_inner .dsp_creative_info.creative_info_space_full_funnel img {
    width: calc((405 / 425) * 100vw);
    text-align: center;
    margin-left: 13.5rem;
  }
  section.con_dsp .con_main.dsp_creative .con_inner .dsp_creative_info.creative_info_space_user_recommend{
    padding-top: calc((0 / 425) * 100vw);
    padding-bottom: calc((35 / 425) * 100vw);
  }
  section.con_dsp .con_main.dsp_creative .con_inner .dsp_creative_info.creative_info_space_user_recommend img {
    width: calc((395 / 425) * 100vw);
    text-align: center;
    margin-left: -0.5rem;
  }
  section.con_dsp .con_main.dsp_creative .con_inner .dsp_creative_info.creative_info_space_cost_per_view{
    padding-top: calc((0 / 425) * 100vw);
    padding-bottom: calc((25 / 425) * 100vw);
  }
  section.con_dsp .con_main.dsp_creative .con_inner .dsp_creative_info.creative_info_space_cost_per_view img {
    width: calc((390 / 425) * 100vw);
    text-align: center;
    margin-left: 0.5rem;
  }

}


/* dsp response*/
section.con_dsp .dsp_response {
  background: linear-gradient(135deg,  rgb(0,87,147) 0%,rgb(15,64,134) 32%,rgb(0,31,94) 100%);
  padding-bottom: calc((50 / 1440) * 100vw);
}

section.con_dsp .con_main.dsp_response .con_inner {
}

  section.con_dsp .con_main.dsp_response .con_inner .dsp_response_header {
    /* margin-top: calc((137 / 1440)* 100vw); */
    text-align: center;
    margin-top: calc((90 / 1440)* 100vw);
    color: #fff;
    font-size: calc((70 / 1440) * 100vw);
    line-height: calc((105 / 1440) * 100vw);
    font-weight: 800;   
  }
 
  .dsp_response_info {
    margin-top: calc((15 / 1440) * 100vw);
    margin-bottom:calc((30/ 1440) * 100vw);
  }
  .dsp_response_info img {
    width: calc((895 / 1440) * 100vw);
    margin-left: 1.5rem;
    text-align: center;
  }




@media (max-width:767px) {
  section.con_dsp .dsp_response {
    background: linear-gradient(80deg,  rgb(0,87,147) 0%,rgb(15,64,134) 32%,rgb(0,31,94) 100%);
    padding-bottom: calc((50 / 425) * 100vw);
  }

  section.con_dsp .con_main.dsp_response .con_inner {
  }

  section.con_dsp .con_main.dsp_response .con_inner .dsp_response_header {
      text-align: center;
      margin-top: calc((55 / 425)* 100vw);
      color: #fff;
      font-size: calc((31 / 425) * 100vw);
      line-height: calc((46.5 / 425) * 100vw);
      font-weight: 800;
      margin-bottom: calc((0 / 425) * 100vw);
    }
    .dsp_response_info {
      margin-top: calc((15 / 425) * 100vw);
      margin-bottom:calc((30/ 425) * 100vw);
    }
    
    .dsp_response_info img {
      width: calc((380 / 425) * 100vw);
      text-align: center;
    }
  
}


/* dsp jicdaq*/
section.con_dsp .dsp_jicdaq {
  background: linear-gradient(135deg,  rgb(244,251,255) 0%,rgb(187,201,224) 100%);
}

section.con_dsp .con_main.dsp_jicdaq .con_inner {
  .jicdaq_header {
    /* margin-bottom: calc((70 / 1440) * 100vw); */
  }
  .jicdaq_header .dsp_jicdaq_header{
    text-align: center;
    margin-top: calc((90 / 1440)* 100vw);
    color: #002060;
    font-size: calc((70 / 1440) * 100vw);
    line-height: calc((105 / 1440) * 100vw);
    font-weight: 800;
  }

  .jicdaq_text {
    margin-top: 2em;
    margin-bottom: 3.5em;
    
  }

  .jicdaq_text p {
      display: none;
      text-align: center;
      color: #002060;
      font-size: calc((24 / 1440)* 100vw);
      font-weight: 600;
      line-height: calc((36 / 1440) * 100vw);
  }
  
}

section.con_dsp .con_main.dsp_jicdaq .con_inner .dsp_jicdaq_info {
  margin-top: calc((0 / 1440) * 100vw);
  margin-bottom:calc((90/ 1440) * 100vw);
}
section.con_dsp .con_main.dsp_jicdaq .con_inner .dsp_jicdaq_info img {
  width: calc((1100 / 1440) * 100vw);
  text-align: center;
}

@media (max-width:767px) {
  section.con_dsp .dsp_jicdaq {
    background: linear-gradient(135deg,  rgb(244,251,255) 0%,rgb(187,201,224) 100%);
  }

  section.con_dsp .con_main.dsp_jicdaq .con_inner {
    .dsp_jicdaq_header {
    }
    .jicdaq_header .dsp_jicdaq_header{
      text-align: center;
      margin-top: calc((55 / 425)* 100vw);
      color: #002060;
      font-size: calc((31 / 425) * 100vw);
      line-height: calc((46.5 / 425) * 100vw);
      font-weight: 800;
      margin-bottom: calc((0 / 425) * 100vw);
    }

    .jicdaq_text {
      margin-top: 30em;
      margin-bottom: 30em;
      margin-left:calc((0 / 425) * 100vw);
    }
    .jicdaq_text p {
        display: block;
        width: calc((357 / 425) * 100vw);
        text-align: center;
        color: #002060;
        font-size: calc((20 / 425)* 100vw);
        font-weight: 600;
        line-height: calc((30 / 425) * 100vw);
      }
  }

  section.con_dsp .con_main.dsp_jicdaq .con_inner .dsp_jicdaq_info {
    margin-top: calc((0 / 425) * 100vw);
    margin-bottom:calc((60/ 425) * 100vw);
  }
  section.con_dsp .con_main.dsp_jicdaq .con_inner .dsp_jicdaq_info img {
    width: calc((380 / 425) * 100vw);
    text-align: center;
  }
}

@media (max-width: 375px) {
  section.con_dsp .con_main.dsp_jicdaq .con_inner .dsp_jicdaq_info img {
    width: calc((380 / 425) * 100vw);
    text-align: center;
  }
}


@media (max-width: 320px) {
  .jicdaq_text p {
    font-size: 15px;
  }
}

.content-box {
  border-radius: 60px;
  height: auto;
}

.white-bg {
  background: #fff;
}

.deep-blue-bg {
  background: #002060;
}

.box-shadow {
  box-shadow: 10px 10px 12.5px 1px #0020604D;
}

/* inquiry　中間リンク*/
.con_main .inquiry-white-btn {
  background: #fff;
  /* width:500px; */
  width: calc((500/ 1440) * 100vw);
  /* height:70px; */
  height: calc((70 / 1440) * 100vw);
  border: calc((1 / 1440) * 100vw) solid #fff;
  /* border-radius:5px; */
  border-radius: calc((5 / 1440) * 100vw);
  /* font-size:20px; */
  font-size: calc((20 / 1440) * 100vw);
  font-weight: 600;
  color: #002060;
}

.con_main .inquiry-white-btn:hover {
  background: #002060;
  border: 1px solid #fff;
  color: #fff;
}

.email-icon path {
  fill: #002060;
}

.inquiry-white-btn:hover .email-icon path {
  fill: #FFFFFF; /* 例えば、白色に変更 */
}

.con_main .inquiry-white-btn:hover svg {
  fill: #fff;
}

/* レイアウト等 */
.gap-2 {
  gap: 1.5rem;
}

.gap-4 {
  gap: 3.5rem;
}

.gap-4-logo {
  gap: 5.5rem;
}

.column-gap-4 {
  gap: 3.5rem;
}

.column-gap-1 {
  gap: 1.5rem;
}

.column-gap-2 {
  gap: 2rem;
}

.position-absolute {
  position: absolute;
}


@media (max-width:767px) {

  html #products_dsp #contents .con_title {
    /* height: calc((770 / 425) * 100vw); */
    height: calc((830 / 425) * 100vw);
    /* padding-bottom:calc((2560  / 425 )* 10vw); */
  }

  .position-absolute {
    position: initial;
  }

  .con_title .btn_area {
    margin-top: calc((220 / 425) * 100vw);
    gap: calc((20 / 425) * 100vw);
    flex-direction: column;
  }

  html #products_dsp #contents .con_title {
    background: 
    url(../products/images/dsp/fv_sp.png) center / cover no-repeat,
    radial-gradient(circle at 4% 7.58%, #005793 0%, #0F4086 32%, #001F5E 100%);
  }

  html #products_dsp #contents .con_title .inner {
    margin-top: calc((50 / 425) * 100vw);
    width: 100%;
  }

  html #products_dsp #contents .con_title h2 {
    line-height: calc((120.5 / 425) * 100vw);
  }

  .dsp_about .con_inner .inquiry-white-btn {
    margin-top: calc((20 / 425) * 100vw);
  }
  .con_main .inquiry-white-btn {
    font-size: calc((20 / 425) * 100vw);
    background: #fff;
    width: calc((342 / 425) * 100vw);
    height: calc((48 / 425) * 100vw);
    margin-bottom: 3em;
  }
}



.container_strength_all{
  width: 100%;
  display: flex;
  flex-direction: row;

  width: calc((1100 / 1440) * 100vw);
  margin-top: calc((46 / 1440) * 100vw);
  gap: calc((15/425) * 100vw);
}
.container_strength_all .strength_container {
  display: flex;
  flex-direction: column;

  padding-top: calc((25 / 1440) * 100vw);
  padding-bottom: calc((49 / 1440) * 100vw);
  border-radius: 32.5px;

  gap: calc((62 / 1440) * 100vw);
  width: calc((320 / 1440) * 100vw);

  height: calc((515 / 1440) * 100vw);
  background: #002060;
  box-shadow: 10px 10px 12.5px 1px rgba(0, 32, 96, 0.6);

}
.container_strength_all .strength_container.cnt1 {
  
}
.container_strength_all .strength_container.cnt2 {

}
.container_strength_all .strength_container.cnt3 {
}
.strength_content {
  display: contents; 
  
 }
 .strength_text_header {
   order: 1;
   color: #ffff00;
   font-weight: 800;
   font-size: calc((25 / 1440) * 100vw);
   line-height: calc((35.6 / 1440) *100vw);
   text-align: center;
 }
 .strength_text_header.header1 {
  padding-top: calc((18 / 1440) * 100vw);
}
 .strength_text_body {
   order: 3;
   font-size: calc((15 / 1440) * 100vw);
   line-height: calc((27 / 1440)* 100vw);
   padding: 0 45px;
   margin-top: -6.0rem;
   color: #fff;
 }
 .strength_img {
   order: 2;
   width: calc((260 / 1440) * 100vw);
 }
 .strength_img.img1 {
  margin-top: -11.2rem;
  margin-left: 2.5rem;
}
.strength_img.img2 {
  margin-top: -12.9rem;
  margin-left: 2.5rem;
}
.strength_img.img3 {
  margin-top: -12.9rem;
  margin-left: 3.5rem;
}


@media screen and (max-width: 2000px){
  .strength_text_body {

    margin-top: -5.5rem;
  }
  .strength_img.img1 {
   margin-top: -8.7rem;
   margin-left: 1.5rem;
 }
 .strength_img.img2 {
   margin-top: -10.2rem;
   margin-left: 1.5rem;
 }
 .strength_img.img3 {
   margin-top: -10.2rem;
   margin-left: 2.5rem;
 }
}

@media screen and (max-width: 1900px){
  .strength_text_body {

    margin-top: -5.0rem;
  }
  .strength_img.img1 {
   margin-top: -8.2rem;
   margin-left: 1.5rem;
 }
 .strength_img.img2 {
   margin-top: -9.7rem;
   margin-left: 1.5rem;
 }
 .strength_img.img3 {
   margin-top: -9.7rem;
   margin-left: 2.5rem;
 }
}

@media screen and (max-width: 1750px){
   .strength_img.img1 {
    margin-top: -8.2rem;
    margin-left: 1.5rem;
  }
  .strength_img.img2 {
    margin-top: -9.7rem;
    margin-left: 1.5rem;
  }
  .strength_img.img3 {
    margin-top: -9.7rem;
    margin-left: 2.5rem;
  }
}


@media screen and (max-width: 1440px){
.container_strength_all{
  width: 100%;
  display: flex;
  flex-direction: row;

  width: calc((1100 / 1440) * 100vw);
  margin-top: calc((46 / 1440) * 100vw);
  gap: calc((15/425) * 100vw);
}
.container_strength_all .strength_container {
  display: flex;
  flex-direction: column;

  padding-top: calc((25 / 1440) * 100vw);
  padding-bottom: calc((49 / 1440) * 100vw);
  border-radius: 32.5px;

  gap: calc((62 / 1440) * 100vw);
  width: calc((320 / 1440) * 100vw);

  height: calc((515 / 1440) * 100vw);
  background: #002060;
  box-shadow: 10px 10px 12.5px 1px rgba(0, 32, 96, 0.6);

}
.container_strength_all .strength_container.cnt1 {
  
}
.container_strength_all .strength_container.cnt2 {

}
.container_strength_all .strength_container.cnt3 {
}
.strength_content {
  display: contents; 
  
 }
 .strength_text_header {
   order: 1;
   color: #ffff00;
   font-weight: 800;
   font-size: calc((25 / 1440) * 100vw);
   line-height: calc((35.6 / 1440) *100vw);
   text-align: center;
 }
 .strength_text_header.header1 {
  padding-top: calc((18 / 1440) * 100vw);
}
 .strength_text_body {
   order: 3;
   font-size: calc((15 / 1440) * 100vw);
   line-height: calc((27 / 1440)* 100vw);
   padding: 0 36px;
   margin-top: -4.0rem;
   color: #fff;
 }
 .strength_img {
   order: 2;
   width: calc((260 / 1440) * 100vw);
 }
 .strength_img.img1 {
  margin-top: -7.2rem;
  margin-left: 1.5rem;
}
.strength_img.img2 {
  margin-top: -8.7rem;
  margin-left: 1.5rem;
}
.strength_img.img3 {
  margin-top: -8.7rem;
  margin-left: 2.5rem;
}
}

@media screen and (max-width: 1300px){
  .strength_text_body {

    margin-top: -4.0rem;
  }
  .strength_img.img1 {
   margin-top: -6.3rem;
   margin-left: 1.5rem;
 }
 .strength_img.img2 {
   margin-top: -7.4rem;
   margin-left: 1.5rem;
 }
 .strength_img.img3 {
   margin-top: -7.4rem;
   margin-left: 2.5rem;
 }
}

@media screen and (max-width: 1100px){
  .strength_text_body {

    margin-top: -3.5rem;
  }
  .strength_img.img1 {
   margin-top: -5.3rem;
   margin-left: 1.5rem;
 }
 .strength_img.img2 {
   margin-top: -6.4rem;
   margin-left: 1.5rem;
 }
 .strength_img.img3 {
   margin-top: -6.4rem;
   margin-left: 2.5rem;
 }
}

@media screen and (max-width: 900px){
  .strength_text_body {
    padding: 0 20px;
    margin-top: -2.5rem;
  }
  .strength_img.img1 {
   margin-top: -4.1rem;
   margin-left: 1.5rem;
 }
 .strength_img.img2 {
   margin-top: -5.2rem;
   margin-left: 1.5rem;
 }
 .strength_img.img3 {
   margin-top: -5.2rem;
   margin-left: 2.5rem;
 }
}

@media screen and (max-width: 800px){
  .strength_text_body {
    padding: 0 16px;
    margin-top: -2.0rem;
  }
  .strength_img.img1 {
   margin-top: -3.9rem;
   margin-left: 1.0rem;
 }
 .strength_img.img2 {
   margin-top: -4.5rem;
   margin-left: 1.0rem;
 }
 .strength_img.img3 {
   margin-top: -4.5rem;
   margin-left: 1.6rem;
 }
}

@media screen and (max-width: 767px){
  .container_strength_all{
    width: 100%;
    display: flex;
    flex-direction: column;

    margin-top: calc((46 / 425) * 100vw);
    gap: calc((30/425) * 100vw);
  }
  .container_strength_all .strength_container{
    display: flex;
    flex-direction: row;

    border-radius: 32.5px;
    width: calc((380 / 425) * 100vw);
    gap: calc((0 / 425) * 100vw);

    margin-left: auto;
    margin-right: auto;
    height: auto;
    min-height: 220px;
    max-height: 220px;

    background: #002060;
    box-shadow: 10px 10px 12.5px 1px rgba(0, 32, 96, 0.6);
  }
  .container_strength_all .strength_container.cnt1 {
    padding: 26px 28px;
  }
  .container_strength_all .strength_container.cnt2 {
    padding: 60px 28px;

  }
  .container_strength_all .strength_container.cnt3 {
    padding: 38px 28px;
  }
  .strength_content {
   display: block;
   width: calc((250 / 425) * 100vw);
  }
  .strength_text_header {
    order: 1;
    width: 100%;
    color: #ffff00;
    font-weight: 800;
    font-size: calc((17 / 425) * 100vw);
    line-height: calc((23 / 425) *100vw);
    margin-bottom: calc((10 / 425) * 100vw);
    text-align: left;
  }
  .strength_text_header.header1 {
    padding-top: calc((0 / 425) * 100vw);
  }
  .strength_text_body {
    order: 3;
    width: 100%;
    font-size: calc((13 / 425) * 100vw);
    line-height: calc((23 / 425)* 100vw);
    /* padding: 0 36px !important; */
    color: #fff;
    text-align: left;

    padding: 0 0;
    margin-top: 0rem;
  }
  .strength_img {
    order: 2;
    width: calc((140 / 425) * 100vw);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .strength_img.img1 {
    margin-top: -35.5rem;
  }
  .strength_img.img2 {
    margin-top: -32.5rem;
  }
  .strength_img.img3 {
    margin-top: -32.5rem;
  }
}

@media screen and (max-width: 400px){
  .container_strength_all{
    width: 100%;
    display: flex;
    flex-direction: column;

    margin-top: calc((46 / 425) * 100vw);
    gap: calc((30/425) * 100vw);
  }
  .container_strength_all .strength_container{
    display: flex;
    flex-direction: row;

    border-radius: 32.5px;
    width: calc((380 / 425) * 100vw);
    gap: calc((0 / 425) * 100vw);

    margin-left: auto;
    margin-right: auto;
    height: auto;
    min-height: 220px;
    max-height: 220px;

    background: #002060;
    box-shadow: 10px 10px 12.5px 1px rgba(0, 32, 96, 0.6);
  }
  .container_strength_all .strength_container.cnt1 {
    padding: 26px 28px;
  }
  .container_strength_all .strength_container.cnt2 {
    padding: 60px 28px;

  }
  .container_strength_all .strength_container.cnt3 {
    padding: 38px 28px;
  }
  .strength_content {
   display: block;
   width: calc((250 / 425) * 100vw);
  }
  .strength_text_header {
    order: 1;
    width: 100%;
    color: #ffff00;
    font-weight: 800;
    font-size: calc((15 / 425) * 100vw);
    line-height: calc((23 / 425) *100vw);
    margin-bottom: calc((10 / 425) * 100vw);
    text-align: left;
  }
  .strength_text_header.header1 {
    padding-top: calc((0 / 425) * 100vw);
  }
  .strength_text_body {
    order: 3;
    width: 100%;
    font-size: calc((13 / 425) * 100vw);
    line-height: calc((23 / 425)* 100vw);
    /* padding: 0 36px !important; */
    color: #fff;
    text-align: left;

    padding: 0 0;
    margin-top: 0rem;
  }
  .strength_img {
    order: 2;
    width: calc((140 / 425) * 100vw);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .strength_img.img1 {
    margin-top: -35.5rem;
  }
  .strength_img.img2 {
    margin-top: -32.5rem;
  }
  .strength_img.img3 {
    margin-top: -32.5rem;
  }
}

@media screen and (max-width: 375px){
  .container_strength_all{
    width: 100%;
    display: flex;
    flex-direction: column;

    margin-top: calc((46 / 425) * 100vw);
    gap: calc((30/425) * 100vw);
  }
  .container_strength_all .strength_container{
    display: flex;
    flex-direction: row;

    border-radius: 32.5px;
    width: calc((380 / 425) * 100vw);
    gap: calc((0 / 425) * 100vw);

    margin-left: auto;
    margin-right: auto;
    height: auto;
    min-height: 220px;
    max-height: 220px;

    background: #002060;
    box-shadow: 10px 10px 12.5px 1px rgba(0, 32, 96, 0.6);
  }
  .container_strength_all .strength_container.cnt1 {
    padding: 34px 28px;
  }
  .container_strength_all .strength_container.cnt2 {
    padding: 63px 28px;

  }
  .container_strength_all .strength_container.cnt3 {
    padding: 38px 28px;
  }
  .strength_content {
   display: block;
   width: calc((250 / 425) * 100vw);
  }
  .strength_text_header {
    order: 1;
    width: 100%;
    color: #ffff00;
    font-weight: 800;
    font-size: calc((15 / 425) * 100vw);
    line-height: calc((23 / 425) *100vw);
    margin-bottom: calc((10 / 425) * 100vw);
    text-align: left;
  }
  .strength_text_header.header1 {
    padding-top: calc((0 / 425) * 100vw);
  }
  .strength_text_body {
    order: 3;
    width: 100%;
    font-size: calc((13 / 425) * 100vw);
    line-height: calc((23 / 425)* 100vw);
    /* padding: 0 36px !important; */
    color: #fff;
    text-align: left;

    padding: 0 0;
    margin-top: 0rem;
  }
  .strength_img {
    order: 2;
    width: calc((140 / 425) * 100vw);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .strength_img.img1 {
    margin-top: -35.5rem;
  }
  .strength_img.img2 {
    margin-top: -32.5rem;
  }
  .strength_img.img3 {
    margin-top: -32.5rem;
  }
}