/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::


    


::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/


/*********************************************************************************************************
    COMMON
*********************************************************************************************************/

#Message-Box {
    position: relative;
    display: block;
    margin: 0 0 0 0;
    padding: 3% 0;
    width: 100%;
    color: #555;
    font-size: 16px;
    background: #d4d7d7; 
}

#Message-Box:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #d4d7d7;
}

#Message-Box p {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size:14px;
    line-height: 32px;
    position: relative;
}



#Message-Box .circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#Message-Box .circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;
    
}

#Message-Box .circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


#Message-Box .circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

#Message-Box .circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

#Message-Box .circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

#Message-Box .circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

#Message-Box .circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

#Message-Box .circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

#Message-Box .circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

#Message-Box .circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

#Message-Box .circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}


    
    .ButtonBox{
        width: 960px;
        margin: 0 auto;
        text-align: center;
    }
    
.ButtonBox a {
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  border: 2px solid #4b4b4b;
  color: #333;
  overflow: hidden;
  display: inline-block;
  width: 350px;
  text-align: center;
  text-decoration: none;
  outline: none;
    padding: 10px 15px;
}
.ButtonBox a:hover {
  color: #fff;
}
.ButtonBox a::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}
.ButtonBox a:hover::after {
  background: #4b4b4b;
  -webkit-transform: scale(1);
  transform: scale(1);
}
    
    
    
.ButtonBox a::before,
.ButtonBox a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.ButtonBox a,
.ButtonBox a::before,
.ButtonBox a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
    
    .ButtonBox a span{
        background: url(../images/icon/icon_arrow_r_n.png) no-repeat 100% 50%;
        background-size: 10px 10px;
        display: block;
    }
    
    .ButtonBox a:hover span{
        background: url(../images/icon/icon_arrow_r_h.png) no-repeat 100% 50%;
        background-size: 10px 10px;
        display: block;
    }
    
    
    








#Service-Box .Service-Box__InBox .panel:not(:last-child){
    
    border-right: #cccccc 1px solid;
}


#Service-Box .Service-Box__InBox .panel dl dd{
    padding: 10px;
}

#Service-Box .Service-Box__InBox .panel dl dt img{
    width: 100%;
}

#Service-Box .Service-Box__InBox .panel dl dt._title{
    text-align: center;
    font-size: 16px;
    padding-top: 10px;
}

#Service-Box #Service-Box__Inner .ButtonBox{
    margin-top: 30px;
}


#Service-Box #Service-Box__Inner .ButtonBox ._text{
    margin-bottom: 25px;
}





#Service-Box .Service-Box__InBox .grid{
    display: flex;
    border-bottom: #cccccc 1px solid;
}

#Service-Box .Service-Box__InBox .panel{
    flex: 1;
    padding: 3px;
}
    
    
    



#Service-Box .Service-Box__InBox{
    border-top: #cccccc 1px solid;
    margin-top: 30px;
}






/*********************************************************************************************************
    PC
*********************************************************************************************************/

@media screen and (min-width:640px){
    
#Service-Box #Service-Box__Inner{
    padding: 20px 0 50px 0;
}
    

#Service-Box #Service-Box__Inner .ButtonBox{
    margin-top: 30px;
}

    #MainBox{
        position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    }
    
    
