@charset "UTF-8";

body{
	position: relative;
	margin: 0 auto;
	width: 375px;
	font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"
}
header{
	position: fixed;
	display: grid;
	grid-template-columns: 1fr 120px;
	z-index: 999;
	width: 375px;
	height: 60px;
	background-color: rgba(0,0,0,0.40)
}
footer{
	height: 150px;
	background-image: url("../images/footer3.png")
}
p{
	margin: 0px;
	color: rgba(255,255,255,1.00);
}
main p{
	font-size: 14px;
	line-height: 23px
}
a{
	text-decoration: none;
	color: black;
}
.docu a{
	color: white
}
.head-left{
	grid-column: 1/2;
	padding: 7px 0px 0px 20px
}
h1{
	margin: 0px;
	font-size: 17px;
	color: white;
	font-weight: normal;
}
.left-h2{
	font-size: 12px
}
.head-right{
	grid-column: 2/3;
	display: grid;
	grid-template-columns: 1fr 1fr;
	background-color: white
}
.docu{
	background: linear-gradient(-45deg,#05FBFF, #18A3C4);
	text-align: center;
	width: 60px;
	height: 60px;
	grid-column: 1/2;
	font-size: 10px
}
.docu img{
	width: 30px;
	padding-top: 7px;
}
.ham{
	position: relative;
	width: 60px;
	height: 60px;
	cursor: pointer;
	background-color: white;
}
.ham_line {
	position: absolute;
	left: 17px;
	width: 25px;
	height: 1.5px;
	background-color: #333333;
	transition: all 0.3s
}
.ham_line1 {
	top: 20px;
}
.ham_line2 {
	top: 28px;
}
.ham_line3 {
	top: 36px;
}
.menu {
	position: fixed;
	width: 250px;
	height: 607px;
	right: -400px;
	background-color: white;
	transition: all 0.4s;
}
.clicked .menu {
	right: 0px;
}
.clicked .ham_line1 {
	transform: rotate(45deg);
	top: 30px;
}
.clicked .ham_line2 {
	width: 0px;
}
.clicked .ham_line3 {
	transform: rotate(-45deg);
	top: 30px;
}
.clicked .menu {
	right: 0px;
}
ul{
	margin-top: 30px
}
li{
	padding: 10px 0px;
	list-style: none
}
.top{
	height: 217px;
	background-image:url("../images/zero1.png");
	background-size: cover
}
h2{
	width: 330px;
	padding: 15px 0px 15px 20px;
	background-color: white;
	color: rgba(0,0,0,1.00);
	font-size: 22px;
	font-weight: bold;
}
h3{
	color: white
}
.top h2{
	position: absolute;
	top:150px;
}
.top-h2{
	padding: 0px 20px;
	text-align: right
}
.intro{
	padding-top: 80px;
	background-color: #18A3C4
}
.intro p{
	padding: 0px 20px
}
.intro-h2{
	font-weight: bold;
	font-size: 20px;
	line-height: 30px
}
.intro img{
	vertical-align: top;
	width: 375px
}
h2 span{
	padding: 0px 3px 3px 0px;
	background: linear-gradient(transparent 50%, #D2ED3D 50%);
}
.because{
	display: grid;
	grid-template-columns: 20px 60px 1fr 2px;
	padding: 30px 0px 20px 0px;
	}
.because p{
	position: relative;
	grid-column: 2/3;
	text-align: center;
	background-color: white;
}
h3 span{
	padding: 0px 3px 3px 0px;
	background: linear-gradient(transparent 50%, #B3C937 50%);
}
.number{
	line-height: 60px;
	color: black;
	font-size: 25px;
	font-weight: bold;
}
.because h3{
	padding-left: 20px;
	margin: 0px;
	grid-column: 3/4
}
h4{
	padding-left: 20px;
	font-size: 16px;
	color: white;
}
.kiso{
	margin-top: 20px
}
.more1{
	text-align: right
}
.more1 p{
	position: absolute;
	margin-top: 11px;
	margin-left: 145px;
}
.more1 img{
	margin-top: 30px;
	margin-right: 20px;
	width: 50px;
}
.line{
	margin: 40px 20px;
	border-bottom: dotted 2px white;
}
.exam-s{
	margin-top: 30px;
	font-size: 16px;
	font-weight: bold;
}
.button{
	display: grid;
	grid-template-columns:20px 1fr 1fr 20px;
	grid-template-rows: 20px 1fr 1fr 5px 90px 100px;
	height: 560px;
	text-align: center;
	background-color: #18A3C4
}
.button-h{
	position: absolute;
	padding: 5px;
	margin: 13px 0px 0px 45px;
	font-size: 18px;
	font-weight: bold;
	border-bottom: dotted 2px white;
}
.button-h2{
	position: absolute;
	padding: 5px;
	margin: 25px 0px 0px 18px;
	font-size: 18px;
	font-weight: bold;
	border-bottom: dotted 2px white;
}
.button-p{
	padding:60px 0px 0px 0px;
	font-size: 15px;
	line-height: 1.3
}
.button-p2{
	padding:80px 0px 0px 0px;
	font-size: 15px;
	line-height: 1.3
}
.about{
	grid-column: 2/3;
	grid-row: 2/3;
	background-color: #B3C937
}
.exam{
	grid-column: 3/4;
	grid-row: 2/3;
	background-color: #757476
}
.teacher{
	grid-column: 2/3;
	grid-row: 3/4;
	background-color: #757476
}
.gallery{
	grid-column: 3/4;
	grid-row: 3/4;
	background-color: #B3C937
}
.more2{
	grid-column: 1/5;
	grid-row: 5/6;
	text-align: right;
}
.more{
	position: absolute;
	margin-top: 19px;
	margin-left: 165px
}
.more2 img{
	padding:40px 20px;
	width: 50px
}
.document{
	grid-column: 1/5;
	grid-row: 6/7;
	background: linear-gradient(-135deg,#05FBFF, #18A3C4);
}
.docu-h{
	padding: 20px;
	margin-top: 20px;
	font-size: 18px;
	font-weight: bold
}
footer p{
	text-align: center
}
.footer-h{
	font-size: 17px;
	padding-top: 33px
}
.footer-h2{
	font-size: 10px;
	padding: 8px 0px 15px 0px
}
.footer-p{
	font-size: 8px
}