html {
  font-size: 62.5%;
    overflow-x: hidden;
}
body {
  width: 100%;
  overflow-x: hidden;
  font-family: 'Noto Sans JP', 'メイリオ', 'Meiryo', sans-serif;
  line-height: 1.6;
}

h2{
  font-size:3rem;
  font-weight:700;
  line-height:4.4rem;
  color:#314155;
}

h2 *{
  font-weight:700 !important;
}

section > h2{
  text-align: center;
  margin-bottom:2.6rem;
}

h3{
  color:#314155;
}
h3{
  font-size:2rem;
  position:relative;
  text-align: center;
  line-height:2.9rem;
  margin-bottom:2rem;
}

h3:after{
  width:6.3rem;
  height:.4rem;
  background:#0080FF;
  position:absolute;
  content:"";
  bottom:-.8rem;
  left:0;
  right:0;
  margin:0 auto;
}

p,div,span,figure,th,td{
  font-size:1.6rem;
  font-weight:600;
  line-height:2.7rem;
  color:#314155;
}

a{
  font-size:1.6rem;
  font-weight:600;
  line-height:2.7rem;
  color:#0080FF;
  word-break: break-all;
}

section{
  width:100%;
}

.inner{
  width:96%;
  max-width:110rem;
  margin:0 auto;
  padding:0 2.5rem;
}


header#header{
  width:100%;
  /* height:10rem; */
  height:6rem;
  background:#fff;
  box-shadow:0 .3rem .6rem rgba(0,0,0,.16);
  position:fixed;
  top:0;
  left:0;
  z-index:1000;
}

.headerInner{
  width:95.31%;
  /* height:10rem; */
  height:6rem;
  margin:0 auto;
  display:flex;
  justify-content: space-around;
  align-items:center;
}

.hmbBarContainer{
  display:none;
}

.headerInner > a{
  display:flex;
  justify-content: flex-start;
  align-items: flex-end;
  /* width:24.5%;
  max-width:32rem;
  height:auto; */
  width:auto;
  max-width:none;
  height:2.4rem;
  margin-top:.6rem;
}

.headerInner > a > img{
  /* width:100%;
  height:auto; */
  width:auto;
  height:100%;

}

#spNav{
  width:75.5%;
  display: flex;
  flex-direction: column-reverse;
}

#spNav ul{
  display:flex;
  justify-content: flex-end;
  align-items:center;
  margin:0;
  padding:0;
  list-style: none;
}

#spNav ul.pvNav li a{
  display: block;
  padding:.2rem .8rem;
  color:#314155;
  text-decoration: none;
  transition:all .3s ease;
}

#spNav ul.pvNav li a:hover{
  color:#0080FF;
}

/* #spNav ul{
  margin-bottom:1rem;
} */

#spNav ul li a{
  display:block;
  position:relative;
  padding:.8rem 4.4rem .8rem 5.2rem;
  background:#FFD600;
  border:.2rem solid #FFD600;
  border-radius:10rem;
  color:#314155;
  text-decoration:none;
  line-height:2.4rem;
}

#spNav ul li:nth-of-type(1) a:before{
  content:"";
  position:absolute;
  background:center / contain no-repeat url(../img/phishing_detection/contact_icon1.svg);
  width:2.4rem;
  height:2.4rem;
  top:0;
  bottom:0;
  left:2rem;
  margin:auto 0;
}

#spNav ul li:nth-of-type(2) a{
  padding:.8rem 2.1rem .8rem 4.3rem;
  background:#0080FF;
  border:.2rem solid #0080FF;
  color:#fff;
  margin-left:1.6rem;
}

#spNav ul li:nth-of-type(2) a:before{
  content:"";
  position:absolute;
  background:center / contain no-repeat url(../img/phishing_detection/contact_icon2.svg);
  width:2.4rem;
  height:2.4rem;
  top:0;
  bottom:0;
  left:1.2rem;
  margin:auto 0;
}

#spNav2{
  /* display:block; */
  display:none;
}

section.fv{
  background:#EDF3FF;
  /* margin-top:10rem; */
  margin-top:6rem;
}

section.fv > .inner{
  display:flex;
  justify-content: center;
  align-items: center;
  padding:4.1rem 0 6.1rem;
}

.fvLeft{
  width:50%;
  text-align:center;
}

.fvLeft > h1 > .mainCopy,.fvLeft > h1 > .mainCopy *{
  font-size:3.5rem;
  font-weight:700;
  line-height:6.1rem;
  text-align:left;
}

.fvLeft > h1 > .mainCopy .catchSmall{
  font-size:3rem;
}

.fvLeft > h1 > .mainCopy{
  margin-bottom:2.6rem;
}

.blue{
  color:#0080FF;
}

.yellowUnder{
  position:relative;
  display: inline-block;
  z-index:10;
}

.yellowUnder:before{
  width:100%;
  height:2rem;
  position:absolute;
  content:"";
  bottom:1rem;
  left:0;
  right:0;
  background:#FFD600;
  z-index:-1;
}

