@charset "utf-8";
/*------------------------------------------------------------
	lab
------------------------------------------------------------*/
#main {
	background-color: #FEF7F4;
}
#main .headLine01::before {
	background-color: #F17C40;
}
#main .headLine03 {
	border-left-color: #F17C40;
}
#main .headLine04 {
	background: #fce6dd;
	box-shadow: 0 0 0 0.8rem #fce6dd;
}
#main .labList li {
	margin-bottom: 2.4rem;
}
#main .labList li:last-child {
	margin-bottom: 0;
}
#main .labList a {
	padding: 3.5rem 10rem 3.5rem 4.1rem;
	display: flex;
	align-items: center;
	background: #fff url(../img/common/icon13.png) no-repeat right center / 5.6rem;
	border: 1px solid #373737;
}
#main .labList .photoBox {
	margin-right: 3.9rem;
	width: 22.2rem;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
#main .labList .photoBox::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-color: rgba(255, 255, 255, 0.5);
	opacity: 0;
	transition: .3s;
}
#main .labList .photoBox img {
	width: 100%;
	transition: transform ease 0.3s;
	-webkit-transition: transform ease 0.3s;
}
#main .labList .textBox {
	flex: 1;
}
#main .labList .textBox .ttl {
	margin-bottom: 0.5rem;
	font-size: 1.8rem;
	font-weight: 700;
}
#main .labList .textBox .lab {
	margin-bottom: 1rem;
	font-weight: 700;
	font-size: 2.4rem;
}
#main .labList .textBox .name {
	margin-bottom: 1.1rem;
	font-size: 1.8rem;
	font-weight: 700;
	text-indent: -9rem;
	padding-left: 9rem;
}
#main .labList .textBox .name > *{
	text-indent: 0;
}
#main .labList .textBox .name span {
	margin-right: 1.8rem;
	display: inline-block;
}
#main .labList .textBox .txt {
	line-height: 2;
}
@media all and (min-width: 897px) {
	#main .labList a:hover .photoBox img {
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
	}
	#main .labList a:hover .photoBox::after {
		opacity: 1;
	}
	#main .labList a:hover .textBox {
		color: #737373;
	}
}
@media all and (max-width: 896px) {
	#main .text {
		margin-bottom: 3.3rem;
	}
	#main .labList li {
		margin-bottom: 2rem;
	}
	#main .labList a {
		padding: 0.9rem 2rem 0.9rem 1.5rem;
		display: block;
		background-position: right top;
		background-size: 4rem;
	}
	#main .labList .photoBox {
		display: none;
	}
	#main .labList .textBox .ttl {
		margin: 0 3rem 0.2rem 0; 
		line-height: 1.5;
	}
	#main .labList .textBox .lab {
		margin: 0.8rem 0;
	}
	#main .labList .textBox .name {
		margin-bottom: 0.9rem;
		line-height: 1.77;
	}
	#main .labList .textBox .txt {
		line-height: 1.77;
	}
}