@charset "utf-8";
/* CSS Document */
@media screen and (min-width:820px) {
    /*　画面サイズが821pxからはここを読み込む　*/
/*========= TOPへ戻るボタン ===============*/
#page-top {
  position: fixed;
  width: 5%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
  height: auto;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/	
  right: -9.5%;
  bottom: 12px;
  margin-top: 11%;	
  padding: 10px;
  cursor: pointer;
  transition: .3s;
  z-index: 1;
}
/*========= header ===============*/
#g-nav{
	display: none;
	position: none;
}
.meti_chubu_logo{
	display: none;
	position: none;
}
.bg_logo{
	display: none;
	position: none;
}
/*========= ボタンのためのCSS ===============*/
.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;
}
/*========= ボタンのためのCSS ===============*/
.openbtn1{
	display: none;
	position: none;
}
/*========= 文字の大きさ ===============*/
h1 {
	font-family: midashi;
	font-size: 1.5vw;
	letter-spacing: 0.2em;
  	color: #333;
  	transition:all 0.5s;
	line-height: 1.5em;
  	word-spacing: -5px;
	font-weight: bold;
}
h2 {
	font-family: midashi;
	font-size: 1.2vw;
	letter-spacing: 0.2em;
  	color: #333;
  	transition:all 0.5s;
	line-height: 1.5em;
  	word-spacing: -5px;
	font-weight: bold;
}
h3 {
	font-family: title;
	font-size: 1.2vw;
	letter-spacing: 0.2em;
  	color: #333;
  	transition:all 0.5s;
	line-height: 1.5em;
  	word-spacing: -5px;
}
h4,h5 {
	font-family: midashi;
	font-size: 1.2vw;
	letter-spacing: 0.2em;
  	color: #333;
  	transition:all 0.5s;
	line-height: 1.5em;
  	word-spacing: -5px;
}
p {
	font-family: Myfonts;
	font-size: 1vw;
	letter-spacing: 0.2em;
  	transition:all 0.5s;
	line-height: 1.7em;
  	word-spacing: -5px;
}
c {
	font-family: Myfonts;
	font-size: 1vw;
	letter-spacing: 0.2em;
  	transition:all 0.5s;
	line-height: 1.7em;
  	word-spacing: -5px;
	color: #00BEE6;
}
#img {
	width: 25vw;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
	height: 15vw;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}
copyright {
	font-size: 0.5vw;
	letter-spacing: 0.2em;
  	transition:all 0.5s;
  	word-spacing: -5px;
}
#link {
	margin-bottom: 1.5%;
}
/*========= お申込みボタン ===============*/
.btn {
	bottom: 25vw;
	right: -10vw;
	display: block;
	position: fixed;
	width: 4vw;
	height: 17vw;
	margin-top: 1.5%;
	margin-left: 10%;
	margin-right: 10%;
	padding: 1.2em;
	font-family: Myfonts ;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #1B1B1B;
	border-radius: 10px 0px 0px 10px;/* 角を丸くする */
	font-size: 1vw;
  	letter-spacing: 0.2em;
  	transition:all 0.5s;
  	word-spacing: -5px;
}
.btn:hover {
	transform: translateY(4px);	
    transition: all 0.3s;
	opacity: 0.8;
}
/*========= 文字縦書き ===============*/
.seminar-top h {
    color: #fff;
    writing-mode: vertical-rl;
    text-orientation: upright;
  	font-family: midashi ;
	margin-top: 1vw;
	margin-right: 2.5%;
	margin-left: 5%;
  	font-size: 1.2vw;	
  	letter-spacing: 0.2em;
  	transition:all 0.5s;
  	word-spacing: -5px;
	text-align: center;
}
/*========= お申込みボタン（下段） ===============*/
.btn2 {
	display: inline-block;
	position: relative;
	width: 25vw;
	height: 4vw;
	padding: 1em;
	margin-right: 2.5%;
	font-family: Myfonts ;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #1B1B1B;
	border-radius: 10px 10px 10px 10px;/* 角を丸くする */
	font-size: 1.2vw;
  	letter-spacing: 0.2em;
  	transition:all 0.5s;
  	word-spacing: -5px;
}
.btn2:hover {
	transform: translateY(4px);	
    transition: all 0.3s;
	opacity: 0.8;
}
/*========= お申込みボタン（下段） ===============*/
.btn3 {
	display: block;
	position: relative;
	width: 25vw;
	height: 4vw;
	margin-top: 1.5%;
	margin-left: 30%;
	margin-right: 10%;
	padding: 1em;
	font-family: Myfonts ;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #1B1B1B;
	border-radius: 10px 10px 10px 10px;/* 角を丸くする */
	font-size: 1.2vw;
  	letter-spacing: 0.2em;
  	transition:all 0.5s;
  	word-spacing: -5px;
}
.btn3:hover {
	transform: translateY(4px);	
    transition: all 0.3s;
	opacity: 0.8;
}
/*========= お申込みボタン（下段） ===============*/
.btn4 {
	display: block;
	position: relative;
	width: 25vw;
	height: 4vw;
	margin-top: 1.5%;
	margin-left: 30%;
	margin-right: 10%;
	padding: 1em;
	font-family: Myfonts ;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #1B1B1B;
	border-radius: 10px 10px 10px 10px;/* 角を丸くする */
	font-size: 1.2vw;
  	letter-spacing: 0.2em;
  	transition:all 0.5s;
  	word-spacing: -5px;
}
.btn4:hover {
	transform: translateY(4px);	
    transition: all 0.3s;
	opacity: 0.8;
}
/*========= お申込みボタン（下段） ===============*/
.btn5 {
	display: inline-block;
	position: relative;
	width: 30vw;
	height: 4vw;
	padding: 1em;
	font-family: Myfonts ;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #1B1B1B;
	border-radius: 10px 10px 10px 10px;/* 角を丸くする */
	font-size: 1.2vw;
  	letter-spacing: 0.2em;
  	transition:all 0.5s;
  	word-spacing: -5px;
}
.btn5:hover {
	transform: translateY(4px);	
    transition: all 0.3s;
	opacity: 0.8;
}
/*========= 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;
}
/*========= title ===============*/
.title { 
    width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
	height: 15vw;
}
.title img{
	position: relative;
	width: 20vw;
	text-align: center;
	margin-top: 5%;
	margin-left: 40%;
	margin-right: auto;
}
/*========= news ===============*/
.news #news{
	width: 60vw;
	/*以下はレイアウトのためのCSS*/
	display: block;
	justify-content: space-between;
	align-items: center;
	margin-left: 20vw;
	margin-right: 0 auto;		
	margin-bottom: 15vw;	
	background:#fff;
	z-index: 1;
}
.news c,h1,h2,h3{
	position: relative;
	width: 60vw;
}
.news h4{
	position: relative;
	width: 60vw;
	margin-top: 0.5vw;
	margin-left: 0.6vw;
	margin-bottom: 0.5vw;
}
.news h5{
	position: relative;
	width: 60vw;
	margin-left: 1.5vw;
}
.news p{
	position: relative;
	width: 60vw;
	margin-top: 0.5vw;
	margin-left: 1.5vw;
}
.news dd{
	position: relative;
	width: 60vw;
	margin-top: 0.5vw;
	margin-left: 1.5vw;
}
.news #presenter {
	position: relative;
	display: inline-block;
	width: 30vw;
	margin-left: 1.5vw;
}
.news #presenter2 {
	position: relative;
	display: inline-block;
	width: 20vw;
	margin-left: 1.5vw;
}
.field {
display: flex;
}
.news #icon {
	position: relative;
	width: 1.5vw;
	margin-top: 0.5vw;
	margin-left: 0.5vw;
}
.news #top{
	position: relative;
	width: 60vw;
	text-align: center;
	margin-top: -5%;
	margin-left: -0.1vw;
	margin-bottom: 2.5%;
}
/*========= 
 ===============*/