.fvRight{
  /* width:47.09%; */
  width:38.2%;
}

.blue > span{
  position:relative;
  display: inline-block;
  z-index:10;
  width:2rem;
  height:2.2rem;
}

.blue > span:before{
  width:.8rem;
  height:.8rem;
  border-radius:10rem;
  position:absolute;
  content:"";
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
  background:#0080FF;
  z-index:-1;
}

.logoCopy{
  width:71.82%;
  height:auto;
  margin:0 0 2.1rem;
  display:flex;
  justify-content: center;
  align-items: flex-end;
}

.fvImg{
  /* width:76.23%; */
  width:100%;
  /* margin:0 auto; */
  margin:0;
}

.fvImg > img{
  width:100%;
  height:auto;
}

.heroFormContainer{
  background:#fff;
  border-radius:1.6rem;
  border:.3rem solid #F3F3F3;
  padding:2.2rem 2.7rem 3.2rem;
}

.heroFormContainer > h2{
  font-size:2rem;
  position:relative;
  text-align: center;
  line-height:2.9rem;
  margin-bottom:2.9rem;
}

.heroFormContainer > h2:after{
  width:6.3rem;
  height:.4rem;
  background:#0080FF;
  position:absolute;
  content:"";
  bottom:-.8rem;
  left:0;
  right:0;
  margin:0 auto;
}

.formHead {
  width: 100%;
}

.formHead p{
  text-align:left;
  margin-bottom:1.2rem;
}

.formHead p > span{
  background:#0080FF;
  border-radius:4px;
  color:#fff;
  margin-right:6px;
  /* padding:3px 6px; */
  padding:.3rem 1.1rem;
}

.formFooter{
  /* margin-bottom:16px; */
  margin-bottom:2rem;
}

.formFooter.name{
  display:flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap:wrap;
}

.formFooter.name span{
  display:block;
  width:48.5%;
}

.formFooter.name span label{
  margin-right:6px;
}

.formFooter.name span input{
  width:89%;
}

.formFooter input{
  width:100%;
  background:#F3F3F3;
  border: .1rem solid #DFDFDF;
}

.heroFormContainer > form > p{
  color:#000;
  text-align: left;
  margin-bottom:1.6rem;
  font-size:1.4rem;
}

.formHead p > span + span{
  color:#314155;
  background:none;
  font-size:90%;
}

.formSubmit{
  width:100%;
}

.formSubmit input[type="submit" i]{
  display:block;
  margin:0 auto;
  background:#FFD600;
  border:.2rem solid #FFD600 !important;
  color:#000;
  text-align:center;
  border:none;
  padding:12px 72px;
  border-radius:100px;
  transition:all .3s ease;
}

.formSubmit input[type="submit" i]:hover{
  background:#fff;
  border:.2rem solid #FFD600;
  cursor: pointer;
}

.fv-cta-button{
  width:71.82%;
}

.fv-cta-button > a{
  display:block;
  position:relative;
  margin:3.2rem 0 0 ;
  padding:1.0rem 4.4rem .9rem 5.2rem;
  background:#FFD600;
  border:.2rem solid #FFD600;
  border-radius:10rem;
  text-decoration:none;
  transition:all .3s ease;
  box-shadow:0 .3rem .6rem rgba(0,0,0,.16);
  text-align:center;
}

.fv-cta-button > a:hover{
  background:#fff;
  box-shadow:none;
}

.fv-cta-button.sp{
  display:none;  
}

.fv-cta-button > a > span{
  position:relative;
  color:#314155;
  text-decoration:none;
  line-height:2.4rem;
  font-size:2rem;
  font-weight:700;
}

.fv-cta-button > a > span:before{
  content:"";
  position:absolute;
  background:center / contain no-repeat url(../img/phishing_detection/contact_icon1.svg);
  width:3rem;
  height:3rem;
  top:.4rem;
  bottom:0;
  left:-4rem;
  margin:auto 0;
}

section.attack,section.example,div.feature,section.feature2,section.function{
  padding:6rem 0;
}

section.attack .inner p{
  /* margin-bottom:2.6rem; */
}

section.attack{
  background:#f0f0f0;
}

.graff{
  /* width:96%;
  max-width:91.4rem; */
  width:100%;
  /* margin:2.6rem auto 1rem; */
  margin:2.6rem auto 0;
}

.graff > img{
  width:100%;
  height:auto;
}

p.anno{
  text-align:right;
  font-size:1.4rem;
}

section.problem,div.problem{
  padding:3.2rem 0;
  background:#284ADD;
  position:relative;
}

section.problem > h2,div.problem > h2,section.problem > h2 *,div.problem > h2 *{
  color:#fff;
  font-size:3rem;
}

section.problem > h2,div.problem > h2{
  margin-bottom:1.6rem;
  line-height:4.4rem;
}

section.problem p,div.problem p{
  text-align: center;
  color:#fff;
}

.underBlue{
  position:relative;
  display: inline-block;
  z-index:10;
}


