@charset "UTF-8";
.aboutArea {
	position: relative;
	background-color: #F2F2F2;
}
@media print, screen and (min-width: 641px) {
	.aboutArea {
		padding: 0.85rem 0.3rem 0.8rem 0;
	}
}
@media screen and (max-width: 640px) {
	.aboutArea {
		padding: 0.5rem 0 1.8rem 0;
	}
}
.aboutArea .bg {
	position: absolute !important;
	left: 0;
	width: 100%;
	fill: #E5E5E5;
	stroke: #E5E5E5;
	stroke-width: 2px;
}
@media print, screen and (min-width: 641px) {
	.aboutArea .bg {
		bottom: 0.0rem;
	}
}
@media screen and (max-width: 640px) {
	.aboutArea .bg {
		bottom: 0.4rem;
	}
}
.aboutArea .tit {
	position: relative;
	font-weight: bold;
	text-align: center;
}
@media print, screen and (min-width: 641px) {
	.aboutArea .tit {
		font-size: 0.38rem;
		letter-spacing: 5px;
		line-height: 1.6;
	}
}
@media screen and (max-width: 640px) {
	.aboutArea .tit {
		font-size: 0.20rem;
		letter-spacing: 2px;
		line-height: 1.6;
	}
}
.aboutArea .tit.active b {
	-webkit-transition: 1s ease 0.7s;
	-o-transition: 1s ease 0.7s;
	transition: 1s ease 0.7s;
	color: #E7380D;
}
.aboutArea .txt {
	position: relative;
	text-align: center;
}
@media print, screen and (min-width: 641px) {
	.aboutArea .txt {
		font-size: 0.14rem;
		line-height: 2.0;
		margin-top: 0.25rem;
	}
}
@media screen and (max-width: 640px) {
	.aboutArea .txt {
		font-size: 0.14rem;
		line-height: 2.0;
		margin-top: 0.25rem;
	}
}
.aboutArea .txt b {
	color: #E7380D;
}
@media screen and (max-width: 640px) {
	.aboutArea .cmnBusinessArea {
		display: none;
	}
}
.aboutArea .cmnBusinessArea .anchorlink {
	display: block;
}
@media print, screen and (min-width: 641px) {
	.aboutArea .cmnBusinessArea .tit {
		font-size: 0.2rem;
		margin-top: 0.45rem;
	}
}
@media print, screen and (min-width: 641px) {
	.aboutArea .cmnBusinessArea .tit span {
		font-size: 0.2rem;
	}
}
@media print, screen and (min-width: 641px) {
	.aboutArea .cmnBusinessArea .tit:after {
		font-size: 0.14rem;
		margin-top: 0;
	}
}
.aboutArea .cmnBusinessArea .txt {
	display: none;
}
.businessIntroArea {
	position: relative;
	background-color: #F2F2F2;
}
@media print, screen and (min-width: 641px) {
	.businessIntroArea {
		padding: 0.4rem 0;
	}
}
@media screen and (max-width: 640px) {
	.businessIntroArea {
		padding: 0.2rem 0 0.5rem;
	}
}
.businessIntroArea .block {
	position: relative;
}
@media print, screen and (min-width: 641px) {
	.businessIntroArea .block {
		margin-left: 0.4rem;
		height: 700px;
	}
}
@media screen and (max-width: 640px) {
	.businessIntroArea .block {
		margin-left: 0.2rem;
	}
}
@media print, screen and (min-width: 641px) {
	.businessIntroArea .block+.block {
		margin-top: 0.4rem;
	}
}
@media screen and (max-width: 640px) {
	.businessIntroArea .block+.block {
		margin-top: 0.2rem;
	}
}
.businessIntroArea .block.type01 {
	margin-left: 0;
}
@media print, screen and (min-width: 641px) {
	.businessIntroArea .block.type01 {
		margin-right: 0.4rem;
	}
}
@media screen and (max-width: 640px) {
	.businessIntroArea .block.type01 {
		margin-right: 0.2rem;
	}
}
@media print, screen and (min-width: 641px) {
	.businessIntroArea .block.type01 .in {
		margin-left: 15%;
	}
}
@media screen and (max-width: 640px) {
	.businessIntroArea .block.type01 .in {
		display: block;
	}
}
.businessIntroArea .block.type01 .logo {
	left: auto;
	right: 0;
	-webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
	clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}