#Service-Box #Service-Box__Inner{    
    width: 978px;
    margin: 0 auto;
    border-left: #cccccc 1px solid;
    border-right: #cccccc 1px solid;
}

    
    
    
/*---------------------------------------------------------------------------------------------------------

    できること

---------------------------------------------------------------------------------------------------------*/

    #AbilityBox{
        padding: 30px 0 50px 0;
    }

    #AbilityBoxInner{
        width: 980px;
        margin: 30px auto 0 auto;
        overflow: hidden;
        display: table;
        table-layout: fixed;
    }


      #AbilityBox .panel{
          display: table-cell;
        background: #fff;
          width: 25%;

          /*
              float: left;
        width: 33.333%;
        margin: 0;
        text-align: center;
        background: #fff;
        overflow: hidden;
        -moz-transition: background-color 0.5s cubic-bezier(0.23, 1, 0.32, 1);
        -o-transition: background-color 0.5s cubic-bezier(0.23, 1, 0.32, 1);
        -webkit-transition: background-color 0.5s cubic-bezier(0.23, 1, 0.32, 1);
        transition: background-color 0.5s cubic-bezier(0.23, 1, 0.32, 1);
          */
        }
        #AbilityBox .panel:nth-of-type(3n) {
          border: 0; }

    #AbilityBox .panelInner{
        padding:0 20px 25px 20px;
    }

    .panelInner .Ability01{
        background: url(../images/top/Ability01.svg) no-repeat 50% 50%;
        background-size: auto 100px;
        display: block;
        text-indent: -9999px;
        height: 100px;
        margin-bottom: 20px;
    }
    .panelInner .Ability02{
        background: url(../images/top/Ability02.svg) no-repeat 50% 50%;
        background-size: auto 110px;
        display: block;
        text-indent: -9999px;
        height: 100px;
        margin-bottom: 20px;
    }
    .panelInner .Ability03{
        background: url(../images/top/Ability03.svg) no-repeat 50% 50%;
        background-size: auto 90px;
        display: block;
        text-indent: -9999px;
        height: 100px;
        margin-bottom: 20px;
    }
    .panelInner .Ability04{
        background: url(../images/top/Ability04.svg) no-repeat 50% 50%;
        background-size: auto 90px;
        display: block;
        text-indent: -9999px;
        height: 100px;
        margin-bottom: 20px;
    }

    .panelInner dl dt{
        text-align: center;
        font-size: 18px;
        line-height: 30px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .panelInner dl dd{
        font-size: 12px;
        line-height: 18px;
    }
    
    #AbilityBox .ButtonBox{ margin-top: 15px; }




    /*
        Contents
    */

    .Contents{
        width: 960px;
        margin: 0 auto;
    }


    
/*---------------------------------------------------------------------------------------------------------

    お知らせ / INFORMATION

---------------------------------------------------------------------------------------------------------*/

    #NewsBox{ padding: 30px 0 50px 0; }

    #NewsBoxInner{
        width: 980px;
        margin: 30px auto 0 auto;
        overflow: hidden;
        display: table;
        table-layout: fixed;
    }
    
    
    #NewsBoxInner dl{
          display: table-cell;
        background: #fff;
          width: 296px;
    padding: 15px;

          /*
              float: left;
        width: 33.333%;
        margin: 0;
        text-align: center;
        background: #fff;
        overflow: hidden;
        -moz-transition: background-color 0.5s cubic-bezier(0.23, 1, 0.32, 1);
        -o-transition: background-color 0.5s cubic-bezier(0.23, 1, 0.32, 1);
        -webkit-transition: background-color 0.5s cubic-bezier(0.23, 1, 0.32, 1);
        transition: background-color 0.5s cubic-bezier(0.23, 1, 0.32, 1);
          */
        }
    
    
    #NewsBoxInner dl dt{ height: 168px; background-color: #cccccc; }
    
    #NewsBoxInner dl dd{ margin-top: 5px; }
    #NewsBoxInner dl dd span.date{ float: left; }
    #NewsBoxInner dl dd span.tag{ float: right; border: #4b4b4b 1px solid; font-size: 10px; padding: 2px 4px; line-height: 16px; }
    #NewsBoxInner dl dd span.title{ float: left; }
    
    
    #NewsBox .ButtonBox{ margin-top: 15px; }
    
    

    .line-1{/*対象のテキスト*/
        position: relative;
        top: 50%;  
        width: 24em;
        width: auto;
        margin: 0 auto;
        border-right: 2px solid rgba(255,255,255,.75);
        font-size: 30px;
        line-height: 40px;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        transform: translateY(-50%);
        text-shadow:0px 0px 2px #ffffff;
    }
    
    
    
    @keyframes typewriter{/*タイプライターライクなアニメーション*/
      from{width: 0;}
      to{width: 20em;}
    }
    


}



    #MainBoxCover{
        background: url(../images/top/main_cover.png) repeat 0 0;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }




    .anim-typewriter{/*アニメーションセッティング*/
      animation: typewriter 4s steps(44) 1s 1 normal both,
     blinkTextCursor 500ms steps(44) infinite normal;
    }
    @keyframes blinkTextCursor{/*点滅するカーソルのアニメーション*/
      from{border-right-color: rgba(255,255,255,.75);}
      to{border-right-color: transparent;}
    }


#IndexBox{ }
#IndexBoxInner{ background: url(../images/top/main_cover.png) repeat 0 0; padding: 110px 0 50px 0; }

















@media screen and (max-width:639px){
    
#Service-Box #Service-Box__Inner .ButtonBox ._text{
    font-size: 2.5vw;
}

    #Service-Box .Service-Box__InBox .panel dl dd{
        word-break: break-all;
    }


#Service-Box #Service-Box__Inner{
    padding: 20px 0 20px 0;
}
    
#Service-Box #Service-Box__Inner .ButtonBox{
    margin-top: 20px;
}

#Service-Box .Service-Box__InBox{
    margin-top: 5%;
}