.underBlue:before{
  width:100%;
  height:2rem;
  position:absolute;
  content:"";
  bottom:-.5rem;
  left:0;
  right:0;
  background:#0080FF;
  z-index:-1;
}

section.problem > h2 .yellow,div.problem > h2 .yellow{
  color:#FFD600;
}

section.problem:after,div.problem:after{
  position:absolute;
  content:"";
  width:5.2rem;
  height:3.2rem;
  background:center / contain no-repeat url(../img/phishing_detection/problem_arrow.svg);
  bottom:-3.2rem;
  left:0;
  right:0;
  margin:0 auto;
}

section.example{
  background:#E9EDFF;
  padding:6rem 0 4.2rem;
}

.inner.col3{
  display:flex;
  justify-content: space-between;
  /* align-items: flex-start; */
  flex-wrap:wrap;
}

.col3Child{
  width:29.9%;
  text-align: center;
}

.col3Child figure{
  width:83.12%;
  margin:0 auto 1.6rem;
}

.col3Child figure img{
  width:100%;
  max-width:18rem;
  height:auto;
}

#feature + section div.problem{
  padding:2.4rem 1rem;
  background:#FFD600;
}

#feature + section div.problem:after{
      background: center / contain no-repeat url(../img/phishing_detection/problem_arrow2.svg);
}

#feature + section div.problem > h2{
  margin-bottom:0;
  text-align:center;
}

#feature + section div.problem > h2 *{
  color:#314155;
}

#feature + section div.problem > h2 > span img{
  display: inline-block;
  width:auto;
  height:3.2rem;
  margin:0 .8rem -.4rem 0;
}
#feature + section div.problem > h2 .underBlue:before{
  background:none;
}

#feature + section div.problem > h2 > span > span > span{
  color:#284ADD;
  font-size:120%;
  margin:0 .3rem;
}

div.problem >h2 br{
  display:none;
}

div.feature{
  background:#FFF8D6;
}

div.feature > h2 > span:not([class]){
  display: block;
  width:49.8rem;
  margin:0 auto;
  background:#FFD600;
  border-radius:100rem;
  font-size:1.8rem;
  padding:.5rem .4rem .6rem;
  margin-bottom:1.6rem;
  position:relative;
}

div.feature > h2 > span:not([class]):after{
  content:"";
  position:absolute;
  background:center / contain no-repeat url(../img/phishing_detection/feature_arrow.svg);
  width:1.4rem;
  height:1.1rem;
  bottom:-1.1rem;
  left:0;
  right:0;
  margin:0 auto;
}

div.feature > h2 > span:not([class]) br{
  display:none;
}

div.feature > h2 > span.blue{
  font-size:3rem;
}

div.feature > h2{
  margin-bottom:3.2rem;
}

.col3Child h3 + p{
  text-align: left;
}

section.feature2{
  background:#EDF3FF;
}

section.feature2 h2 span{
  font-size:3rem;
}

section.feature2 .inner > p{
  text-align: center;
  margin-bottom:2.4rem;
}

section.feature2 .inner > .campaign.automation{
  margin-top:1.6rem;
}

div.feature > .inner.col3:nth-of-type(1){
  justify-content: center;
}

div.feature > .inner.col3:nth-of-type(1) .col3Child{
  margin:0 3.2rem 4.8rem;
  background:#fff;
  padding:1.6rem;
  border-radius:1.6rem;
  border:.4rem solid #FFD600;
  width:36%;
  position:relative;
}

div.feature > .inner.col3:nth-of-type(1) .col3Child h3{
  position:absolute;
  width:100%;
  top:0;
  left:0;
  padding:1.2rem 1.2rem;
  background:#ffd600;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  font-size:2.2rem;
}

div.feature > .inner.col3:nth-of-type(1) .col3Child h3:after{
  display: none;
}

div.feature > .inner.col3:nth-of-type(1) .col3Child figure img{
  max-width:22rem;
  margin-top:6.4rem;
}

div.feature > .inner.col3:nth-of-type(1) .col3Child p{
  text-align:left;
}

section.function > h2 .blue{
  font-size:3rem;
}

section.function .col3Child{
  padding:2.4rem 1.6rem;
  border-radius:1.6rem;
  border:.3rem solid #EDF3FF;
  background:#fff;
  /* width:30.91%; */
  width:32.38%;
}

section.function .col3Child figure{
  width:100%;
}

section.function .col3Child figure img{
  max-width:100%;
}

section.function .col3Child h3:after{
  background:#FFD600;
}

section.function > .inner.col3:nth-of-type(2){
  justify-content: center;
}

section.function > .inner.col3:nth-of-type(2) .col3Child{
  margin:3.2rem 0.8rem 0;
}

.support{
  padding:6rem 0 5.4rem;
  background:#EDF3FF;
}

.support > h2{
  margin-bottom:2.9rem;
}

.support > h2 > span{
  color:#0080FF;
  font-size:3rem;
}

