@charset "UTF-8";
@import url(cmn.css);
@import url(base.css);
@import url(base_sp.css);



/*----------------------------main--------------------------------*/
main{
	padding-bottom:0px;
}

main #mv{
	background: url(../images/index/mv.jpg)no-repeat;
	width:100%;
	height:60vh;
	max-height:600px;
	background-position: 50% 0%;
	background-size: cover;
	text-align:center;
	display:table;
}

main #mv div{
	display:table-cell;
	vertical-align: middle;
}
main #mv div img{
	display: block;
	margin:auto;
}
main #mv div p{
	padding:30px 0;
	text-shadow: #f5feff 2px 0px,  #f5feff -2px 0px,
    #f5feff 0px -2px, #f5feff 0px 2px,
    #f5feff 2px 2px , #f5feff -2px 2px,
    #f5feff 2px -2px, #f5feff -2px -2px,
    #f5feff 1px 2px,  #f5feff -1px 2px,
    #f5feff 1px -2px, #f5feff -1px -2px,
    #f5feff 2px 1px,  #f5feff -2px 1px,
    #f5feff 2px -1px, #f5feff -2px -1px;
	line-height: 190%;
	margin:auto;
	font-size:1.2em;
}
@media screen and (max-width: 800px){
	main #mv{
		height:60vh;
		background-position: 25% 0%;
	}
	main #mv div img{
		width:80%;
	}
main #mv div p{
		width:90%;
	font-size:1em;
		
	}
}

/*---theme---*/
#theme{
	padding:30px 0;
}
#theme .theme{
	text-align: center;
	max-width:1080px;
	margin:50px auto 0 auto;
	justify-content: space-between;
}
#theme .theme>div{
	width: 31%;
}
.theme p{
	color:#007fc5;
	font-size:1.2em;
	line-height: 170%;
	padding:15px 0;
}

.fb-page {
	width: 100% !important;
}

.vis-sp {
	display: none;
}

@media screen and (max-width: 900px){
	.theme p{
		font-size:1.0em;
	}
}
@media screen and (max-width: 800px){
	#theme .wrap{
		text-align: center;
	}
	#theme .theme{
		margin:30px auto 0 auto;
		text-align: left;
		display: inline-block;
	}
	#theme .theme div{
		width: auto;
		display: -webkit-flex;
		display: flex;
		padding-bottom:20px;
		align-items: center;
	}
	#theme .theme div span{
		width: 80px;
	} 
	#theme .theme div p{
		padding: 0 0 0 15px;
		font-size:1em;
	} 

	.vis-sp {
		display: block;
	}
	
	.hide-sp {
		display: none;
	}
}

/*---vr---*/
#vr{
	padding:30px 0;
    text-align: center;
}

#vr p{
	color:#007fc5;
	font-size:1.2em;
	line-height: 170%;
	padding:15px 0;
}
#vr p span{
    color:#B90000;
    font-size:.9em;
    display:block;
}

@media screen and (max-width: 900px){
	#vr p{
		font-size:1.0em;
	}
    #vr p span{
    font-size:.8em;
}
}


/*---business---*/
#business{
	background: url(../images/index/bussiness_bg.jpg)no-repeat;
	background-position: 0 40%;
	background-size: cover;
	padding:30px 0;
}
#business .flex{
	 -webkit-justify-content: space-between;
	justify-content: space-between;
}
#business dl{
	width:21%;
	padding:1%;
	margin:30px 0;
}
#business dl dd p{
	margin:10px 0;
} 
@media screen and (max-width: 800px){
	#business dl{
		display: -webkit-flex;
		display:flex;
		align-items: center;
		width:100%;
		padding:0;
		margin: 0 auto;
		padding: 20px 0;
		border-bottom:1px solid #e5e5e5;
	}
	#business dl dt{
		width:30%;
	}
	#business dl dd{
		padding-left:5%;
		width:65%;
	}
	#business dl dd p{
		margin: 0;
	}
	#business dl dd .btn{
		padding-bottom: 0;
	}
}
/*---news---*/
#news{
	padding:30px 0;
}
#news .flex {
	justify-content: center;
}
#news>div{
	padding-top:50px;
}
/* #news_fb{
	width: 40%;
	padding-right:5%;
	box-sizing: border-box;
	border-right:1px #e5e5e5 solid;
} */

#news_studio{
	padding-left:5%;
	width:60%;
	box-sizing: border-box;
}
#news_studio_inner{
	width:100%;
	max-height: 550px;
	overflow: auto;
}
#news h4{
	color:#007fc5;
	font-family: "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	margin-bottom:10px;
	position:relative;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
#news_fb h4:before{
	content:"";
	background: url(../images/index/icon_news_fb.png)no-repeat;
	background-size:cover;
	/* position:absolute; */
	width:22px;
	height:22px;
	/* left:0;
	top:calc(50% - 11px); */
}
#news_studio h4:before{
	content:"";
	background: url(../images/index/icon_news_studio.png)no-repeat;
	background-size:cover;
	position:absolute;
	width:22px;
	height:22px;
	left:0;
	top:calc(50% - 11px);
}

#news_studio article div{
	border-bottom:1px dotted #bfbfbf;
	display: -webkit-flex;
	display: flex;
	padding:15px 0;
	width:100%;
	
}
#news_studio article div figure{
	width:23%;
	padding-right:2%;
}
#news_studio article div section{
	width:75%;
	font-size:.9em;

}
#news_studio article div section p{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	}
#news_studio small{
	color:#31c5f6;
	font-size:.9em;
}

@media screen and (max-width: 800px){
#news{
	padding:0px 0;
}
#news>div{
	padding-top:30px;
}
#news_fb{
	width:100%;
	padding-right:0%;
	border: none;
	text-align: center;
}
#news_fb h4{
	text-align: left;
}

#news_studio{
	border-left:none;
	width:100%;
	padding-left:0%;
	margin-top:30px;
	
}

}
/*----------------------------aside--------------------------------*/
aside{
	background-color:#fff;
	padding-top:0px;

}
aside h2{
display:none;
}