/*Common*/
figcaption{
    margin: 0;
}

section{
    margin-top: 100px;
}
p{
    line-height: 2.3;
}
section:nth-of-type(1){
    margin-top: 0px;
}

h2.head,
h3.head{
    position: relative;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: bold;
    line-height: 5rem;
    border-bottom: solid 3px #87CEFA
}

h2.head{
    letter-spacing:  0.7rem;
}

h2.shopphoto{
    letter-spacing:  0.3rem;
}
h3.shopphoto{
    margin: 25px 0 0 ;

}

/*seniorEmployees*/
.whitespace{
    white-space: pre-line;
    font-size: 12px;
}
@media(min-width: 1200px){
    .whitespace{
        white-space: pre-line;
        font-size: 14px;
    }
}

/*header*/

/*Navigation*/
nav.sticky-part{
    position:sticky;
    bottom:0;
}

nav.uk-sticky ul li{
    position: relative;
    overflow: hidden;
}

nav.uk-sticky ul li:before,
nav.uk-sticky ul li:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 2%;
    background: #87CEFA;
    left: 0%;
    transform: scale(0,1);
    transition: .2s;
}
nav.uk-sticky ul li:before{
    top: 1rem;
}
nav.uk-sticky ul li:after{
    bottom: 1rem;
}
nav.uk-sticky ul li:hover:before,
nav.uk-sticky ul li:hover:after{
    transform: scale(1,1);
}
nav.uk-sticky ul li a:hover{
    color: #6ad;
}

/*article*/
#cm_wrapper h2{
    margin-bottom: 0;
}
#corporate_message{
    padding: 30px;
}

#eyecatch,
#corporate_message h2{
    background: #6ac;
    color: #fff;
}

/*eyedetailsize start*/
#eyecatch .eyedetailsize{
    font-size: 15px;
}
@media(max-width: 600px){
    #eyecatch .eyedetailsize{
        font-size: 10px;
        white-space: pre-line;
    }
}
/*eyedetailsize end*/

/*eyesubsize start*/
#eyecatch .eyesubsize{
    font-size: 30px;
}
@media(max-width: 600px){
    #eyecatch .eyesubsize{
        font-size: 18px;
        white-space: pre-line;
    }
}
/*eyesubsize end*/

/*eyesize start*/
#eyecatch .eyesize{
    font-size: 20px;
}
@media(max-width: 600px){
    #eyecatch .eyesize{
        white-space: pre-line;
    }
}
@media(min-width: 1200px){
    #eyecatch .eyesize{
        font-size: 2.8875rem;
        line-height: 1.1;
    }
}
/*eyesize end*/

#senior .staff_wrapp{
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
}

#senior figure h3{
    margin: .5rem;
}

/*welfare*/
#welfare .welsaize{
    font-size: 14px;
}
@media(min-width: 1200px){
    #welfare .welsaize{
        font-size: 16px;
    }
}

/*recruit*/
#recruit table{
    font-size: 12px;
}
@media(min-width: 1200px){
    #recruit table{
        font-size: 14px;
    }
}

#recruit .uk-table th{
    vertical-align: top;
    color: #c66;
    font-weight: bold;
}

#recruit .uk-table td{
    line-height: 2.3;
}

/*workplace*/
#workplace .workmainsize1{
    font-size: 1.25rem;
}

@media(min-width: 1200px){
    #workplace .workmainsize1{
        font-size: 1.5rem;
    }
}

#workplace .workmainsize2{
    font-size: 1.1rem;
}

@media(min-width: 1200px){
    #workplace .workmainsize2{
        font-size: 1.5rem;
    }
}
#workplace .worksubsize1{
    white-space: pre-line;
    font-size: 11.5px;
}

@media(min-width: 1200px){
    #workplace .worksubsize1{
        font-size: 13px;
    }
}

/*messege*/
#messege .delegatemessege{
    white-space: pre-line;
    font-size: 12px;
}

@media(min-width: 1200px){
    #messege .delegatemessege{
        white-space: pre-line;
        font-size: 14px;
    }
}

/*history*/
#history table{
    font-size: 12px;
}

@media(min-width: 1200px){
    #history table{
        font-size: 14px;
    }
}



/*Footer*/
button.button-footer{
    border-style: none;
}

button.button-footer{
    border-style: none;

}
h2.head{
    letter-spacing:  0.3rem;
    border-bottom: solid 3px #87CEFA
}

nav.sticky-part{
    position:sticky;
    bottom:0;
}

/*=== recruitForm ===*/
#recruitForm form{
    font-size: 1.2rem;
}
#recruitForm dl{
    margin: 0;
    padding: 70px;
    background-color: rgba(255, 255, 255, .9);
}
#recruitForm form dt{
    margin-top: 2rem;
}
#recruitForm form dd{
    margin-top: .75rem;
}
#recruitForm form span{
    margin-left: 1rem;
}
#recruitForm form .uk-radio{
    background: #fff;
    border: 1px solid #f0506e;
}
#recruitForm form .uk-radio:checked{
    background: #39f;
}

#recruitForm .form-danger{
    border-color:#f0506e;
}