.support .inner{
  text-align:center;
}

.support .inner img{
  display:block;
  width:100%;
  max-width:36rem;
  margin:2.2rem auto;
}

.support .inner a.ctaButton {
    display: block;
    position: relative;
    padding: 1.2rem .2rem;
    background: #284ADD;
    border: .2rem solid #284ADD;
    border-radius: 10rem;
    color: #fff;
    text-decoration: none;
    line-height: 2.4rem;
    width:26rem;
    margin:0 auto;
    transition:all .3s ease;
    font-size:1.8rem;
}

.support .inner a.ctaButton:hover{
  background:#fff;
  color:#284ADD;
}

.support > h2 > span.small{
  display:block;
  font-size:1.8rem;
  line-height:2.6rem;
  color:#314155;
  margin-bottom:.5rem;
}

.support .new-corp-container{
  background: #fff;
  border: .3rem solid #F3F3F3;
  border-radius: 1.6rem;
  padding: 2.2rem 3.2rem 3.2rem;
}

.support .new-corp-container h3:after{
  background:#FFD600;
}

.support .new-corp-container table{
  width:100%;
  border-collapse: collapse;
}

.support .new-corp-container table th{
  width:19.8%;
  background:#284ADD;
  color:#fff;
  font-weight:700;
  line-height:2.4rem;
  padding:1.3rem;
  border-bottom:.1rem solid #5570E6;
}

.support .new-corp-container table td{
  width:80.2%;
  background:#FBFBFB;
  color:#314155;
  font-weight:600;
  line-height:2.4rem;
  padding:1.3rem;
  text-align:left;
  border-bottom:.1rem solid #DEDEDE;
}

.support .new-corp-container table td ul{
  padding:0;
  margin:0;
  list-style: none;
}

.support .new-corp-container table td ul > li{
  padding:0 0 0 1.5rem;
  position:relative;
}

.support .new-corp-container table td ul > li:before{
  position:absolute;
  content:"";
  background:#FFD600;
  width:.6rem;
  height:.6rem;
  border-radius:100%;
  top:1rem;
  left:.3rem;
}

.support .new-corp-container2{
  display:flex;
  justify-content: flex-start;
  /* flex-wrap:wrap; */
  gap:2.2rem;
  margin-top:1.8rem;
}

.support .new-corp-container2 .nc-feature-box{
  width:31.9%;
  position:relative;
  background:#fff;
  border: .3rem solid #F3F3F3;
  border-radius: 1.6rem;
  padding: 6.2rem 1.8rem 2.4rem;
}

.support .new-corp-container2 .nc-feature-box p.din-num{
  font-family:din-2014,Verdana, Geneva, Tahoma,'Noto Sans JP',"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  font-size:2.6rem;
  line-height:3.4rem;
  text-align:center;
  color:#fff;
  background:#284ADD;
  border: .3rem solid #F3F3F3;
  border-top-left-radius: 1.6rem;
  border-top-right-radius: 1.6rem;
  padding:.6rem;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  @font-face {
		font-style: normal;
		font-display: swap;
  }
}

.support .new-corp-container2 .nc-feature-box h3:after{
  background:#FFD600;
}

.support .new-corp-container2 .nc-feature-box img{
  width:100%;
  max-width:none;
  margin:2.6rem auto 1.6rem;
}

.support .new-corp-container2 .nc-feature-box p:not([class]){
  text-align:left;
  line-height:2.4rem;
}

.cta{
  background:#284ADD;
  padding:3.2rem 0;
}

.cta > h2{
  margin-bottom:1.6rem;
  color:#fff;
}

.cta p{
  color:#fff;
  text-align:center;
  margin-bottom:1.8rem;
}

ul.ctaCol2{
  list-style: none;
  display:flex;
  justify-content: center;
  align-items: center;
  flex-wrap:wrap;
}

ul.ctaCol2 li a{
  position:relative;
  color:#314155;
  text-decoration: none;
  font-size:1.8rem;
  width:26rem;
  text-align:center;
  padding:1.4rem 1.4rem;
  display:block;
  background:#FFD600;
  border:.2rem solid #FFD600;
  border-radius:100rem;
}


ul.ctaCol2 li:nth-of-type(1){
  margin-right:1.6rem;
}

ul.ctaCol2 li:nth-of-type(2){
  margin-left:1.6rem;
}

ul.ctaCol2 li:nth-of-type(2) a{
  background:#0080FF;
  border:.2rem solid #0080FF;
  color:#fff;
}

ul.ctaCol2 li a:before{
  position:absolute;
  content:"";
  width:3.2rem;
  height:3.2rem;
  top:0;
  bottom:0;
  left:1.6rem;
  margin:auto 0;
  background:center / contain no-repeat url(../img/phishing_detection/contact_icon1.svg);
}

ul.ctaCol2 li:nth-of-type(2) a:before{
  background:center / contain no-repeat url(../img/phishing_detection/contact_icon2.svg);
}

.corp{
  padding:3.2rem 0 2.6rem;
}

