﻿@charset "utf-8";

/* ===================================================================
	Author: aki
=================================================================== */

#mainvis{
	background:url(../img/top/mbg.jpg) center top repeat;
	box-shadow:0 3px 3px 0 rgba(0,0,0,0.2) inset;
	overflow:hidden;
}


#mainvis .mf-inner{
	padding:0;
}
#mainvis .mf-top{
	width:100%;
}
#mainvis p{
	text-align:center;
}


#mf1{
	background:url(../img/top/bg1.jpg) center top no-repeat;
}

#mf1 .mf-inner{
	padding:60px 100px;
}

#mf1 h1{
	text-align:center;
}

#mf1 .ctext{
	padding:50px 0 0 0;
	color:#4c4c4c;
}
#mf1 .btn{
	text-align:center;
	padding:40px 0 0 0;
}

#mf1 .btn a{
	display:inline-block;
	background:#cf47c7;
	color:#fff;
	font-size:1.3em;
	line-height:1.1em;
	padding:20px 40px;
	text-decoration:none;
}




#mf2{
	background:url(../img/top/bg2.png) center repeat #f7f7f7;
}

#mf2 .mf-inner{
	padding:70px 100px 70px 130px;
}

#mf2 h2{
	text-align:center;
}


#mf2 .staff{
	position:relative;
	padding:40px 0 0 0;
}

#mf2  .staff#staff2,
#mf2  .staff#staff4,
#mf2  .staff#staff6{
	padding:80px 0 40px 339px;
}


#mf2  .staff .cimg{
	position:absolute;
	bottom:-30px;
	right:80px;
}


#mf2  .staff#staff2 .cimg,
#mf2  .staff#staff4 .cimg{
	position:absolute;
	bottom:0;
	right:auto;
	left:80px;
}
#mf2  .staff#staff6 .cimg{
	position:absolute;
	top:30px;
	right:auto;
	left:20px;
}



#mf2 .staff .ctext{
	width:430px;
	background:#fff;
}

#mf2 .staff .ctext-inner{
	padding:15px 20px;
}

#mf2 .staff .ctext h3{
	font-size:1.7em;
	line-height:1.5em;
}

#mf2 .staff .ctext p{
	padding:10px 0 0 0;
}

#mf2 .staff .ctext p.sname{
	padding:0px 0 0 0;
	color:#0066b0;
	font-size:1.5em;
	line-height:1.5em;
}


#mf2 .staff#staff5  p.sname{
	color:#ea616a;
}

#mf2 .btn{
	text-align:center;
	padding:40px 0 0 0;
}

#mf2 .btn a{
	display:inline-block;
	background:#cf47c7;
	color:#fff;
	font-size:1.9em;
	line-height:1.1em;
	padding:20px 180px;
	text-decoration:none;
}


#mf3{
	
}

#mf3 .mf-inner{
	padding:70px 0;
}

#mf3 h2{
	text-align:center;
	padding:0 0 40px 0;
}


#mf3 dl{
	float:left;
	width:490px;
	margin:0 20px 20px 0;
	background:#cf47c7;
}

#mf3 dl:nth-of-type(2n){
	margin-right:0;
}


#mf3 dl dt{
	float:left;
	width:245px;
	height:170px;
}



#mf3 dl dt a{
	display:block;
	color:#fff;
	text-decoration:none;
	text-align:center;
	line-height:1.7em;
	padding:55px 0;
	position:relative;
}

#mf3 dl dt a:after{
	content:"";
	display:block;
	height:0px;
	width:0px;
	border:15px solid transparent;
	border-top:15px solid #cf47c7;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
	position:absolute;
	top:70px;
	right:-28px;
	z-index:9;
}


#mf3 dl dt a span{
	display:block;
	color:#fff;
	border:1px solid #fff;
	font-size:0.7rem;
	line-height:1.1em;
	margin:0 24px;
	text-align:center;
	padding:3px 0;
}

#mf3 dl dt a span:after{
	content:"≫";
}

#mf3 dl dd{
	float:right;
}




#mf4{
	background:url(../img/top/bg3.jpg) center top repeat;
}


#mf4 .mf-inner{
	padding:70px 0;
}

#mf4 h2{
	text-align:center;
}

#mf4 .cimg{
	
}

