@charset "UTF-8";

.wf-notosansjapanese { font-family: "Noto Sans JP"; }
html {
    scroll-behavior: smooth;
}
.body {
    margin: 0px;
	padding: 0px;
}


.menu {
    position: fixed;
    top: 0; 
	z-index: 10;
}
.top {
    height: 600px;    
    background-image: url(image/top.jpg);
    background-size: cover;
    /* background-color: rgba(0,0,255,0.5); */
    /* opacity: 0.5; */
}

.topimg {
    margin: 0px;
    height: 480px;
}
.textbox {
    position:relative  
}

.toptext {
    text-align: left;
    font-size: 35px;
    background-color: rgb(255, 255, 255);
    position: absolute; 
    line-height: 1.2;

}

.Q1-1 {
    padding-top:20px;
    margin: 30px;
    margin-bottom: 30px;
}
.Q1-2 {
    padding-top:20px;
    margin: 30px;
    margin-bottom: 30px;

}
.Q1-3 {
    padding-top:20px;
    margin: 20px;
    margin-bottom: 30px;

}

.Qtext {
    color: aliceblue;
    background-color: black;
    position: relative;
}


h1 {
    font-size: 15px;
    text-align: left;

}
.maintext {
    font-size: 20px;
}

.buttonbox {
    display: block;
    
}

.button {
    margin: 6px;
    width: 28%;
}
.button:hover {
    box-shadow: none;
    transform: translateY(5px);
}


.Q2 {
    padding: 20px;
    background-color: red;

}


.sentext {
    bottom: 0px;
    background-color: aliceblue;
}
.senpai1 {
    height: 150px;
    background-image: url(image/senpai1.JPG);
    background-size: cover;
}

a {
    text-decoration: none;
    color:black
}

.senpai2 {
    height: 150px;
    background-image: url(image/senpai2.jpg);
    background-size: cover;
}



.work {
    padding: 20px;
    font-size: 20px;
}

.owa_text {
    padding: 10px;
}