@charset "utf-8";


#pankuzu,
#header #hbox3{display:none;}

#mainvis{
	position:relative;
	background:url(../img/top/mi.jpg) center bottom no-repeat;
	background-size:cover;
	min-height:700px;
}
#mainvis .mf-inner{
}
#mainvis .ctext{
	position:absolute;
	right:80px;
}
#mainvis .ctext .st{
	height: 770px;
}
#mainvis .ctext img{
	height: 100%;
}

#mf1 .mf-inner {
}
#mf1 h2 {
	position: relative;
}
#mf1 h2 span {
	display: block;
	width: 136px;
	height: 234px;
	text-indent: -5000px;
	overflow: hidden;
	background: url(../img/top/ttl1.png) no-repeat top center;
	position: absolute;
	top: -120px;
	left: calc(50% - (136px / 2));
	z-index:  1;
}
#mf1 .clist {
	padding: 170px 0 80px;
	display: flex;
	justify-content: space-between;
}
#mf1 .cbox {
	width: 439px;
}
#mf1 .cbox .ctext {
	background: #f4f4f4;
	border-top: 10px solid #133084;
	padding: 20px 30px;
}
#mf1 .cbox .ctext h3 {
	margin-bottom: 10px;
	font-size: 1.44em;
	color: #133084;
}
#mf1 .cbox .ctext p {
	line-height: 1.5em;
	font-size: 0.75em;
}
#mf1 .cbox .ctext p:last-child {
	margin-top: 10px;
	text-align: right;
}
#mf1 .cbox .ctext p a{
	display:inline-block;
	padding:10px 25px 10px 40px;
	background:#133084;
	color:#fff;
	position:relative;
}
#mf1 .cbox .ctext p a:before{
	content:"";
	width:3px;
	height: 9px;
	position:absolute;
	left: 20px;
	top:calc(50% - 4px);
	background:url(../img/top/ic1.png) left top no-repeat;
	background-size:100% 100%;
}





@media screen and (max-width: 800px) {
	.smpheader .gmenu li:nth-of-type(3){
		display:none;
	}
	.pmenu{
		display:none !important;
	}

	#mainvis{
		background-size: 120% auto;
		background-position: center top;
		min-height: 50vh;
	}
	#mainvis .ctext {
		overflow: hidden;
		right: 0;
	}
	#mainvis .ctext .st {
		width: 45vw;
		height: auto;
	}

	#mf1 h2 span {
		width: 102px;
		height: 176px;
		top: -120px;
		left: calc(50% - (102px / 2));
		background-size: cover;
	}
	#mf1 .clist {
		padding: 100px 2vw 30px;
		display: block;
	}
	#mf1 .cbox {
		width: 100%;
		margin-bottom: 20px;
	}
}