#mf4 .ctext{
	padding:20px 0;
}

#mf4 .btn{
	text-align:center;
	padding:20px 0 0 0;
}

#mf4 .btn a{
	display:inline-block;
	background:#cf47c7;
	color:#fff;
	font-size:1.3em;
	line-height:1.1em;
	padding:20px 50px;
	text-decoration:none;
}

#mf4 .ptn2{
	display: flex;
	justify-content:space-between;
}
#mf4 .ptn2 p{
	max-width: 49%;
}

@media screen and (max-width: 800px) {

#mainvis{
	background:url(../img/top/mbg.jpg) center top repeat;
	box-shadow:0 3px 3px 0 rgba(0,0,0,0.2) inset;
	overflow:hidden;
}


#mainvis .mf-inner{
	padding:10px 10px 0 10px;
}

#mainvis p{
	position:static;
	right:0;
}


#mf1{
	background:url(../img/top/bg1.jpg) center top no-repeat;
	background-size:contain;
}

#mf1 .mf-inner{
	padding:60px 10px 30px 10px;
}

#mf1 h1{
	text-align:center;
}

#mf1 .ctext{
	padding:20px 0 0 0;
	color:#4c4c4c;
}
#mf1 .btn{
	padding:20px 0 0 0;
}

#mf1 .btn a{
	padding:20px 10px;
}




#mf2{
}

#mf2 .mf-inner{
	padding:30px 10px;
}

#mf2 h2{
}


#mf2 .staff{
	padding:30px 0 0px 0;
}

#mf2 .staff#staff2,
#mf2 .staff#staff4,
#mf2 .staff#staff6{
	padding:30px 0 0px 0px;
}


#mf2 .staff .cimg{
	position:static;
	bottom:0;
	right:0px;
	text-align:center;
}


#mf2 .staff#staff2 .cimg,
#mf2 .staff#staff4 .cimg,
#mf2 .staff#staff6 .cimg{
	position:static;
	bottom:0;
	right:auto;
	left:0px;
}


#mf2 .staff .ctext{
	width:auto;
}





#mf2 .staff .ctext-inner{
	padding:10px;
}

#mf2 .staff .ctext h3{
	font-size:1.3em;
	line-height:1.5em;
}


#mf2 .btn{
	text-align:center;
	padding:40px 0 0 0;
}

#mf2 .btn a{
	display:block;
	background:#cf47c7;
	color:#fff;
	font-size:1.9em;
	line-height:1.1em;
	padding:20px 0px;
	text-align:center;
	text-decoration:none;
}


#mf3{
	
}

#mf3 .mf-inner{
	padding:30px 10px;
}

#mf3 h2{
	text-align:center;
	padding:0 0 20px 0;
}


#mf3 dl{
	float:none;
	width:auto;
	margin:0 0px 30px 0;
	background:#cf47c7;
}



#mf3 dl dt{
	float:none;
	width:auto;
	height:auto;
	padding:0 10px;
}
#mf3 dl dt br{
	display:none;
}
#mf3 dl dt a{
	display:block;
	color:#fff;
	text-decoration:none;
	text-align:center;
	font-size:1.3rem;
	line-height:1.7em;
	padding:20px 0;
	position:relative;
}

#mf3 dl dt a:after{
	content:"";
	display:block;
	height:0px;
	width:0px;
	border:15px solid transparent;
	border-right:15px solid #cf47c7;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
	position:absolute;
	top:100%;
	right:50%;
	margin:0 -7.5px 0 0;
	z-index:9;
}


#mf3 dl dt a span{
	display:block;
	color:#fff;
	border:1px solid #fff;
	font-size:0.7rem;
	line-height:1.1em;
	margin:0 24px;
	text-align:center;
	padding:3px 0;
}

#mf3 dl dt a span:after{
	content:"≫";
}

#mf3 dl dd{
	float:none;
}
#mf3 dl dd img{
	width:100%;
}



#mf4{
	background:url(../img/top/bg3.jpg) center top repeat;
}


#mf4 .mf-inner{
	padding:30px 10px;
}

#mf4 h2{
	text-align:center;
}

#mf4 .cimg{
	
}

#mf4 .ctext{
	padding:20px 0;
}


#mf4 .btn a{
	padding:20px 10px;
}


}
