@charset "Shift_JIS";
/* CSS Document */
body {
  font: 75%/1.5 sans-serif, Arial, Helvetica, Verdana, "PingFang SC";
  font-weight: 400;
  letter-spacing: 0rem;
  -webkit-text-size-adjust: 100%;
/*  background: url("img/main_bg.png") no-repeat 0 0;*/
  background-size:contain;
  color: #ffffff;
	background-color: #1256c2;
}
a {
  text-decoration: none;
 
  color: #ffffff;
}
a:hover {
  text-decoration: underline;

}
a:focus {
  outline: none;
}


.pc{
  display: block;
}
.sp {
  display: none;
}

@media screen and (max-width: 860px) {

.pc{
  display: none;
}  
  
}

.sp {display: none;}


header {
width: 80%;
margin: 0 auto;} 

header h1{width: 50%;
	font-size: 1.2em;
	float: left;
	font-weight: bold;
	margin-top: 10px!important;
}

header ul{float: right;}

header ul {display: flex;}
header li {margin-right: 30px;
margin-top: 10px;font-weight: bold;}


/* PC main
------------------------------------------*/

main{
  max-width: 80%;
  position: relative;
  margin: 0 auto;
  padding: 20px 0 ;
  text-align: center;
  z-index: 2;
background-color: #1256c2;
}


.nippon{
  position: absolute;
  right: 30px;
  top: 40px;
}

.nippon img{height: 60px;}

/*.taiwan{
  position: absolute;
  left: 235px;
  top: 40px;
	
}
.taiwan img{height: 60px;}
*/


.jsmea{
  position: absolute;
  left: 30px;
  top: 40px;
	
}
.jsmea img{	height: 60px;}


main #mainvisual {
	background:url("../images/mv.jpg") ; 
	width: 100%;
	background-size: cover;
	min-height: 70vh;
}

main h2 img{margin-top: 60px;}


main .date {
	width: 65%;
	min-width: 700px;
	height: 270px;
	background-color: rgba(18,86,194,0.8);
margin: 0 auto 0;
	padding: 45px;
}

main .date .freeEvent{
	margin-top: 10px; font-size: 2.4em;
font-weight: bold;
/*font-size:5em;*/
	text-align:center;
	line-height:0.95em;

	color: transparent;
	background: linear-gradient( 0deg, #F57C00 0% 60% , #FFB74D 60% 100%);
	-webkit-background-clip: text;
}

main .date .freeEvent span{font-size: 0.6em;
font-weight: normal;}

main .date h3 {
	font-size: 3.6em;
	font-weight: bold;line-height: 0.8;

	}

main .date h3 span {
	font-size: 0.5em;
	font-weight: normal;


	}

main .date h4 {
	margin-top: 30px;
	font-size: 2.4em;
	font-weight: bold;line-height: 0.8;

	}

main .date h4 span {
	font-size: 0.5em;
	font-weight: normal;


	}


/*main h3.date{
  padding:0 0.5rem 0.5rem 0.5rem;
    margin: 0 0 40px 0;
  display:inline-block;
   font-size: 62px;
  font-weight: 500;
  background: linear-gradient(transparent 52%, #29e005 52%);
  line-height: 100%;
  
}*/




/*
追従ボタン------------------------------------------*/



.register {
  position:fixed;
bottom:35%;
	left:10%;
	z-index: 9999;
	width: 200px;

}

.register p  {
	background-color: #ef5a24;
	box-shadow: 0 5px 0 #ca1c30;  
	  border-radius: 100px;
	font-weight: bold;
	font-size: 2.0rem;
/*	padding: 60px;*/
	padding:75px 0;
	width: 200px;
	height: 200px;
	
	text-align: center;

	color: #FFFFFF;

}


a:hover .register {text-decoration: underline!important;}

/*リンクボタン*/
.linkArea { 
	display: flex;
	max-width: 600px;
  margin: 0 auto 30px auto;}
.linkArea  a{ 
	display: flex;
max-width: 180px;
  margin: 0 auto;}

a.btn_02 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
	border-radius: 25px;
  width: 100%;
  height: 50px;
  padding: 0 6% 0 6%;
  color: #000;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
	font-weight: bold;
}
a.btn_02:hover {
  background: #000;
  color: #fff;
}


/*jsmeaロゴ*/
.owner{
	width: 100%;
	display: flex;
	background-color: #FFFFFF;
	justify-content: center;
	color: #222222;
	font-size: 1.2em;
	margin-bottom: 30px;
	align-items: center;	

}

.ownerPC{padding-left: 200px;}

.owner dl{display: flex;
	margin: 30px;
	justify-content: flex-start;
}


.ownerImg{width: 80px;
	margin-right: 15px;
	
}

.gisbirImg{width: 80px;
	
}

.jsmeaImg{width: 180px;
	
}





/*企業ロゴスライド------------------------------------------*/

.slide {
    width: 100%;
    height: 300px; /* 画像の高さ */
    background-image: url(../images/head_company_logo.gif);
    background-repeat: repeat-x;
    background-size: auto 300px; /* 画像の高さ */
    animation: loop 80s linear infinite;
}
@keyframes loop {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -16200px 0; /* 画像のマイナス幅 */
    }
}


/*
パートナー企業-----------------------------------------*/
.participating{
	width: 100%; 
	background-color: #ffffff;
margin: 30px auto;
padding: 35px;}

.participating h2{
	font-size: 5.0em;
	text-align: center;
	color: #222222;


}

.participating ul{
	margin: 45px auto;
	width: 80%;

}
.participating li{
	width: 20%;
	float: left;


}

.participating li img{
	width: 90%;

}

/*
about us-----------------------------------------*/

.about{
	width: 100%; 
	background-color: #ffffff;
margin: 30px auto;
padding: 35px;}

.about h2{
	font-size: 5.0em;
	text-align: center;


}

.about { padding: 80px 0; 
color: #222222;}
.about h2 { text-align: center; }
.about table { width: 55%; margin: 30px auto; 
	background: rgb(255,255,255); 
font-size: 1.4em;}
.about table th { width: 30%; padding: 25px; text-align: right; border: 1px solid rgb(0,0,0); font-weight: 300; box-sizing: border-box; }
.about table td { width: 70%; padding: 25px; border: 1px solid rgb(0,0,0); box-sizing: border-box; }
.about a {color: #222222;}

/* SP main
------------------------------------------*/

@media screen and (max-width: 768px) {


main h2 .small{
  font-size: 0.8rem;
  
} 

  
}




/* PC　FOOTER
------------------------------------------*/

footer{
  width: 100%;
  background-color: #222222;
  color: #fff;
  padding: 2rem 1rem;
  text-align: center;
}

footer small{
  font-size: 0.9rem;
}

@media screen and (max-width: 768px) {
  
footer small{
  font-size: 0.7rem;
}  
  
  
}
