main {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-optical-sizing: auto;

}

.mincho {
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	font-style: normal;
	font-optical-sizing: auto;
}

section.page-kv {
	background: url(../img/lowerlayer-fv.png);
	background-size: cover;
	background-position: center;
	margin-top: 55px;
}

.kv-txt {
	width: 90%;
	margin: 0 auto;
}

.page-kv p {
	text-align: left;
	font-size: 18px;
	color: #fff;
	margin-top: 0;
}

p.sub-title.mincho {
	letter-spacing: 15%;
	margin-bottom: 0;
}

h1.page-title {
	text-align: left;
	font-size: 28px;
	color: #fff;
	margin: 10px 0 25px;
}

section.page-wrap {
	padding-top: 0;
}

.inner-item {
	width: 92%;
	margin: 20px auto;
}

.inner-item p {
	font-weight: 400;
}

.inner-item img {
	margin-top: 30px;
	margin-bottom: 30px;
}

.hd-flex {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	border-bottom: 1px solid #D4B678;
	margin-bottom: 20px;
}

p.hd-en {
	font-size: 20px;
	color: #D4B678;
	margin: 0;
	margin-top: 13px;
}

h2.heading-30 {
	font-size: 28px;
	margin-top: 5px;
	margin-bottom: 0;
	line-height: 1.5;
}

p.jk-inner-text {
	font-weight: 500;
	margin: 20px 0;
}

/* 期待できること */
section.feature {
	background: #AC9566;
}

span.hd-en {
	color: #C8A96A;
	display: block;
	font-size: 20px;
	text-align: center;
}

h2.page-heading {
	color: #000;
	font-size: 28px;
	margin-top: 3px;
	text-align: center;
}

span.hd-en-2 {
	text-align: center;
	color: #F1E0BD;
}

h2.page-heading-2 {
	color: #fff;
}

.feature-list {
	background: #fff;
	width: 90%;
	padding: 10px 8px;
	margin: 0 auto;
}

.feature-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #DBC9A3;
	padding: 10px 0;
}

.feature-flex:last-child {
	border: none;
}

.feature-list img {
	width: 25%;
}

.feature-text {
	width: 75%;
	padding-left: 10px;
}

.feature-text h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0;
}

.feature-text p {
	font-size: 14px;
	margin-top: 8px;
	line-height: 1.6;
}


.benefits-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin: 0 auto;
	margin-top: 25px;
	width: 96%;
}

.benefits-item {
	min-height: 210px;
	padding: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.benefits-item:nth-child(1),
.benefits-item:nth-child(2) {
	border-bottom: 1px solid #c5a15b;
}

.benefits-item:nth-child(odd) {
	border-right: 1px solid #c5a15b;
}

.benefits-item img {
	width: 72px;
	height: 72px;
	object-fit: contain;
	margin-bottom: 18px;
}

.benefits-en {
	margin: 0 0 8px;
	color: #c5a15b;
	font-size: 25px;
	line-height: 1;
}

.benefits-jp {
	margin: 0;
	font-size: 18px;
	line-height: 1.45;
	letter-spacing: 10%;
	text-align: center;
}

/* 注意 */
section.guide {
	background: #FAF5EB;
	padding: 40px 20px;
}

p.guide-inner {
	padding-bottom: 15px;
	line-height: 1.8;
}

.page-note {
	border: 2px solid #C8A96A;
	width: 94%;
	margin: 30px auto 0;
	padding: 10px;
	border-radius: 8px;
	background: #fff;
}

.page-note p {
	text-align: center;
	margin: 10px 0;
}

.page-note ul {
	padding-left: 25px;
}

.page-note li {
	font-size: 15px;
	margin: 8px 0;
}