/*
Theme Name: plugin-lab2023-comingsoon
*/

@charset "utf-8";

body{
	color:#000;
	font-family:"mozaic-geo-variable","游ゴシック体","YuGothic","游ゴシック","Yu Gothic","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,Verdana,sans-serif;
	font-size:15px;
	line-height:1.5;
	word-break: break-all;
}

body.on{
	overflow:hidden;
}


ul{
	letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
}

li{
	letter-spacing: normal; /* 文字間を通常に戻す */
}
a {
	color:#000;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	text-decoration:none;
	opacity:1;
	transition:all 0.4s;
}

img{
	max-width:100%;
	height:auto;
	font-size:0;
	vertical-align:top;
}

.clear{
	clear:both;
}

.clearfix_af:after{
	content: "";
	display: block; 
	height: 0; 
	font-size:0;    
	clear: both; 
	visibility:hidden;
}

.clearfix_bf:before{
	content: "";
	display: block; 
	height: 0; 
	font-size:0;    
	clear: both; 
	visibility:hidden;
}
.clearfix_af ,.clearfix_bf{
	display: inline-block;
} 
/* Hides from IE Mac */
* html .clearfix_af{
	height: 1%;
}
.clearfix_af ,.clearfix_bf{
	display:block;
}
/* End Hack */

.entry_btn{
	transition:all 0.4s;
}

.container1280{
	max-width:1420px;
	padding:0 60px 0 80px;
	margin:auto;
	box-sizing:border-box;
	position:relative;
}

.container1120{
	max-width:1260px;
	padding:0 60px 0 80px;
	margin:auto;
	box-sizing:border-box;
}

header{
	z-index:1;
	position:fixed;
	padding:40px 60px 40px 80px;
	top:0;
	width:100%;
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}

.entry_btn a{
	font-weight: 700;
}

.entry01 a{
	display:block;
	border-radius: 50px;
	border:solid 1px #0078D9;
	background:#0078D9;
	box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.20);
	width:168px;
	height:60px;
	line-height:60px;
	text-align:center;
	color:#fff;
	font-size:20px;
}

.entry02 a{
	display:block;
	border-radius: 50px;
	background:#0078D9;
	border:solid 1px #0078D9;
	box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.20);
	width:204px;
	height:72px;
	line-height:72px;
	text-align:center;
	color:#fff;
	font-size:20px;
}

.entry03 a{
	display:block;
	border-radius: 50px;
	background:#0078D9;
	border:solid 1px #0078D9;
	box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.20);
	width:339px;
	height:90px;
	line-height:90px;
	text-align:center;
	color:#fff;
	margin-top:100px;
	font-size:24px;
}


.main_img_box{
	width:100%;
}
.main_img{
	width:100%;
}

.item_area{
	position:absolute;
	top:0;
	left:0;
	width:100%;
}

h1{
	padding-top:140px;
	font-size: 94px;
	line-height:110%;
}

h1 span{
	font-size: 80px;
}

.item_area .date{
	margin-top:36px;
	font-size:43px;
	line-height:100%;
	font-weight: 700;
}

.item_area .date span{
	margin-left:5px;
	font-size:30px;
}

.item_area dl{
	font-size: 15px;
	font-weight: 700;
	line-height: 150%;
	margin-bottom:5px;
}

.item_area dl dt span{
	color:#fff;
	background-color:#4BD0EF;
	display:inline-block;
	margin-left:4px;
	padding:3px;
	line-height:1;
	position:relative;
	top: -2px;
}
.item_area dl dt span small{
	position:relative;
	top: 2px;
}

.main_vi_bottom .entry_area > div{
	background-color:#fff;
	width:476px;
	border-radius: 20px;
	border: 0.5px solid #D3E6EA;
	background: var(--wh, #FFF);
	box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.20);
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	align-items:center;
	padding:23px 32px;
}

.main_vi_bottom .entry_area > div p{
	font-size: 20px;
	font-weight: 700;
	line-height: 100%;
}

.main_vi_bottom .entry_area > div p span{
	display:block;
	margin-top:15px;
	font-size: 14px;
	font-weight: 700;
	line-height: 100%;
}
.main_vi_bottom .entry_area > div p span small{
	font-size: 12px;
}

.about_area{
	max-width:730px;
	color:#fff;
	margin:95px auto 0 auto;
	transition:all 0.4s;
}

.about_area h2{
	font-size: 42px;
	font-weight: 500;
	line-height: 100%;
	text-align:center;
}

.about_area p{
	font-size: 18px;
	font-weight: 700;
	line-height: 150%;
	margin-top:20px;
	transition:all 0.4s;
}

#recommend_sp{
	display:none;
}