.corp a{
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size:1.4rem;
  color:#314155;
}

.corp a img{
  width:auto;
  height:2.419rem;
  margin-bottom:.6rem;
}

footer{
  background:#292929;
  height:4rem;
  display:flex;
  justify-content: center;
  align-items:center;
}

footer p{
  color:#fff;
  text-align:center;
  font-size:1.4rem;
}

@media(max-width:1100px){
  .fvLeft > h1 > .mainCopy, .fvLeft > h1 > .mainCopy *{
    font-size:3.04vw;
    line-height:5.04vw;
  }
  .fvLeft > h1 > .mainCopy .catchSmall{
    font-size:2.63vw;
    line-height:2.63vw;
  }
  .yellowUnder:before{
    bottom:0rem;
  }
}

@media(max-width:920px){
  div.feature > .inner.col3:nth-of-type(1){
    justify-content: space-between;
  }
  div.feature > .inner.col3:nth-of-type(1) .col3Child{
    width:49%;
    margin:0 0 4.8rem;
  }
}

@media(max-width:768px){
  section.fv > .inner{
    flex-wrap: wrap;
  }
  .fvLeft{
    width:100%;
    text-align:center;
  }
  .fvRight{
    width:100%;
  }
  .fvLeft > h1 > .mainCopy, .fvLeft > h1 > .mainCopy *{
    font-size:2.4rem;
    line-height:3.8rem;
    text-align:center;
  }
  /* .fvLeft > h1 > .mainCopy{
    margin-bottom:3.1rem;
  } */
  .fvLeft > h1 > .mainCopy .catchSmall{
    font-size:2.0rem;
    line-height:3.8rem;
  }
  .logoCopy{
    margin:0 auto 2.1rem;
  }
  .fv-cta-button.pc{
    display:none;
  }
  .fv-cta-button.sp{
    display:block;
    margin:0 auto;
    width:100%;
  }
  .fvImg{
    max-width:30rem;
    margin:0 auto;
    /* margin-bottom:2.4rem; */
    /* margin-bottom:1.3rem; */
  }
  .inner{
    padding:0;
    width:100%;
  }
  section.attack, section.example, div.feature, section.feature2, section.function{
    padding:6rem 1.2rem;
  }
  section.problem,div.problem{
    padding:3.2rem 1.2rem;
  }
  section.fv > .inner{
    padding:3.2rem 1.2rem 4.2rem;
  }
  .blue > span:before{
    width: .4rem;
    height: .4rem;
    top: .5rem;
  }
  section.attack .inner p sup{
    font-size:48%;
  }
  .support{
    padding:4.8rem 1.2rem 5.7rem;
  }
  .support > h2{
    margin-bottom:2.7rem;
  }
  .support > h2 > span{
    font-size:2.2rem;
  }
  .support > h2 > span.small{
    font-size:1.6rem;
    line-height:2.4rem;
  }
  .support .inner > p{
    text-align:left;
    line-height:1.4;
  }
  .support .inner img{
    max-width:25.9rem;
    margin:2.2rem auto 3rem;
  }
  .support .inner a.ctaButton{
    padding:1.2rem .2rem;
    width:100%;
    max-width:26rem;
  }
  .support .new-corp-container{
    padding:2.7rem 1.6rem;
  }
  .support .new-corp-container h3{
    margin-bottom:1.7rem;
  }
  .support .new-corp-container table tr{
    display:block;
  }
  .support .new-corp-container table th{
    display:block;
    width:100%;
    font-size:1.5rem;
    line-height:2.1rem;
    text-align:left;
    padding:.9rem 1.6rem;
  }
  .support .new-corp-container table td{
    display: block;
    width:100%;
    font-size:1.5rem;
    line-height:2.1rem;
    padding:.9rem 1.6rem;
    background:#F3F3F3;
  }
  .support .new-corp-container2{
    margin-top:1.4rem;
    flex-direction: column;
    gap:1.5rem;
  }
  .support .new-corp-container2 .nc-feature-box{
    width:100%;
  }
  .support .new-corp-container2 .nc-feature-box img{
    margin:2.3rem auto 1.4rem;
  }
  .new-corp-container2 h3{
    margin-bottom:2.0rem;
  }
}
br.sp{
  display:none;
}
@media(max-width:660px){
  h2{
    font-size:2.2rem;
    line-height:3.2rem;
  }
  h3{
    margin-bottom:3.6rem;
    line-height:3.2rem;
  }
  p,div,span,figure,th,td{
    font-size:1.5rem;
    font-weight:600;
    line-height:2.6rem;
    color:#314155;
  }
  
  a{
    font-size:1.5rem;
    line-height:2.6rem;
  }
  #spNav{
    display:none;
  }
  header#header{
    height:7rem;
  }
  .headerInner{
    height:7rem;
    width:100%;
    padding:0 1.2rem;
    justify-content: space-between;
    /* flex-direction: row-reverse; */
  }
  .hmbBarContainer{
    display:block;
    width:4rem;
    height:2rem;
    position:relative;
  }
  .hmbBarContainer > span{
    width:4rem;
    height:.2rem;
    background:#314155;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    transition:all .3s ease;
  }
  .hmbBarContainer > span:nth-of-type(1){
    top:-2rem;
  }

  .hmbBarContainer > span:nth-of-type(2){
    opacity:1;
  }

  .hmbBarContainer > span:nth-of-type(3){
    bottom:-2rem;
  }

  .hmbBarContainer.active > span:nth-of-type(1){
    transform:rotate(-35deg);
    top:0;
  }
  .hmbBarContainer.active > span:nth-of-type(2){
    opacity:0;
  }
  .hmbBarContainer.active > span:nth-of-type(3){
    transform:rotate(35deg);
    bottom:0;
  }
  .headerInner{
    position:relative;
  }
  .headerInner > a{
    width:56.41%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom:0;
    margin:auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  #spNav2{
    display:block;
    position:fixed;
    top:7rem;
    right:-100vw;
    width:100%;
    height:calc(100vh - 7rem);
    background:#EDF3FF;
    z-index:990;
    padding:6rem 1.2rem;
    transition:all .3s ease;
  }
  #spNav2.active{
    right:0;
  }
  #spNav2 .spNav{
    margin-bottom:2.4rem;
  }
  #spNav2 .spNav li a{
    display:block;
    padding:1.6rem;
    color:#314155;
    text-decoration:none;
    font-size:1.6rem;
    border-bottom:.1rem solid #CBD6E5;
    text-align:center;
  }
  .buttons2{

  }
  .buttons2 li a{
    display:block;
    position:relative;
    padding:1.4rem ;
    background:#FFD600;
    border:.2rem solid #FFD600;
    border-radius:10rem;
    color:#314155;
    text-decoration:none;
    line-height:2.4rem;
    font-size:1.8rem;
    text-align: center;
  }
  
  .buttons2 li:nth-of-type(1) a:before{
    content:"";
    position:absolute;
    background:center / contain no-repeat url(../img/phishing_detection/contact_icon1.svg);
    width:3.2rem;
    height:3.2rem;
    top:0;
    bottom:0;
    left:1.3rem;
    margin:auto 0;
  }
  
  .buttons2 li:nth-of-type(2) a{
    background:#0080FF;
    border:.2rem solid #0080FF;
    color:#fff;
    margin-top:1.2rem;
  }
  
  .buttons2 li:nth-of-type(2) a:before{
    content:"";
    position:absolute;
    background:center / contain no-repeat url(../img/phishing_detection/contact_icon2.svg);
    width:3.2rem;
    height:3.2rem;
    top:0;
    bottom:0;
    left:1.3rem;
    margin:auto 0;
  }
  section.fv{
    margin-top:7rem;
  }
  .logoCopy{
    width:80.51%;
  }
  .fvImg{
    width:69.74%;
  }
  .fv-cta-button > a{
    padding:.6rem 4.4rem .5rem 5.2rem;
    margin:2rem auto 0;
  }
  .fv-cta-button > a > span{
    font-size:1.8rem;
  }
  .fv-cta-button > a > span:before{
    width:2.6rem;
    height:2.6rem;
    left:-3.4rem;
  }
  .heroFormContainer{
    padding:2.4rem 1.2rem;
  }
  .fvLeft > h1 > .mainCopy, .fvLeft > h1 > .mainCopy *{
    font-size:6.15vw;
    line-height:9.74vw;
  }
  .fvLeft > h1 > .mainCopy .catchSmall{
    font-size:5.13vw;
    line-height:9.74vw;
  }
  .formHead p > span{
    font-size:1.4rem;
  }
  .formFooter.name{
    flex-direction:column;
  }
  .formFooter.name span{
    width:100%;
  }
  .formFooter.name span:nth-of-type(1){
    margin-bottom:.8rem;
  }
  .formHead p > span + span{
    display:block;
    line-height:2rem;
  }
  .formBox:nth-of-type(3) .formHead p{
    margin-bottom:.4rem;
  }
  .formSubmit input[type="submit" i]{
    font-size:1.6rem;
  }
  section.attack, section.example, div.feature, section.feature2, section.function{
    padding:4.8rem 1.2rem;
  }
  section > h2{
    font-size:2.2rem;
    margin-bottom:2.2rem;
  }
  section.problem > h2{
    text-align:left;
    font-size:3rem;
    line-height:4.4rem;
  }
  section.problem > h2 > span,section.problem > h2 > span > span,div.problem > h2 > span,div.problem > h2 > span >span{
    display:block;
  }
  section.problem > h2 br{
    display: none;
  }
  div.problem >h2 br{
    display:block;
  }
  section.problem > h2 *,div.problem > h2 *{
    line-height:4.4rem;
  }
  .underBlue:before{
    display:none;
  }
  section.problem > h2 > span.underBlue > span, div.problem > h2 > span.underBlue > span{
    display: inline-block;
    position:relative;
  }
  section.problem > h2 > span.underBlue > span:before, div.problem > h2 > span.underBlue > span:before{
    width: 100%;
    height: 2rem;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    background: #0080FF;
    z-index: -1;
  }
  div.problem > h2 > span.underBlue > span:before{
    background:none;
  }
  #feature + section div.problem > h2 > span img{
    height:auto;
    width:32rem;
    max-width:100%;
  }
  section.problem p,div.problem p{
    text-align:left;
  }
  .col3Child{
    width:100%;
  }
  .col3Child figure{
    width:70%;
    max-width:22rem;
    height:auto;
    margin:0 auto 1rem;
  }
  div.feature > h2 > span:not([class]) br{
    display:block;
  }
  div.feature > h2 > span:not([class]){
    width:100%;
  }
  div.feature > h2 > span.blue{
    font-size:2.2rem;
  }
  br.sp{
    display:block;
  }
  div.feature > h2{
    margin-bottom:2.6rem;
  }
  .feature h3{
    margin-bottom:2rem;
  }
  .feature h3 + p{
    margin-bottom:2.6rem;
  }
  div.feature{
    padding-bottom:3.2rem;
  }
  section.feature2 h2 span{
    font-size:2.2rem;
  }
  section.feature2 .inner > p{
    margin-bottom:2.2rem;
    text-align:left;
  }
  div.feature > .inner.col3:nth-of-type(1) .col3Child{
    margin:0 auto 2.6rem;
    width:100%;
  }
  div.feature > .inner.col3:nth-of-type(1) .col3Child figure img{
    max-width:18rem;
  }
  section.function .col3Child{
    width:100%;
    padding:2.4rem 1.4rem 2rem;
    margin-bottom:2.2rem;
  }
  section.function .col3Child:last-of-type{
    margin-bottom:0;
  }
  section.function .col3Child figure{
    max-width:none;
    margin-bottom:0;
  }
  section.function > .inner.col3:nth-of-type(2) .col3Child{
    margin:2.2rem auto 0;
  }
  .cta{
    padding:3rem 1.2rem;
  }
  ul.ctaCol2 li:nth-of-type(1){
    margin-right:0;
    margin-bottom:1.2rem;
  }
  ul.ctaCol2 li:nth-of-type(2){
    margin-left:0;
  }
  .corp{
    padding:3.2rem 1.2rem 2.8rem;
  }
  ul.ctaCol2{
    flex-direction:column;
  }
  section.function > h2 .blue{
    font-size:2.2rem;
  }
  .formFooter.name span input{
    width:calc(100% - 2.1rem);
  }
  p.anno,p.anno *{
    font-size:1.4rem;
    line-height:2.2rem;
  }
  .example .inner.col3 .col3Child:last-of-type h3{
    margin-bottom:0;
  }
  section.function .inner.col3 .col3Child h3{
    margin-bottom:2rem;
  }
  .graff{
    width:100%;
  }
}

