.sub_top.mv {
	background-image: url(../img/business/sub_top_mv_bussiness.png);
}

/* ------------------------------------------
  business_top
------------------------------------------ */

.business_top {
	padding: 100px 0;
}

.business_top_main {
	max-width: 700px;
	margin: 0 auto;
}

.business_top_main_title {
	font-weight: bold;
	font-size: 45px;
	letter-spacing: 0.05em;
	line-height: 1.3;
	text-align: center;
	color: #fa0314;
}

.business_top_main_text {
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 2;
	text-align: center;
	color: #333;
	margin-top: 30px;
}

.business_top_main_text+.business_top_main_text {
	margin-top: 20px;
}

.business_top_main_lists {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}

.business_top_main_lists_item {
	margin-left: 20px;
}

.business_top_main_lists_item:nth-child(4n + 1) {
	margin-left: 0;
}

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

.business_top_main_lists_item a {
	display: block;
	width: 230px;
	height: 230px;
	border: 3px solid #7da4fe;
	padding: 35px 0 57px;
	border-radius: 50%;
	background-image: url(../img/business/business_top_main_lists_item_arrow01.png);
	background-position: bottom 15px center;
	background-repeat: no-repeat;
	background-size: 30px;
}

.business_top_main_lists_item_number {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.05em;
	text-align: center;
	line-height: 1;
	color: #7da4fe;
}

.business_top_main_lists_item_number span {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 50px;
	line-height: 1;
	text-align: center;
	color: #7da4fe;
}

.business_top_main_lists_item_title {
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 0.05em;
	text-align: center;
	color: #7da4fe;
	line-height: 1.5;
	margin-top: 20px;
}

.business_top_main_lists_item:nth-child(2) a {
	background-image: url(../img/business/business_top_main_lists_item_arrow02.png);
	border: 3px solid #E7838C;
}

.business_top_main_lists_item:nth-child(2) .business_top_main_lists_item_number {
	color: #E7838C;
}

.business_top_main_lists_item:nth-child(2) .business_top_main_lists_item_number span {
	color: #E7838C;
}

.business_top_main_lists_item:nth-child(2) .business_top_main_lists_item_title {
	color: #E7838C;
}

.business_top_main_lists_item:nth-child(3) a {
	background-image: url(../img/business/business_top_main_lists_item_arrow03.png);
	border: 3px solid #F1AF2E;
}

.business_top_main_lists_item:nth-child(3) .business_top_main_lists_item_number {
	color: #F1AF2E;
}

.business_top_main_lists_item:nth-child(3) .business_top_main_lists_item_number span {
	color: #F1AF2E;
}

.business_top_main_lists_item:nth-child(3) .business_top_main_lists_item_title {
	color: #F1AF2E;
}

.business_top_main_lists_item:nth-child(4) a {
	background-image: url(../img/business/business_top_main_lists_item_arrow04.png);
	border: 3px solid #00A89C;
}

.business_top_main_lists_item:nth-child(4) .business_top_main_lists_item_number {
	color: #00A89C;
}

.business_top_main_lists_item:nth-child(4) .business_top_main_lists_item_number span {
	color: #00A89C;
}

.business_top_main_lists_item:nth-child(4) .business_top_main_lists_item_title {
	color: #00A89C;
}

