@charset "UTF-8";
/* CSS Document */

/*
PERSON
========================================================================================== */
/* 囲み */
#modal-b {
	width: 1154px;
	position: absolute;
	top: 0;
	display: none;
	opacity: 0;
	z-index: 9999;
}

#modal-b .m-business-inner {
	position: relative;
	width: 980px;
	min-height: 500px;
	margin: 0 87px;
	background: #fff;
}

.m-business .sec-wrap {
	padding: 60px 190px;
}

/* sec-inner */
.m-business .sec-inner {
}

.m-business .sec-inner h1.sec-ttl {
	margin-bottom: 1.2em;
	font-size: 3.6rem;
	width: 100%;
	text-align: center;
	letter-spacing: .1em;
	line-height: 1.8;
	margin-bottom: 20px;
}
.m-business .sec-inner h1.sec-ttl span {
	font-size: 3.0rem;
	padding-right: 36px;
}
.m-business .sec-inner .sec-txt {
	font-size: 1.5rem;
	letter-spacing: -.04em;
	line-height: 2.2;
	vertical-align: top;
	margin-bottom: 25px;
}
.m-business .sec-inner .sec-txt p {
	margin-bottom: 15px;
}
.m-business .sec-inner .sec-img {
	width: 100%;
	text-align: center;
}

.bm1 {background: url(../../../images/business_modal/bm1.jpg) no-repeat; height: 285px;}
.bm2 {background: url(../../../images/business_modal/bm2.jpg) no-repeat; height: 393px;}
.bm3 {background: url(../../../images/business_modal/bm3.jpg) no-repeat; height: 243px;}
.bm4 {background: url(../../../images/business_modal/bm4.jpg) no-repeat; height: 397px;}
.bm5 {background: url(../../../images/business_modal/bm5.jpg) no-repeat; height: 294px;}
.bm6 {background: url(../../../images/business_modal/bm6.jpg) no-repeat; height: 397px;}
.bm7 {background: url(../../../images/business_modal/bm7.jpg) no-repeat; height: 132px;}


.m-business .sec-inner.b01 h1.sec-ttl {
	color: #2976b4;
}
.m-business .sec-inner.b02 h1.sec-ttl {
	color: #866c48;
}
.m-business .sec-inner.b03 h1.sec-ttl {
	color: #3890c3;
}
.m-business .sec-inner.b04 h1.sec-ttl {
	color: #91676d;
}
.m-business .sec-inner.b05 h1.sec-ttl {
	color: #00a9ff;
}
.m-business .sec-inner.b06 h1.sec-ttl {
	color: #21A5A5;
}
.m-business .sec-inner.b07 h1.sec-ttl {
	color: #806248;
}


/* sec-close */
.m-business .sec-close {
	height: 130px;
	border-top: 5px solid #ebebeb;
	text-align: center;
}
.m-business .sec-close .btn {
	position: relative;
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: -.01em;
}
.m-business .sec-close .btn a {
	display: block;
	padding-top: 90px;
}
.m-business .sec-close .btn:before,
.m-business .sec-close .btn:after {
	content: '';
	display: block;
	position: absolute;
	top: 10px;
	left: 50%;
	width: 1px;
	height: 84px;
	background-color: #000;
	transition: all .5s ease-in;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.m-business .sec-close .btn:after {
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}
/*hover*/
.m-business .sec-close .btn:hover:before,
.m-business .sec-close .btn:hover:after {
	background-color: rgba(0,0,0,0.7);
}

/* topのcloseボタン */
.m-business .btn-close-top {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 99;
}
.m-business .btn-close-top a {
	position: relative;
	display: block;
	width: 84px;
	height: 84px;
}
.m-business .btn-close-top a:before,
.m-business .btn-close-top a:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 84px;
	background-color: #000;
	transition: all .5s ease-in;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.m-business .btn-close-top a:after {
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}
/*hover*/
.m-business .btn-close-top a:hover:before,
.m-business .btn-close-top a:hover:after {
	background-color: rgba(0,0,0,0.7);
}


/* modal左右ボタン */
.m-business .btn-page-prev {
	position: absolute;
	top: 400px;
	left: -87px;
	z-index: 9999;
}
.m-business .btn-page-prev a {
	display: block;
	position: relative;
	width: 87px;
	height: 133px;
	background-color: #006880;
}
.m-business .btn-page-prev a:before,
.m-business .btn-page-prev a:after {
	content: '';
	position: absolute;
	top: 40px;
	bottom: 0;
	right: 0;
	left: 0;
	vertical-align: middle;
}
.m-business .btn-page-prev a:before {
	left: 30px;
	width: 46px;
	height: 46px;
	border-top: 7px solid #fff;
	border-right: 7px solid #fff;
	-webkit-transform: rotate(225deg);
	    -ms-transform: rotate(225deg);
	        transform: rotate(225deg);
}

.m-business .btn-page-next {
	position: absolute;
	top: 400px;
	right: -87px;
}
.m-business .btn-page-next a {
	display: block;
	position: relative;
	width: 87px;
	height: 133px;
	background-color: #006880;
}
.m-business .btn-page-next a:before,
.m-business .btn-page-next a:after {
	content: '';
	position: absolute;
	top: 40px;
	bottom: 0;
	right: 0;
	vertical-align: middle;
}
.m-business .btn-page-next a:before {
	right: 30px;
	width: 46px;
	height: 46px;
	border-top: 7px solid #fff;
	border-right: 7px solid #fff;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}


/* bg */
#modal-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9998;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	opacity: 0;
	z-index: 999;
}
