@charset "UTF-8";

body{
    font-family:'Hiragino Kaku Gothic Pro','Meiryo',sans-serif;
    font-size:15px;
    border-top:15px solid#79a1b1;
}
a{
    text-decoration:none;
    color:#333;
}

.logo{
    text-align:center;
    margin-top:40px;
    margin-bottom:30px;
}


.logo img{
    display:inline-block;
    margin-bottom:5px;
    width: 25%;
}
.w_inner{
    width: 1200px;
    margin:0 auto;
 }
header{
    height: 200px;
    padding:0px;
}

.container{
    display: flex;
}
main{
    flex: 1 1 70%;
    /*background: lightblue;*/
    padding:20px;
    padding-bottom: 0;
}
.b_botm{
    width: 300px;
    border-bottom :5px solid #79a1b1;
    margin-bottom: 20px;
}

main h2{
    margin-top: 20px;
    margin-bottom: 10px;
}
main p{
    /*height:200px;*/
    margin-left: 50px;
    margin-bottom: 10px;
}
p.l_space{
    margin-left: 150px;
}
/*.j_height{
    height: 650px;
}*/
.career_margin{
    margin-top: 50px;
    border-top: 2px solid #ddd;
}
.career_margin h2{
    margin: 20px 0 15px 50px;
    border-bottom: 3px solid #333;
    display: inline-block;
   
}
.container_btn{
    text-align: center;
}

.btn-border {
    display: inline-block;
    max-width: 180px;
    text-align: left;
    border: 2px solid #79a1b1;
    font-size: 16px;
    color: #79a1b1;
    text-decoration: none;
    font-weight: bold;
    padding: 8px 16px;
    border-radius: 4px;
    transition: .4s;
    margin-top: 50px;
  }
  
  .btn-border:hover {
    background-color: #79a1b1;
    border-color: #79a1b1;
    color: #FFF;
  }

aside{
    position: sticky;
    top:0;
    height: 370px;
    flex: 1 1 30%;
    min-width: 300px;
    /*background: coral;*/
    padding: 20px;
}
ul{
    margin-top: 0px;
    list-style: none;
    border-top: 2px solid #79a1b1;
}
ul li{
    margin-top: 20px;
    border-bottom: 1px solid #ddd;
}
ul a{
    padding: 10px;
    display: block;
}
ul a:hover{
    color: #79a1b1;

}

/**/
.marginrate{
    margin-top: 50px;
    border-top: 2px solid #ddd;
}

.marginrate h3{
    margin-top: 20px;
    margin-bottom: 20px;
}

.rate-sp{
    margin-top: 20px;
   
}

table{
    border-collapse: collapse;
    border: 1px solid #333;
    width: 100%;
    
}

table th {
    padding: 20px;
    border: 1px solid #333;
    background: #ddd;
  }

  table td {
    border: 1px solid #333;
    text-align: left;
    padding: 20px;

  }

 .td-center{
    text-align: center;
 }

  .border-mg{
    width: 300px;
    border-bottom :2px solid #333;
    margin-bottom: 20px;
  }
  .border-mg h3{
    margin-top: 50px;
    margin-bottom: 0;
  }
  /**/

/*footer{
    height:150px;
    background: pink;
    padding:20px;
}*/
.footer{
    margin-top: 0px;
}
.pp_link{
    text-align: right;
    margin-top: 20px;
    margin-bottom: 20px;
}
/*.pp_link{
    text-align: center;   
    margin-bottom: 20px;
}*/

.pp_link a:hover{
    color: #79a1b1;
}
.copy{
    text-align: center;
    background: #79a1b1;
    color: #fff;
    font-size: 12px;
    padding: 7px 0 3px;
}



@media screen and (max-width: 1025px){
    
    .w_inner{
        width:90%;
        margin:0 auto;
        max-width: 1200px;
     }
     .header_img{
        text-align:center;
        margin-top: 50px;
        margin-bottom:50px;  
    }
    .header_img img{
        display:inline-block;
        height:300px;
        width: 100%;
    }
    .container_service .service img{
        margin-bottom:20px;
        width: 200px;
    }
    h1{
        font-size: 27px
    }
    
    aside{
        position: sticky;
        top:0;
        height: 370px;
        flex: 1 1 30%;
        min-width: 120px;
        /*background: coral;*/
        padding: 20px;
    }
    
    .career_margin h2{
        margin: 20px 0 15px 0px;
        border-bottom: 3px solid #333;
        display: inline-block;
       
    }
    
    .vertical{
        writing-mode: vertical-rl;
        
        white-space: pre;
        display: inline-block;}

}

@media screen and (max-width: 768px){
   
    .w_inner{
        width:90%;
        margin:0 auto;
     }
     .logo{
        text-align:center;
        margin-top:40px;
        margin-bottom:30px;
    }
     .logo img{
        display:inline-block;
        margin-bottom:5px;
        width: 50%;
    }
     h1{
        font-size:20px;
    }
    header{
        height: 150px;
        padding:0px;
    }
    .container{
        display:block;
    }
    p.l_space{
        margin-left: 50px;
        margin-bottom: 10px;
    }
    
    .vertical{
        writing-mode: vertical-rl;
       
        white-space: pre;
        display: inline-block;}
}