@media screen and (max-width: 767px) {
	.business_top {
		padding: 40px 0;
	}
	.business_top_main_title {
		font-size: 24px;
	}
	.business_top_main_text {
		font-size: 14px;
		text-align: left;
		margin-top: 10px;
	}
	.business_top_main_text+.business_top_main_text {
		margin-top: 10px;
	}
	.business_top_main_lists {
		flex-wrap: wrap;
		margin: 20px auto 0;
		max-width: 350px;
	}
	.business_top_main_lists_item {
		margin-left: 10px;
	}
	.business_top_main_lists_item:nth-child(4n + 1) {
		margin-left: 0;
	}
	.business_top_main_lists_item:nth-child(2n + 1) {
		margin-left: 0;
	}
	.business_top_main_lists_item:nth-child(n + 5) {
		margin-top: 10px;
	}
	.business_top_main_lists_item:nth-child(n + 3) {
		margin-top: 10px;
	}
	.business_top_main_lists_item a {
		display: block;
		width: 145px;
		height: 145px;
		border: 3px solid #7da4fe;
		padding: 24px 0 40px;
		background-position: bottom 10px center;
		background-size: 21px;
	}
	.business_top_main_lists_item_number {
		font-size: 10px;
	}
	.business_top_main_lists_item_number span {
		font-size: 35px;
	}
	.business_top_main_lists_item_title {
		font-size: 14px;
		margin-top: 2px;
	}
}

/* ------------------------------------------
  business_content
------------------------------------------ */

.business_content {
	padding: 100px 0;
	background-color: #fff;
}

.business_content:nth-child(2n + 1) {
	background-color: #F8F8F8;
}

.business_content_main_title {
	margin-top: 50px;
}

.business_content_main_title_sub {
	font-weight: 500;
	font-size: 20px;
	letter-spacing: 0.05em;
	text-align: center;
	color: #7da4fe;
	line-height: 1.3;
}

.business_content_main_title_main {
	font-weight: 500;
	font-size: 50px;
	letter-spacing: 0.05em;
	text-align: center;
	color: #7da4fe;
	line-height: 1.3;
}

.business_content_main_text {
	max-width: 800px;
	margin: 50px auto 0;
}

.business_content_main_text_desc {
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 2;
	text-align: left;
	color: #333;
}

.business_content_main_step {
	display: flex;
	margin-top: 50px;
}

.business_content_main_step_item {
	flex: 1;
}