#spNav ul li a,ul.ctaCol2 li a,.buttons2 li a{
  transition:all .3s ease;
}

#spNav ul li:nth-of-type(1) a:hover,ul.ctaCol2 li:nth-of-type(1) a:hover,.buttons2 li:nth-of-type(1) a:hover{
  background:#fff;
}

#spNav ul li:nth-of-type(2) a:hover,ul.ctaCol2 li:nth-of-type(2) a:hover,.buttons2 li:nth-of-type(2) a:hover{
  background:#fff;
  color:#0080FF;
}

#main.thanks article{
  margin-top:10rem;
}
article{
  padding:0 1.2rem;
}

@media(max-width:660px){
  #main.thanks article{
    margin-top:7rem;
  }
}

/* PHISHNET/25 コンサルティング */
section.consulting{
  padding:6rem 0;
  background:#FFF8D6;
}

section.consulting .consulting-new-option{
  text-align:center;
  width:25rem;
  position:relative;
  padding:.5rem .5rem .6rem;
  background:#FFD600;
  font-size:1.8rem;
  border-radius: 100rem;
  margin:0 auto 1.6rem;
}

section.consulting .consulting-new-option:after{
  content:"";
  position:absolute;
  width:1.4rem;
  height:1.1rem;
  background:center / contain no-repeat url(../img/phishing_detection/consulting_arrow.svg);
  bottom:-1.1rem;
  left:0;
  right:0;
  margin:0 auto;
}

