button5 {
    position: relative;
    margin: 0;
    padding: 17px 35px;
    outline: none;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    /* cursor: pointer; */
    text-transform: uppercase;
    background-color: #fff;
    border: 1px solid rgba(22, 76, 167, 0.6);
    border-radius: 10px;
    color: #1d89ff;
    font-weight: 400;
    font-family: inherit;
    z-index: 0;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
  }
  
  button5 span {
    color: #164ca7;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.7px;
  }
  
  button5:hover {
    animation: rotate624 0.7s ease-in-out both;
  }
  
  button5:hover span {
    animation: storm1261 0.7s ease-in-out both;
    animation-delay: 0.06s;
  }
  .btn-shine {
    border: 1px solid;
    overflow: hidden;
    position: relative;
  }
  
  .btn-shine span {
    z-index: 20;
  }
  
  .btn-shine:after {
    background: #1d89ff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.4;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: -10;
  }
  
  .btn-shine:hover:after {
    left: 120%;
    transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  }

  /*=====  End of SKILLS  ======*/
/*============================
=            COMPANY-PH            =
============================*/
  .socialAnimation{
    width: 500px;
    height: 300px;
    margin: 20px auto;
}
.socialAnimation li{
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid rgba(22, 76, 167, 0.6);
    list-style-type: none;
    -webkit-animation: scaleLi 4s ease-in-out infinite;
    -moz-animation: scaleLi 4s ease-in-out infinite;
    -o-animation: scaleLi 4s ease-in-out infinite;
    -ms-animation: scaleLi 4s ease-in-out infinite;
    animation: scaleLi 4s ease-in-out infinite;
}
@-webkit-keyframes scaleLi {
    0% { 
        -webkit-transform: scale(1);
    }
    45% { 
        -webkit-transform: scale(1);
    }
    60% {
        -webkit-transform: scale(1.2);
    }
    75% { 
        -webkit-transform: scale(1);
    }
    100% { 
        -webkit-transform: scale(1);
    }
}
@-moz-keyframes scaleLi {
    0% { 
        -moz-transform: scale(1);
    }
    45% { 
        -moz-transform: scale(1);
    }
    60% {
        -moz-transform: scale(1.2);
    }
    75% { 
        -moz-transform: scale(1);
    }
    100% { 
        -moz-transform: scale(1);
    }
}
@-o-keyframes scaleLi {
    0% { 
        -o-transform: scale(1);
    }
    45% { 
        -o-transform: scale(1);
    }
    60% {
        -o-transform: scale(1.2);
    }
    75% { 
        -o-transform: scale(1);
    }
    100% { 
        -o-transform: scale(1);
    }
}
@-ms-keyframes scaleLi {
    0% { 
        -ms-transform: scale(1);
    }
    45% { 
        -ms-transform: scale(1);
    }
    60% {
        -ms-transform: scale(1.2);
    }
    75% { 
        -ms-transform: scale(1);
    }
    100% { 
        -ms-transform: scale(1);
    }
}
@keyframes scaleLi {
    0% { 
        transform: scale(1);
    }
    45% { 
        transform: scale(1);
    }
    60% {
        transform: scale(1.2);
    }
    75% { 
        transform: scale(1);
    }
    100% { 
        transform: scale(1);
    }
}

.socialAnimation .person{
    width: 80px;
    height: 80px;
    margin: 110px 0 0 160px;
    z-index: 9;
}
.socialAnimation .person img{
    width: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 5px;
    background-color: #ffffff;
}

.socialAnimation li div.connector{
    position: absolute;
    background-color: rgb(58, 171, 210);
    height: 5px;
}
.socialAnimation li div.connector span{
    display: block;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: rgb(58, 171, 210);
    margin: -5px 0 0 0;
    position: absolute;
    -webkit-animation: connections 4s ease-in-out infinite;
    -moz-animation: connections 4s ease-in-out infinite;
    -o-animation: connections 4s ease-in-out infinite;
    -ms-animation: connections 4s ease-in-out infinite;
    animation: connections 4s ease-in-out infinite;

}
.socialAnimation li div.connector span.two{
    -webkit-animation: connections 4s ease-in-out infinite 1s;
    -moz-animation: connections 4s ease-in-out infinite;
    -o-animation: connections 4s ease-in-out infinite;
    -ms-animation: connections 4s ease-in-out infinite;
    animation: connections 4s ease-in-out infinite 1s;
}

