@charset "utf-8";
@charset "utf-8";
body article section.first_view.scroll {
  background-image: url("/images/heatmap/scroll/fv_bg_heatmap_scrollanalysis.png");
}
body article section.first_view.scroll-data {
  background-image: url("/images/heatmap/scroll-data/fv_bg_heatmap_scroll_data.png");
}
body article section.first_view.click {
  background-image: url("/images/heatmap/click/fv_bg_heatmap_clickanalysis.png");
}
body article section.first_view.graphy {
  background-image: url("/images/heatmap/graphy/fv_bg_heatmap_mousegraphy.png");
}
body article section.first_view.recording_gazeplot {
  background-image: url("/images/gazeplot/fv_bg_gazeplot.png");
}
body article section.first_view.move {
  background-image: url("/images/heatmap/move/fv_bg_heatmap_mousemove.jpg");
}
body article section.first_view.touch {
  background-image: url("/images/heatmap/touch/fv_bg_heatmap_tapanalysis.png");
}
body article section.first_view.touch-action {
  background-image: url("/images/heatmap/touch-action/fv_bg_heatmap_touchactionanalysis.png");
}
body article section.first_view.click-data {
  background-image: url("/images/heatmap/click-data/fv_bg_heatmap_clickdata.jpg");
}
body article section.first_view.ab-test {
  background-image: url("/images/test/ab/fv_bg_splittesting_abtesting.jpg");
}
body article section.first_view.multi-test {
  background-image: url("/images/multi/fv_bg_splittesting_multitesting.png");
}
body article section.first_view.ai-test {
  background-image: url("/images/test/ai/fv_bg_splittesting_autotesting.jpg");
}
body article section.first_view.flpo {
  background-image: url("/images/flpo/fv_bg_splittesting_flpotesting.png");
}
body article section.first_view.form-stat {
  background-image: url("/images/efo/statistic/fv_bg_efo_fromstatistics.jpg");
}
body article section.first_view.entry-support {
  background-image: url("/images/common/fv_bg.png");
}
body article section.first_view.monitoring {
  background-image: url("/images/efo/monitoring/fv_bg_efo_monitoring.jpg");
}
body article section.first_view.summary {
  background-image: url("/images/data/summary/fv_bg_data_datasummary.jpg");
}
body article section.first_view.new-repeater {
  background-image: url("/images/data/new-repeater/fv_bg_data_newandreturn.jpg");
}
body article section.first_view.period-comparison {
  background-image: url("/images/comparison/period/fv_bg_comparison_time.png");
}
body article section.first_view.segment-comparison {
  background-image: url("/images/comparison/segment/fv_bg_comparison_segment.png");
}
body article section.first_view.smart-report {
  background-image: url("/images/report/smart-report/fv_bg_smartreport.png");
}
body article section.first_view.ai-report {
  background-image: url("/images/report/ai-report/fv_bg_aireport.png");
}
body article section.first_view.auto-mail-report {
  background-image: url("/images/report/auto-mail-report/fv_bg_auto_mail_report.png");
}
body article section.first_view.form-report {
  background-image: url("/images/efo/statistic/fv_bg_form_report.png");
}
body article section.first_view.bfo {
  background-image: url("/images/efo/bfo/fv_bg_bfo.png");
}
body article section.first_view.goal-funnel {
  background-image: url("/images/goal-funnel/fv_bg_goal_funnel.png?20211209v2");
}
body article section.first_view.personalize-lp {
  background-image: url("/images/personalize-lp/fv_bg_smart_report.png");
}
body article {
  margin-top: 0;
}
body article section.first_view {
  height: 320px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
}
body article section.first_view >h1,
body article section.first_view >p {
  position: relative;
  top: 140px;
  line-height: 1em;
}
body article section.first_view >h1.not-heatmap,
body article section.first_view >p.not-heatmap {
  top: 160px;
}
body article section.first_view >h1.first_title,
body article section.first_view >p.first_title {
  margin-bottom: 8px;
}
body article section.first_view >h1.first_subtitle,
body article section.first_view >p.first_subtitle {
  position: absolute;
  top: auto;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 481px) and (max-width: 550px) {
  body article section.first_view >h1.first_subtitle.en,
  body article section.first_view >p.first_subtitle.en {
    bottom: 12px;
    line-height: 100%;
  }
}
@media screen and (max-width: 370px) {
  body article section.first_view >h1.first_subtitle.en,
  body article section.first_view >p.first_subtitle.en {
    line-height: 120%;
  }
}
body article section.first_view >h1.first_subtitle >br,
body article section.first_view >p.first_subtitle >br {
  display: none;
}
body article section.first_view >h1.breadcrumb,
body article section.first_view >p.breadcrumb {
  position: absolute;
  left: calc(50% - 480px);
  top: 90px;
}
body article section.first_view >h1.breadcrumb >a,
body article section.first_view >p.breadcrumb >a {
  text-decoration: none;
}
body article section.first_view >h1.breadcrumb >a:hover,
body article section.first_view >p.breadcrumb >a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 960px) {
  body article section.first_view >h1.breadcrumb,
  body article section.first_view >p.breadcrumb {
    left: 40px;
  }
}
@media screen and (max-width: 720px) {
  body article section.first_view {
    height: 256px;
  }
  body article section.first_view >h1,
  body article section.first_view >p {
    top: 100px;
  }
  body article section.first_view >h1.first_subtitle,
  body article section.first_view >p.first_subtitle {
    bottom: 36px;
    line-height: 150%;
  }
  body article section.first_view >h1.first_subtitle >br,
  body article section.first_view >p.first_subtitle >br {
    display: inline;
  }
  body article section.first_view >h1.breadcrumb,
  body article section.first_view >p.breadcrumb {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  body article section.first_view >h1,
  body article section.first_view >p {
    top: 112px;
  }
}
body article section h2 {
  margin-top: 64px;
  margin-bottom: 32px;
  font-size: 32px;
  line-height: 150%;
  color: #455a64;
  text-align: center;
}
body article section >.contents {
  max-width: 1280px;
  margin: auto;
}
body article section >.contents >.content {
  margin-left: 12.5%;
  margin-right: 12.5%;
  margin-bottom: 80px;
}
body article section >.contents >.content >.text {
  max-width: 468px;
  margin: auto;
  margin-bottom: 40px;
}
body article section >.contents >.content >.text >p {
  margin-bottom: 1em;
}
body article section >.contents >.content >.text >.red_text {
  color: #ec0000;
}
@media screen and (max-width: 720px) {
  body article section >.contents >.content >.text >.red_text:last-of-type {
    margin-bottom: 0;
  }
}
body article section >.contents >.content >.text >form {
  text-align: center;
}
body article section >.contents >.content >.text >form >div {
  margin: auto;
  position: relative;
}
body article section >.contents >.content >.text >form >div >input[type="email"] {
  height: 51px;
  width: 324px;
  font-size: 16px;
  border: solid 2px #cfd8dc;
  border-radius: 8px;
  background-color: #fff;
  margin: 8px auto;
}
body article section >.contents >.content >.text >form >div >input[type="email"]:focus {
  background-color: #fffde7;
}
body article section >.contents >.content >.text >form >div >input[type="email"].error {
  border: solid 2px #ff8a80;
  background-color: #ffebee;
}
body article section >.contents >.content >.text >form >div >input[type="email"].valid {
  border: solid 2px #26a69a;
  background-color: #e0f2f1;
}
@media screen and (max-width: 720px) {
  body article section >.contents >.content >.text >form >div >input[type="email"] {
    width: 100%;
    margin: 40px auto;
  }
}
body article section >.contents >.content >.text >form >div >label.error {
  position: absolute;
  top: 24px;
  left: 85.4%;
  white-space: nowrap;
  margin-left: 10px;
  color: #ff5252;
}
@media screen and (max-width: 720px) {
  body article section >.contents >.content >.text >form >div >label.error {
    top: 100px;
    left: initial;
    right: -12px;
  }
}
body article section >.contents >.content >.text >form >.checkbox {
  display: flex;
  justify-content: center;
  align-items: center;
}
body article section >.contents >.content >.text >form >.checkbox >input[type="checkbox"] {
  display: flex;
  gap: 8px;
  color: #607d8b;
  position: relative;
  width: 13px;
  height: 13px;
  border: solid 2px #becad0;
  border-radius: 3px;
  appearance: none;
}
body article section >.contents >.content >.text >form >.checkbox >input[type="checkbox"].error {
  border: solid 2px #ff8a80;
  background-color: #ffebee;
}
body article section >.contents >.content >.text >form >.checkbox >input[type="checkbox"]:checked {
  background-color: #1e90ff;
  border: 0;
}
body article section >.contents >.content >.text >form >.checkbox >input[type="checkbox"]:checked:before {
  position: absolute;
  top: 1px;
  left: 4px;
  transform: rotate(36deg);
  width: 2.5px;
  height: 6.5px;
  border-right: 2.5px solid #fff;
  border-bottom: 2.5px solid #fff;
  content: '';
}
body article section >.contents >.content >.text >form >.checkbox >input[type="checkbox"]:hover {
  border-color: #4c5f69;
}
body article section >.contents >.content >.text >form >.checkbox >input[type="checkbox"]:checked:hover {
  background-color: #1568b9;
}
body article section >.contents >.content >.text >form >.checkbox p {
  margin-bottom: 0;
}
body article section >.contents >.content >.text >form >.checkbox p a {
  text-decoration: underline;
  color: #00a59a;
}
body article section >.contents >.content >.text >form >.checkbox p a:hover {
  color: #4db6ac;
}
body article section >.contents >.content >.text >form >.checkbox label.error {
  position: absolute;
  top: 0;
  left: 80%;
  color: #ff5252;
}
@media screen and (max-width: 720px) {
  body article section >.contents >.content >.text >form >.checkbox {
    margin-bottom: 25px;
  }
  body article section >.contents >.content >.text >form >.checkbox label.error {
    top: 100%;
    left: initial;
    right: -12px;
  }
}
body article section >.contents >.content >.text >form >input.form_button {
  width: 330px;
  height: 64px;
  border: none;
  border-radius: 32px;
  margin: 16px auto 8px;
  background-color: #ffd600;
  box-shadow: 0 3px 0 #fbc02d;
  cursor: pointer;
}
body article section >.contents >.content >.text >form >input.form_button:hover {
  background-color: #ffea60;
}
body article section >.contents >.content >.text >form >input.form_button:active {
  background-color: #fbc02d;
  box-shadow: 0 0 0;
  position: relative;
  top: 3px;
}
body article section >.contents >.content >.text >form >input.form_button:disabled {
  background-color: #b0bec5;
  box-shadow: 0 0 0;
  cursor: default;
}
@media screen and (max-width: 720px) {
  body article section >.contents >.content >.text >form >input.form_button {
    width: 100%;
    margin-top: 0;
  }
}
@media screen and (max-width: 600px) {
  body article section >.contents >.content >.text >form >input.form_button {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  body article section >.contents >.content >.text >form >input.form_button {
    font-size: 12px;
  }
}
body article section >.contents >.content >.description {
  border: 1px solid #26a69a;
  margin-bottom: 72px;
}
body article section >.contents >.content >.description >.description_title {
  background-color: #26a69a;
}
body article section >.contents >.content >.description >.description_title >h3 {
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
  font-size: 24px;
  color: #fff;
  text-align: center;
  padding: 6px;
}
body article section >.contents >.content >.description >.description_items >dl {
  letter-spacing: -0.4em;
}
body article section >.contents >.content >.description >.description_items >dl >dt,
body article section >.contents >.content >.description >.description_items >dl >dd {
  display: inline-block;
  letter-spacing: normal;
  min-height: 64px;
  word-break: break-all;
  vertical-align: middle;
}
body article section >.contents >.content >.description >.description_items >dl >dt:nth-of-type(even),
body article section >.contents >.content >.description >.description_items >dl >dd:nth-of-type(even) {
  background-color: #e0f2f1;
}
body article section >.contents >.content >.description >.description_items >dl >dt.line_2,
body article section >.contents >.content >.description >.description_items >dl >dd.line_2 {
  height: calc(32px + (24px * 2) + (1260px * 0.16) - 16vw);
  min-height: calc(32px + (24px * 2));
}
body article section >.contents >.content >.description >.description_items >dl >dt.line_2 >span,
body article section >.contents >.content >.description >.description_items >dl >dd.line_2 >span {
  padding: calc(64px - 9.5%) 0;
}
body article section >.contents >.content >.description >.description_items >dl >dt.line_3,
body article section >.contents >.content >.description >.description_items >dl >dd.line_3 {
  height: calc(32px + (24px * 3) + (1260px * 0.16) - 16vw);
  min-height: calc(32px + (24px * 3));
}
body article section >.contents >.content >.description >.description_items >dl >dt.line_3 >span,
body article section >.contents >.content >.description >.description_items >dl >dd.line_3 >span {
  padding: calc(73px - 9.7%) 0;
}
body article section >.contents >.content >.description >.description_items >dl >dt.line_4,
body article section >.contents >.content >.description >.description_items >dl >dd.line_4 {
  height: calc(32px + (24px * 4) + (1260px * 0.16) - 16vw);
  min-height: calc(32px + (24px * 4));
}
body article section >.contents >.content >.description >.description_items >dl >dt.line_4 >span,
body article section >.contents >.content >.description >.description_items >dl >dd.line_4 >span {
  padding: calc(111px - 17.6%) 0;
}
body article section >.contents >.content >.description >.description_items >dl >dt.line_5,
body article section >.contents >.content >.description >.description_items >dl >dd.line_5 {
  height: calc(32px + (24px * 5) + (1260px * 0.16) - 16vw);
  min-height: calc(32px + (24px * 5));
}
body article section >.contents >.content >.description >.description_items >dl >dt.line_5 >span,
body article section >.contents >.content >.description >.description_items >dl >dd.line_5 >span {
  padding: calc(135px - 21%) 0;
}
body article section >.contents >.content >.description >.description_items >dl >dt.line_6,
body article section >.contents >.content >.description >.description_items >dl >dd.line_6 {
  height: calc(32px + (24px * 6) + (1260px * 0.16) - 16vw);
  min-height: calc(32px + (24px * 6));
}
body article section >.contents >.content >.description >.description_items >dl >dt.line_6 >span,
body article section >.contents >.content >.description >.description_items >dl >dd.line_6 >span {
  padding: calc(147px - 21%) 0;
}
@media screen and (max-width: 720px) {
  body article section >.contents >.content >.description >.description_items >dl >dt,
  body article section >.contents >.content >.description >.description_items >dl >dd {
    display: block;
  }
}
body article section >.contents >.content >.description >.description_items >dl >dt {
  width: 35%;
  border-right: 1px dashed #26a69a;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  body article section >.contents >.content >.description >.description_items >dl >dt {
    white-space: initial;
  }
}
@media screen and (max-width: 720px) {
  body article section >.contents >.content >.description >.description_items >dl >dt.line_2,
  body article section >.contents >.content >.description >.description_items >dl >dt.line_3,
  body article section >.contents >.content >.description >.description_items >dl >dt.line_4,
  body article section >.contents >.content >.description >.description_items >dl >dt.line_5,
  body article section >.contents >.content >.description >.description_items >dl >dt.line_6 {
    width: 100%;
    border-right: none;
    height: initial;
    min-height: 48px;
  }
  body article section >.contents >.content >.description >.description_items >dl >dt.line_2 >span,
  body article section >.contents >.content >.description >.description_items >dl >dt.line_3 >span,
  body article section >.contents >.content >.description >.description_items >dl >dt.line_4 >span,
  body article section >.contents >.content >.description >.description_items >dl >dt.line_5 >span,
  body article section >.contents >.content >.description >.description_items >dl >dt.line_6 >span {
    text-align: center;
    padding: 12px 0;
    border-bottom: 1px dashed #26a69a;
    width: 93.7%;
  }
}
body article section >.contents >.content >.description >.description_items >dl >dt >span {
  display: block;
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 150%;
  color: #607d8b;
  text-align: left;
  width: 90.4%;
  margin: auto;
  padding: 20px 0;
}
body article section >.contents >.content >.description >.description_items >dl >dd {
  width: calc(65% - 1px);
}
@media screen and (max-width: 720px) {
  body article section >.contents >.content >.description >.description_items >dl >dd.line_2,
  body article section >.contents >.content >.description >.description_items >dl >dd.line_3,
  body article section >.contents >.content >.description >.description_items >dl >dd.line_4,
  body article section >.contents >.content >.description >.description_items >dl >dd.line_5,
  body article section >.contents >.content >.description >.description_items >dl >dd.line_6 {
    width: 100%;
    height: initial;
    min-height: 92px;
  }
}
body article section >.contents >.content >.description >.description_items >dl >dd >p {
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 150%;
  color: #607d8b;
  text-align: left;
  width: 94.9%;
  margin: auto;
  padding: 16px 0;
}
@media screen and (max-width: 720px) {
  body article section >.contents >.content >.description >.description_items >dl >dd >p {
    padding: 10px 0;
    width: 93.7%;
  }
}
body article section >.contents >.content >.illust {
  max-width: 906px;
  margin: auto;
  margin-bottom: 80px;
}
body article section >.contents >.content >.illust >img {
  width: 100%;
}
body article section >.contents >.content >.movie {
  position: relative;
  max-width: 724px;
  margin-left: 12%;
}
@media screen and (max-width: 960px) {
  body article section >.contents >.content >.movie {
    margin-left: 0;
  }
}
@media screen and (max-width: 720px) {
  body article section >.contents >.content >.movie {
    width: 100%;
  }
}
body article section >.contents >.content >.movie >img {
  width: 100%;
}
body article section >.contents >.content >.movie >video {
  position: absolute;
  top: 13.1%;
  left: 13.5%;
  width: 72.9%;
}
body article section >.contents >.content >.movie_automail .illust {
  max-width: 585px;
  position: relative;
  margin: auto;
}
@media screen and (max-width: 720px) {
  body article section >.contents >.content >.movie_automail .illust {
    margin: auto;
    width: 80%;
  }
}
body article section >.contents >.content >.movie_automail .illust.left >img {
  right: 0;
  opacity: 1;
}
body article section >.contents >.content >.movie_automail .illust >.scroll_report {
  position: absolute;
  height: 68.6%;
  width: 72.6%;
  left: 13.6%;
  top: 13.3%;
  overflow: hidden;
}
body article section >.contents >.content >.movie_automail .illust img {
  width: 100%;
}
body article section#detail,
body article section#usage {
  border-bottom: solid 1px #cfd8dc;
}
body article section#usage >.contents >.content >.text {
  display: block;
}
body article section#usage >.contents >.content >.illust {
  margin-bottom: 0;
}
body article section#usage >.contents >.content >.illust >video {
  margin-bottom: 16px;
  border: solid 6px #cfd8dc;
}
body article section#usage >.contents >.content >.illust >p {
  text-align: center;
}
body article section#usage >.contents >.content >div {
  display: inline-block;
  letter-spacing: -0.4em;
}
body article section#usage >.contents >.content >div >p {
  letter-spacing: normal;
}
body article section#usage >.contents >.content >div >p.left-align {
  text-align: left;
}
@media screen and (max-width: 720px) {
  body article section h2 {
    width: 80%;
    margin: 40px auto 20px;
    font-size: 24px;
  }
  body article section >.contents >.content {
    width: 80%;
    max-width: 512px;
    margin: 0 auto 40px;
  }
  body article section >.contents >.content >.text {
    max-width: none;
  }
  body article section >.contents >.content >.illust {
    margin-bottom: 40px;
  }
  body article section#detail >.contents >.content >.text {
    margin-bottom: 72px;
  }
  body article section#usage >.contents >.content >.left,
  body article section#usage >.contents >.content >.right {
    width: 100%;
    max-width: 512px;
  }
  body article section#usage >.contents >.content >.left img,
  body article section#usage >.contents >.content >.right img {
    width: auto;
    max-width: 100%;
  }
  body article section#usage >.contents >.content >.left {
    margin: 0 auto 40px;
  }
  body article section#usage >.contents >.content >.right {
    margin: 0 auto;
  }
  body article section#usage >.contents >.content.two-column-rev >.left {
    margin-bottom: 0;
  }
  body article section#usage >.contents >.content.two-column-rev >.right {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  body article section h2 {
    font-size: 20px;
  }
}
