@charset "UTF-8";
.areaBiz {}
.areaBiz_title {}
.areaBiz_text {
	margin-bottom: 115px;
}
.biz {
	margin-bottom: 140px;
}
.biz_title {
	margin-bottom: 40px;
}
.biz_title > b {}
.biz_message {
	margin-bottom: 74px;
}
.biz_text {}
.biz_image01 {
	max-width: 820px;
	margin: 0 auto;
	margin-bottom: 80px;
}
.biz_image01 > img {
	display: block;
}
.biz_image02 {
	max-width: 370px;
	margin: 0 auto;
}
.biz_image02 > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.biz_cols {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
	max-width: 943px;
	margin: 0 auto;
}
.biz_col {}
.biz_col-no1 {
	width: 503px;
	min-width: 503px;
}
.biz_note {
	font-size: 14px;
	text-indent: -1em;
	padding-left: 1em;
	margin-top: 1em;
}
.biz_col-no2 {
	width: calc(100% - 570px);
}
.biz_table {}
.biz_table > tbody {}
.biz_table > tbody > tr {}
.biz_table > tbody > tr:first-child {}
.biz_table > tbody > tr:last-child {}
.biz_table > tbody > tr > th {
	width: 200px;
	padding: 23px 10px;
	text-align: right;
}
.biz_table > tbody > tr > td {
	padding: 23px 10px;
}
.areaBiz_app {}
.areaBiz_app > a {
	justify-content: space-between;
	padding: 0 68px;
	padding-right: 56px;
}
.areaBiz_app > a::before {}
.areaBiz_app > a::after {}
.areaBiz_name {
	display: flex;
	align-items: center;
}
.areaBiz_name > b {
	display: block;
	font-weight: 300;
	color: #333;
	font-size: 28px;
	margin-right: 40px;
	transition-duration: .3s;
	transition-property: color, background-color;
}
.areaBiz_name > small {
	display: block;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.1em;
}
.areaBiz_more {
	display: flex;
	align-items: center;
	color: #333;
	transition-duration: .3s;
	transition-property: color, background-color;
}
.areaBiz_more > b {
	display: block;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
	margin-right: 10px;
	letter-spacing: 0.1em;
}
.areaBiz_more > .icon {
	display: block;
	transition-duration: .3s;
	transition-property: transform;
	font-size: 18px;
	transition-duration: .3s;
	transition-property: transform;
}
.appBnr {
	max-width: 600px;
	margin: 0 auto 40px;
}
.appBnr > a {
	display: flex;
	flex-direction: column;
	height: 200px;
	justify-content: center;
	text-decoration: none;
	color: inherit;
	background-image: url(/assets/img/business/bg-line01@2x.jpg);
	position: relative;
	z-index: 1;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	color: #fff;
	align-items: center;
	box-shadow: 0 20px 20px rgba(0, 0, 0, .16);
	transition-duration: .3s;
	transition-property: box-shadow;
}
.appBnr2 > a {
    background-image: url(/assets/img/business/bg-line01b@2x.jpg);
}
.appBnr > a::before {
	display: block;
	content: "";
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	background-color: #003645;
	opacity: 0;
	top: 0;
	left: 0;
	transition-duration: .3s;
	transition-property: opacity;
}
.appBnr > a::after {
	content: "";
}
.appBnr_text {
	position: relative;
	z-index: 2;
	font-size: 20px;
	font-weight: 300;
	text-align: center;
}
.appBnr_title {
	position: relative;
	z-index: 2;
}
.appBnr_title > svg {
	display: block;
	fill: currentColor;
	width: 400px;
	height: 36px;
}
.appBnr_subTitle {
	position: relative;
	z-index: 2;
	width: 214px;
	height: 29px;
	line-height: 1;
	color: #1DB3DC;
	background-color: #fff;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	box-sizing: border-box;
	padding-bottom: 2px;
	margin-top: 15px;
	font-weight: 500;
}
@media screen and (min-width:1000px) {
	.appBnr > a:hover {
		box-shadow: 0 10px 10px rgba(0, 0, 0, 0.16);
	}
	.appBnr > a:hover::before {
		opacity: .37;
	}
	.areaBiz_app > a:hover {}
	a:hover .areaBiz_name > b {
		color: #fff;
	}
	a:hover .areaBiz_more {
		color: #fff;
	}
	a:hover .areaBiz_more > .icon {
		transform: scale(1.2);
	}
}
@media screen and (max-width: 999px) {
	.areaBiz {}
	.areaBiz_title {}
	.areaBiz_text {
		margin-bottom: 80px;
	}
	.biz {
		margin-bottom: 100px;
	}
	.biz_title {}
	.biz_title > b {}
	.biz_message {
		margin-bottom: 50px;
	}
	.biz_text {}
	.biz_image01 {
		max-width: 560px;
		margin-bottom: 55px;
	}
	.biz_image01 > img {}
	.biz_image02 {}
	.biz_image02 > img {}
	.biz_cols {
		max-width: none;
	}
	.biz_col {}
	.biz_col-no1 {
		width: 420px;
		min-width: 420px;
	}
	.biz_note {
		font-size: 13px;
		margin-top: 15px;
	}
	.biz_col-no2 {
		width: calc(100% - 480px);
	}
	.biz_table {}
	.biz_table > tbody {}
	.biz_table > tbody > tr {}
	.biz_table > tbody > tr:first-child {}
	.biz_table > tbody > tr:last-child {}
	.biz_table > tbody > tr > th {}
	.biz_table > tbody > tr > td {}
	.areaBiz_app {}
	.areaBiz_app > a {
		padding: 0 30px;
	}
	.areaBiz_app > a::before {}
	.areaBiz_app > a::after {}
	.areaBiz_name {}
	.areaBiz_name > b {
		font-size: 24px;
		margin-right: 20px;
	}
	.areaBiz_name > small {
		font-size: 22px;
	}
	.areaBiz_more {}
	.areaBiz_more > b {}
	.areaBiz_more > .icon {}
	.appBnr {}
	.appBnr > a {}
	.appBnr > a::before {}
	.appBnr > a::after {}
	.appBnr_text {}
	.appBnr_title {}
	.appBnr_title > svg {}
	.appBnr_subTitle {}
}
@media screen and (max-width:767px) {
	.areaBiz {}
	.areaBiz_title {}
	.areaBiz_text {
		margin-bottom: 72px;
	}
	.biz {
		margin-bottom: 79px;
	}
	.biz_title {
		margin-bottom: 20px;
	}
	.biz_title > b {}
	.biz_message {
		margin-bottom: 32px;
	}
	.biz_text {}
	.biz_image01 {
		max-width: 360px;
		margin-bottom: 56px;
	}
	.biz_image01 > img {}
	.biz_image02 {}
	.biz_image02 > img {}
	.biz_cols {
		display: block;
	}
	.biz_col {
		width: auto;
		min-width: 0;
	}
	.biz_col-no1 {
		margin-bottom: 35px;
	}
	.biz_note {}
	.biz_col-no2 {
		max-width: 280px;
		margin: 0 auto;
	}
	.biz_table {}
	.biz_table > tbody {}
	.biz_table > tbody > tr {}
	.biz_table > tbody > tr:first-child {}
	.biz_table > tbody > tr:last-child {}
	.biz_table > tbody > tr > th {
		padding: 0;
		text-align: left;
		margin-bottom: 12px;
	}
	.biz_table > tbody > tr > td {
		padding: 0;
	}
	.areaBiz_app {
		margin-left: -20px;
		margin-right: -20px;
	}
	.areaBiz_app > a {
		height: 180px;
		border-left: none;
		border-right: none;
		box-shadow: none;
		flex-direction: column;
		justify-content: center;
		padding: 0 20px;
	}
	.areaBiz_app > a::before {}
	.areaBiz_app > a::after {}
	.areaBiz_name {
		display: block;
	}
	.areaBiz_name > b {
		font-size: 18px;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.areaBiz_name > small {}
	.areaBiz_more {
		margin-top: 25px;
	}
	.areaBiz_more > b {
		font-size: 12px;
	}
	.areaBiz_more > .icon {
		font-size: 16px;
	}
	.appBnr {
		max-width: none;
		margin-left: -20px;
		margin-right: -20px;
	}
	.appBnr > a {
		box-shadow: none;
		height: 125px;
		background-position: center top;
	}
	.appBnr > a::before {}
	.appBnr > a::after {}
	.appBnr_text {
		font-size: 13px;
	}
	.appBnr_title {}
	.appBnr_title > svg {
		width: 250px;
		height: 23px;
	}
	.appBnr_subTitle {
		width: 153px;
		height: 23px;
		font-size: 11px;
		padding-bottom: 0;
	}
}
