@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@900&display=swap');
/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. モジュール

******************************************************************************* */
/* ==

　01. モジュール

=============================================================================== */
/* 共通モジュール上書き
------------------------------------------------------------------------------- */
.r3Main {
	margin-bottom: 0;
}


.bizBanner{
	max-width: 1120px;
	margin: 60px auto 0;
}
.bizBanner_in{
	margin: 0 20px;
	text-align: center;
}




/* ビジュアル
------------------------------------------------------------------------------- */
.bizVisual01 {
	position: relative;
	height: 560px;
}
.bizVisual01_wrap {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	transition: opacity .3s;
	overflow: hidden;
}
.bizVisual01_wrap-show {
	opacity: 1;
}
.bizVisual01_item.swiper-slide {
	height: 560px;
}
.bizVisual01_item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.bizVisual01_item p {
	position: absolute;
	right: 0;
	bottom: -1px;
	line-height: 36px;
	margin: 0;
	padding: 0 10px 2px;
	background-color: #fff;
	color: #333;
	font-size: 150%;
	font-weight: 500;
}
/* 解説
------------------------------------------------------------------------------- */
.bizAbout01 {
	max-width: 850px;
	margin: 50px auto 50px;
	padding: 0 15px;
	text-align: center;
}
.bizAbout01_block{
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 15px;
	border: 5px solid #eee;
	text-align: left;
}
.bizAbout01_logo {
	width: 300px;
}
.bizAbout01_txt {
	width: 480px;
	line-height: 1.8125;
	margin: 0;
	color: #333;
	font-size: 134%;
	font-weight: 400;
}
.bizAbout01_btn01{
	margin: 15px 0 0;
	font-size: 150%;
	font-weight: 700;
	line-height: 1;
}
.bizAbout01_btn01 a {
	display: inline-block;
	padding: 14px 75px 16px 55px;
	border-radius: 4px;
	background-color: #7EA92A;
	color: #fff;
	text-decoration: none;
	position: relative;
}
.bizAbout01_btn01 a::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 33px;
	width: 8px;
	height: 13px;
	margin: -6px 0 0;
	background: url(../images/arw_ico01.svg) center center no-repeat;
	background-size: contain;
}

.bizBtn_soudan01{
	max-width: 290px;
	line-height: 1;
	margin: 0 auto 70px;
	font-size: 150%;
	font-weight: 700;
}
.bizBtn_soudan01 a{
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 20px 0 22px;
	border-radius: 4px;
	background-color: #000;
	color: #fff;
	text-decoration: none;
	text-align: center;
	box-sizing: border-box;
}
.bizBtn_soudan01 a::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 33px;
	width: 8px;
	height: 13px;
	margin: -6px 0 0;
	background: url(../images/arw_ico01.svg) center center no-repeat;
	background-size: contain;
}

/* NEWS
------------------------------------------------------------------------------- */
.bizNews01{
	max-width: 1000px;
	margin: 0 auto 70px;
	padding: 30px 10px 15px 40px;
	background-color: #F4F4F4;
	text-align: left;
}
.bizNews01_in{
	display: flex;
	gap: 0 50px;
}
.bizNews01 h2{
	width: 120px;
	font-size: 280%;
	line-height: 1.0;
	color: #333;
	font-family: "Inter", sans-serif;
	font-weight: bold;
}
.bizNews01_in > div {
	width: calc(100% - 170px);
	/*
	height: 80px;
	padding-right: 30px;
	overflow-y: scroll;
	*/
	box-sizing: border-box;
}
.bizNews01 dl{
	font-size: 134%;
}
.bizNews01 dt{
	font-family: "Inter", sans-serif;
}
.bizNews01 dd{
	margin: -1.75em 0 15px;
	padding: 0 0 0 120px;
}
.bizNews01 dd a[target=_blank]::after {
	content: '';
	display: inline-block;
	width: 11px;
	height: 8px;
	margin: 0 0 0 10px;
	background: url(/common/images/rn04/svg/blank_ico03.svg) left top no-repeat;
	background-size: contain;
	vertical-align: 0.1em;
}


