@charset "utf-8";
/*career*/

body{
    background-image: url(../gallery/ajisai.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.header{
    font-family: sans-serif;
    text-align: end;
    background-image: linear-gradient(90deg, rgba(29, 163, 137, 1), rgba(247, 209, 55, 1) 90%);
    color: navy;
    font-size: 30px;
}

.h3-title{
    font-size: 50px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: palevioletred;
    text-align: center;
    margin: 10px 20px;
    text-decoration: underline;
}

.site-description{
    font-size: 20px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: darkorchid;
    text-align: center;
    margin: 15px 15px;
}


.heading{
    font-size: 20px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin: 25px 25px;
    text-align: center;
}

summary{
    display: block;
    list-style:none;
    cursor: pointer;
    outline: none;
    
}

/*details summary::webkit-details-marker{
    display: none;
}

details summary::before{
    content: url(mark.jpeg);
}*/


.first-box{

    margin: auto;
    margin-bottom: 50px;
    padding: 27px 27px;
    width: 25%;
    border-radius: 10%/50%;
    background-color: cornsilk;
    text-align: center;
}

.second-box{
    
    margin: auto;
    margin-bottom: 50px;
    padding: 27px 27px;
    width: 25%;
    border-radius: 10%/50%;
    background-color: cornsilk;  
    text-align: center;
}

.third-box{
   
    margin: auto;
    margin-bottom: 50px;
    padding: 27px 27px;
    width: 25%;
    border-radius: 10%/50%;
    background-color: cornsilk;
    text-align: center;
}

.four-box{
    
    margin: auto;
    margin-bottom: 50px;
    padding: 27px 27px;
    width: 25%;
    border-radius: 10%/50%;
    background-color: cornsilk;
    text-align: center;
}

.h2{
    font-size: 20px;
    color: crimson;
    font-style: oblique;
}

.content{
    overflow: hidden;
}
.content_inner{
    padding: 24px 48px;
}

.career-text{
    font-size: 16px;
    color:grey;
    text-align: justify;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.back-top{
    width: 150px;
    margin: auto;
    box-sizing: border-box;
    border-radius: 4px;
    background-image: linear-gradient(90deg, rgba(29, 163, 137, 1), rgba(247, 209, 55, 1) 90%);
    font-size: 18px;
    text-align: center;
    margin-bottom: 30px;
}

/*.page-footer{
    display: block;
    background-color: cornsilk;
    margin: auto;
    margin-bottom: 35px;
    color: coral;
    font-size: 12px;
    text-align: center;
}*/

@media screen and (max-width: 480px){
    body{
        display: block;
        background-image: url(../gallery/ajisai.jpg);
        max-width: 100%;
        height: auto;
    }

    .header{
        font-family: sans-serif;
        text-align: end;
        background-image: linear-gradient(90deg, rgba(29, 163, 137, 1), rgba(247, 209, 55, 1) 90%);
        color: navy;
        font-size: 15px;}
    
    .h3-title{
        font-size: 45px;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        color: palevioletred;
        text-align: center;
        margin: 15px 15px;
        text-decoration: underline;
    }
    
    .site-description{
        font-size: 16px;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        color: darkorchid;
        text-align: center;
        margin: 15px 15px;
    }
    
    .heading{
        font-size: 16px;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: center;
    }

    details{
        display: block;
        max-width: 100%;
    }
    
    summary{
        display: block;
        list-style:none;
        cursor: pointer;
        outline: none;
       max-width: 100%;
        text-align: center;
        
    }
    
    /*details summary::webkit-details-marker{
        display: none;
    }
    
    details summary::before{
        content: url(mark.jpeg);
    }*/
    
    
    .first-box{
        display: block;
        margin: auto;
        margin-bottom: 30px;
        padding: 27px 27px;
        width: 300px;
        border-radius: 10%/50%;
        background-color: cornsilk;
        text-align: center;
    }
    
    .second-box{
        display: block;
        margin: auto;
        margin-bottom: 30px;
        padding: 27px 27px;
        width: 300px;
        border-radius: 10%/50%;
        background-color: cornsilk;  
        text-align: center;
    }
    
    .third-box{
        display: block;
        margin: auto;
        margin-bottom: 30px;
        padding: 27px 27px;
        width: 300px;
        border-radius: 10%/50%;
        background-color: cornsilk;
        text-align: center;
    }
    
    .four-box{
        display: block;
        margin: auto;
        margin-bottom: 80px;
        padding: 27px 27px;
        width: 300px;
        border-radius: 10%/50%;
        background-color: cornsilk;
        text-align: center;
    }
    
    .h2{
        font-size: 20px;
        color: crimson;
        font-style: oblique;
        text-align: center;
    }
    
    .content{
        overflow: hidden;
    }
    .content_inner{
        padding: 24px 48px;
    }
    
    .career-text{
        font-size: 16px;
        color:grey;
        text-align: justify;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    }
    
    .back-top{
        width: 150px;
        margin: auto;
        margin-bottom: 47px;
        box-sizing: border-box;
        border-radius: 4px;
        background-image: linear-gradient(90deg, rgba(29, 163, 137, 1), rgba(247, 209, 55, 1) 90%);
        font-size: 18px;
        text-align: center;
    }
    
    

}