.special-cyber{
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 5%;
}

.special-cyber p{
  color: #FFF;
  line-height: 2.2rem;
}

#special_cyber img{
  border-radius: 220px;
}

@media screen and (max-width: 768px){
  #special_cyber img{
    border-radius: 200px;
  }
}

/*=================================
box
===================================*/

.img_box{
  width: calc(45% - 2rem);
  margin: 30px 20px;
}

.img_box img{
  width: 100%;
}

.text_box{
  width: 54%;
  margin:30px 0;
}

.img-left{
  width: calc(50% - 25px);
  margin: 30px 25px 60px 0;
  text-align: center;
}

.img-right{
  width: calc(50% - 25px);
  margin: 30px 0 60px 25px;
  text-align: center;
}

@media screen and (max-width: 768px){
  .img_box{
    width: 100%;
    margin: 10px 0;
    order: 1;
  }

  .text_box{
    width:100%;
    margin: 0 0 30px 0;
    order: 2;
  }

  .img-left{
    width: 100%;
    margin: 20px 0;    
  }

  .img-right{
    width: 100%;
    margin: 20px 0;
  }
}

/*=================================
パララックス
===================================*/

.parallax-bg {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/*各背景の画像*/
.img-bg-01 {
  background-image: url('../img/lives.jpg');
  text-align: center;
}
.img-bg-02 {
  background-image: url('../img/space.jpg');
  text-align: center;
}
.img-bg-03 {
  background-image: url('../img/cyber.jpg');
  text-align: center;
}
.img-bg-04 {
  background-image: url('../img/electromagnetic.jpg');
  text-align: center;
}
.img-bg-05 {
  background-image: url('../img/construction.jpg');
  text-align: center;
}

#scrollbox1,
#scrollbox2,
#scrollbox3,
#scrollbox4,
#scrollbox5,
#scrollbox6{
  background: #020E34;
  background-image:
  radial-gradient(white, rgba(255,255,255,.2) 2px, transparent 3px),
  radial-gradient(white, rgba(255,255,255,.15) 1px, transparent 1px),
  radial-gradient(white, rgba(255,255,255,.15) 1px, transparent 0px),
  radial-gradient(white, rgba(255,255,255,.1) 2px, transparent 5px),
  radial-gradient(rgba(255,255,255,.4), rgba(255,255,255,.1) 2px, transparent 3px);
  background-size: 150px 150px,150px 150px, 350px 350px, 250px 250px, 150px 150px; 
  background-position: 10px 0, 12px 40px, 30px 60px, 130px 270px, 70px 100px;
}

/*==================================================
見出し
===================================*/

#special_cyber h2 {
  width: 100%;
  font-size: 25.6px;
  margin:0 auto;
  color: #FFF;
  letter-spacing: .2rem;
  position: relative;
  display: inline-block;
  border-bottom: none;
}

#special_cyber h2:before {
  content: '';
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 50px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #FFF;
}

#special_cyber h3{
  text-align: center;
  margin-top: 60px;
  color:#FAEF6F;
  font-size:2rem;
  border-left:none;
  text-shadow: 0 0 10px rgba(255,255,255,0.3);
}

#special_cyber h5{
  font-size: 1.4rem;
  padding-bottom: 5px;
  border-bottom: dotted 5px #FFF;
  text-align: left;
  color: #FFF;
  background: rgba(233,245,238,0);
}

/*=================================
フェードイン
===================================*/

.blur{
  animation-name:blurAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
}

@keyframes blurAnime{
  from {
  filter: blur(10px);
  transform: scale(1.02);
  opacity: 0;
  }

  to {
  filter: blur(0);
  transform: scale(1);
  opacity: 1;
  }
}
 
.blurTrigger{
    opacity: 0;
}

.glowAnime span{
  opacity: 0;
}

.glowAnime.glow span{
  animation:glow_anime_on 1s ease-out forwards;
}

@keyframes glow_anime_on{
	0% { opacity:0; text-shadow: 0 0 0 #fff,0 0 0 #fff;}
	50% { opacity:1;text-shadow: 0 0 10px #fff,0 0 5px #fff; }
	100% { opacity:1; text-shadow: 0 0 0 #fff,0 0 0 #fff;}
}


.w1300 {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto 30px;
}
.refbtn {
  text-align: center;
}
.refbtn a {
  display: inline-block;
  padding: 5px 8px;
  font-size: 14px;
  line-height: 1;
  border-radius: 5px;
  background: #c73b3a;
  color: #fff;
}

.cap {
  display: block;
  font-size: 14px;
  font-style: oblique;
  color: #fff;
  text-align: center;
}
@media screen and (max-width:768px){
  .cap {
      margin-bottom: 20px;
  }
}

#special_cyber .spcont h2 {
  font-size: 28px;
  border-bottom: 2px solid;
  padding: 0 0 12px 0;
  margin: 60px 0 40px 0;
  border-color: #0068B7;
  color: #0068B7;
  text-align: left;
}

#special_cyber .spcont img {
  border-radius: 0;
  width: 100%;
}