.bizAbout02 {
	position: relative;
	margin: 70px 0 80px;
	overflow: hidden;
}
.bizAbout02_list {
}
.bizAbout02_item {
	position: relative;
}
.bizAbout02_item::before {
	content: "";
	display: block;
	position: absolute;
	top: 68px;
	right: 34%;
	bottom: 0;
	left: -80px;
	background-color: #B6DEDE;
	transform: skew(-20deg);
}
.bizAbout02_item-reverse::before {
	top: 57px;
	right: -80px;
	bottom: 56px;
	left: 34%;
	transform: skew(20deg);
}
.bizAbout02_in {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	position: relative;
	max-width: 1440px;
	margin: 0 auto;
	z-index: 1;
}
.bizAbout02_item-reverse .bizAbout02_in {
	flex-direction: row-reverse;
}
.bizAbout02_img {
	display: block;
	position: relative;
	width: 52.5%;
	height: 468px;
	max-width: 750px;
}
.bizAbout02_item-reverse .bizAbout02_img {
	height: 513px;
}
.bizAbout02_img img {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 750px;
	max-width: none;
	height: 468px;
}
.bizAbout02_item-reverse .bizAbout02_img img {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 605px;
	max-width: none;
	height: 513px;
}
.bizAbout02_info {
	display: -webkit-box;
	display: flex;
	align-items: center;
	width: 47.5%;
	padding: 90px 0 30px 40px;
	box-sizing: border-box;
}
.bizAbout02_item-reverse .bizAbout02_info {
	padding: 60px 40px 60px 0;
}
.bizAbout02_front {
	max-width: 530px;
	margin: 0 auto 0 0;
	padding: 20px 25px;
	background: rgba(255, 255, 255, .9);
	box-sizing: border-box;
}
.bizAbout02_item-reverse .bizAbout02_front {
	margin: 0 0 0 auto;
}
.bizAbout02_tit {
	line-height: 1.954;
	margin: 0 0 17px;
	color: #333;
	font-size: 184%;
	font-weight: 700;
}
.bizAbout02_txt {
	line-height: 1.8;
	margin: 0;
	color: #333;
	font-size: 134%;
	font-weight: 400;
}
@media only screen and (max-width: 1200px) {
	.bizAbout02_img {
		display: block;
		position: relative;
		width: 52.5%;
		height: 406px;
		max-width: 750px;
	}
	.bizAbout02_item-reverse .bizAbout02_img {
		height: 437px;
	}
	.bizAbout02_img img {
		width: 650px;
		height: 406px;
	}
	.bizAbout02_item-reverse .bizAbout02_img img {
		width: 505px;
		height: 437px;
	}
	.bizAbout02_info {
		padding: 83px 0 17px 40px;
	}
	.bizAbout02_item-reverse .bizAbout02_info {
		padding: 50px 40px 50px 0;
	}
	.bizAbout02_tit {
		margin-bottom: 12px;
	}
	.bizAbout02_txt {
		font-size: 125%;
	}
}
/* 事例
------------------------------------------------------------------------------- */
.bizCase01 {
	position: relative;
	padding: 0 15px;
	background-color: #585F65;
	color: #fff;
	overflow: hidden;
}
.bizCase01::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 207px;
	margin: 0 auto;
	background-color: #464B50;
	transform: skew(-20deg);
}
.bizCase01_in {
	position: relative;
	max-width: 970px;
	margin: 0 auto;
	padding: 56px 0 65px;
	z-index: 1;
}
.bizCase01_tit {
	line-height: 1.631;
	margin: 0 0 9px;
	font-family: "Inter", sans-serif;
	font-size: 317%;
	font-weight: 700;
	text-align: center;
}
.bizCase01_lead {
	line-height: 1.8;
	margin: 0;
	font-size: 150%;
	font-weight: 400;
	text-align: center;
}
.bizCase01_list {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 47px 0 0;
}
.bizCase01_item {
	margin-bottom: 80px;
}
.bizCase01_item:last-child {
	margin-bottom: 0;
}
.bizCase01_wrap {
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	text-decoration: none;
}
.bizCase01_img {
	display: block;
	width: 59.382%;
	max-width: 970px;
}
.bizCase01_info {
	width: 36.494%;
	margin: 12px 0 0;
	color: #fff;
}
.bizCase01_catch {
	line-height: 1.8;
	margin: 0;
	font-size: 134%;
	font-weight: 400;
}
.bizCase01_stit {
	position: relative;
	line-height: 1.92;
	margin: 0 0 12px;
	padding: 0 0 10px;
	font-size: 167%;
	font-weight: 700;
}
.bizCase01_stit::before {
	content: "";
	display: block;
	position: absolute;
	right: 54px;
	bottom: 0;
	left: 0;
	height: 1px;
	background-color: #fff;
	opacity: .5;
}
.bizCase01_stit::after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: -22px;
	width: 44px;
	height: 44px;
	background: url(../images/arw_ico02.svg) center center no-repeat;
	background-size: contain;
}
.bizCase01_place {
	line-height: 1.8;
	margin: 0;
	font-size: 134%;
	font-weight: 400;
}
/* CTA
------------------------------------------------------------------------------- 
.bizCv01 {
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 80px 15px;
	background: url(../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(../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(../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(../images/relate_bg01.jpg);
}
.bizRelate01_nav-t2 a {
	background-image: url(../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(../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;
}
*/


