@charset "utf-8";
/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. モジュール

******************************************************************************* */
/* ==

　01. モジュール

=============================================================================== */
.r3Header .r3Header_second-fix{
	display: none;
}

/* 
------------------------------------------------------------------------------- */
.bizNav{
	min-width: 950px;
	background-color: #fff;
	border-bottom: 1px solid #B4B4B4;
}
.bizNav_wrap {
	width: 100%;
	min-width: 950px;
	padding: 0 15px;
	background-color: #fff;
	box-sizing: border-box;
}
.bizNav-fix .bizNav_wrap {
	border-bottom: 1px solid #B4B4B4;
	position: fixed;
	top: 0;
	left: 0;
	animation: bizNavFix .4s both;
    z-index: 1100;
}
@keyframes bizNavFix {
	0% {
		top: -70px;
	}
	100% {
		top: 0;
	}
}


.bizNav_in{
	max-width: 1240px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
}
/*
.bizNav-fix .bizNav_wrap .bizNav_in {
	padding: 0 10px;
	box-sizing: border-box;
}
*/

.bizNav ul{
	margin: 0;
	font-size: 134%;
	font-weight: 600;
	display: flex;
	align-items: center;
}
.bizNav li{
	padding: 0 30px;
	border-right: 1px solid #E6E6E6;
	text-align: center;
}
.bizNav li:last-child{ border-right: none; }
.bizNav li a{
	text-decoration: none;
}
.d_hover .bizNav li a:hover{
	text-decoration: underline;
}

.bizNav .bizNav_btn{
	margin: 5px 0;
	font-size: 117%;
}
.bizNav .bizNav_btn a{
	padding: 6px 42px 8px 18px;
	background-color: #7EA92A;
	border-radius: 5px;
	text-decoration: none;
	color: #fff;
	font-weight: 600;
	display: block;
	position: relative;
}
.bizNav .bizNav_btn a::after{
	content: "";
	display: block;
	width: 8px;
	height: 13px;
	margin: -6px auto 0;
	background: url(/business/bizlivness/images/arw_ico01.svg) center center no-repeat;
	background-size: contain;
	position: absolute;
	right: 12px;
	top: 50%;
}



/* CTA
------------------------------------------------------------------------------- */
.bizCv01 {
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 80px 15px;
	background: url(/business/bizlivness/images/cv_bg01.jpg) center center no-repeat;
	background-size: cover;
}
.bizCv01_front {
	width: 100%;
	max-width: 800px;
	padding: 45px 20px 40px;
	background: rgba(255, 255, 255, .8);
	text-align: center;
	box-sizing: border-box;
}
.bizCv01_catch {
	line-height: 1.92;
	margin: 0;
	color: #333;
	font-size: 167%;
	font-weight: 700;
}
.bizCv01_btn {
	display: inline-block;
	position: relative;
	line-height: 1;
	margin: 30px 0 0;
	padding: 20px 55px 22px;
	border-radius: 4px;
	background-color: #000;
	color: #fff;
	font-size: 150%;
	font-weight: 700;
	text-decoration: none;
}
.bizCv01_btn::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 33px;
	width: 8px;
	height: 13px;
	margin: -6px 0 0;
	background: url(/business/bizlivness/images/arw_ico01.svg) center center no-repeat;
	background-size: contain;
}
.bizCv02 {
	position: fixed;
	top: 50%;
	right: 0;
	margin: -120px 0 0;
	z-index: 5;
}
.bizCv02_bnr {
	display: block;
	position: relative;
	width: 60px;
	height: 240px;
	border-radius: 4px 0 0 4px;
	background-color: #000;
	color: #fff;
	overflow: hidden;
	text-decoration: none;
}
.bizCv02_txt {
	width: 1em;
	margin: 0 auto;
	padding: 17px 0 0;
	line-height: 1.08;
	font-size: 16px;
	font-weight: 500;
}
.bizCv02_txt::after {
	content: "";
	display: block;
	width: 8px;
	height: 13px;
	margin: 13px auto 0;
	background: url(/business/bizlivness/images/arw_ico01.svg) center center no-repeat;
	background-size: contain;
}
/* 関連情報
------------------------------------------------------------------------------- */
.bizRelate01 {
	padding: 0 15px;
	overflow: hidden;
}
.bizRelate01_in {
	max-width: 1000px;
	margin: 0 auto;
	padding: 80px 0 0;
}
.bizRelate01_tit {
	line-height: 1.6;
	margin: 0;
	font-size: 200%;
	font-weight: 700;
	text-align: center;
}
.bizRelate01_navs {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	margin: 30px 0 0;
}
.bizRelate01_nav {
	width: 47.6%;
}
.bizRelate01_nav a {
	display: block;
	padding: 35px 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	text-decoration: none;
}
.bizRelate01_nav-t1 a {
	background-image: url(/business/bizlivness/images/relate_bg01.jpg);
}
.bizRelate01_nav-t2 a {
	background-image: url(/business/bizlivness/images/relate_bg02.jpg);
}
.bizRelate01_nav span {
	display: inline-block;
	position: relative;
	width: 100%;
	max-width: 290px;
	margin: 0;
	padding: 14px 0 15px;
	border-radius: 4px;
	background: rgba(255, 255, 255, .8);
	color: #000;
	font-size: 150%;
	font-weight: 700;
	text-decoration: none;
	box-sizing: border-box;
}
.bizRelate01_nav span::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 33px;
	width: 8px;
	height: 13px;
	margin: -6px 0 0;
	background: url(/business/bizlivness/images/arw_ico03.svg) center center no-repeat;
	background-size: contain;
}
.bizRelate01_logo {
	margin: 100px -500% 0;
	padding: 25px 500%;
	background-color: #BEBBAE;
}
.bizRelate01_logo a {
	display: block;
	max-width: 640px;
	margin: 0 auto;
}
