@charset "utf-8";

/*===============================================
●画面の横幅が769px以上
===============================================*/
@media screen and (min-width : 769px ){
#pc------------------------------------------- {
}
#catch {
	background-image: url("../images/pc/business/m_bg.png");
	height: 600px;
	background-size: cover;
	background-position: center center;
	position: relative;
}
#catch div {
	width: 500px;
	padding-left: 100px;
	height: 120px;
	background-color: #EEEFEF;
	position: absolute;
	left: 0px;
	bottom: 0px;
	border-top-right-radius: 69px;
	text-align: left;
}
#catch div h1 {
	font-size: 14px;
	font-weight: 500;
	position: absolute;
	bottom: 0px;
}
#catch div h1 span {
	font-size: 80px;
	font-weight: bold;
	font-family: "Lato", sans-serif;
}
#catch div h1 em {
	color: #4E903C;
	margin-left: 15px;
}





#business {
	margin-top: 120px;
}
#business .box {
	width: 95%;
	min-width: 900px;
	background-color: #4D863E;
	margin-left: 5%;
	border-bottom-left-radius: 60px;
	position: relative;
}
#business .box .flex {
	display: flex;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
	
}
#business .box .flex div {
	margin-right: 3vw;
	margin-top: 40px;
}
#business .box .flex div h2 {
	font-size: 38px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 40px;
	line-height: 1.3em;
	position: relative;
}
/*#business .box .flex div h2::after {
	content: "";
	height: 1px;
	width: 95Vw;
	background-color: #fff;
	position: absolute;
	left: 0px;
	bottom: -20px;
}*/
#business .box .flex div h2+p {
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	line-height: 1.8em;
}
#business .box .flex div h2+p+ul {
	margin-top: 40px;
	padding-bottom: 20px;
}
#business .box .flex div .btn a {
	background-color: #EC6646;
	width: 350px;
}
#business .box .flex div .btn+.btn {
	margin-top: 15px;
}
#business .flex figure {
	position: relative;
	z-index: 99;
}

#business .box2 {
	width: 95%;
	min-width: 900px;
	background-color: #4D863E;
	border-bottom-right-radius: 60px;
	position: relative;
	margin-top: 80px;
}
#business .box2 .flex {
	display: flex;
	flex-direction: row-reverse;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
}
#business .box2 .flex div {
	margin-left: 3vw;
	margin-top: 40px;
}
#business .box2 .flex div h2 {
	font-size: 38px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 40px;
	line-height: 1.3em;
	position: relative;
}
/*#business .box2 .flex div h2::after {
	content: "";
	height: 1px;
	width: 95Vw;
	background-color: #fff;
	position: absolute;
	right: 0px;
	bottom: -20px;
}*/
#business .box2 .flex div h2+p {
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	line-height: 1.8em;
}
#business .box2 .flex div h2+p+ul {
	margin-top: 40px;
	padding-bottom: 20px;
}
#business .box2 .flex div .btn {
	display: flex;
	justify-content: flex-end;
}
#business .box2 .flex div .btn a {
	background-color: #EC6646;
	width: 350px;
}
#business .box2 .flex div .btn+.btn {
	margin-top: 15px;
}
#business .box2+.box {
	margin-top: 80px;
}








#contact {
	margin-bottom: 100px;
}
}



/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
	
/*===============================================
●sp-tablet
===============================================*/
#sptablet------------------------------------------- {
}
#catch {
	background-image: url("../images/pc/business/m_bg.png");
	height: 60vh;
	border-bottom-right-radius: 20vw;
	background-size: cover;
	background-position: center center;
	position: relative;
}
#catch div {
	width: 85%;
	padding-left: 5%;
	height: 18vw;
	background-color: #fff;
	position: absolute;
	left: 0px;
	bottom: 0px;
	border-top-right-radius: 69px;
	text-align: left;
}
#catch div h1 {
	font-size: 3.5vw;
	font-weight: 500;
	position: absolute;
	bottom: 0px;
}
#catch div h1 span {
	font-size: 12vw;
	font-weight: bold;
	font-family: "Lato", sans-serif;
}
#catch div h1 em {
	color: #4E903C;
	margin-left: 15px;
}




#business {
	margin-top: 10vw;
}
#business .box {
	width: 95%;
	background-color: #4D863E;
	margin-left: 5%;
	border-bottom-left-radius: 10vw;
	position: relative;
}
#business .box .flex {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-bottom: 5vw;
	padding-top: 5vw
}
#business .box .flex div {
}
#business .box .flex div h2 {
	font-size: 6vw;
	font-weight: bold;
	color: #fff;
	margin-bottom: 5vw;
	line-height: 1.3em;
	position: relative;
}
#business .box .flex div h2::after {
	content: "";
	height: 1px;
	width: 95vw;
	background-color: #fff;
	position: absolute;
	left: 0px;
	bottom: -3vw;
}
#business .box .flex div h2+p {
	font-weight: 500;
	color: #fff;
	line-height: 1.8em;
}
#business .box .flex div h2+p+ul {
	margin-top: 5vw;
	padding-bottom: 5vw;
}
#business .box .flex div .btn a {
	background-color: #EC6646;
	width: 90%;
}
#business .box .flex div .btn+.btn {
	margin-top: 2vw;
}

#business .box2 {
	width: 95%;
	background-color: #4D863E;
	border-bottom-right-radius: 10vw;
	position: relative;
	margin-top: 10vw;
}
#business .box2 .flex {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-top: 5vw;
	padding-bottom: 5vw;
}
#business .box2 .flex div {
}
#business .box2 .flex div h2 {
	font-size: 6vw;
	font-weight: bold;
	color: #fff;
	margin-bottom: 5vw;
	line-height: 1.3em;
	position: relative;
}
#business .box2 .flex div h2::after {
	content: "";
	height: 1px;
	width: 95Vw;
	background-color: #fff;
	position: absolute;
	right: 0px;
	bottom: -3vw;
}
#business .box2 .flex div h2+p {
	font-weight: 500;
	color: #fff;
	line-height: 1.8em;
}
#business .box2 .flex div h2+p+ul {
	margin-top: 5vw;
	padding-bottom: 5vw;
}
#business .box2 .flex div .btn {
	display: flex;
	justify-content: flex-end;
}
#business .box2 .flex div .btn a {
	background-color: #EC6646;
	width: 90%;
}
#business .box2 .flex div .btn+.btn {
	margin-top: 2vw;
}
#business .box2+.box {
	margin-top: 10vw;
}



#contact {
	margin-bottom: 20vw;
}
}



/*===============================================
●画面の横幅が400pxまで
===============================================*/
@media screen and (max-width:400px){
/*===============================================
●sp400
===============================================*/
#sp400------------------------------------------- {
}
}



/*===============================================
●画面の横幅が320pxまで
===============================================*/
@media screen and (max-width:320px){
/*===============================================
●sp320
===============================================*/
#sp320------------------------------------------- {
}
}



/*===============================================
●画面の横幅が481pxから768pxまで
===============================================*/
@media screen and (min-width:481px) and (max-width:768px) {
/*===============================================
●tablet
===============================================*/
#tab------------------------------------------- {
}
}