#Service-Box #Service-Box__Inner .ButtonBox p{
    margin: 0 2%;
}
    
    #Message-Box p {
        margin: 0;
        padding: 0;
        text-align: center;
        font-size: 2.5vw;
        line-height: 4vh;
        position: relative;
    }
    
    
    
    
    
    
    
    
    
    
    
    

    @keyframes typewriter{/*タイプライターライクなアニメーション*/
      from{width: 0;}
      to{width: 21em;}
    }
    .line-1{/*対象のテキスト*/
        position: relative;
        top: 50%;  
        width: 24em;
        width: auto;
        margin: 0 auto;
        border-right: 2px solid rgba(255,255,255,.75);
        font-size: 4vw;
        line-height: 40px;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        transform: translateY(-50%);
        text-shadow:0px 0px 2px #ffffff;
    }

    #MainBox{
        position: relative;
    width: 100%;
    height: 75vh;
    overflow: hidden;
    }
    
    h2.title{
        font-size: 18px;
        line-height: 36px;
        text-align: center;
        letter-spacing: 2px;
    }

    h2.title span{
        display: block;
        text-align: center;
        font-family: 'Oswald', sans-serif;
        font-size: 12px;
        line-height: 14px;
    }
    
    /*---------------------------------------------------------------------------------------------------------

        できること

    ---------------------------------------------------------------------------------------------------------*/

    #AbilityBox{ padding: 20px 2% 30px 2%; }

    #AbilityBox #AbilityBoxInner{
        width: 96%;
        margin: 20px auto 0 auto;
    }
    
    #AbilityBox #AbilityBoxInner .panelInner{
        padding: 0;
    }
    
    #AbilityBox #AbilityBoxInner .panel{
        background: #ffffff;
        height: auto !important;
        width: 48%;
        float: left;
    }
    
    #AbilityBox #AbilityBoxInner .panel:nth-child(odd){
        float: left;
    }
    
    #AbilityBox #AbilityBoxInner .panel:nth-child(even){
        float: right;
        
    }
    
    #AbilityBox #AbilityBoxInner .panel:nth-child(1),
    #AbilityBox #AbilityBoxInner .panel:nth-child(2){
        margin-bottom: 20px;
    }
    
    
    #AbilityBox #AbilityBoxInner .panel .panelInner .Ability01{
        background: url(../images/top/Ability01.svg) no-repeat 50% 50%;
        background-size: auto 80px;
        display: block;
        text-indent: -9999px;
        height: 80px;
        margin-bottom: 10px;
    }
    #AbilityBox #AbilityBoxInner .panel .panelInner .Ability02{
        background: url(../images/top/Ability02.svg) no-repeat 50% 50%;
        background-size: auto 80px;
        display: block;
        text-indent: -9999px;
        height: 80px;
        margin-bottom: 10px;
    }
    #AbilityBox #AbilityBoxInner .panel .panelInner .Ability03{
        background: url(../images/top/Ability03.svg) no-repeat 50% 50%;
        background-size: auto 80px;
        display: block;
        text-indent: -9999px;
        height: 80px;
        margin-bottom: 10px;
    }
    #AbilityBox #AbilityBoxInner .panel .panelInner .Ability04{
        background: url(../images/top/Ability04.svg) no-repeat 50% 50%;
        background-size: auto 80px;
        display: block;
        text-indent: -9999px;
        height: 80px;
        margin-bottom: 10px;
    }
    
    #AbilityBox #AbilityBoxInner .panel .panelInner dl dt{
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 10px;
    }
    
    #AbilityBox #AbilityBoxInner .panel .panelInner dl dd{
        font-size: 12px;
        line-height: 22px;
    }


    
    
    .ButtonBox{
        width: 100%;
        margin: 30px auto 0 auto;
        text-align: center;
    }
    
.ButtonBox a {
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  border: 2px solid #4b4b4b;
  color: #333;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  outline: none;
    padding: 10px 15px;
}
    
    
    

    
    /*----- プロフィール ｜ PROFILE -------------------------------------------------------------------------------------*/
    
    #ProfileBox{ background-color: #ffffff; padding: 20px 2% 30px 2%; }

    #ProfileBox #ProfileBoxInner{ width: 96%; margin: 30px auto 0 auto; }

    #ProfileBox #ProfileBoxInner #ProfileStyle{ box-shadow: 0 0 3px rgba(0, 0, 0, 0.22); padding: 20px; }

    #ProfileBox #ProfileBoxInner .face{ width: 150px; height: 150px; margin-right: 35px; margin: 0 auto; }
    #ProfileBox #ProfileBoxInner .face img{ border-radius: 50%; width: 100%; height: 100%; }

    #ProfileBox #ProfileBoxInner dl.profile{}
    #ProfileBox #ProfileBoxInner dl.profile dt{ font-size: 18px; font-weight: bold; text-align: center; }
    #ProfileBox #ProfileBoxInner dl.profile dt span{ font-family: 'Oswald', sans-serif; font-size: 10px; display: block; }
    #ProfileBox #ProfileBoxInner dl.profile dd{ font-size: 12px; line-height: 16px; }
    
    
    
    
    
    
}