/* 見出し
------------------------------------------------------------------------------- */
.bizHeading01 {
	color: #fff;
}
.bizHeading01_in {
	max-width: 1000px;
	margin: 0 auto;
}
.bizHeading01_top {
	position: relative;
	padding: 0 15px;
	background-color: #333;
}
.bizHeading01_top::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 25px;
	bottom: 0;
	width: 18px;
	background-color: #7EA92A;
	transform: skew(-20deg, 0);
}
.bizHeading01_top > .bizHeading01_in {
	display: -webkit-box;
	display: flex;
	align-items: center;
}
.bizHeading01_logo {
	display: -webkit-box;
	display: flex;
	align-items: center;
	position: relative;
	height: 43px;
	line-height: 1;
}
.bizHeading01_logo img {
	width: 121px;
}
.bizHeading01_category {
	position: relative;
	line-height: 53px;
	padding: 0 15px;
	font-family: "Inter", sans-serif;
	font-size: 150%;
	font-weight: 700;
}
.bizHeading01_category::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 2px;
	background-color: #585F65;
	transform: skew(-10deg, 0);
}
.bizHeading01_type {
	position: relative;
	line-height: 53px;
	padding: 0 13px;
	font-family: "Inter", sans-serif;
	font-size: 150%;
	font-weight: 700;
}
.bizHeading01_type > span:nth-child(1) {
}
.bizHeading01_type > span:nth-child(1)::after {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	margin: 0 0 0 4px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
	vertical-align: 0.05em;
}
.bizHeading01_type > span:nth-child(2) {
	color: #7EA92A;
}
.bizHeading01_type > span:nth-child(2)::before {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	margin: 0 10px 0 -3px;
	border-right: 2px solid #7EA92A;
	border-bottom: 2px solid #7EA92A;
	transform: rotate(-45deg);
	vertical-align: 0.05em;
}
.bizHeading01_btm {
	padding: 11px 15px 12px;
	background-color: #585F65;
}
.bizHeading01_tit {
	line-height: 1.3;
	margin: 0;
	font-size: 284%;
	font-weight: 700;
}
.bizHeading01_catch {
	line-height: 1.92;
	margin: 5px 0 0;
	font-size: 167%;
	font-weight: 400;
}
/* 詳細情報
------------------------------------------------------------------------------- */
.bizInfo01 {
	padding: 0 15px;
}
.bizInfo01_in {
	max-width: 1000px;
	margin: 0 auto;
	padding: 40px 0 50px;
}
.bizInfo01_head {
	margin: 20px 0 0;
}
.bizInfo01_tit {
	line-height: 1.476;
	margin: 0;
	color: #333;
	font-size: 350%;
	font-weight: 900;
	text-align: center;
}
.bizInfo01_body {
	margin: 40px 0 0;
}
.bizInfo01_stit {
	line-height: 1.5;
	margin: 0 0 25px;
	color: #333;
	font-size: 267%;
	font-weight: 900;
	text-align: center;
}
.bizInfo01_txt {
	line-height: 1.8;
	margin: 0;
	font-size: 150%;
	font-weight: 400;
}
.bizInfo01_imgs {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	margin: 100px 0 0;
}
.bizInfo01_imgs li {
	position: relative;
	width: 47.6%;
}
.bizInfo01_caption {
	position: absolute;
	bottom: 16px;
	left: 20px;
	line-height: 1.5;
	margin: 0;
	color: #fff;
	font-size: 100%;
	font-weight: 500;
}
/* データ
------------------------------------------------------------------------------- */
.bizData01 {
	display: -webkit-box;
	display: flex;
	margin: 23px 0 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.bizData01_tit {
	position: relative;
	width: 30%;
	line-height: 1.5;
	margin: 0;
	padding: 10px 20px 12px;
	font-size: 134%;
	font-weight: 400;
	text-align: right;
}
.bizData01_tit > span {
	font-weight: 700;
}
.bizData01_tit::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 1px;
	background-color: #000;
}
.bizData01_list {
	display: -webkit-box;
	display: flex;
	width: 70%;
	line-height: 1.5;
	padding: 10px 20px 12px;
	font-size: 134%;
	font-weight: 400;
	box-sizing: border-box;
}
.bizData01_item {
	margin: 0 15px 0 0;
}
.bizData01_item:last-child {
	margin-right: 0;
}
.bizData01_item span {
	font-weight: 700;
}
/* 図版
------------------------------------------------------------------------------- */
.bizGuide01 {
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 55px 0 0;
}
.bizGuide01_img {
	display: block;
	width: 50%;
}
.bizGuide01_info {
	width: 48.3%;
}
.bizGuide01_tit {
	line-height: 1.5;
	margin: -5px 0 20px;
	font-size: 200%;
	font-weight: 700;
}
.bizGuide01_graph {
	display: block;
}
/* 声
------------------------------------------------------------------------------- */
.bizVoice01 {
	padding: 0 15px;
	background-color: #585F65;
	color: #fff;
}
.bizVoice01_in {
	max-width: 1000px;
	margin: 0 auto;
	padding: 70px 0 70px;
}
.bizVoice01_tit {
	position: relative;
	line-height: 1;
	margin: 0;
	font-size: 234%;
	font-weight: 900;
	text-align: center;
}
.bizVoice01_tit::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	height: 1px;
	background-color: #fff;
}
.bizVoice01_tit span {
	display: inline-block;
	position: relative;	
	margin: -1px 0;
	padding: 0 15px;
	background-color: #585F65;
	z-index: 1;
}
.bizVoice01_list {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	margin: 40px 0 0;
}
.bizVoice01_item {
	position: relative;
	width: 47.5%;
}
.bizVoice01_img {
	display: block;
	position: absolute;
	top: 15px;
	right: 0;
	width: 145px;
}
.bizVoice01_sub {
	line-height: 1;
	margin: 0 150px 0 0;
	font-size: 117%;
	font-weight: 700;
}
.bizVoice01_sub span {
	display: inline-block;
	line-height: 33px;
	padding: 0 9px;
	background-color: #fff;
	color: #585F65;
	vertical-align: top;
}
.bizVoice01_stit {
	line-height: 1.8;
	margin: 17px 150px 16px 0;
	font-size: 200%;
	font-weight: 700;
}
.bizVoice01_txt {
	line-height: 1.8125;
	margin: 0;
	font-size: 134%;
	font-weight: 400;
}
.bizVoice01_note {
	line-height: 1.75;
	margin: 10px 0 0 1em;
	font-size: 117%;
	font-weight: 400;
	text-indent: -1em;
}
/* 関連情報
------------------------------------------------------------------------------- */
.bizRelate02 {
	margin: 50px 0 0;
	padding: 0 15px;
}
.bizRelate02_wrap {
	display: block;
	max-width: 800px;
	margin: 0 auto;
	text-decoration: none;
}
.bizRelate02_top {
	display: -webkit-box;
	display: flex;
	position: relative;
	max-width: 800px;
	margin: 0 auto;
	border-top: 1px solid #7EA92A;
	border-right: 1px solid #7EA92A;
	border-left: 1px solid #7EA92A;
	background-color: #333333;
	color: #fff;
	box-sizing: border-box;
	overflow: hidden;
}
.bizRelate02_top::after {
	content: "";
	display: block;
	position: absolute;
	top: -1px;
	right: 20px;
	bottom: -1px;
	width: 18px;
	background-color: #7EA92A;
	transform: skew(-20deg, 0);
}
.bizRelate02_logo {
	display: -webkit-box;
	display: flex;
	align-items: center;
	position: relative;
	height: 49px;
	padding: 0 14px;
	background-color: #fff;
}
.bizRelate02_logo img {
	width: 100px;
}
.bizRelate02_category {
	position: relative;
	line-height: 49px;
	padding: 0 15px 0 10px;
	font-family: "Inter", sans-serif;
	font-size: 134%;
	font-weight: 700;
}
.bizRelate02_category::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 2px;
	background-color: #585F65;
	transform: skew(-10deg, 0);
}
.bizRelate02_type {
	position: relative;
	line-height: 49px;
	padding: 0 15px;
	font-family: "Inter", sans-serif;
	font-size: 134%;
	font-weight: 700;
}
.bizRelate02_type > span:nth-child(1) {
}
.bizRelate02_type > span:nth-child(1)::after {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	margin: 0 0 0 4px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
	vertical-align: 0.05em;
}
.bizRelate02_type > span:nth-child(2) {
	color: #7EA92A;
}
.bizRelate02_type > span:nth-child(2)::before {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	margin: 0 10px 0 -3px;
	border-right: 2px solid #7EA92A;
	border-bottom: 2px solid #7EA92A;
	transform: rotate(-45deg);
	vertical-align: 0.05em;
}
.bizRelate02_btm {
	max-width: 800px;
	margin: 0 auto;
	border-right: 1px solid #7EA92A;
	border-bottom: 1px solid #7EA92A;
	border-left: 1px solid #7EA92A;
	background-color: #fff;
	box-sizing: border-box;
}
.bizRelate02_tit {
	line-height: 1.6;
	position: relative;
	margin: 0;
	padding: 5px 35px 6px 15px;
	color: #585F65;
	font-size: 200%;
	font-weight: 700;
}
.bizRelate02_tit::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 13px;
	width: 18px;
	height: 10px;
	margin: -5px 0 0;
	background: url(../images/arw_ico04.svg) center center no-repeat;
	background-size: contain;
}
/* ボタン
------------------------------------------------------------------------------- */
.bizBtn01 {
	line-height: 1;
	margin: 50px 0 100px;
	font-size: 150%;
	font-weight: 700;
	text-align: center;
}
.bizBtn01 a {
	display: inline-block;
	position: relative;
	line-height: 56px;
	padding: 0 100px 2px;
	border: 1px solid #707070;
	border-radius: 4px;
	background-color: #fff;
	color: #333;
	text-decoration: none;
	box-sizing: border-box;
}
.bizBtn01 a::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 32px;
	width: 8px;
	height: 13px;
	margin: -6px 0 0;
	background: url(../images/arw_ico03.svg) center center no-repeat;
	background-size: contain;
}