/*************************
    footer       
*************************/
footer{
  position: relative;
  background-color: #e94709;
  color: #f39f7f;
}
footer a:link{color: #f39f7f; text-decoration: none;}
footer a:hover{color: #f39f7f;text-decoration: auto;}
footer a:visited{color: #f39f7f; text-decoration: none;}

/*.recruit-nav{
    padding: 2.7rem 5vw;
    text-align:left;
}*/
.footerinnerr{
    padding: 5rem 8% 0;
    text-align: center;
}
.footerinnerr h1{
    width: 120px;
    margin: 0 auto 4rem;
}
.footerinnerr .navi__recruit a{
    border: 1px solid #f39f7f !important;  
    padding: 8px 8px 8px 16px;
    display: block;
}
.footerinnerr .navi__recruit li a p::after{
    opacity: 0.5;
}
.footerinnerr .mynavi{
    display: block;
    width: 195px;
    margin: 0 auto;
}
.official_account{
    margin: 4rem auto 0;
    padding-bottom: 16px;
    border-bottom: 1px solid #f39f7f;
    font-weight: bold;
}
.official_account a{
    display: inline-block;
    width: 34px;
    background-color:#de3205;
    border-radius: 4px;
    padding: 6px;
    vertical-align: middle;
    margin-left: 8px;
}

small{text-align: center;display: block;margin: 18px 0;}
@media screen and (min-width: 800px){
    .footerinnerr{    
        width: 85.7142857143vw;
    margin: 0 auto;
}


.footerinnerr .navi__recruit{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.footerinnerr .navi__recruit li{
    width: 48%;
    margin-bottom: 32px;
}

}
/* Page Top
------------------------------ */
#page-top {
    display: block;
    position: absolute;
    /*text-indent: -9999px;*/
    z-index: 800;
    top: -85px;
  right: -46px;
    /*background: url(../../images/pagetop_re.png) no-repeat top;*/
    transform: rotate(90deg);  
}

#page-top:hover {
    cursor: pointer;
    background-position: bottom;
}

#page-top a{
    /*transform: rotate(90deg);*/
    display: block;
    color: #fff;
    text-decoration: none;
    text-align: center;
    position: relative;
    width: 140px;
    padding: 5px 5px 5px 30px;
    font-size: 18px;
    background-color: #e94709; 
    
}

#page-top a::before{
    content: "";
    background-image: url(../../images/iconarrow.svg);
    position: absolute;
    background-size: cover;
    background-position: center center;
    top:50%;
    left:10px;
    width: 20px;
    height: 20px;
    transform: translateY(-50%) rotate(3.142rad);
}
@media screen and (min-width: 769px){
#page-top {
    top: -99px;
  right: -42px;   
}

#page-top:hover {
    cursor: pointer;
    background-position: bottom;
}

#page-top a{
    /*transform: rotate(90deg);*/
    display: block;
    color: #fff;
    text-decoration: none;
    text-align: center;
    position: relative;
    width: 150px;
    padding: 10px 10px 10px 30px;
    font-size: 18px;
    background-color: #e94709; 
    
}

#page-top a::before{
    content: "";
    background-image: url(../../images/iconarrow.svg);
    position: absolute;
    background-size: cover;
    background-position: center center;
    top:50%;
    left:10px;
    width: 20px;
    height: 20px;
    transform: translateY(-50%) rotate(3.142rad);
}
}
/******************************/
.corporateweb{
    background-color: #3a001e;
    position: relative;
    z-index: 9999;
}