@charset "utf-8";

/** margin-bottom **/
.mb0{margin-bottom: 0 !important;}
.mb10{margin-bottom: 10px !important;}
.mb15{margin-bottom: 15px !important;}
.mb20{margin-bottom: 20px !important;}
.mb30{margin-bottom: 30px !important;}
.mb40{margin-bottom: 40px !important;}
.mb50{margin-bottom: 50px !important;}
.mb60{margin-bottom: 60px !important;}
.mb70{margin-bottom: 70px !important;}
.mb80{margin-bottom: 80px !important;}
.mb90{margin-bottom: 90px !important;}
.mb100{margin-bottom: 100px !important;}

.indentTxt {
	text-indent: -1.1em;
	padding-left: 1.1em;
}

.alignCenter {
	text-align: center;
}

.alignRight {
	text-align: right;
}

.redCaution {
	color: #ff0000;
}

@media(min-width: 1024px){
  
	a[href^="tel:"]{
    	pointer-events: none;
	}
	
}

.bisCase {
	background:url(../image/job/job_mainbg.jpg) top left repeat;
	background-size: auto;
}


/* titleArea */


.titleArea {
	background: url(../image/common/title_main_bg.jpg) left top no-repeat;
	background-size: cover;
	box-sizing: border-box;
	height: 600px;
	position: relative;
	padding: 80px 0;
}


.titleArea.busPage::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../image/business/busi_title_bg.png) left center no-repeat;
	background-size: 100% auto;
	content: '';
	z-index: 1;
}

.titleInner {
	width: 1260px;
	max-width: 90%;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.pageRela {
	position: relative;
	padding-bottom: 10px;
}

.pageTitle {
	font-weight: 600;
	font-size: 54rem;
	line-height: 1.0;
	color: #222222;
	position: relative;
	z-index: 4;
	letter-spacing: .05em;
}

.pageSub {
	position: absolute;
	left: 0;
	bottom: -15px;
	z-index: 3;
}

.contInner {
	width: 1200px;
	max-width: 90%;
	margin: 0 auto;
}

.subTitleArea {
	position: relative;
	margin-bottom: 100px;
}

.subTitleJa {
	font-size: 52rem;
	font-weight: 500;
	letter-spacing: .05em;
}

.subTitleEn {
	position: absolute;
	bottom: -20px;
	left: 0;
}

br.pcIn {
	display: inline;
}
br.spIn {
	display: none;
}

.pdfLink {
	display: inline-block;
	padding: 15px 70px;
	color: #fff;
	font-size: 24rem;
	background: url(../image/business/pdf_icon.png) right 10px center no-repeat #616265;
}

.pdfLink:hover {
	opacity: 0.7;
}

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

	.titleArea {
		height: 300px;
		padding: 10px 0;
	}

	.titleArea.titleArea.busPage::before {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url(../image/business/busi_title_bg.png) right 40% bottom 30px no-repeat;
		background-size: auto 150px;
		content: '';
		z-index: 1;
	}

	.pageSub img {
		max-height: 50px;
	}

	br.pcIn {
		display: none;
	}
	br.spIn {
		display: inline;
	}
}

/*-------------------------------------------------------------------
	business
-------------------------------------------------------------------*/

.bisWrap {
	padding: 100rem 0 150rem;
}

.mainLead {
	font-size: 22rem;
	font-weight: 600;
	text-align: center;
	line-height: 1.8;
	margin: 0 0 80px;
}

.contents {
	background: #fff;
	padding: 50px 80px;
}

.contents.noned {
	display: none;
}

.tabbox {
	display: flex;
	justify-content: space-between;
	border-bottom: 2px solid #439f37;
	padding: 0 2%;
}

.tabbox .list {
	background: #fff;
	cursor: pointer;
	box-sizing: border-box;
	width: 49%;
	color: #b3b3b3;
	font-size: 28rem;
	line-height: 1.0;
	padding: 15px 0 10px;
	text-align: center;
}