.report {
	width: 100%;
	/*以下はレイアウトのためのCSS*/
	display: inline-block;
	position: relative;
	justify-content: space-between;
	align-items: center;
	opacity: 0.9;
	z-index: 0;
}
.report1 {
	width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
	/*以下はレイアウトのためのCSS*/
	display: inline-block;
	position: relative;
	justify-content: space-between;
	align-items: center;
	z-index: 0;
}
.report2 {
	width: 90%;
	margin-left: 5%;
	/*以下はレイアウトのためのCSS*/
	display: relative;
	z-index: 0;
}
.report3 {
	width: 90%;
	margin-left: 5%;
	/*以下はレイアウトのためのCSS*/
	display: relative;
	z-index: 0;
}
.report4 {
	width: 90%;
	margin-left:5%;
	/*以下はレイアウトのためのCSS*/
	display: relative;
	z-index: 0;
}

.report1 img{
	width: auto;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
	height: 2.5vw;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
	/*以下はレイアウトのためのCSS*/
	display: inline-block;
	position: relative;
	margin-top: 5vw;
	margin-left: 41.5%;
	z-index: 0;
}
.report1 h2{
	position: relative;
	font-family: Myfonts ;
	margin-top: 1.5vw;
	margin-left: auto;
  	margin-right: auto;
  	text-align: center;
  	font-size: 1vw;
	line-height: 1.5em; /* 行の高さを実数値＋単位(px)で指定する */
  	letter-spacing: 0.2em;
  	color: #1e1e1e;
  	transition:all 0.5s;
  	word-spacing: -5px;
	z-index: 2;
}
.report2 #report1{
	width: 23.5vw;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
	height: auto;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
	/*以下はレイアウトのためのCSS*/
	display: inline-block;
	position: relative;
	margin-top: 5vw;
	margin-left: 5%;
	margin-bottom: 2.5vw;
	z-index: 0;
}
.report2 #report1:hover{
	transform: translateY(4px);	
    transition: all 0.3s;
	opacity: 0.8;
}
.report3 #report1{
	width: 23.5vw;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
	height: auto;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
	/*以下はレイアウトのためのCSS*/
	display: inline-block;
	position: relative;
	margin-top: 2.5vw;
	margin-left: 5%;
	margin-bottom: 2.5vw;
	z-index: 0;
}
.report3 #report1:hover{
	transform: translateY(4px);	
    transition: all 0.3s;
	opacity: 0.8;
}
.report4 #report1{
	width: 23.5vw;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
	height: auto;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
	/*以下はレイアウトのためのCSS*/
	display: inline-block;
	position: relative;
	margin-top: 2.5vw;
	margin-left: 5%;
	margin-bottom: 10vw;
	z-index: 0;
}
.report4 #report1:hover{
	transform: translateY(4px);	
    transition: all 0.3s;
	opacity: 0.8;
}

/*========= 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;
}
}