.business_content_main_step_item_top {
	height: 80px;
	background: #fff;
	border-top: 3px solid #7da4fe;
	border-left: 3px solid #7da4fe;
	border-bottom: 3px solid #7da4fe;
	position: relative;
	padding-left: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.business_content_main_step_item_top::after {
	background-image: url(../img/business/business_content_main_step_item_top_arrow01.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	height: 80px;
	position: absolute;
	right: -30px;
	top: -2px;
	width: 30px;
	z-index: 1;
}

.business_content_main_step_item_top_step {
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 1;
	text-align: center;
	color: #7da4fe;
}

.business_content_main_step_item_top_title {
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.3;
	text-align: center;
	color: #7da4fe;
	margin-top: 4px;
}

.business_content_main_step_item:nth-child(2n + 1) .business_content_main_step_item_top {
	background: #7da4fe;
}

.business_content_main_step_item:nth-child(2n + 1) .business_content_main_step_item_top::after {
	background-image: url(../img/business/business_content_main_step_item_top_arrow02.png);
}

.business_content_main_step_item:nth-child(2n + 1) .business_content_main_step_item_top_step {
	color: #fff!important;
}

.business_content_main_step_item:nth-child(2n + 1) .business_content_main_step_item_top_title {
	color: #fff!important;
}

.business_content_main_step_item_text {
	padding-left: 30px;
	margin-top: 17px;
}

.business_content_main_step_item_text_desc {
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.5;
	text-align: center;
	color: #333;
}

.business_content_main_lists {
	border-top: 2px solid #7da4fe;
	margin-top: 50px;
}

.business_content_main_lists_item {
	display: flex;
	border-bottom: 2px solid #7da4fe;
	padding: 30px 0;
}

.business_content_main_lists_item_title {
	width: 240px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.business_content_main_lists_item_title_main {
	font-weight: 500;
	font-size: 20px;
	letter-spacing: 0.05em;
	text-align: center;
	color: #7da4fe;
}

.business_content_main_lists_item_desc {
	width: calc(100% - 240px);
	padding-right: 80px;
}

.business_content_main_lists_item_desc_main {
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 2;
	text-align: left;
	color: #333;
}

.business_content:nth-of-type(3) .business_content_main_title_sub {
	color: #E7838C;
}

.business_content:nth-of-type(3) .business_content_main_title_main {
	color: #E7838C;
}

.business_content:nth-of-type(3) .business_content_main_step_item_top {
	border-top: 3.5px solid #E7838C;
	border-left: 3.5px solid #E7838C;
	border-bottom: 3.5px solid #E7838C;
}

.business_content:nth-of-type(3) .business_content_main_step_item_top::after {
	background-image: url(../img/business/business_content_main_step_item_top02_arrow02.png);
	top: -3px;
}

.business_content:nth-of-type(3) .business_content_main_step_item:nth-child(2n + 1) .business_content_main_step_item_top::after {
	background-image: url(../img/business/business_content_main_step_item_top02_arrow01.png);
	top: -3px;
}

.business_content:nth-of-type(3) .business_content_main_step_item_top_step {
	color: #E7838C;
}

.business_content:nth-of-type(3) .business_content_main_step_item_top_title {
	color: #E7838C;
}

.business_content:nth-of-type(3) .business_content_main_step_item:nth-child(2n + 1) .business_content_main_step_item_top {
	background: #E7838C;
}

.business_content:nth-of-type(3) .business_content_main_lists {
	border-top: 2px solid #E7838C;
}

.business_content:nth-of-type(3) .business_content_main_lists_item {
	border-bottom: 2px solid #E7838C;
}

.business_content:nth-of-type(3) .business_content_main_lists_item_title_main {
	color: #E7838C;
}

.business_content:nth-of-type(4) .business_content_main_title_sub {
	color: #F1AF2E;
}

.business_content:nth-of-type(4) .business_content_main_title_main {
	color: #F1AF2E;
}

.business_content:nth-of-type(4) .business_content_main_step_item_top {
	border-top: 3.5px solid #F1AF2E;
	border-left: 3.5px solid #F1AF2E;
	border-bottom: 3.5px solid #F1AF2E;
}

.business_content:nth-of-type(4) .business_content_main_step_item_top::after {
	background-image: url(../img/business/business_content_main_step_item_top03_arrow01.png);
	top: -4px;
}

.business_content:nth-of-type(4) .business_content_main_step_item:nth-child(2n + 1) .business_content_main_step_item_top::after {
	background-image: url(../img/business/business_content_main_step_item_top03_arrow02.png);
	top: -4px;
}

.business_content:nth-of-type(4) .business_content_main_step_item_top_step {
	color: #F1AF2E;
}

.business_content:nth-of-type(4) .business_content_main_step_item_top_title {
	color: #F1AF2E;
}

.business_content:nth-of-type(4) .business_content_main_step_item:nth-child(2n + 1) .business_content_main_step_item_top {
	background: #F1AF2E;
}

.business_content:nth-of-type(4) .business_content_main_lists {
	border-top: 2px solid #F1AF2E;
}

.business_content:nth-of-type(4) .business_content_main_lists_item {
	border-bottom: 2px solid #F1AF2E;
}

.business_content:nth-of-type(4) .business_content_main_lists_item_title_main {
	color: #F1AF2E;
}

.business_content:nth-of-type(5) .business_content_main_title_sub {
	color: #00A89C;
}

.business_content:nth-of-type(5) .business_content_main_title_main {
	color: #00A89C;
}

.business_content:nth-of-type(5) .business_content_main_step_item_top {
	border-top: 3.5px solid #00A89C;
	border-left: 3.5px solid #00A89C;
	border-bottom: 3.5px solid #00A89C;
}

.business_content:nth-of-type(5) .business_content_main_step_item_top::after {
	background-image: url(../img/business/business_content_main_step_item_top04_arrow02.png);
	top: -3px;
}

.business_content:nth-of-type(5) .business_content_main_step_item:nth-child(2n + 1) .business_content_main_step_item_top::after {
	background-image: url(../img/business/business_content_main_step_item_top04_arrow01.png);
	top: -3px;
}

.business_content:nth-of-type(5) .business_content_main_step_item_top_step {
	color: #00A89C;
}

.business_content:nth-of-type(5) .business_content_main_step_item_top_title {
	color: #00A89C;
}

.business_content:nth-of-type(5) .business_content_main_step_item:nth-child(2n + 1) .business_content_main_step_item_top {
	background: #00A89C;
}

.business_content:nth-of-type(5) .business_content_main_lists {
	border-top: 2px solid #00A89C;
}

.business_content:nth-of-type(5) .business_content_main_lists_item {
	border-bottom: 2px solid #00A89C;
}

.business_content:nth-of-type(5) .business_content_main_lists_item_title_main {
	color: #00A89C;
}

@media screen and (max-width: 767px) {
	.business_content {
		padding: 40px 0;
	}
	.business_content_main_title {
		margin-top: 40px;
	}
	.business_content_main_title_sub {
		font-size: 16px;
	}
	.business_content_main_title_main {
		font-size: 35px;
	}
	.business_content_main_text {
		margin: 20px auto 0;
	}
	.business_content_main_text_desc {
		font-size: 14px;
	}
	.business_content_main_step {
		display: flex;
		flex-wrap: wrap;
		margin-top: 20px;
	}
	.business_content_main_step_item {
		flex: initial;
		width: calc(33.33333% - 7px);
	}
	.business_content_main_step_item:nth-child(n + 4) {
		margin-top: 20px;
	}
	.business_content_main_step_item_top {
		height: 60px;
		padding-left: 21px;
	}
	.business_content_main_step_item_top::after {
		height: 58px;
		right: -21px;
		top: -2px;
		width: 23px;
	}
	.business_content_main_step_item_top_step {
		font-size: 14px;
	}
	.business_content_main_step_item_top_title {
		font-size: 10px;
		margin-top: 4px;
	}
	.business_content_main_step_item_text {
		padding-left: 21px;
		margin-top: 10px;
	}
	.business_content_main_step_item_text_desc {
		font-size: 12px;
	}
	.business_content_main_lists {
		margin-top: 40px;
	}
	.business_content_main_lists_item {
		display: block;
		padding: 20px 0;
	}
	.business_content_main_lists_item_title {
		width: 100%;
		display: block;
	}
	.business_content_main_lists_item_title_main {
		font-size: 20px;
		text-align: center;
	}
	.business_content_main_lists_item_desc {
		width: 100%;
		padding-right: 0;
	}
	.business_content_main_lists_item_desc_main {
		font-size: 14px;
		text-align: left;
	}
	.business_content:nth-of-type(3) .business_content_main_step_item:nth-child(2n + 1) .business_content_main_step_item_top::after {
		top: -3px;
		height: 60px;
	}
	.business_content:nth-of-type(3) .business_content_main_step_item_top::after {
		top: -2px;
	}
	.business_content:nth-of-type(4) .business_content_main_step_item_top::after {
		top: -2px;
	}
	.business_content:nth-of-type(4) .business_content_main_step_item:nth-child(2n + 1) .business_content_main_step_item_top::after {
		top: -3px;
		height: 60px;
	}
	.business_content:nth-of-type(5) .business_content_main_step_item_top::after {
		top: -2px;
	}
	.business_content:nth-of-type(5) .business_content_main_step_item:nth-child(2n + 1) .business_content_main_step_item_top::after {
		top: -3px;
		height: 60px;
	}
}

.business_content_detail {
  padding: 100px 0;
  background-color: #fff;
}

.business_content_detail_main {
}

.business_content_detail_main_title {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.05em;
}

.business_content_detail_text {
  margin-top: 50px;
  text-align: left;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.05em;
}

.business_content_detail_text_bold {
  font-weight: bold;
  font-size: 22px;
}

.business_content_link {
  padding: 100px 0;
  background-color: #fff;
}

.business_content_link_main_title {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.05em;
  text-align: center;
}

.business_content_link_btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
}