

.adspecial_type1 {
  max-width: none !important;
}

.container-fluid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}
.block_sponsored {
  padding: 24px 0;
  text-align: center;
  background: #000 url(/extra/crowdstrike_202205/media/bg.jpg) no-repeat center center;
  color: #fff;
}
.block_sponsored a {color: #FA1D00;}

footer {margin-top: 0;}



.col2,
.col3 {
  display: flex;
  justify-content: space-between;
}

.ta-c {text-align: center;}

/* フレーム設定-------------------------------------------------------------------------------- */
.head_title {
    position: relative;
  overflow: hidden;
    height: 400px;
  color: #fff;
  background: #000 url(/extra/crowdstrike_202205/media/bg.jpg) no-repeat center center;
}
#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.head_title h1 {
    position: relative;
    z-index: 5;
    display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
    height: 100%;
  margin: 0 auto;
  padding: 0 16px;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.3;
  font-feature-settings: "palt" 1;
}
.head_title .ttl-jp {opacity: 0; transform: translateY(30px); animation: fadeup 1.2s ease .6s 1 forwards;}
.head_title small {opacity: 0; transform: translateY(30px); animation: fadeup 1.2s ease 1.2s 1 forwards;}

 @keyframes fadeup {
  0% {opacity: 0; transform: translateY(30px);}
  100% {opacity: 1; transform: translateY(0);}
}

.adspecial {font-feature-settings: "palt" 1;}

h2.adspecial,
h3.adspecial {
padding:  24px;
font-weight: normal;
font-size: 2rem;
text-align: center;
line-height: 1.3;
}
h2.adspecial {
  text-align: center;
}
h2.adspecial span {
  position: relative;
}
h2.adspecial span::before,
h2.adspecial span::after {
  content: "";
  position: absolute;
  top: 0;
  left: -24px;
  display: block;
  width: 2px;
  height: 100%;
  background: #FA1D00;
  transform: rotate(30deg);
}
h2.adspecial span::after {
  left: auto;
  right: -24px;
}

h3.adspecial {font-size: 1.25rem;}



.overview {
  position: relative;
  padding: 100px 16px;
  box-shadow: 0 0 32px #999 inset;
}
.overview::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(/extra/crowdstrike_202205/media/head_title.png) no-repeat center right;
  opacity: .2;
}
.overview .container-fluid {
  position: relative;
  z-index: 5;
    max-width: 800px;
    margin: 0 auto;
}
.overview .container-fluid p:not(:last-child) {
  margin-bottom: 16px;
}




/* compare */
.compare {
  color: #fff;
  background: #292929;
}

.versus {
  padding: 40px 16px 0;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  font-feature-settings: "palt" 1;
}
.versus strong {
  color: #F15F23;
}
.versus strong:nth-of-type(2) {
  color: #FA1D00;
}
.versus span {
  display: inline-block;
  margin: 0 16px;
  color: #fff;
}
.compare h2.adspecial {position: relative; padding-bottom: 0;}

.compare h2.adspecial::after {
content: "";
position: absolute;
z-index: 3;
display: block;
width: 100%;
height: 150px;
bottom: -150px;
left: 0;
background-repeat: no-repeat;
background-size: 100% 90px;
background-position: 50% 0%;  background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" viewBox="0 0 1134.63 158.42"><g fill="%23292929"><path d="M0 0h1134.63L565.17 111.32Z"/><path d="M0 0v51.38l565.17 107.04 569.46-115.6V0Z" opacity=".66"/></g></svg>'); 
}

.compare .col2 > div {
  width: 100%;
  padding: 96px 24px 24px;
  background: #505050;
}
.compare .col2 h3 {
  margin-bottom: 24px;
  color: #F15F23;
  font-size: 1.5rem;
  text-align: center;
}