.tabbox .list.on {
	background: linear-gradient(to right, #3da700, #80c13f);
	color: #fff;
}

.tabbox .list span {
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

.tabbox .list.on:nth-child(1) span::after {
	display: inline-block;
	content: url(../image/business/tab_icon01.png);
	margin-left: 15px;
	vertical-align: middle;
}
.tabbox .list.on:nth-child(2) span::after {
	display: inline-block;
	content: url(../image/business/tab_icon02.png);
	margin-left: 15px;
	vertical-align: middle;
}

@media screen and (max-width: 1024px){
	
	.mainLead {
		font-size: 40rem;
		font-weight: 600;
		text-align: center;
		line-height: 1.8;
		margin: 0 0 50px;
	}

	.contents {
		background: #fff;
		padding: 30px 5%;
	}



	.tabbox .list {
		font-size: 32rem;
		line-height: 1.0;
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 70px;
		line-height: 1.2;
	}

	.tabbox .list.on {
		background: linear-gradient(to right, #3da700, #80c13f);
		color: #fff;
	}

	.tabbox .list span {
		display: inline-block;
		position: relative;
		vertical-align: middle;
	}

	.tabbox .list.on:nth-child(1) span::after,
	.tabbox .list.on:nth-child(2) span::after {
		display: none;
	}
}


.busLead {
	text-align: center;
	font-weight: 600;
	font-size: 20rem;
	line-height: 1.8;
	margin: 0 0 60px;
}

.busText {
	line-height: 1.8;
}

.brownTitle {
	color: #522b04;
	font-weight: 600;
	font-size: 30rem;
	text-align: center;
	margin-bottom: 20px;;
}

.secFlex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 70px;
}

.secSame {
	width: 48%;
}

.saiseiFlex {
	display: flex;
	flex-wrap: wrap;
}

.saiseiSame {
	width: 24%;
	background: url(../image/business/sec01_bg_pc.jpg) right center no-repeat;
	background-size: cover;
	box-sizing: border-box;
	padding: 20px 40px 20px 20px;
	margin-right: 1.3%;
}

.saiseiFlex .saiseiSame:nth-child(n + 5) {
	margin-top: 20px;
}

.saiseiFlex .saiseiSame:nth-child(4n) {
	margin-right: 0;
}

.saiseiFlex .saiseiSame:last-child {
	background: #f8f5eb;
	padding: 20px;
	width: 22%;
}



.saiseiImg {
	text-align: center;
	min-height: 140px;
}

.brownSub {
	color: #522b04;
	font-weight: 600;
	font-size: 22rem;
	text-align: center;
	margin-bottom: 10px;
}

.subBold {
	font-size: 24rem;
	font-weight: 500;
	margin-bottom: 10px;
}

@media screen and (max-width: 1024px){
	
	.busLead {
		font-size: 34rem;
		line-height: 1.8;
		margin: 0 0 40px;
	}

	.busText {
		font-size: 28rem;
		line-height: 1.8;
	}

	.brownTitle {
		color: #522b04;
		font-weight: 600;
		font-size: 38rem;
		text-align: center;
		margin-bottom: 15px;
	}

	.secFlex {
		display: block;
		margin-bottom: 50px;
	}

	.secSame {
		width: auto;
	}

	.secFlex .secSame:nth-child(n + 2) {
		margin-top: 30px;
	}

	
	.saiseiFlex {
		display: block;
	}

	.saiseiSame {
		width: auto;
		background: url(../image/business/sec01_bg_sp.jpg) center bottom no-repeat #f8f5eb;
		background-size: 100% auto;
		box-sizing: border-box;
		padding: 20px 5% 50px;
		margin-right: 0;
	}

	.saiseiFlex .saiseiSame:nth-child(n + 2) {
		margin-top: 30px;
	}

	.saiseiFlex .saiseiSame:last-child {
		padding: 20px 5%;
		width: auto;
	}

	.saiseiImg {
		text-align: center;
		min-height: inherit;
		margin-bottom: 20px;
	}

	.brownSub {
		font-size: 32rem;
	}

}

.accWrap {
	margin-bottom: 80px;
}

.accBox {
	margin-bottom: 30px;
}
.inTop {
	cursor: pointer;
	position: relative;
	background: url(../image/business/q_icon.png) left 15px center no-repeat #f8f4ea;
	border-radius: 9999px;
	padding: 20px 50px 20px 55px;
	margin-bottom: 20px;
	font-size: 18rem;
}

.inTop::after {
	width: 20px;
	height: 20px;
	border: 3px solid;
	border-color:  transparent transparent #222 #222;
	transform: rotate(-45deg);
	content: '';
	position: absolute;
	top: 15px;
	right: 3%;
}

.inTop.inOpen::after {
	border-color: #222 #222 transparent transparent;
	top: 25px;
}

.inBtm {
	display: none;
	background: url(../image/business/a_icon.png) left top no-repeat;
	padding-left: 40px;
	margin-left: 15px;
	line-height: 1.8;
	min-height: 40px;
}

.inBtm a {
	text-decoration: underline;
}

.inBtm a:hover {
	text-decoration: none;
}

.brownBox {
	background: #f8f4ea;
	padding: 30px 40px;
	font-size: 18rem;
	line-height: 2.0;
}

.bolds {
	font-weight: 600;
}



@media screen and (max-width: 1024px){
	
	.accWrap {
		margin-bottom: 60px;
	}


	.inTop {
		cursor: pointer;
		position: relative;
		background: url(../image/business/q_icon.png) left 15px center no-repeat #f8f4ea;
		background-size: 25px auto;
		border-radius: 9999px;
		padding: 10px 40px 10px 45px;
		margin-bottom: 20px;
		font-size: 32rem;
	}

	.inTop::after {
		width: 15px;
		height: 15px;
		border: 3px solid;
		border-color:  transparent transparent #222 #222;
		transform: rotate(-45deg);
		content: '';
		position: absolute;
		top: 30%;
		right: 5%;
	}

	.inTop.inOpen::after {
		top: 40%;
	}

	.inBtm {
		background-size: 25px auto;
		padding-left: 30px;
		font-size: 28rem;
		line-height: 1.8;
	}
	
	.brownBox {
		padding: 20px 5%;
		font-size: 30rem;
	}

}