@charset "UTF-8";

/**
 * オリジナルcss
 */


.home h2{
	color: #044894;
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	margin: 50px 0;
	letter-spacing: 0;
}

.home h2 span{
	display: block;
	width: 100%;
	font-size: 0.9rem;
	font-weight: normal;
}

.top_content{
	margin: 50px 0;
}

.top_content_fullwidth{
	width: 100vw;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	background: #F5F5F5;
	padding: 1px 0 100px 0;
}

.fullwidth_inner{
	width: 1110px;
	margin: 0 auto;
}

.button_blue{
	background: #044894;
	color: #FFF;
	text-align: center;
	padding: 10px 70px;
	width: 100px;
	margin: 0 auto;
	position: relative;
}

.button_blue:after{
	content: '';
	position: absolute;
	bottom: 1em;
	right: 0;
	display: inline-block;
	width: 15%;
	padding-left: 2%;
	margin-right: 10%;
	height: 10px;
	border-right: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
	transform: skew(45deg);
	box-sizing: border-box;
}

/*メインビジュアル*/
.main_visual_area{
	height: 100vh;
	position: relative;
}

#main_visual{
	height: 100%;
}

.inner-content{
	height: 100%;
}

.main_visual_text{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 400px;
}

.main_visual_text img{
	width: 100%;
}

.main_visual_bin{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 30%;
}
.main_visual_bin img{
	width: 100%;
}

.flex-viewport{
	overflow: inherit !important;
}
#metaslider_37.flexslider .slides li:first-child{
	margin-left: calc((1100px - 600px)/2);
}


/* about us */

.top_about{
	letter-spacing: -.4em;
}

.top_about_image{
	width: 47%;
	height: 300px;
	margin-right: 6%;
	display: inline-block;
}

.top_about_image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.top_about_text{
	position: relative;
	width: 47%;
	height: 300px;
	display: inline-block;
	letter-spacing: 0;
	vertical-align: top;
}

.top_about_text p{
	margin: 0;
	line-height: 2em;
}

.top_about_text p span{
	font-size: 1.2em;
	font-weight: bold;
	background: linear-gradient(transparent 60%,#FCD733 0%);
}

.top_about_text .button_blue{
	position: absolute;
	left: 0;
	bottom: 0;
}


/* facility */
.top_facility table{
	width: 100%;
	text-align: left;
	border: solid 1px #808080;
	border-spacing: 0;
	margin: 40px 0;
}

.top_facility table caption{
	background: #044894;
	color: #FFF;
	text-align: left;
	padding: 10px 0 10px 20px;
}

.top_facility table th{
	background: #DFF4F5;
	padding: 10px 0 10px 20px;
	border-top: solid 1px #808080;
	border-bottom: solid 1px #808080;
}

.top_facility table td{
	padding: 10px 0 10px 20px;
	background: #FFF;
}

/* Q&A */
/* base.cssに記載 */

#metaslider-id-37{
	display: block;
}

#metaslider-id-81{
	display: none;
}

@media screen and (max-width: 1110px){
	.main_visual_text{
		width: 50%;
	}

	.top_about_image{
		display: block;
		margin: 0 auto;
		max-width: 500px;
		height: auto;
		width: auto;
	}

	.top_about_text{
		display: block;
		max-width: 740px;
		height: auto;
		width: auto;
		margin: 10px auto;
	}



	.fullwidth_inner{
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}

	.top_about_text p{
		margin-bottom: 10px;
	}

	.top_about_text .button_blue{
		position: relative;
	}



	#metaslider_37.flexslider .slides li:first-child{
		margin-left: calc((100vw - 600px)/2);
	}
}
@media screen and (max-width:740px){
	.main_visual_area{
		height: 300px;
	}

	#metaslider-id-37{
		display: none;
	}

	#metaslider-id-81{
		display: block;
	}

}
@media screen and (max-width:639px){
	.top_about_text p span{
		font-size: 1.1em;
	}

	.home h2{
		font-size: 1.8em;
	}
}
@media screen and (max-width:500px){
	.main_visual_text{
		width: 80%;
	}
}

