@charset "utf-8";
/*------------------------------------------------------------
	workstyle
------------------------------------------------------------*/
.c-main-visual {
	margin-bottom: 17.7rem;
	padding-top: 4.8rem;
	max-width: 153.5rem;
	position: relative;
}
.c-main-visual .main-img {
	right: auto;
}
.com-info_height {
	min-height: 0;
}
.com-info__sub .com-info__img {
	margin-top: 0;
}
.com-info__item {
	margin-bottom: 9.2rem;
}
.com-info__item .com-info__photo:last-child {
	margin-bottom: 0;
}
.com-info__photo.photo01 {
	max-width: 142.4rem;
	border-radius: 1.5rem;
	overflow: hidden;
}
.com-info__photo.photo01::before {
	border-width: 4px;
	border-radius: 1.5rem;
}
.com-info {
	margin-bottom: 7rem;
}
@media all and (min-width: 897px) {
	.com-info__sub .mar-top {
		margin-top: -4.4rem;
	}
	.com-info__sub .com-info__img .txt {
		text-align: left;
		font-size: 2rem;
		left: 0;
		font-weight: 700;
		transform: translateX(0);
		line-height: 1;
	}
	.com-info__sub .com-info__img .txt span {
		margin-top: 0.5rem;
		font-size: 1.4rem;
		line-height: 1.5;
	}
	.com-info__sub .com-info__img .txt .sml {
		margin-top: 0.4rem;
		display: block;
		font-size: 1.7rem;
		line-height: 1;
	}
}
@media all and (max-width: 896px) {
	.c-main-visual {
		padding: 0;
		margin: -0.1rem -0.5rem 6.1rem;
	}
	.com-info__photo.photo01::before {
		border-width: 2px;
		border-radius: 0;
		display: none;
	}
	.com-info__photo.photo01 {
		border-radius: 0;
	}
	.com-info__sub .com-info__img .txt {
		font-size: 1rem;
		right: calc(100% + 0.8rem);
	}
	.com-info__sub .com-info__img .txt span {
		margin-top: 0;
		font-size: 0.8rem;
	}
	.com-info__sub .com-info__img .txt .sml {
		margin-top: 0.2rem;
		font-size: 0.8rem;
	}
	.com-info {
		margin-bottom: 11.6rem;
	}
	.com-info__item .com-info__photo:last-child {
		margin-bottom: -3rem;
	}
}



#main .top-link {
	text-align: center;
}
#main .top-link img {
	width: 17.6rem;
}
#main .top-link a {
	display: inline-block;
}
@media (hover: hover) {
	#main .top-link a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#main .top-link img {
		width: 7.3rem;
	}
}

#footer {
	margin-top: 0;
}
#main .btm-box {
	margin-top: 8.5rem;
	height: 49.3rem;
	background: url("../img/workstyle01/btm_img.png") no-repeat center top / auto 100%;
}
@media all and (max-width: 896px) {
	#main .btm-box {
		height: 15rem;
		margin-top: 5rem;
	}
}



#main .img-box {
	display: flex;
	align-items: flex-start;
	width: 41.4rem;
	position: absolute;
	bottom: 13.7rem;
	right: 4.8rem;
	font-size: 1.8rem;
	z-index: 10;
	font-weight: 700;
}
#main .img-box .com-info__photo {
	width: 12rem;
	flex-shrink: 0;
	margin: 0.4rem 2.1rem 0 0;
	border-radius: 50%;
	overflow: hidden;
}
#main .img-box .com-info__photo::before {
	border-radius: 50%;
}
#main .img-box .right {
	flex: 1;
}
#main .img-box .name {
	font-size: 2.8rem;
	font-weight: 700;
}
#main .img-box .name span {
	font-size: 2rem;
	font-weight: 500;
}
@media all and (max-width: 896px) {
	#main .img-box {
		padding: 1.6rem 1rem 1.9rem 1.6rem;
		width: auto;
		position: relative;
		bottom: auto;
		right: auto;
		font-size: 1.15rem;
		background-color: #fff;
		border: 1px solid #000;
		border-radius: 15px;
		margin: 7.8rem 1.6rem 0;
		align-items: center;
		line-height: 1.9;
		letter-spacing: -0.02em;
	}
	#main .img-box .com-info__photo {
		width: 8.4rem;
		margin: 0.3rem 1.4rem 0 0;
	}
	#main .img-box .name {
		font-size: 1.5rem;
	}
}