@-webkit-keyframes connections {
    0% { left: 0}
    80% { left: 100%; }
}
@-moz-keyframes connections {
    0% { left: 0}
    80% { left: 100%; }
}
@-o-keyframes connections {
    0% { left: 0}
    80% { left: 100%; }
}
@-ms-keyframes connections {
    0% { left: 0}
    80% { left: 100%; }
}
@keyframes connections {
    0% { left: 0}
    80% { left: 100%; }
}

/* 企業理念 */
.page-phy .for_btn img {
    display: block;
    margin: 0 auto;
    width: 70%;
    max-height: 214px;
}

.socialAnimation li .containerImg{
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #ffffff;
    -webkit-transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    -ms-transition: background 0.3s linear;
    transition: background 0.3s linear;
    z-index: 10;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.socialAnimation .facebook{
    width: 90px;
    height: 90px;
}
.socialAnimation .facebook .containerImg{
    background-image: url("/img/svg/purezente.svg");

}
.socialAnimation .facebook:hover .containerImg{
    background-image: url("/img/svg/purezente.svg");
}
.socialAnimation .facebook .containerImg{
    width: 80px;
    height: 80px;
    margin: 5px;
}
.socialAnimation .facebook div.connector{
    position: absolute;
    background-color: rgb(58, 171, 210);
    height: 5px;
    width: 150px;
    margin: 105px 0 0 65px;

    transform:rotate(-115deg); 
    -webkit-transform:rotate(-145deg); 
    -moz-transform:rotate(-135deg); 
    -ms-transform:rotate(-135deg); 
    -o-transform:rotate(-115deg); 

}


.socialAnimation .googlePlus{
    width: 85px;
    height: 85px;
    margin: 20px 0 0 240px;
}
.socialAnimation .googlePlus .containerImg{
    background-image: url("/img/svg/gyouseki.svg");
}
.socialAnimation .googlePlus:hover .containerImg{
    background-image: url("/img/svg/gyouseki.svg");
}
.socialAnimation .googlePlus .containerImg{
    width: 75px;
    height: 75px;
    margin: 5px;
}
.socialAnimation .googlePlus div.connector{
    position: absolute;
    background-color: rgb(58, 171, 210);
    height: 5px;
    width: 70px;
    margin: 90px 0 0 -35px;

    transform:rotate(-45deg); 
    -webkit-transform:rotate(-45deg); 
    -moz-transform:rotate(-45deg); 
    -ms-transform:rotate(-45deg); 
    -o-transform:rotate(-45deg); 

}

.socialAnimation .twitter{
    width: 90px;
    height: 90px;
    margin: 120px 0 0 300px;
}
.socialAnimation .twitter .containerImg{
    background-image: url("/img/svg/akusyu.svg");
}
.socialAnimation .twitter:hover .containerImg{
    background-image: url("/img/svg/akusyu.svg");
}
.socialAnimation .twitter .containerImg{
    width: 80px;
    height: 80px;
    margin: 5px;
}
.socialAnimation .twitter div.connector{
    position: absolute;
    background-color: rgb(58, 171, 210);
    height: 5px;
    width: 90px;
    margin: 25px 0 0 -85px;

    transform:rotate(0deg); 
    -webkit-transform:rotate(0deg); 
    -moz-transform:rotate(0deg); 
    -ms-transform:rotate(0deg); 
    -o-transform:rotate(0deg); 

}

.socialAnimation .linkedin{
    width: 85px;
    height: 85px;
    margin: 150px 0 0 40px;
}
.socialAnimation .linkedin .containerImg{
    background-image: url("/img/svg/syomei.svg");
}
.socialAnimation .linkedin:hover .containerImg{
    background-image: url("/img/svg/syomei.svg");
}
.socialAnimation .linkedin .containerImg{
    width: 75px;
    height: 75px;
    margin: 5px;
}
.socialAnimation .linkedin div.connector{
    position: absolute;
    background-color: rgb(58, 171, 210);
    height: 5px;
    width: 150px;
    margin: 15px 0 0 25px;

    transform:rotate(-190deg); 
    -webkit-transform:rotate(-210deg); 
    -moz-transform:rotate(-190deg); 
    -ms-transform:rotate(-190deg); 
    -o-transform:rotate(-190deg); 

}

@media screen and (max-width: 768px) {
    .socialAnimation{
        padding: 0;
        transform: scale(0.85);
        transform-origin: left center;
    }
}
