/* 事前相談ページ */
body {
	background-color: #fff;
}

.hero {
	background-image: url(../img/prior/hero-bg.jpeg);
	background-size: cover;
	max-width: 100%;
	padding: 40px 1em;
}

.hero-inner {
	max-width: 100%;
	margin: auto;
}

h1 {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 24px;
	padding-bottom: 2px;
	text-align: center;
	position: relative;
}

h1::after {
	content: '';
	display: inline-block;
	background-color: #9AC143;
	position: absolute;
	height: 1px;
	width: 194px;
	bottom: 0;
	left: calc(50% - 97px)
}

.hero p {
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
	color: #333333;
}

.guide {
	max-width: 100%;
	margin: 0 1em;
	padding: 40px 0;
}

.guide-img {
	margin: 20px auto 0;
}

.guide-inner-container {
	margin: 30px auto 0;
}

.guide-inner-container p {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.8;
	text-align: left;
}

.guide-person-img-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 20px auto 0;
	padding: 0;

}

.guide-person-img-container img {
	width: 48%;
}

@media screen and (min-width: 768px) {
	.hero {
		padding: 100px 0;
	}

	.hero-inner {
		max-width: 1040px;
		margin: auto;
	}

	h1 {
		font-size: 48px;
		line-height: 1;
		padding-bottom: 20px;
		border-bottom: 4px solid #9AC143;
	}

	h1::after {
		display: none;
	}

	.hero p {
		font-size: 24px;
		line-height: 1.8;
		margin-top: 40px;
	}

	.guide {
		max-width: 1040px;
		margin: auto;
		padding: 100px 0;
	}

	.guide-img {
		margin: 40px auto 0;
	}

	.guide-img img {
		max-width: 100%;
		height: auto;
		object-fit: cover;
	}

	.guide-inner-container {
		margin: 40px auto 0;
	}

	.guide-inner-container p {
		font-family: "Noto Sans JP", sans-serif;
		font-size: 20px;
		font-weight: 500;
		line-height: 2;
	}
}