@charset "utf-8";
/*------------------------------------------------------------
	message
------------------------------------------------------------*/
#main .headLine01::before {
	width: 47.5rem;
}
#main .headLine01 {
	margin-bottom: 10rem;
}
#main .content {
	max-width: 163rem;
}
#main .imgBox {
	margin-bottom: 11.5rem;
	display: flex;
	justify-content: space-between;
}
#main .imgBox .leftBox {
	width: 55.2rem;
	text-align: center;
	font-weight: 700;
	line-height: 1.5;
	font-size: 2rem;
	letter-spacing: 0.25em;
}
#main .imgBox .leftBox p {
	margin-bottom: 2.2rem;
}
#main .imgBox .leftBox p:last-child {
	margin-bottom: 0;
}
#main .imgBox .leftBox .txt {
	font-size: 2.3rem;
	margin-bottom: 2.8rem;
}
#main .imgBox .leftBox .name img {
	width: 33rem;
}
#main .imgBox .textBox {
	background-color: #9F9595;
	color: #fff;
	line-height: 2.5;
	font-size: 2rem;
	font-weight: 700;
	flex: 1;
	margin: 13.9rem 0.1rem 0 11rem;
	padding: 6.2rem 6.9rem;
	letter-spacing: 0.08em;
}
#main .imgBox .textBox p {
	margin-bottom: 5rem;
}
#main .imgBox .textBox p:last-child {
	margin-bottom: 0;
}
#main .imgBox .image {
	margin-bottom: 2.4rem;
}
#main .listUl {
	font-weight: 500;
	line-height: 1.43;
}
#main .listUl li {
	margin-bottom: 10.8rem;
	padding: 2.1rem 9.4rem 3rem;
	border-left: 1.3rem solid #9F9595;
	min-height: 27.4rem;
}
#main .listUl li:last-child {
	margin-bottom: 0;
}
#main .listUl .title {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
	letter-spacing: 0.3em;
	margin-bottom: 4.7rem;
}
#main .listUl p {
	margin-bottom: 2.3rem;
	letter-spacing: 0.3em;
}
#main .listUl p:last-child {
	margin-bottom: 0;
}
#main .banner {
	margin-top: 18.7rem;
	text-align: center;
}
#main .banner img {
	width: 60rem;
}
#main .banner a {
	display: inline-block;
	vertical-align: top;
}
@media all and (min-width: 768px) {
	#main .banner a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 767px) {
	#main .content {
		margin: 0 2rem;
	}
	#main .imgBox {
		display: block;
		margin-bottom: 8.4rem;
	}
	#main .imgBox .leftBox {
		width: auto;
		font-size: 0.8rem;
		margin: 0 3rem 5.2rem;
	}
	#main .imgBox .textBox {
		margin: 0;
		font-size: 1.4rem;
		line-height: 2.2;
		padding: 3.5rem 2.1rem;
	}
	#main .headLine01::before {
		width: 18.5rem;
	}
	#main .headLine01 {
		margin-bottom: 3.8rem;
	}
	#main .imgBox .leftBox .txt {
		margin-bottom: 1.4rem;
		font-size: 1.5rem;
	}
	#main .imgBox .image {
		margin-bottom: 1.5rem;
	}
	#main .imgBox .leftBox p {
		margin-bottom: 1.3rem;
		font-size: 1.4rem;
	}
	#main .imgBox .leftBox .name img {
		width: 16.4rem;
	}
	#main .imgBox .textBox p {
		margin-bottom: 2.2rem;
	}
	#main .listUl li {
		margin-bottom: 5rem;
		border-width: 0.6rem;
		min-height: 23.6rem;
		padding: 1.4rem 3rem 1rem 3.7rem;
	}
	#main .listUl p {
		margin-bottom: 2rem;
		letter-spacing: 0.05em;
		line-height: 2;
		text-align: justify;
		font-size: 1.4rem;
	}
	#main .listUl .title {
		margin-bottom: 2.3rem;
		font-size: 1.5rem;
	}
	#main .banner {
		margin: 7.4rem auto 0;
		width: 74.6%;
	}
	#main .banner img {
		width: 100%;
	}
}