@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
img {
  border-width: 0;
}
html, body { 
  margin:0;
  padding:0;
  background:#fff;
  line-height:1;
  font-family: 'Noto Sans JP', sans-serif;
  overflow-x: hidden;
}
body{
	opacity: 0;
	/*height: 100%;
	-webkit-overflow-y-scrolling: touch;*/
}
.apply_mobile{
	color:#fff;
	text-align:center;
	position:fixed;
	bottom:90px;
	right:20px;
	cursor:pointer;
	display:none;
	font-size:16px;
	opacity:0.9;
	background-color:#129be3;
	border: 2px solid #129be3;
	width:60px;
	line-height: 20px;
	padding-top: 8px;
	padding-bottom: 12px;
	border-radius:90px;
	font-family:"Noto Sans JP", Arial, Helvetica, sans-serif;
	letter-spacing: 0.025em;
	font-weight: 400;
	cursor: pointer;
	font-feature-settings: "palt" 1;
	-webkit-transition: all 0.1s ease;
	  -moz-transition: all 0.1s ease;
	  -ms-transition: all 0.1s ease;
	  -o-transition: all 0.1s ease;
	  transition: all 0.1s ease;
}
#goTop{
	color:#005098;
	text-align:center;
	position:fixed;
	bottom:20px;
	right:20px;
	cursor:pointer;
	display:none;
	font-size:20px;
	opacity:0.8;
	width:60px;
	height: 60px;
	line-height: 60px;
	border-radius:90px;
	border: 2px solid #005098;
	background-color: #fff;
	-webkit-transition: all 0.1s ease;
	  -moz-transition: all 0.1s ease;
	  -ms-transition: all 0.1s ease;
	  -o-transition: all 0.1s ease;
	  transition: all 0.1s ease;
}
#goTop:hover{
	color: #fff;
	background-color: #005098;
}
#goTop i{
	padding-left: 0;
}

/*main_visual*/
header{
	background-color: #fff;
	box-shadow: 0px 1px rgb(0 0 0 / 5%), 0px 2px 10px rgb(0 0 0 / 5%);
	height: 96px;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}
.wrap{
	max-width: 1280px;
	margin: 0 auto;
}

