.hero {
	position: relative;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: flex;
	align-items: center;
	margin-top: 80px;
	padding: 80px 0;
}

.hero .title {
	width: min(1200px, 90%);
	margin: 0 auto;
	text-align: left;
	position: relative;
	z-index: 2;
}

.hero h2 {
	margin: 0 0 0;
	font-size: clamp(3rem, 5vw, 6rem);
	line-height: 1.3;
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	color: #716caa;
	letter-spacing: 0.5rem;
}


.indent1 li{
	list-style: disc;

}

.policy_area {
	max-width: 800px;
	margin: 40px auto;
	padding: 32px;
	box-sizing: border-box;
	color: #222;
	font-family: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
	line-height: 1.8;
	background: transparent;
}

.policy_area h2 {
	font-size: 2.4rem;
	font-weight: 600;
	margin: 0 0 12px;
	color: #111;
}

.policy_area h3 {
	font-size: 2rem;
	font-weight: 600;
	margin: 0 0 12px;
	color: #111;
}

.policy_area p {
	font-size: 1.6rem;
	margin: 0 0 14px;
	color: #333;
}

@media screen and (max-width: 600px) {
	.hero {
		position: relative;
		width: 100%;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		display: flex;
		align-items: center;
		margin-top: 70px;
		padding: 20px 0;
	}	
	
	.hero .title {
		width: min(1200px, 90%);
		margin: 0 auto;
		text-align: left;
		position: relative;
		z-index: 2;
	}	

    .hero h2 {
			margin: 0 0 0;
			font-size: clamp(3rem, 5vw, 6rem);
			line-height: 1.3;
			font-weight: 400;
			color: #716caa;
			letter-spacing: 0.5rem;
    }	
	.policy_area {
		padding: 0;
		margin: 48px 0 0 0;
	}
	.policy_area h2 {
		font-size: 1.7rem;
	}
	.policy_area h3 {
		font-size: 1.5rem;
	}	
	.policy_area p {
		font-size: 1.2rem;
	}
}