.contents button:focus,
.contents button:hover {
	outline: none;
}
.business_block h2 {
	max-width: calc(440 / 750 * 100vw);
	margin: 0 auto 35px;
	color: #fff;
	background: #313131;
	padding: 10px 20px;
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
}
.business_block .img01 {
	margin: 0 auto 10%;
	text-align: center;
}
.business_block .img02 {
	margin: 4% auto 10%;
	text-align: center;
	overflow: hidden;
}
.business_block .img02 img {
	display: block;
	float: left;
	width: 33.33%;
}
.business_block .img03 {
	margin: 4% auto 10%;
	text-align: center;
	overflow: hidden;
}
.business_block .img03 img {
	display: block;
	float: left;
	width: 50%;
}
.business_block .box01 {
	margin: 0 0 10%;
}
.business_block .box01 .img {
	margin: 4% 0 0;
}
.business_block .box01 .img img {
	width: 100%;
}
.business_block .img04 {
	margin: 4% auto 10%;
	text-align: center;
	overflow: hidden;
}
.business_block .img04 img {
	display: block;
	float: left;
	width: 50%;
}
.business_block .btn a {
	display: block;
	position: relative;
	margin-bottom: 4rem;
	padding: 4rem 2rem;
	color: #fff;
	background: #e83828;
}
.business_block .btn .text {
	margin-bottom: 3rem;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 4rem;
	text-align: center;
}
.business_block .btn .more {
	position: relative;
	max-width: 44.4rem;
	margin: 0 auto;
	padding: 3rem;
	border: 0.5px solid #fff;
	font-size: 2rem;
	font-weight: 700;
	text-align: left;
	letter-spacing: .2em;
	overflow: hidden;
	transition: background .5s;
}
.business_block .btn a[target="_blank"] .more span {
	display: block;
	position: relative;
	z-index: 1;
}
.business_block .btn a[target="_blank"] .more span::after {
	content: "";
	position: absolute;
	top: calc(50% - 1.6rem);
	right: 0;
	width: 3.2rem;
	height: 3.2rem;
	background: url(../../img/shared/icon_external_white.svg) no-repeat 50% / cover;
}
@media print, screen and (min-width: 767px){/* PC */
.main {
	background-image: url(../../img/about/business_main.jpg);
}
.business_block h2 {
	max-width: 290px;
	margin-bottom: 60px;
	padding: 8px;
	font-size: 2.1rem;
}
.business_block .text01 {
	max-width: 1000px;
	margin: 0 auto;
}
.business_block .img01 {
	margin: 0 auto 55px;
}
.business_block .img02 {
	max-width: 1000px;
	margin: 25px auto 70px;
}
.business_block .img03 {
	max-width: 659px;
	margin: 25px auto 70px;
}
.business_block .box01 {
	max-width: 1000px;
	margin: 0 auto 55px;
	overflow: hidden;
}
.business_block .box01 .text01 {
	float: left;
	width: 63%;
}
.business_block .box01 .img {
	float: right;
	width: 31%;
	margin: 0;
}
.business_block .img04 {
	max-width: 1320px;
	margin: 25px auto 70px;
}
.business_block .img04 img {
	width: 25%;
}
.business_block .btn {
	text-align: center;
}
.business_block .btn a {
	display: inline-block;
	margin-bottom: 50px;
	padding: 30px;
}
.business_block .btn .text {
	margin-bottom: 30px;
	font-size: 2.2rem;
	line-height: 1;
}
.business_block .btn .more {
	max-width: none;
	width: 13rem;
	padding: 1.5rem;
	font-size: 1rem;
}
.business_block .btn a[target="_blank"] .more span::after {
	top: calc(50% - .8rem);
	width: 1.6rem;
	height: 1.6rem;
}
}/* @media */
@media (hover:hover) {
.business_block .btn a:hover .more {
	color: #333;
	background: #fff;
}
.business_block .btn .more::before {
	content: "";
	position: absolute;
	inset: 0;
	background: #e83828;
	transition: transform 0.3s cubic-bezier(1, 0, 0, 1)
}
.business_block .btn a:hover .more::before {
	transform: translateX(100%);
}
.business_block .btn a[target="_blank"]:hover .more span::after {
	background-image: url(../../img/shared/icon_external.svg);
}
}/* @media */