.logo{
	height: 40px;
	padding-top: 20px;
	padding-bottom: 36px;
	float: left;
}
.logo img{
	max-height: 100%;
	display: block;
	outline: none;
}
.nav{
	float: right;
	display: block;
}
.nav ul{
	padding: 0;
	margin: 0;
}
.nav ul a li{
	list-style: none;
	float: left;
	line-height: 96px;
	margin:auto 10px;
	font-size: 15px;
	color: #333;
	font-family:"Noto Sans JP", Arial, Helvetica, sans-serif;
	letter-spacing: 0.025em;
	font-weight: 500;
	font-feature-settings: "palt" 1;
	text-decoration: none;
	box-shadow: inset 0px -4px 0px 0px rgba(0,80,152,0);
}
.nav ul a.smooth:hover li{
	color: #005098;
	box-shadow: inset 0px -4px 0px 0px rgba(0,80,152,1);
	-webkit-transition: all 0.1s ease;
	  -moz-transition: all 0.1s ease;
	  -ms-transition: all 0.1s ease;
	  -o-transition: all 0.1s ease;
	  transition: all 0.1s ease;
}
a .nav_icon{
	display: none;
	position: absolute;
	padding: 18px;
	font-size: 24px;
	line-height: 24px;
	top: 0;
	right: 5%;
	color: #333;
	cursor: pointer;
	-webkit-transition: all 0.1s ease;
	  -moz-transition: all 0.1s ease;
	  -ms-transition: all 0.1s ease;
	  -o-transition: all 0.1s ease;
	  transition: all 0.1s ease;
}
a .nav_icon i{
	padding-left: 0;
}
a .nav_icon:hover{
	color: #129be3;
}
a .nav_icon.open{
	color: #129be3;
	transform:rotate(90deg);
	transform-origin:CENTER MIDDLE;
}
.application_s{
	font-size: 15px;
	line-height: 160%;
	font-family:"Noto Sans JP", Arial, Helvetica, sans-serif;
	letter-spacing: 0.025em;
	font-weight: 500;
	font-feature-settings: "palt" 1;
	padding: 8px 16px;
	border-radius: 100px;
	border: none;
	box-shadow: none;
	background-color: #129be3;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all 0.1s ease;
	  -moz-transition: all 0.1s ease;
	  -ms-transition: all 0.1s ease;
	  -o-transition: all 0.1s ease;
	  transition: all 0.1s ease;
}
.application_s:hover{
	background-color: #F8B62D;
}
.clear{
	clear: both;
}
.wrap02{
	width: 1000px;
	margin: 0 auto;
	display:-ms-grid;
    display:grid;
    gap: 20px;
    grid-template-columns: repeat(12, [col-start] 1fr);
}
.wrap03{
	width: 1000px;
	margin: 0 auto;
}
.wrap03 .title{
	font-size: 30px;
	line-height: 100%;
	font-family:"Noto Sans JP", Arial, Helvetica, sans-serif;
	letter-spacing: 0.025em;
	font-weight: 700;
	color: #333;
	text-align: center;
}
.wrap03 .title .line{
	width: 70px;
	height: 3px;
	background-color: #129be3;
	margin: 24px auto 0px auto;
}
/*main_visual*/
.main_visual{
	width: 100%;
	overflow: hidden;
	background-color: #eee;
	
}
.main_visual .in{
	width: inherit;
	height: inherit;
	overflow: hidden;
}
.main_visual .in .video-wrap{
	overflow: hidden;
    z-index: 1;
    display: block;
    background-size: cover;
    margin-top: 96px;
}
.main_visual .in .video-wrap .content{
	position: absolute;
	z-index: 1;
}
.main_visual .in .content .slogan{
	font-size: 48px;
	font-family:"Noto Sans JP", Arial, Helvetica, sans-serif;
	letter-spacing: 0.025em;
	font-weight: 700;
	color: #fff;
	font-feature-settings: "palt" 1;
}
.main_visual .in .content .slogan .whiteBG{
	background-color: #fff;
	color: #333;
	padding: 16px 32px;
	line-height: 100%;
	display: inline-block;
	background-color:rgba(256,256,256,0.8);
}
.main_visual .in .content .slogan .BlueBG{
	background-color:rgba(18,155,227,0.8);
	color: #fff;
	padding:16px 32px;
	line-height: 120%;
	font-weight: 500;
	margin-left: 40px;
	display: inline-block;
}
.main_visual .in .content .slogan .whiteBG span{
	color: #129be3;
	font-weight: 300;
}
.main_visual .in .content .slogan_sub{
	font-size: 24px;
	line-height: 120%;
	font-family:"Noto Sans JP", Arial, Helvetica, sans-serif;
	letter-spacing: 0.025em;
	font-weight: 500;
	font-feature-settings: "palt" 1;
	margin:20px 80px 10px 80px;
	color: #fff;
}
.main_visual .in .content .info{
	font-size: 16px;
	line-height: 120%;
	font-family:"Noto Sans JP", Arial, Helvetica, sans-serif;
	letter-spacing: 0.025em;
	font-weight: 400;
	margin-bottom: 40px;
	margin-left:80px;
}
.main_visual .in .content .info span{
/*	background-image: linear-gradient(45deg,#fff,#fff,#fff);
*/
	color: #fff;
	/*background-color: rgba(256,256,256,0.2);*/
	/*padding: 16px 32px;*/
	font-weight: 500;
	font-size: 16px;
	margin-top: 200px;
	/*box-shadow: 8px 4px #fff;*/
	/*border: 2px solid #fff;*/
}
.application_m{
	font-size: 18px;
	line-height: 160%;
	font-family:"Noto Sans JP", Arial, Helvetica, sans-serif;
	letter-spacing: 0.025em;
	font-weight: 500;
	font-feature-settings: "palt" 1;
	padding: 16px 32px;
	border-radius: 100px;
	border:2px solid rgba(256,256,256,0.5);
	box-shadow: none;
	background-color:rgba(256,256,256,0.2);
	color: #fff;															
	cursor: pointer;
	margin-left: 80px;
	-webkit-transition: all 0.1s ease;
	  -moz-transition: all 0.1s ease;
	  -ms-transition: all 0.1s ease;
	  -o-transition: all 0.1s ease;
	  transition: all 0.1s ease;
}
i{
	padding-left: 10px;
}
.application_m:hover{
	background-color: #fff;
	color: #005098;
}
.sg01{
	background-image: url(../images/line01.png);
	position: absolute;
	background-position: 100% 0;
	background-repeat: no-repeat;
	background-size:100%;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 20;
}
.sg02{
	background-image: url(../images/line02.png);
	position: absolute;
	background-position: 100% 0;
	background-repeat: no-repeat;
	background-size:100%;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 20;
}