section.consulting h2 span.blue{
  font-size:3rem;
}

section.consulting .inner > p{
  width:100%;
  text-align:center;
  margin:0 0 2.7rem;
}

section.consulting .inner.col2{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width:79.2rem;
  padding:0;
}

section.consulting .inner.col2 > .col2Child{
  width:47.98%;
  background:#fff;
  border-radius:1.6rem;
  border:.3rem solid #EDF3FF;
  padding:2.4rem 2.2rem;
}

section.consulting .inner.col2 > .col2Child:nth-of-type(2n){
  margin:0 0 2.4rem 1.6rem;
}

section.consulting .inner.col2 > .col2Child:nth-of-type(2n+1){
  margin:0 1.6rem 2.4rem 0;
}

section.consulting .inner.col2 > .col2Child figure{
  width:18rem;
  height:auto;
  margin:0 auto 1.6rem;
}

section.consulting .inner.col2 > .col2Child figure img{
  width:100%;
  height:auto;
}

section.consulting .inner.col2 .utilization{
  width:100%;
  margin:1.2rem auto 0;
  background:#fff;
  border:.3rem solid #0080FF;
  border-radius:1.6rem;
}

section.consulting .inner.col2 .utilization h3{
  margin:0;
  font-size:2.2rem;
  color:#fff;
  background:#0080FF;
  border-top-left-radius:1.2rem;
  border-top-right-radius:1.2rem;
  padding:1.3rem 1rem 1.2rem;
}

