@charset "utf-8";


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

#footer #fbox1{
	float:none;
	text-align:center;
}
#footer #fbox2{
	display:none;
}


#mainvis{
	position:relative;
}
#mainvis .ctext{
	position:absolute;
	left:0;
	right:0;
	bottom:50px;
}
#mainvis .ctext p{
	position:relative;
	display:table;
	margin:0 auto;
	padding:20px 40px;
	background:#104ab2;
	color:#fff;
	font-size:2.18em;
	font-weight:bold;
	text-align:center;
	line-height:1.3em;
	box-shadow:20px 20px 0 #fbf9d2;
}
#mainvis .ctext .abs{
	position:absolute;
	left:-70px;
	top:-50px;
}
#mainvis .cimg img{
	width:100%;
}



.cbox{
	margin:0 0 40px 0;	
}
.cbox-frame{
	width:1100px;
	margin:0 auto;
}
.cbox-inner{
	padding:20px 0;
}
.cbox .clist{
	align-items:center;
}
.cbox p{
	font-size:1.25em;
}
.cbox p img{
	margin:0 10px 0 0;
}
.cbox + .clist{
	width:1100px;
	margin:0 auto;
	flex-wrap:wrap;
	justify-content:space-between;
}


.cboxs{
	max-width:500px;
	margin:0 0 40px 0;
}
.cboxs .ctext{
	position:relative;
	margin:20px 0 0 0;
}
.cboxs h3{
	font-size:1.56em;
	font-weight:bold;
	margin:0 0 20px 0;
	line-height:1.3em;
}
.cboxs ul{
	position:absolute;
	right:0;
	top:0;
}
.cboxs ul li{
	float:left;
	font-size:0.81em;
	margin:0 0 0 10px;
	padding:5px;
	line-height:1em;
	border-radius:5px;
}
.cboxs .salary{
	line-height:1em;
	padding:10px 0;
	margin:0 0 10px 0;
}
.cboxs .btn{
	display:table;
	margin:0 0 0 auto;
}
.cboxs .btn a{
	font-size:0.81em;
	padding:10px 30px;
}


#mf1{
	margin:100px 0 50px 0; 
}
#mf1 .cbox{
	background:#cfdbf0;
}
#mf1 .cboxs ul li{
	background:#104ab2;
	color:#fff;
}
#mf1 .cboxs .salary{
	border:#104ab2 solid;
	border-width:1px 0;
}
#mf1 .cboxs .salary span{
	color:#104ab2;
	margin:0 10px 0 0;
}
#mf1 .cboxs .btn a{
	color:#104ab2;
	border:#104ab2 solid 2px;
	background:url(../img/top/ic1.png) calc(100% - 10px) center no-repeat;
}


#mf2{
	margin:0 0 50px 0; 
}
#mf2 .cbox{
	background:#fbf9d2;
}
#mf2 .cboxs ul li{
	background:#fbf9d2;
}
#mf2 .cboxs .salary{
	border:#f3b2bf solid;
	border-width:1px 0;
}
#mf2 .cboxs .salary span{
	color:#f3b2bf;
	margin:0 10px 0 0;
}
#mf2 .cboxs .btn a{
	color:#f3b2bf;
	border:#f3b2bf solid 2px;
	background:url(../img/top/ic2.png) calc(100% - 10px) center no-repeat;
}























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

#mainvis{
	margin:0 0 50px 0;
}
#mainvis .ctext{
	left:4vw;
	right:4vw;
	bottom:-50px;
}
#mainvis .ctext p{
	display:block;
	padding:20px 0;
	font-size:1.5em;
	box-shadow:1.5vw 1.5vw 0 #fbf9d2;
}
#mainvis .ctext .abs{
	width:13vw;
	left:4vw;
	top:-6.25vw;
}




.cbox-frame{
	width:auto;
}
.cbox-inner{
	padding:20px 2vw;
}
.cbox .clist{
	display:block;
}
.cbox p img{
	display:block;
	margin:0 auto 10px auto;
}
.cbox + .clist{
	width:auto;
	flex-wrap:wrap;
	justify-content:center;
}


}













@media screen and (max-width: 600px) {
#mainvis .ctext p{
	font-size:4.5vw;
}

}

@media screen and (max-width: 500px) {
.cboxs-inner{
	padding:0 2vw;
}

.cboxs .btn{
	display:table;
	margin:10px auto;
}
.cboxs .btn a{
	font-size:1em;
	padding:10px 30px;
}


.cboxs ul{
	position:static;
	text-align:center;
	margin:0 0 20px 0;
}
.cboxs ul li{
	float:none;
	display:inline-block;
	margin:0 2px;
}


}