.businessIntroArea .block.type01 .logo img {
	-webkit-transform: translateX(40px);
	-ms-transform: translateX(40px);
	transform: translateX(40px);
}
.businessIntroArea .block.type01 .logo span {
	-webkit-transform: translateX(40px);
	-ms-transform: translateX(40px);
	transform: translateX(40px);
}
.businessIntroArea .photos {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.businessIntroArea .photos:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
}
@media print, screen and (min-width: 641px) {
	.businessIntroArea .photos:after {
		opacity: 0.2;
	}
}
@media screen and (max-width: 640px) {
	.businessIntroArea .photos:after {
		opacity: 0.5;
	}
}
.businessIntroArea .ph {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;";
	background-size: cover;
	background-position: center center;
}
@media print, screen and (min-width: 641px) {
	.businessIntroArea .ph:nth-child(n+2) {
		opacity: 0;
	}
}
.businessIntroArea .logo {
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	overflow: hidden;
	-webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
@media print, screen and (min-width: 641px) {
	.businessIntroArea .logo {
		width: 2.0rem;
		height: 2.0rem;
	}
}
@media screen and (max-width: 640px) {
	.businessIntroArea .logo {
		width: 0.9rem;
		height: 0.9rem;
	}
}
.businessIntroArea .logo.active {
	-webkit-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%) !important;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%) !important;
}
.businessIntroArea .logo.active img {
	-webkit-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
}
.businessIntroArea .logo.active span {
	-webkit-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
}
.businessIntroArea .logo img {
	display: block;
	height: auto;
	-webkit-transform: translateX(-40px);
	-ms-transform: translateX(-40px);
	transform: translateX(-40px);
}
@media print, screen and (min-width: 641px) {
	.businessIntroArea .logo img {
		width: 1.50rem;
	}
}
@media screen and (max-width: 640px) {
	.businessIntroArea .logo img {
		width: .72rem;
	}
}
.businessIntroArea .logo span {
	display: block;
	font-family: worker, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	-webkit-transform: translateX(-40px);
	-ms-transform: translateX(-40px);
	transform: translateX(-40px);
}
@media print, screen and (min-width: 641px) {
	.businessIntroArea .logo span {
		font-size: 0.24rem;
		letter-spacing: 3px;
	}
}
@media screen and (max-width: 640px) {
	.businessIntroArea .logo span {
		font-size: 0.13rem;
		letter-spacing: 1px;
	}
}
.businessIntroArea .in {
	position: relative;
}
@media print, screen and (min-width: 641px) {
	.businessIntroArea .in {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 4.4rem;
		height: 100%;
		margin-left: 55%;
	}
}
@media screen and (max-width: 640px) {
	.businessIntroArea .in {
		padding: 0.5rem 0.2rem 0.5rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
}
@media screen and (max-width: 640px) {
	.businessIntroArea .txtbox {
		display: inline-block;
		text-align: left;
	}
}
@media screen and (max-width: 640px) {
	.businessIntroArea .txtbox:after {
		content: "";
		display: block;
		width: 20px;
		height: 1px;
		margin-top: 0.15rem;
	}
}
.businessIntroArea .txtbox.color01:after {
	background-color: #E7380D;
}
.businessIntroArea .txtbox.color02:after {
	background-color: #1B3B61;
}
.businessIntroArea .txtbox.color03:after {
	background-color: #D4991E;
}
.businessIntroArea .txtbox.color04:after {
	background-color: #229273;
}
.businessIntroArea .txtbox.color05:after {
	background-color: #658CC5;
}
.businessIntroArea .txtbox.color06:after {
	background-color: #B6BD21;
}
/* .businessIntroArea .txtbox.color07:after {
	background-color: #B6BD21;
} */
.businessIntroArea .number {
	font-family: worker, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #FFF;
	text-shadow: 0 0 .04rem #191923;
}
@media print, screen and (min-width: 641px) {
	.businessIntroArea .number {
		padding-bottom: 0.08rem;
		border-bottom: 2px solid #FFF;
	}
}
.businessIntroArea .number.color01 {
	border-bottom-color: #E7380D;
}
.businessIntroArea .number.color02 {
	border-bottom-color: #1B3B61;
}
.businessIntroArea .number.color03 {
	border-bottom-color: #D4991E;
}
.businessIntroArea .number.color04 {
	border-bottom-color: #229273;
}
.businessIntroArea .number.color05 {
	border-bottom-color: #658CC5;
}
.businessIntroArea .number.color06 {
	border-bottom-color: #B6BD21;
}
.businessIntroArea .number.color07 {
	border-bottom-color: #B6BD21;
}
.businessIntroArea .number span {
	display: inline-block;
	vertical-align: bottom;
}
@media print, screen and (min-width: 641px) {
	.businessIntroArea .number span {
		font-size: 0.16rem;
		letter-spacing: 2px;
	}
}
@media screen and (max-width: 640px) {
	.businessIntroArea .number span {
		font-size: 0.11rem;
		letter-spacing: .05em;
	}
}
.businessIntroArea .number b {
	display: inline-block;
	vertical-align: bottom;
	line-height: 1;
}
@media print, screen and (min-width: 641px) {
	.businessIntroArea .number b {
		font-size: 0.38rem;
		letter-spacing: 2px;
		margin-left: 0.2rem;
	}
}
@media screen and (max-width: 640px) {
	.businessIntroArea .number b {
		font-size: 0.23rem;
		letter-spacing: .1em;
		margin-left: 0.08rem;
	}
}
.businessIntroArea .tit {
	color: #FFF;
	text-shadow: 0 0 .04rem #191923;
}
@media print, screen and (min-width: 641px) {
	.businessIntroArea .tit {
		margin-top: 0.3rem;
	}
}
@media screen and (max-width: 640px) {
	.businessIntroArea .tit {
		margin-top: 0.15rem;
	}
	.businessIntroArea .tit.spLS0 span {
		letter-spacing: 0;
		font-size: 0.225rem;
	}
	.businessIntroArea .tit.spLS15 span {
		letter-spacing: .20em;
	}
}
.businessIntroArea .tit span {
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
}
@media print, screen and (min-width: 641px) {
	.businessIntroArea .tit span {
		font-size: 0.36rem;
		font-weight: 600;
		letter-spacing: 0.09em;
	}
}
@media screen and (max-width: 640px) {
	.businessIntroArea .tit span {
		font-size: 0.27rem;
		font-weight: 700;
		line-height: 1.3;
		letter-spacing: .05em;
	}
}
@media print, screen and (min-width: 641px) {
	.businessIntroArea .tit:after {
		font-size: 0.20rem;
	}
}
@media screen and (max-width: 640px) {
	.businessIntroArea .tit:after {
		font-size: 0.11rem;
		margin-top: 0.05rem;
	}
}
.businessIntroArea .txt {
	color: #FFF;
	text-shadow: 0 0 .04rem #191923, 0 0 .04rem #191923;
	font-weight: 500;
}
@media print, screen and (min-width: 641px) {
	.businessIntroArea .txt {
		font-size: 0.14rem;
		line-height: 2.0;
		margin-top: 0.25rem;
	}
}
@media screen and (max-width: 640px) {
	.businessIntroArea .txt {
		font-size: 0.14rem;
		line-height: 2.0;
		margin-top: 0.15rem;
	}
}
.businessIntroArea .pager {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media print, screen and (min-width: 641px) {
	.businessIntroArea .pager {
		margin-top: 0.3rem;
	}
}
.businessIntroArea .btn {
	position: relative;
}
@media print, screen and (min-width: 641px) {
	.businessIntroArea .btn {
		width: 2.00rem;
		height: 1.20rem;
	}
}
.businessIntroArea .btn img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;";
	background-size: cover;
	background-position: center center;
}
.businessIntroArea .link {
	text-align: center;
}
@media print, screen and (min-width: 641px) {
	.businessIntroArea .link {
		margin-top: 0.50rem;
	}
}
@media screen and (max-width: 640px) {
	.businessIntroArea .link {
		width: 100%;
		margin-top: 0.9rem;
	}
}
@media print, screen and (min-width: 641px) {
	.businessIntroArea .link a {
		width: 3.4rem;
	}
}
@media screen and (max-width: 640px) {
	.businessIntroArea .link a {
		width: 3.0rem;
	}
}
