@charset "UTF-8";
/* Scss Document */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

html {
  overflow: auto !important; }

body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  color: #2f2f2f; }

.fwm {
  font-family: "游ゴシック", YuGothic, sans-serif; }

.font-brackets {
  font-family: "游ゴシック", "Yu Gothic", sans-serif; }

.green {
  color: #6aba4f; }

.dark-green {
  color: #01a80d; }

.black {
  color: #2f2f2f; }

@media screen and (min-width: 481px) {
  .ilb {
    display: inline-block !important; } }
@media screen and (max-width: 480px) {
  .sp_ilb {
    display: inline-block !important; } }
.exabeam {
  margin-bottom: 5px; }
  @media screen and (max-width: 480px) {
    .exabeam {
      margin-bottom: 3px; } }

@media screen and (min-width: 481px) {
  body {
    min-width: 1100px; }

  #top-head, section, footer {
    min-width: 1100px; }

  #top-head {
    position: fixed !important; }

  .Mainwrap .ovr {
    display: block; } }
@media screen and (max-width: 480px) {
  .only_pc {
    display: none !important; }

  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg); }

  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%; }

  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg); }

  /* #global-nav スライドアニメーション */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(556px);
    -webkit-transform: translateY(556px);
    transform: translateY(556px); } }
.tacbtn, .layoutboxfooter, .footer {
  font-family: 'Noto Sans Japanese','メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif; }

.ffhg {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro'; }

.roboto {
  font-family: "Roboto", sans-serif;
  font-size: 69px;
  font-style: italic; }
  @media screen and (max-width: 480px) {
    .roboto {
      font-size: 36px; } }

.wi1000 {
  width: 1000px; }

.mt_-10 {
  margin-top: -10px; }

.mt_-15 {
  margin-top: -15px; }

.mt_-20 {
  margin-top: -20px; }

.mt_-115 {
  margin-top: -115px; }

@media screen and (min-width: 481px) {
  .formbtn {
    position: absolute;
    right: -160px;
    top: -25px;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s; }
    .formbtn:hover {
      opacity: 0.7; }

  .formbtn01 {
    display: block; }

  .formbtn02 {
    display: none; }

  .fixed .formbtn {
    right: -210px;
    top: -3px; }
  .fixed .formbtn01 {
    display: none; }
  .fixed .formbtn02 {
    display: block; } }
@media screen and (max-width: 480px) {
  #top-head #global-nav ul li a.formbtn02 {
    padding: 18px 0 10px; } }
.bnr-btn01 {
  display: block;
  position: relative;
  color: #6aba4f;
  background: #fff;
  width: 820px;
  margin: 0 auto;
  border-radius: 100px;
  box-shadow: 0px 0px 4.5px 0.5px rgba(0, 0, 0, 0.1); }
  .bnr-btn01:visited {
    color: #6aba4f; }
  .bnr-btn01:link {
    color: #6aba4f; }
  .bnr-btn01::before {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background: #6aba4f;
    position: absolute;
    top: 50%;
    right: 14.5%;
    transform: rotate(45deg); }
    @media screen and (max-width: 480px) {
      .bnr-btn01::before {
        width: 4%;
        top: 51.5%;
        right: 7%; } }
  .bnr-btn01::after {
    content: '';
    display: block;
    width: 140px;
    height: 1px;
    background: #6aba4f;
    position: absolute;
    top: 60%;
    right: 15%; }
    @media screen and (max-width: 480px) {
      .bnr-btn01::after {
        width: 12%;
        top: 58%;
        right: 8%; } }
  .bnr-btn01:hover {
    text-decoration: none; }

.relative {
  position: relative; }

.asterisk {
  position: absolute;
  left: -23px; }
  @media screen and (max-width: 480px) {
    .asterisk {
      left: -20px; } }

.vat {
  vertical-align: top; }

.palt {
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"; }

.sp_palt {
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"; }

.bgcolor_red_logo {
  background-color: #e12b20 !important; }

@media screen and (min-width: 481px) {
  .borderline_l {
    border-left: 1px solid #2f2f2f; }

  .borderline_b_r {
    border-bottom: 1px solid #e12b20; }

  .borderline_r {
    border: 2px solid #e12b20; }

  .borderline_l_r {
    border-left: 2px solid #e12b20; } }
@media screen and (max-width: 480px) {
  .sp_borderline_l {
    border-left: 1px solid #2f2f2f; }

  .sp_borderline_b_r {
    border-bottom: 1px solid #e12b20; }

  .sp_borderline_r {
    border: 2px solid #e12b20; }

  .sp_borderline_l_r {
    border-left: 2px solid #e12b20; } }
.glow_white {
  -moz-transform: matrix(1, 0, 0, 0.9999293493, 0, 0);
  -webkit-transform: matrix(1, 0, 0, 0.9999293493, 0, 0);
  -ms-transform: matrix(1, 0, 0, 0.9999293493, 0, 0); }

.boxshadow {
  text-shadow: black 1px 1px 20px, black -1px -1px 20px, black -1px -1px 20px; }

.boxshadow2 {
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1); }

.boxshadow3 {
  box-shadow: 7.071px 7.071px 0px 0px rgba(0, 0, 0, 0.2); }

.bs {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.bg_00 {
  background: url(/business/security/lp/files/image/crowdstrike_ngav_lp_bg_02.png) no-repeat;
  background-size: cover;
  background-position: center center; }

.bg_01 {
  background: url(/business/security/lp/files/image/exabeam_lp_bg01.jpg) no-repeat;
  background-size: cover;
  background-position: center center; }
  @media screen and (max-width: 480px) {
    .bg_01 {
      background: url(/business/security/lp/files/image/exabeam_lp_bg01_sp.jpg) no-repeat;
      background-size: cover; } }

.bg_02 {
  background: url(/business/security/lp/files/image/exabeam_lp_bg02.jpg) no-repeat;
  background-size: cover;
  background-position: center center; }

.bg_03 {
  background: url(/business/security/lp/files/image/exabeam_lp_bg03.png); }

.bg_04 {
  background: url(/business/security/lp/files/image/exabeam_lp_bg04.jpg) no-repeat;
  background-size: cover;
  background-position: center center; }

.title_bg {
  padding: 35px 0;
  background: url(/business/security/lp/files/image/exabeam_lp_movie01.png) no-repeat;
  background-size: 160px;
  background-position: center top; }
  @media screen and (max-width: 480px) {
    .title_bg {
      padding: 30px 0;
      background-size: 130px; } }

.mv .under-line {
  background: url(/business/security/lp/files/image/exabeam_lp_mv_line.png) no-repeat;
  background-position: bottom;
  padding-bottom: 15px; }
  @media screen and (max-width: 480px) {
    .mv .under-line {
      background: url(/business/security/lp/files/image/exabeam_lp_mv_line_sp.png) no-repeat;
      background-position: 120% -10%;
      padding-bottom: 0;
      padding-top: 15px; } }

.intro_block {
  width: 280px;
  height: 220px;
  flex-direction: column;
  border-radius: 10px;
  box-shadow: 0px 0px 4.5px 0.5px rgba(0, 0, 0, 0.1); }
  @media screen and (max-width: 480px) {
    .intro_block {
      height: 160px; } }

.intro_text {
  position: relative;
  background: rgba(106, 186, 79, 0.2); }
  .intro_text::before {
    content: '';
    display: block;
    width: 428px;
    height: 83px;
    background: url(/business/security/lp/files/image/exabeam_lp_intro_logo04.png) no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 1;
    top: -35px;
    right: 0; }
    @media screen and (max-width: 480px) {
      .intro_text::before {
        width: 75%;
        top: -25px; } }

.issue_text {
  color: #97e672; }

.issue_block {
  width: 260px;
  height: 320px;
  margin: 0 22px;
  padding-left: 26px;
  padding-right: 18px; }
  @media screen and (max-width: 480px) {
    .issue_block {
      margin: 0 auto 30px; } }
  .issue_block.task01 {
    padding-top: 225px;
    background: url(/business/security/lp/files/image/exabeam_lp_issue_task01.png) no-repeat;
    background-size: contain; }
    @media screen and (max-width: 480px) {
      .issue_block.task01 {
        padding-top: 245px; } }
  .issue_block.task02 {
    padding-left: 16px;
    padding-right: 12px;
    padding-top: 225px;
    background: url(/business/security/lp/files/image/exabeam_lp_issue_task02.png) no-repeat;
    background-size: contain; }
    @media screen and (max-width: 480px) {
      .issue_block.task02 {
        padding-top: 245px; } }
  .issue_block.task03 {
    padding-top: 225px;
    background: url(/business/security/lp/files/image/exabeam_lp_issue_task03.png) no-repeat;
    background-size: contain; }
    @media screen and (max-width: 480px) {
      .issue_block.task03 {
        padding-top: 245px; } }

.solution .solution_arrow {
  position: relative; }
  .solution .solution_arrow::after {
    content: '';
    display: block;
    width: 245px;
    height: 96px;
    background: url(/business/security/lp/files/image/exabeam_lp_solution_arrow.png) no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 1;
    bottom: -126px;
    left: 50%;
    transform: translate(-50%, 0); }
    @media screen and (max-width: 480px) {
      .solution .solution_arrow::after {
        transform: translate(-50%, 0) scale(0.5);
        bottom: -96px; } }
.solution .solution_block {
  background: #fff;
  border: solid 5px #6aba4f;
  padding: 0 45px;
  position: relative;
  text-align: center; }
  @media screen and (max-width: 480px) {
    .solution .solution_block {
      border: solid 3px #6aba4f;
      padding: 0 10px; } }
.solution .solution_block-border {
  border-bottom: solid 1px #6aba4f; }
.solution .solution_block-title {
  margin-left: 50px;
  text-align: left; }
  @media screen and (max-width: 480px) {
    .solution .solution_block-title {
      margin-left: 10px; } }
  .solution .solution_block-title::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1; }
  .solution .solution_block-title.task01::after {
    width: 151px;
    height: 126px;
    background: url(/business/security/lp/files/image/exabeam_lp_solution_bg_task01.png) no-repeat;
    background-size: contain;
    top: 0;
    right: 5%; }
    @media screen and (max-width: 480px) {
      .solution .solution_block-title.task01::after {
        top: 4%;
        right: -2px;
        width: 58px;
        height: 48px; } }
  .solution .solution_block-title.task02::after {
    width: 94px;
    height: 119px;
    background: url(/business/security/lp/files/image/exabeam_lp_solution_bg_task02.png) no-repeat;
    background-size: contain;
    top: 0;
    right: 5%; }
    @media screen and (max-width: 480px) {
      .solution .solution_block-title.task02::after {
        top: 1%;
        width: 42px;
        height: 53px; } }
  .solution .solution_block-title.task03::after {
    width: 97px;
    height: 121px;
    background: url(/business/security/lp/files/image/exabeam_lp_solution_bg_task03.png) no-repeat;
    background-size: contain;
    top: 0;
    right: 5%; }
    @media screen and (max-width: 480px) {
      .solution .solution_block-title.task03::after {
        width: 47px;
        height: 59px; } }
.solution .solution_block-text {
  display: inline-block;
  background: linear-gradient(transparent 85%, #fff000 0%);
  padding: 0 2px 10px; }
  @media screen and (max-width: 480px) {
    .solution .solution_block-text {
      background: linear-gradient(transparent 90%, #fff000 0%);
      padding: 0 2px 2px; } }
  .solution .solution_block-text.task01 {
    transform: translateY(-35px); }
    @media screen and (max-width: 480px) {
      .solution .solution_block-text.task01 {
        transform: translateY(-10px); } }
.solution .solution_btn {
  background: #6aba4f;
  margin-left: auto;
  text-align: center;
  padding: 7px 0;
  position: relative; }
  .solution .solution_btn::after {
    content: '';
    display: block;
    width: 17px;
    height: 17px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    position: absolute;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 1;
    top: 50%;
    right: 7.5%; }
    @media screen and (max-width: 480px) {
      .solution .solution_btn::after {
        transform: rotate(45deg) translate(-50%, -50%) scale(0.5);
        top: 60%; } }
  .solution .solution_btn:hover {
    text-decoration: none; }

.point .point_text {
  background: #6aba4f;
  display: inline-block;
  margin-top: 15px;
  padding: 0 15px; }
  @media screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
    .point .point_text {
      /* IE向けのCSS～START */
      padding: 6px 15px 0;
      /* IE向けのCSS～END */ } }
.point .point_bg {
  background: rgba(255, 255, 255, 0.9); }
.point .dot-list {
  margin-left: 1em;
  position: relative; }
  .point .dot-list .dot02 {
    position: absolute;
    left: -1em; }

.movie .movie_img {
  display: inline-block;
  box-shadow: 21px 21px 0px rgba(0, 0, 0, 0.1); }
  @media screen and (max-width: 480px) {
    .movie .movie_img {
      box-shadow: 10px 10px 0px rgba(0, 0, 0, 0.1); } }
  .movie .movie_img img {
    vertical-align: top; }
@media screen and (max-width: 480px) {
  .movie .movie_block.title_bg {
    background-position: center center; }
  .movie .movie_text {
    position: relative; }
    .movie .movie_text::before {
      content: '';
      display: block;
      width: 1px;
      height: 10px;
      background: #000;
      position: absolute;
      z-index: 1;
      top: -10px;
      left: 50%;
      transform: translate(-50%, -50%); } }
