@charset "UTF-8";
@media screen and ( max-width:768px )
{
	.header_item{
	display: none !important;
	}
	.nav{
		display: flex!important;
		width:100%;
		height: 15px;
		list-style: none;
		position: fixed;
		z-index: 1;
		margin-top: 0;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		padding: 0;
		
	}

	.nav>li{
		
		height:auto;
		font-size: 10px;
		width:17%;
		height: 100%;	
		margin:0 auto;
		text-align: center;	
		background-color: white;
		border:solid 0.1px #dcdcdc;
		padding-top: 0.5%;
		padding-bottom: 1%;
		/*font-weight: bold;*/
		font-family: 'Noto Serif JP', serif;
		
	}
	.nav>li>a{
		text-decoration: none;
		color: black;

	}

	.material-icons{
		font-size: 120% !important;
		/*background-color: red;*/
		vertical-align: bottom;
		padding-right: 2%;
		padding-bottom: 1%;
	}
	

}


@media screen and (max-width:768px)
{
	.header_item1{
		font-size: 15px !important;
		margin:0 auto !important;
	}
	footer>p{
		font-size: 10px;
	}

	.cv{
		margin-top: 25% !important;

	}

	.titlecv{
		font-size: 15px !important;
	}

	.detail{
		font-size: 10px !important;
	}

	

	
}
html, body{
    margin: 0;         
    padding: 0;        
    width:100%;
    height:auto;
    
}

header{
	width:100%;
	position: fixed;
	top:0px;
	left:0px;
	background:#1F6ED4;
	box-shadow: 5px 10px 20px rgba(0,0,0,0.25);
	z-index:1;
	text-align: center;

}


#header{

	display: flex;
	width:100%;
	height: 10%;
}


.nav{
	display: none;
}
.header_item1{
	margin-right:auto;
	text-align: center;
	padding:0;
	
}



.header_item{
	
	font-family: 'Noto Serif JP', serif;
	padding:0;
	margin-top:1.5%;
	margin-bottom:1.5%;
	margin-right:2%;
	white-space: nowrap;
	/*background-color: red;*/

}
.header_item1>a{
	text-decoration: none;
	color: white;
}
.header_item>a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color:white;
}
.header_item>a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #a2a9af;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
  color:white;
}
.header_item>a:hover::after {
  transform: scale(1, 1);
  color:white;
}




.cv{
	background-color: white;
	padding-top: 5%;
	padding-bottom: 2%;
	width:80%;
	margin-top: 5%;
	margin-bottom: 5%;
	margin-left: 10%;
}

.titlecv{
	font-family: 'Noto Serif JP', serif;
	font-size: 25px;
	color: #212121;
	width:80%;
	margin-right: 0.5em;
	border-bottom: solid 3px #29aba4;
	
	margin-left: 10%;
	/*background-color: white;*/
}

.detail{
	width:80%;
	margin:0 auto;
	height:100%;

}
.detail>p{
	border-bottom: solid 1px #999999;
	margin-top: 5%;


}

.detail>ul{
	
	list-style: none;
	color:black;

}
.detail>ul>li{
	padding-bottom: 3%;
	padding-top: 3%;
}


footer{
	width: 100%;
	left:0px;
	height: 15%;
	
	margin:0 auto;
	padding-top: 1%;
	padding-bottom: 1%;
	color:gray;
	background-color:#e9e0d6;
	
}

footer>p{
	text-align: center;
}

