@charset "utf-8";
/* CSS Document */
@media screen and (min-width:820px) {
    /*　画面サイズが821pxからはここを読み込む　*/
/*========= ハンバーガーメニュー ===============*/
#g-nav{
	display: none;
	position: none;
}
.meti_chubu_logo{
	display: none;
	position: none;
}
.bg_logo{
	display: none;
	position: none;
}
.openbtn1{
	display: none;
	position: none;
}
/*========= header ===============*/
.header1 {
	width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
	height: 5vw;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
	/*以下はレイアウトのためのCSS*/
	display: relative;
    background:#1E1E1E;
    z-index: 998;
}
.header1 #logo {
	position: absolute;
    height: 2.5vw;
	margin-top: 1.25vw;
	margin-left: 2.5vw;
    z-index: 999;
}

.header2 #menu p {
	position: relative;
	display: inline;
	font-family: midashi;
	left: 37.5vw;
	top: -3vw;
	margin: 1.5vw;
	margin-top: auto;
	margin-bottom: -1.5vw;
  	font-size: 1vw;	
  	letter-spacing: 0.2em;
  	color: #fff;
  	transition:all 0.5s;
  	word-spacing: -5px;
	z-index: 2;
}
.header2 #menu p:hover{
  color: #00BEE6;
  transform: translateY(4px);
  transition: all 0.3s;
}
/*========= support ===============*/
.support {
	width: 100%;
	height: auto;
	/*以下はレイアウトのためのCSS*/
	display: relative;
	background:#fffff;
}
.support1 {
	width: 100%;
	height: auto;
	/*以下はレイアウトのためのCSS*/
	display: relative;
	background:#fffff;
}
.support1 img{
	width: auto;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
	height: 2.5vw;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
	/*以下はレイアウトのためのCSS*/
	display: inline-block;
	position: relative;
	margin-top: 5vw;
	margin-left: 39%;
	z-index: 0;
}
.support1 h1{
	position: relative;
	font-family: Myfonts ;
	margin-top: 1.5vw;
	margin-left: auto;
  	margin-right: auto;
  	text-align: center;
  	font-size: 1vw;
  	letter-spacing: 0.2em;
  	color: #1e1e1e;
  	transition:all 0.5s;
  	word-spacing: -5px;
	z-index: 2;
}
.support_news {
	width: 100%;
	height: auto;
	margin-bottom: 10vw;
	/*以下はレイアウトのためのCSS*/
	display: relative;
	background:#fffff;
	z-index: 0;
}
.support_news h2{
	position: relative;
	font-family: Myfonts ;
	top: 2.3vw;
	margin-top: 2.5vw;
	margin-left: 10vw;
  	margin-right: 0px;
  	text-align: center;
	display: inline;
  	font-size: 1.5vw;
  	letter-spacing: 0.5em;
  	transition:all 0.5s;
  	word-spacing: -5px;
	color: #00BEE6;
	z-index: 5;
}
.support_news p1{
	position: relative;
	font-family: Myfonts ;
	top: 2.5vw;
	margin-top: 0.5vw;
	margin-left: 10vw;
  	text-align: left;
	display: inline-block;
  	font-size: 1vw;	
  	letter-spacing: 0.2em;
  	color: #595757;
  	transition:all 0.5s;
  	word-spacing: -5px;
	z-index: 2;
}
.support_news p3{
	position: relative;
	font-family: midashi ;
	top: 2.5vw;
	margin-top: 0.5vw;
	margin-left: 10vw;
  	text-align: left;
	display: inline-block;
  	font-size: 1.2vw;	
  	letter-spacing: 0.1em;
	line-height: 1.7em; /* 行間 */
  	color: #1e1e1e;
  	transition:all 0.5s;
  	word-spacing: -5px;
	z-index: 2;
}	
.support_news p3:hover{
	color: #00BEE6;
	border-bottom:1px solid;
    transition: all 0.3s;
}
.support_news #new_icon {
	width: auto;
	height: 1.9vw;
	/*以下はレイアウトのためのCSS*/
	display: relative;
	z-index: 0;
}
/*========= footer ===============*/
.footer {
  height: 25vw;/*高さ指定*/
  background:#1E1E1E;
}
.footer1 {
  float: left;	
  height: 22.5vw;/*高さ指定*/
  width: 45%;/*横幅指定*/
  /*以下はレイアウトのためのCSS*/
  display: inline-block;
  justify-content: space-between;
  align-items: center;
  background:#1E1E1E;
  color:#fff;
  text-align: center;
  padding: 25px;
  z-index: 3;
}
.footer2 {
  float: right;		
  height: 22.5vw;/*高さ指定*/
  width: 55%;/*横幅指定*/
  /*以下はレイアウトのためのCSS*/
  background:#1E1E1E;
  z-index: 3;
}
.footer1 img{
	width: 35vw;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
	height: auto;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
	/*以下はレイアウトのためのCSS*/
	position: relative;
	margin-top: 5vw;
	margin-left: 5%;
	z-index: 0;
}
.footer2 #menu {
  width: 90%;/*横幅指定*/	
  margin-top: 4vw;
  background:#1E1E1E;
  z-index: 3;
}
.footer2 #menu p {
	display: inline;	
	font-family: midashi ;
	margin-left: 5%;
  	font-size: 1vw;	
  	letter-spacing: 0.2em;
  	color: #fff;
  	transition:all 0.5s;
  	word-spacing: -5px;
	z-index: 2;
}
.footer2 #menu p:hover{
  color: #00BEE6;
  transform: translateY(4px);
  transition: all 0.3s;
}
.footer2 #menu2 {
  width: 100%;/*横幅指定*/	
  margin-top: 3vw;
  background:#1E1E1E;
  z-index: 3;
}
.footer2 #menu2 h1 {
	display: inline;	
	font-family: midashi ;
	margin-left: 5%;
  	font-size: 1.5vw;
  	letter-spacing: 0.2em;
  	color: #fff;
  	transition:all 0.5s;
  	word-spacing: -5px;
	z-index: 2;
}
.footer2 p {
	display: inline-block;	
	font-family: Myfonts ;
	position: relative;	
	margin-top: 1.2vw;
	margin-left: 10%;
  	font-size: 1vw;
  	letter-spacing: 0.1em;
  	color: #fff;
  	transition:all 0.5s;
  	word-spacing: -5px;
	z-index: 2;
}
.footer2 img{
	position: absolute;
    display: inline-block;	
	width: 2vw;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
	height: auto;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
	/*以下はレイアウトのためのCSS*/
	margin-top: 1vw;
	margin-left: 2.7%;
	z-index: 0;
}
.footer2 #menu2 h1:hover{
  color: #00BEE6;
  transition: all 0.3s;
  transform: translateY(4px);
}
.footer2 p:hover{
  border-bottom:2px solid;
  padding-bottom: 2px;
  transition: all 0.3s;
}
.Copyright {
  height: 0;/*高さ指定*/
  width:100%;/*横幅指定*/
  /*以下はレイアウトのためのCSS*/
  display: flex;
  justify-content: space-between;
  align-items: center;
  color:#fff;
  text-align: center;
  z-index: 3;
}
Copyright .copy {
  font-family: Myfont ;
  color:#fff;	
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  pointer-events: none;
  position: relative;
  top: -2.5vw;
  font-size: 0.7vw;
  letter-spacing: 0.1em;
  opacity: 0.5;
}
}