.recommend_wrap{
	max-width:1100px;
	margin:80px auto 0 auto;
	border-radius: 40px;
	background: #E5F2F4;
	padding:70px 80px 60px 80px;
	position:relative;
}

.recommend_wrap h2{
	position:absolute;
	top:-90px;
}

.recommend_wrap .recommend_area{
	display: flex;
	justify-content:flex-start;
	flex-wrap: wrap;
	align-items:center;
}

.recommend_wrap .recommend_area ul{
	max-width:645px;
}

.recommend_wrap .recommend_area ul li{
	font-size: 20px;
	font-weight: 700;
	line-height: 200%;
}

.recommend_wrap .recommend_area .image_area{
	flex:1;
}


#time_table{
	background: linear-gradient(180deg, #0078D9 0%, #182AB0 100%);
	min-height:920px;
	padding: 240px 0 140px 0;
}

#time_table h2{
	font-size: 42px;
	font-weight: 500;
	line-height: 100%;
	color:#fff;
	margin-bottom:50px;
}


#time_table .table_wrap{
	margin-bottom:16px;
}

#time_table .table_wrap .time_area{
	padding-top:30px;
	position:relative;
}

#time_table .table_wrap .time_detail{
	border-radius: 20px;
	background: #C9F1FA;
	padding:35px 32px;
	border:solid 0.5px #000;
}

#time_table .table_wrap .time_detail.table02{
	background: #B2D6F4;
}

#time_table .table_wrap .time_detail.table03{
	background: #BABFE7;
}

#time_table .table_wrap .time_detail h3{
	font-size: 24px;
	font-weight: 700;
	line-height: 100%;
	margin-bottom:10px;
}

#time_table .table_wrap .time_detail dl{
	display: flex;
	justify-content:flex-start;
	flex-wrap: wrap;
	font-size: 16px;
	font-weight: 700;
	line-height: 150%;
}

#time_table .table_wrap .time_detail dl dt{
	width:120px;
}

#time_table .table_wrap .time_detail dl dd{
	flex:1;
}

#time_table .attend{
	padding-left:100px;
	color:#fff;
	margin-top:15px;
	font-size: 12px;
}

#outline{
	position:relative;
	padding:140px 0;
}

#outline h2{
	font-size: 42px;
	font-weight:500;
}

#outline .detail_area dl{
	display: flex;
	justify-content:flex-start;
	flex-wrap: wrap;
	font-size: 18px;
	font-weight: 700;
	line-height: 150%;
	padding:27px 0;
	border-bottom:solid 1px #000;
}

#outline .detail_area dl dt{
	width:170px;
}

#outline .detail_area dl dd{
	flex:1;
}

#outline .detail_area dl dd a{
	color:#0078D9;
	text-decoration:underline;
}

#present{
	background:url(../image/present_bg.jpg)no-repeat center center;
	background-size:cover;
	padding:80px 0;
}

#present .present_area{
	background:#E5F2F4;
	border-radius: 30px;
	padding:40px;
	max-width:720px;
	margin:auto;
	text-align:center;
}

#present .present_area p{
	font-size: 18px;
	font-weight: 700;
	line-height: 150%;
	margin:25px 0;
}

#present .present_area ul{
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
}

#present .present_area ul li:first-child{
	margin-right:30px;
}

#present .present_area ul li:last-child{
	margin-left:30px;
}

#present .present_area .attend{
	text-align:right;
	margin-top:40px;
	color:#989898;
	font-size: 10px;
	font-weight: 500;
	line-height: 150%;
}

footer{
	font-size: 12px;
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	padding:20px 80px;
}

footer ul{
	display: flex;
	justify-content:flex-start;
	flex-wrap: wrap;
}

footer ul li{
	margin-right:36px;
}

@media only screen and (min-width: 1440px) {
	.about_area{
		margin-top:200px;
	}
}

@media only screen and (min-width: 1000px) {
	.sp_only{
		display:none !important;
	}

	.tab_only{
		display:none !important;
	}

	.entry_btn a:hover{
		background: #0094ff;
		border: solid 1px #0094ff;
	}

	.main_vi_bottom{
		margin-top:36px;
		display: flex;
		justify-content:space-between;
		flex-wrap: wrap;
		position:relative;
	}

	#time_table .table_wrap{
		display: flex;
		justify-content:space-between;
		flex-wrap: wrap;
	}

	#time_table .table_wrap .time_area{
		width:100px;
		font-size: 27px;
		line-height: 100%;
		color:#fff;
	}

	#time_table .table_wrap .time_area:before{
		content:"";
		position:absolute;
		border-left:dotted 1px #fff;
		width:1px;
		height: 115px;
		top: 70px;
		left: 25px;
	}

	#time_table .table_wrap.last .time_area:before{
		display:none;
	}

	#time_table .table_wrap .time_detail{
		flex:1;
	}

	#outline h2{
		position:absolute;
	}

	#outline .detail_area{
		padding-left:35.71%;
	}

	a.present_link{
		position:absolute;
		top:-180px;
		right:0;
	}


}