section.consulting .inner.col2 .utilization h3:after{
  display:none;
}

section.consulting .inner.col2 .utilization ul{
  margin:0 auto;
  padding:2.4rem 0 1rem;
  list-style: none;
  width:82.45%;
}

section.consulting .inner.col2 .utilization ul li{
  position:relative;
  margin:0 0 .8rem 2rem;
  font-size:1.6rem;
  
}

section.consulting .inner.col2 .utilization ul li:before{
  content:"";
  position:absolute;
  width:2rem;
  height:2rem;
  background:center / contain no-repeat url(../img/phishing_detection/consulting_check.svg);
  top:.4rem;
  left:-3rem;
  margin:auto 0;
}

section.consulting .inner.col2 .utilization ul li > span{
  color:#284ADD;
}

@media(max-width:830px){
  section.consulting .inner.col2{
    max-width:110rem;
    padding:0 2.5rem;
  }
  section.consulting .inner.col2 > .col2Child:nth-of-type(2n+1),section.consulting .inner.col2 > .col2Child:nth-of-type(2n){
    margin:0 auto 1.6rem;
  }
}

@media(max-width:660px){
  section.consulting{
    padding:5.2rem 1.2rem;
  }
  section.consulting .consulting-new-option{
    font-size:1.6rem;
    padding:.3rem;
    width:100%;
    max-width:22rem;
  }
  section.consulting h2 span.blue{
    font-size:2.2rem;
  }
  section.consulting .inner > p{
    text-align:left;
  }
  section.consulting .inner.col2{
    padding:0;
  }
  section.consulting .inner.col2 > .col2Child:nth-of-type(2n+1), section.consulting .inner.col2 > .col2Child:nth-of-type(2n){
    width:100%;
    padding:2.4rem 1.5rem 2rem;
    margin:0 auto 2.2rem
  }
  section.consulting .inner.col2 > .col2Child figure{
    margin:0 auto .6rem;
  }
  section.consulting .inner.col2 > .col2Child h3{
    margin-bottom:1.4rem;
  }
  section.consulting .inner.col2 .utilization{
    margin:.6rem auto 0;
  }
  section.consulting .inner.col2 .utilization h3{
    font-size:2rem;
    padding:1.2rem 1.2rem 1.2rem;
  }
  section.consulting .inner.col2 .utilization ul{
    padding:1.6rem 0 .4rem;
    width:100%;
  }
  section.consulting .inner.col2 .utilization ul li,section.consulting .inner.col2 .utilization ul li span{
    font-size:1.6rem;
    line-height:2.4rem;
  }
  section.consulting .inner.col2 .utilization ul li{
    margin:0 2.1rem 1.6rem 4.2rem;
  }
}

/* 20260527 ロゴ追加 */
section.case{
  padding:5.2rem 0;
}

section.case .inner{
  width:100%;
  max-width:90rem;
  padding:0;
}

section.case .inner .logo-container{
  border-radius:.8rem;
  border:.3rem solid #E9EDFF;
  background:#fff;
  padding:3.2rem 1.6rem;
  text-align:center;
}

section.case .inner .logo-container h2{
  font-size:3rem;
  line-height:4.4rem;
  color:#284ADD;
  margin-bottom:1.2rem;
}

section.case .inner .logo-container p{
  margin-bottom:1.2rem;
}

section.case .inner .logo-container .logo-box{
  width:100%;
  max-width:30rem;
  margin:0 auto;
  line-height:0;
}

section.case .inner .logo-container .logo-box img{
  width:100%;
  height:auto;
}

@media(max-width:920px){
  section.case .inner{
    padding:0 1.6rem;
  }
}

@media(max-width:480px){
  section.case{
    padding:3.2rem 0;
  }
  section.case .inner{
    padding:0 1.2rem;
  }
  section.case .inner .logo-container{
    text-align:left;
    padding:2.0rem 2rem;
  }
  section.case .inner .logo-container h2{
    font-size:2.2rem;
    line-height:3.2rem;
    margin-bottom:.8rem;
  }
  section.case .inner .logo-container p{
    margin-bottom:1.4rem;
  }
}