.compare .col2 > div:nth-of-type(2) {background: #3e3e3e;}
.compare .col2 > div:nth-of-type(2) h3 {color: #FA1D00;}

.compare .col2 .illust {
  margin: 24px 0;
  text-align: center;
}



/* about-falcon */
.about-falcon {
  padding: 80px 24px;
}
.about-falcon > p {text-align: center;}
.about-falcon h2 {
  line-height: 1.3;
}
.about-falcon h2.adspecial span::before {
  left: -80px;
}
.about-falcon h2.adspecial span::after {
  right: -80px;
}
.about-falcon h3 {
  margin: 80px 0 48px;
  font-size: 2rem;
  text-align: center;
}
.about-falcon h3 strong {
  font-size: 2.5rem;
  color: #CB1500;
}

.point {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}

.point h4 {
  margin-bottom: 16px;
  font-size: 1.25rem;
  text-align: center;
  line-height: 1.3;
}

.point > li {
  position: relative;
  width: 100%;
  margin: 8px;
  padding: 48px 16px 16px;
  box-shadow: 0 5px 16px #ccc;
  border-radius: 8px;
}
.point > li .thumb {
  margin-bottom: 24px;
  text-align: center;
}
.point > li .num {
  position: absolute;
  top: -.5em;
  left: calc(50% - .5em);
  margin-bottom: 24px;
  font-size: 6rem;
  font-weight: bold;
  color: #CB1500;
  line-height: 1;
  text-align: center;
}



/* case */
.case {
  position: relative;
  padding: 80px 24px;
  background: #f5f5f5;
}
.case::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(/extra/crowdstrike_202205/media/head_title.png) no-repeat bottom right;
  opacity: .3;
}
.case > p {text-align: center;}

.case-list {
  position: relative;
  z-index: 5;
  max-width: 1000px;
  margin: 40px auto 0;
}
.case-list li {
  display: flex;
  margin-bottom: 16px;
  padding: 24px;
  background: #fff;
  box-shadow: 0 5px 16px #ccc;
  border-radius: 8px;
}

.case-list li h3.adspecial {
  margin-bottom: 8px;
  padding: 16px 0 8px;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid #FA1D00;
}
.case-text {width: 100%;}
.case-testimony {
  position: relative;
  margin: 24px 0;
  padding: 24px;
  font-size: .875rem;
  border: 1px dotted #ddd;
  border-radius: 8px;
}
.case-testimony::before {
  content: "”";
  position: absolute;
  top: -24px;
  left: 0;
  display: inline-block;
  line-height: 1em;
  color: #ccc;
  font-size: 8rem;
}
.case-list li .thumb {
  width: 200px;
  flex-shrink: 0;
  margin-left: 24px;
}
.case-list li .thumb img {width: 100%; max-width: 200px;}
.case-link {
  display: inline-block;
  min-width: 50%;
  margin: 0 auto;
  padding: 16px 32px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #FA1D00;
  border-radius: 50px;
}
.case-link:hover {
  color: #fff !important;
  background: #C02C27;
}




/* document */
.document {
  position: relative;
  padding: 80px 24px;
  color: #fff;
  background: #292929;
}

.document::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(/extra/crowdstrike_202205/media/head_title.png) no-repeat bottom right;
  opacity: .15;
  transform: rotateY(180deg);
}

.document .col3 {
  position: relative;
  z-index: 5;
  max-width: 1000px;
  margin: 24px auto 0;
}
.document .col3 li {width: 100%; }
.document .col3 li a {
  display: block;
  padding: 24px;
  color: #fff;
}
.document .col3 li a:hover {background: rgba(255,255,255,.1); color: #fff !important;}
.document .col3 li .thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 200px;
  margin-bottom: 16px;
}
.document .col3 li img {max-height: 200px;}








/*responsive*/

@media (max-width: 767px) {
  .head_title::before {bottom: 30%;}
  .head_title::after {bottom: -30%;}

h2.adspecial {
  line-height: 1.3;
  font-size: 1.5rem;
  margin-bottom: 24px;
  padding: 16px;
    font-size: 1.25rem;
  border-bottom: 1px solid #F91D00;
}
  h2.adspecial span::before, h2.adspecial span::after {display: none;}

  .col2,.col3 {display: block;}
  .versus {
  font-size: 1.25rem;
  }
  .versus strong,
  .versus span   {
  display: block;
  }
  .compare .col2 > div:nth-of-type(2) {padding-top: 40px;}
  .point {display: block;}
  .point > li {margin: 0 0 16px; padding: 16px;}
  .point > li .num {position: static; margin-bottom: 0; font-size: 3rem; text-align: left;}

  .case-list {margin: 40px 0 0;}
  .case-list li .thumb {width: 80px;}
  .case-list li .thumb img {width: 100%;}

  .document .col3 li {margin-bottom: 24px;}

}



@media (max-width: 480px) {
.head_title h1 .ttl-jp {font-size: 1.25rem;}
.head_title h1 .ttl-jp br {display: none;}
.head_title h1 small {font-size: .85rem;}

  .about-falcon h2.adspecial br {display: none;}
  .about-falcon h3 {margin: 40px 0 0; font-size: 1.25rem;}
  .about-falcon h3 strong {font-size: 1.5rem;}

  .case-list li {flex-direction: column;}
  .case-list li .thumb {order: 1; width: 100%; text-align: center; margin: 0 0 16px 0;}
  .case-list li .thumb img {max-width: 80px;}
  .case-text {order: 2;}
  .case-link {width: 100%;}
  .document .col3 li .thumb {height: auto;}
  .document .col3 li img {max-height: 100px;}


}