@media (max-width: 1300px) {
	.about_area{
		padding-left:20%;
		margin-top:20px;
	}
	.about_area p{
		font-size: 16px;
	}
}

@media (max-width: 1200px) {
	#time_table{
		padding-top:500px;
	}
}

@media (max-width: 999px) {

	.pc_only{
		display:none !important;
	}

	.sp_only{
		display:none !important;
	}

	.container1280{
		padding:0 40px;
	}

	.container1120{
		padding:0 40px;
	}

	header{
		padding:40px 40px;
	}

	.main_img_box{
		margin-top:400px;
		display:none;
	}

	.main_vi_bottom{
		margin-top:36px;
	}

	.main_vi_bottom .entry_area{
		margin-top:20px;
	}

	.item_area{
		position:relative;
		background:url(../image/main_bg_tab_231205.png)no-repeat center bottom;
		background-size:contain;
	}

	.about_area{
		padding-left:0;
		margin-top:55px;
	}

	#time_table{
		padding:80px 0;
		padding-top:80px;
		position:relative;
		z-index:-1;
		top:-2px;
	}

	#time_table .table_wrap .time_area{
		padding-top:0;
		font-size: 32px;
		color:#fff;
	}

	#time_table .table_wrap .time_detail dl{
		display:block;
		margin-bottom:10px;
	}

	#time_table .attend{
		padding-left:0;
	}

	#outline{
		padding:80px 0;
	}

	footer{
		padding:20px 40px;
	}

	.entry03 a{
		margin-left:auto;
		margin-right:auto;
	}

	a.present_link{
		display:block;
		text-align:center;
	}

	#recommend_sp{
		display:block !important;
		background-color:#0078D9 ;
		padding:0 40px;
		padding-top:80px;
		padding-bottom:10px;
		position:relative;
		z-index:-1;
		top:-1px;
	}

	.recommend_wrap{
		margin-top:0;
		padding:40px;
		padding-top:80px;
	}

	.recommend_wrap .recommend_area{
		display:block;
	}

	.recommend_wrap .recommend_area .image_area{
		text-align:center;
	}


}


@media (max-width: 600px) {

	.pc_only{
		display:none !important;
	}

	.tab_only{
		display:none !important;
	}

	.sp_only{
		display:block !important;
	}

	.logo{
		width:155px;
	}

	.main_img_box {
		margin-top: 798px;
	}

	.about_area h2,
	#time_table h2,
	#outline h2{
		font-size:40px;
		font-weight:600;
	}


	.entry01 a{
		width:130px;
		height:45px;
		line-height:45px;
		font-size:18px;
	}


	.container1280{
		padding:0 20px;
	}

	.container1120{
		padding:0 20px;
	}

	header {
		padding:20px;
		align-items: center;
	}

	.main_vi_bottom .entry_area > div{
		width:100%;
		justify-content: center;
	}

	.main_vi_bottom .entry_area > div .entry02 a{
		margin-top:10px;
	}

	h1{
		font-size:60px;
		padding-top:100px;
		letter-spacing: -1px;
	}

	h1 span{
		font-size:50px;
	}

	.item_area .date{
		font-size:38px;
		margin-top:24px;
	}

	#time_table h2{
		margin-bottom:20px;
	}

	#time_table .table_wrap .time_detail{
		padding:30px 24px 20px 24px;
	}

	#outline .detail_area dl{
		display:block;
	}

	#outline .detail_area dl dt{
		width:auto;
	}

	footer{
		display: block;
		padding:20px;
	}

	footer ul{
		display: block;
	}

	footer ul li{
		margin-bottom:25px;
	}

	.entry03 a{
		margin-top:50px;
	}

	#present .present_area{
		padding:20px;
	}

	#present .present_area ul{
		display: block;
	}

	#present .present_area ul li:first-child{
		margin-right:0;
		margin-top:20px;
	}

	#present .present_area ul li:last-child{
		margin-top:20px;
		margin-left:0;
	}

	#present .present_area p{
		font-size:15px;
	}

	#recommend_sp{
		padding-left:20px;
		padding-right:20px;
	}

	.recommend_wrap h2 {
		top: -60px;
		left: 0;
	}

	.recommend_wrap .recommend_area{
		margin-top:-25px;
	}

	.recommend_wrap{
		padding-left:20px;
		padding-right:20px;
	}

	.recommend_wrap .recommend_area ul li{
		font-size:17px;
	}

	.item_area{
		position:relative;
		background:url(../image/main_bg_sp_231205.png)no-repeat center bottom;
		background-size:contain;
		padding-bottom:50px;
	}

}