/*first*/
.first{
	background-color: #eee;
	padding-top:60px;
	padding-bottom:60px; 
}
.first .content{
	font-size: 16px;
	line-height: 160%;
	font-family:"Noto Sans JP", Arial, Helvetica, sans-serif;
	letter-spacing: 0.025em;
	font-weight: 400;
	color: #333;
	text-align: left;
	margin-top: 40px;
}
/*highlights*/
.highlights{
	background-color: transparent;
	padding-top:60px;
	padding-bottom: 60px; 
	overflow: hidden;
	background-image: url(../images/network-3537400.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}
.highlights .wrap03{
	margin-bottom: 40px;
}
.hl_pic{
	grid-column: col-start / span 7;
	grid-row:2 / 3;
}
.hl_pic img{
	width: 100%;
	height: auto;
}
.highlights .subtitle{
	font-size: 24px;
	line-height: 200%;
	font-family:"Noto Sans JP", Arial, Helvetica, sans-serif;
	letter-spacing: 0.025em;
	font-weight: 700;
	color: #333;
	margin-bottom: 20px;
	grid-column: col-start 7 / span 6;
	grid-row: 2 ;
	position: relative;
	margin-top: -20px;
}
.highlights .subtitle span{
	background-image: linear-gradient(45deg,#005098,#4850f3,#129be3);
	color: #fff;
	padding: 8px 16px;
}
.highlights .content{
	font-size: 16px;
	line-height: 160%;
	font-family:"Noto Sans JP", Arial, Helvetica, sans-serif;
	letter-spacing: 0.025em;
	font-weight: 400;
	color: #333;
	margin-bottom: 20px;
	grid-column: col-start 8 / span 4;
	grid-row: 2 ;
	padding-top: 100px;
}
/*recommend*/
.recommend{
	background-color: #eee;
	padding-top:60px;
	padding-bottom: 60px; 
	overflow: hidden;
}
.recommend .subtitle{
	font-size: 24px;
	line-height: 200%;
	font-family:"Noto Sans JP", Arial, Helvetica, sans-serif;
	letter-spacing: 0.025em;
	font-weight: 700;
	color: #333;
	position:relative;
	float: left;
	left: 50%;
	margin-top: 40px;
}
.recommend .subtitle ul{
	margin: 0;
	padding: 0;
	position:relative;
	float: left;
	left: -50%;
}
.recommend .subtitle ul li{
	list-style: none;
	text-align: left;
}
.recommend .subtitle ul li i{
	color: #F1A900;
	padding-right: 20px;
}
/*video*/
.video{
	background-color: #eee;
	padding-top:60px;
	padding-bottom: 60px; 
}
.video .content{
	width: 100%;
}
.video .content img{
	width: 100%;
	height: auto;
}
/*seminarinfo*/
.seminarinfo{
	background-color: #eee;
	padding-top:60px;
	padding-bottom: 60px; 
}
.seminarinfo .list{
	margin-top: 40px;
}
.seminarinfo .list ul{
	padding:20px 0px;
	margin: 0;
}
.seminarinfo .list ul:nth-child(1),.seminarinfo .list ul:nth-child(3),.seminarinfo .list ul:nth-child(7),.seminarinfo .list ul:nth-child(11){
	background-color: #fff;
}
.seminarinfo .list ul:nth-child(9),.seminarinfo .list ul:nth-child(5){
	background-color: #F8B62D;
}
.seminarinfo .list ul:nth-child(9) li.left,.seminarinfo .list ul:nth-child(5) li.left{
	color: #333;
}
.seminarinfo .list ul li{
	float: left;
	list-style: none;
}
.seminarinfo .list ul li.left{
	margin-left: 10%;
	width: 18%;
	margin-right: 2%;
	color: #129be3;
	font-size: 16px;
	line-height: 200%;
	font-family:"Noto Sans JP", Arial, Helvetica, sans-serif;
	letter-spacing: 0.025em;
	font-weight: 700;
	color: #129be3;
}
.seminarinfo .list ul li.right{
	width: 60%;
	margin-right: 10%;
	color: #129be3;
	font-size: 16px;
	line-height: 200%;
	font-family:"Noto Sans JP", Arial, Helvetica, sans-serif;
	letter-spacing: 0.025em;
	font-weight: 400;
	color: #333;
}
.seminarinfo .list ul li.right ul{
	margin-left: 20px;
	padding: 0;
	background-color: transparent;
}
.seminarinfo .list ul li.right ul li{
	list-style: disc;
	float: none;
}
.seminarinfo .list ul li.right ul li a{
	color: #333;
	font-size: 12px;
	line-height: 200%;
	font-family:"Noto Sans JP", Arial, Helvetica, sans-serif;
	letter-spacing: 0.025em;
	font-weight: 400;
	text-decoration:underline;
}
.seminarinfo .list ul li.right ul li a i{
	color: #129be3;
	padding-left: 0;
	padding-right: 5px;
}
/*solutions*/
.solutions{
	padding-top:60px;
	padding-bottom:60px; 
	background-image: url(../images/network-3537400.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size:cover;
}
.solutions .wrap02{
	margin-top: 40px;
}
.item01{
	grid-column: col-start 1 / span 6 ;
    grid-row: 2;
}
.item02{
	grid-column: col-start 7 / span 6 ;
    grid-row: 2;
}
.item03{
	grid-column: col-start 1 / span 6 ;
    grid-row: 3;
}
.item04{
	grid-column: col-start 7 / span 6 ;
    grid-row: 3;
}
.item .pic img{
	width: 100%;
	height: auto;
	box-shadow: inset 0px 0px 0px 1px rgb(235 234 235), 0px 1px 5px 0.1px rgb(0 0 0 / 5%);
}
.item .subtitle{
	font-size: 24px;
	line-height: 100%;
	padding: 8px 0;
	font-family:"Noto Sans JP", Arial, Helvetica, sans-serif;
	letter-spacing: 0.025em;
	font-weight: 700;
	color: #333;
	margin-bottom: 20px;
	margin-top: 20px;
}
.item .subtitle span.one{
	font-size: 14px;
	padding: 4px 8px;
	line-height: 100%;
	font-family:"Noto Sans JP", Arial, Helvetica, sans-serif;
	letter-spacing: 0.025em;
	font-weight: 400;
	color: #fff;
	background-color: #129be3;
	border-radius: 5px;
	margin-left: 10px;
}
.item .subtitle span.two{
	font-size: 14px;
	padding: 4px 8px;
	line-height: 100%;
	font-family:"Noto Sans JP", Arial, Helvetica, sans-serif;
	letter-spacing: 0.025em;
	font-weight: 400;
	color: #fff;
	background-color: #005098;
	border-radius: 5px;
	margin-left: 10px;
}
.item .content{
	font-size: 16px;
	line-height: 160%;
	font-family:"Noto Sans JP", Arial, Helvetica, sans-serif;
	letter-spacing: 0.025em;
	font-weight: 400;
	color: #333;
	margin-bottom: 20px;
}
/*apply*/
.apply{
	background-color: transparent;
	padding-top: 60px;
	padding-bottom: 60px;
	background-image: url(../images/network-3537400.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size:cover;

}
.apply .wrap03{
	text-align: center;
}
.application_l{
	font-size: 18px;
	line-height: 160%;
	font-family:"Noto Sans JP", Arial, Helvetica, sans-serif;
	letter-spacing: 0.025em;
	font-weight: 500;
	font-feature-settings: "palt" 1;
	padding: 16px 96px;
	border-radius: 100px;
	box-shadow: none;
	border:3px solid #005098;
	box-shadow: 8px 4px #005098;
	background-image: linear-gradient(45deg,#fff,#fff);
	color: #005098;
	cursor: pointer;
	margin: 60px auto;
	-webkit-transition: all 0.1s ease;
	  -moz-transition: all 0.1s ease;
	  -ms-transition: all 0.1s ease;
	  -o-transition: all 0.1s ease;
	  transition: all 0.1s ease;
}
.application_l:hover{
	background-image: linear-gradient(45deg,#005098,#4850f3,#129be3);
	color: #fff;
}
.application_l:hover i{
	color: #fff;
}
.copyright {
    background-color: #005098;
    overflow: hidden;
    text-align: center;
    color: #fff;
    font-size: 14px;
	line-height: 120%;
	font-family:"Noto Sans JP", Arial, Helvetica, sans-serif;
	letter-spacing: 0.025em;
	font-weight: 400;
	font-feature-settings: "palt" 1;
	padding: 20px;

}
.copyright a{
    color: #fff;
    text-decoration: none;
}
.copyright a:hover{
    text-decoration: underline;
}
.fixed_sidebtn {
    position: fixed;
    right: 0px;
    top: 160px;
    z-index: 900;
}
.fixed_sidebtn ul {
    margin: 0;
    padding: 0;
}
.fixed_sidebtn ul a {
    text-decoration: none;
    color: #666;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
.fixed_sidebtn ul a li {
    list-style: none;
    text-align: center;
    line-height: 20px;
}
.fixed_sidebtn ul a li i {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #000;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    padding-left: 0;
}
.fixed_sidebtn ul a:hover li i {
    background-color: #333;

}
.lean-overlay {
    position: fixed;
    z-index: 999;
    top: 0px;
    right: 0;
    height: 100%;
    width: 100%;
    display: none;
    background-color: #000;
    opacity: 0;
}

@media screen and (max-width: 1439px){
	.wrap{
		width: 1000px;
	}
	.main_visual .in .content .slogan{
		font-size: 36px;
	}
/*	.main_visual .in .content .slogan .whiteBG{
		font-size: 36px;
	}
	.main_visual .in .content .slogan .BlueBG{
		font-size: 36px;
	}*/
	.main_visual .in .content .slogan_sub{
		font-size: 18px;
	}
	.main_visual .in .content .info span{
		font-size: 14px;
	}
	.application_m {
	    font-size: 14px;
	}
  
}
@media screen and (max-width: 1279px){
	.main_visual .in .content .slogan .whiteBG{
		padding: 8px 16px;
	}
	.main_visual .in .content .slogan .BlueBG{
		padding: 8px 16px;
	}
	.main_visual .in .content .slogan_sub {
	    margin-left: 60px;
	}
	.main_visual .in .content .info{
		margin-bottom: 20px;
		margin-left: 60px;
	}
	.application_m {
	    margin-left: 60px;
	}
	.wrap{
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
	}
	.wrap03{
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
	}
	.wrap02{
		width: 90%;
		margin-left:5%;
		margin-right: 5%;
	}
	.main_visual .in .content .wrap{
		width: 100%;
		margin-left: 0%;
		margin-right: 0%;
	}

}
@media screen and (max-width:1023px){
	a .nav_icon{
		display: block;
	}
	.apply_mobile{
		display:block;
	}
	header{
		height: 60px;
	}
	.logo {
	    height:30px;
	    padding-top: 10px;
	    padding-bottom: 20px;
	    float: left;
	}
	.nav{
		float: none;
		text-align: center;
		position: fixed;
		background: #fff;
		top: 60px;
		width: 100%;
		left: 0;
		border-top: 1px solid #eee;
		display: none;
		-webkit-transition: all 0.1s ease;
		-moz-transition: all 0.1s ease;
		-ms-transition: all 0.1s ease;
		-o-transition: all 0.1s ease;
		transition: all 0.1s ease;
	}
	.nav.open{
		display: block;
	}
	.nav ul a {
		text-decoration: none;
	}
	.nav ul a li {
	    float: none;
	    line-height: 160%;
	    margin: 0;
	    padding:10px 5%;
	    border-top: 1px solid #eee;
	    font-size: 15px;
	}
	.nav ul a li:hover {
	    background-color: #eee
	}
	.nav ul a li .application_s {
	    padding: 0;
	    border-radius: 0px;
	    background-color: transparent;
	    color: #333;
	}
	.main_visual .in .video-wrap {
	    margin-top: 60px;
	}
	.application_m {
	    font-size: 16px;
	    padding: 8px 16px;
	}
	.highlights .subtitle {
	    font-size: 18px;
	    grid-column: col-start 6 / span 5;
	}
	.highlights .content {
	    padding-top: 60px;
	     grid-column: col-start 7 / span 4;
	}
	.wrap02 {
	    grid-template-columns: repeat(10, [col-start] 1fr);
	}
	.hl_pic {
	    grid-column: col-start / span 6;
	    grid-row: 2 / 3;
	}
	.item01 {
	    grid-column: col-start 1 / span 5;
	    grid-row: 2;
	}
	.item02 {
	    grid-column: col-start 6 / span 5;
	    grid-row: 2;
	}
	.item03 {
	    grid-column: col-start 1 / span 5;
	    grid-row: 3;
	}
	.item04 {
	    grid-column: col-start 6 / span 5;
	    grid-row: 3;
	}
	.main_visual .in .content .slogan{
		margin-bottom: 0;
		font-size: 24px;
	}
	.main_visual .in .content .slogan_sub {
	    margin-top: 10px;
	    margin-left: 40px;
	    margin-bottom: 5px;
	}
	.main_visual .in .content .info {
	    margin-left: 40px;
	}
	.application_m {
	    margin-left: 40px;
	}

}
@media screen and (max-width:767px){
	.video-wrap video{
		display: none;
	}
	.main_visual .in .content .wrap {
	    width: 90%;
	    margin-left: 5%;
	    margin-right: 5%;
	}
	.main_visual .in .video-wrap .content {
	    position: relative;
	    z-index: 1;
	    padding-top:60px;
	    padding-bottom: 60px; 
	}
	.main_visual .in .video-wrap{
	    background-image: url(../images/mainvisual-bg03.png);
	    background-size: cover;
	    background-repeat: no-repeat;
	    background-position: center;
	}
	.main_visual .in .content .slogan {
	    font-size: 24px;
	}
	.main_visual .in .content .slogan_sub {
	    font-size: 18px;
	}
	.main_visual .in .content .info {
	    font-size: 16px;
	    margin-bottom: 20px;
	}
	.recommend .subtitle {
	    font-size: 18px;
	}
	.seminarinfo .list ul li.left {
	    margin-left: 5%;
	    width:24%;
	    margin-right: 1%;
	}
	.seminarinfo .list ul li.right {
	    width: 65%;
	    margin-right: 5%;
	}
	.highlights .subtitle {
	    grid-column: col-start 4 / span 5;
	}
	.highlights .content {
	    padding-top: 60px;
	     grid-column: col-start 5 / span 4;
	}
	.wrap02 {
	    grid-template-columns: repeat(8, [col-start] 1fr);
	}
	.hl_pic {
	    grid-column: col-start / span 4;
	    grid-row: 2 / 3;
	}
	.item01 {
	    grid-column: col-start 1 / span 4;
	    grid-row: 2;
	}
	.item02 {
	    grid-column: col-start 5 / span 4;
	    grid-row: 2;
	}
	.item03 {
	    grid-column: col-start 1 / span 4;
	    grid-row: 3;
	}
	.item04 {
	    grid-column: col-start 5 / span 4;
	    grid-row: 3;
	}
	.item .subtitle {
	    font-size: 18px;
	    line-height: 100%;
	}

}
@media screen and (max-width:639px){
	.wrap03 .title {
	    font-size: 24px;
	}
	.main_visual .in .content .slogan_sub{
		margin-left: 40px;
	}
	.main_visual .in .content .info{
		margin-left: 40px;
	}
	.main_visual .in .content .info span {
	    padding: 0;
	    background-color: transparent;
	    font-size: 14px;
	    line-height: 160%;
	    font-weight: 400;
	}
	.wrap02 {
	    grid-template-columns: repeat(6, [col-start] 1fr);
	}
	.hl_pic {
	    grid-column: col-start 1 / span 6;
	    grid-row: 1;
	}
	.highlights .subtitle {
	    grid-column: col-start 1 / span 6;
	    grid-row:2;
	    margin-top: -55px;
	    margin-bottom: 0;
	}
	.highlights .content {
	    padding-top: 0px;
	     grid-column: col-start 1 / span 6;
	     grid-row: 3;
	}
	.recommend .subtitle {
	    font-size: 16px;
	    font-weight: 500;
	}
	.item01 {
	    grid-column: col-start 1 / span 6;
	    grid-row: 1;
	}
	.item02 {
	    grid-column: col-start 1 / span 6;
	    grid-row: 2;
	}
	.item03 {
	    grid-column: col-start 1 / span 6;
	    grid-row: 3;
	}
	.item04 {
	    grid-column: col-start 1 / span 6;
	    grid-row: 4;
	}
	.item .subtitle {
	    font-size: 18px;
	    line-height: 100%;
	}

}
@media screen and (max-width:479px){
	.seminarinfo .list ul li {
	    float: none;
	}
	.seminarinfo .list ul li.left {
	    margin-left: 5%;
	    margin-right: 5%;
	    width: 90%;
	}
	.seminarinfo .list ul li.right {
	    margin-left: 5%;
	    margin-right: 5%;
	    width: 90%;
	}
	.wrap02 {
	    grid-template-columns: repeat(4, [col-start] 1fr);
	}
	.hl_pic {
	    grid-column: col-start 1 / span 4;
	}
	.highlights .subtitle {
	    grid-column: col-start 1 / span 4;
	}
	.highlights .content {
	    padding-top: 0px;
	    grid-column: col-start 1 / span 4;
	    grid-row: 3;
	}
	.item01 ,.item02,.item03,.item04{
	    grid-column: col-start 1 / span 4;
	}
	.application_l {
	    font-size: 16px;
	    padding: 16px 48px;
	    border-radius: 100px;
	    box-shadow: none;
	    border: 3px solid #005098;
	    box-shadow: 8px 4px #005098;
	    background-image: linear-gradient(
	45deg
	,#fff,#fff);
	    color: #005098;
	    cursor: pointer;
	    margin: 60px auto;
	    -webkit-transition: all 0.1s ease;
	    -moz-transition: all 0.1s ease;
	    -ms-transition: all 0.1s ease;
	    -o-transition: all 0.1s ease;
	    transition: all 0.1s ease;
	}
	.copyright {
	    font-size: 10px;
	}

}
@media screen and (max-width:359px){
	.highlights .subtitle{
		font-size: 16px;
	}
	.main_visual .in .video-wrap .content .wrap {
	    width: 80%;
	    margin-left: 10%;
	    margin-right: 10%;
	}
	.main_visual .in .content .slogan .whiteBG {
	    font-size: 20px;
	    margin-left: 0px;
	    display: block;
	    text-align: center;
	}
	.main_visual .in .content .slogan .BlueBG {
	    margin-left: 0px;
	    font-size: 18px;
	    display: block;
	    text-align: center;
	}
	.main_visual .in .content .slogan_sub {
	    font-size: 12px;
	    margin-left: 0;
	    font-weight: 500;
	    margin-bottom: 10px;
	}
	.main_visual .in .content .info {
		margin-left: 0;
		margin-right: 0;
		font-weight: 400;
		font-size: 12px;
		opacity: 0.8;
	}
	.main_visual .in .content .info span{
		font-weight: 400;
		font-size: 12px;
	}
	.recommend .subtitle {
	    font-weight: 500;
	    font-size: 14px;
	}
	.recommend .subtitle ul li i {
	    padding-right: 10px;
	    padding-left: 0;
	}
	.application_m {
	    margin-left: 0px;
	}
	.first .content {
	    font-size: 14px;
	}
	.highlights .content {
	    font-size: 14px;
	}
	.item .subtitle {
	    font-size: 16px;
	    margin-bottom: 10px;
	}
	.item .content {
	    font-size: 14px;
	}
	.wrap03 .title {
	    font-size: 18px;
	}
	.seminarinfo .list ul li.right {
	    font-size: 14px;
	    line-height: 160%;
	}
}